Age | Commit message (Expand) | Author | Files | Lines |
2018-08-03 | powerpc/4xx: Fix error return path in ppc4xx_msi_probe() | Guenter Roeck | 1 | -21/+30 |
2018-08-03 | powernv/cpuidle: Fix idle states all being marked invalid | Nicholas Piggin | 1 | -1/+2 |
2018-07-31 | powerpc/pseries: fix EEH recovery of some IOV devices | Sam Bobroff | 1 | -8/+17 |
2018-07-31 | powerpc/powernv: Add support to enable sensor groups | Shilpasri G Bhat | 4 | -0/+32 |
2018-07-31 | powernv/cpuidle: Use parsed device tree values for cpuidle_init | Akshay Adiga | 1 | -0/+2 |
2018-07-31 | powernv/cpuidle: Parse dt idle properties into global structure | Akshay Adiga | 2 | -78/+149 |
2018-07-30 | powerpc/44x: Mark mmu_init_secondary() as __init | Alexey Spirkov | 1 | -1/+1 |
2018-07-30 | powerpc/mm: Don't report PUDs as memory leaks when using kmemleak | Michael Ellerman | 1 | -2/+21 |
2018-07-30 | powerpc: split asm/tlbflush.h | Christophe Leroy | 4 | -81/+94 |
2018-07-30 | powerpc: remove unnecessary inclusion of asm/tlbflush.h | Christophe Leroy | 22 | -22/+1 |
2018-07-30 | powerpc/44x: remove page.h from mmu-44x.h | Christophe Leroy | 1 | -5/+4 |
2018-07-30 | powerpc/nohash: fix hash related comments in pgtable.h | Christophe Leroy | 2 | -18/+4 |
2018-07-30 | powerpc: fix includes in asm/processor.h | Christophe Leroy | 2 | -3/+3 |
2018-07-30 | powerpc/book3s: Remove PPC_PIN_SIZE | Christophe Leroy | 2 | -6/+1 |
2018-07-30 | powerpc: declare set_breakpoint() static | Christophe Leroy | 2 | -8/+7 |
2018-07-30 | powerpc: remove superflous inclusions of asm/fixmap.h | Christophe Leroy | 4 | -5/+0 |
2018-07-30 | powerpc: clean inclusions of asm/feature-fixups.h | Christophe Leroy | 47 | -4/+44 |
2018-07-30 | powerpc: clean the inclusion of stringify.h | Christophe Leroy | 15 | -6/+11 |
2018-07-30 | powerpc: move ASM_CONST and stringify_in_c() into asm-const.h | Christophe Leroy | 55 | -33/+72 |
2018-07-30 | powerpc/405: move PPC405_ERR77 in asm-405.h | Christophe Leroy | 11 | -15/+27 |
2018-07-30 | powerpc: remove unneeded inclusions of cpu_has_feature.h | Christophe Leroy | 4 | -4/+0 |
2018-07-30 | powerpc: remove kdump.h from page.h | Christophe Leroy | 4 | -2/+2 |
2018-07-24 | powerpc/powernv: implement opal_put_chars_atomic | Nicholas Piggin | 2 | -10/+28 |
2018-07-24 | powerpc/powernv: move opal console flushing to udbg | Nicholas Piggin | 1 | -5/+7 |
2018-07-24 | powerpc/powernv: Remove OPALv1 support from opal console driver | Nicholas Piggin | 1 | -46/+40 |
2018-07-24 | powerpc/powernv: Implement and use opal_flush_console | Nicholas Piggin | 3 | -36/+42 |
2018-07-24 | powerpc/powernv: opal-kmsg use flush fallback from console code | Nicholas Piggin | 1 | -9/+6 |
2018-07-24 | powerpc/powernv: opal-kmsg standardise OPAL_BUSY handling | Nicholas Piggin | 1 | -8/+16 |
2018-07-24 | powerpc/powernv: Fix OPAL console driver OPAL_BUSY loops | Nicholas Piggin | 1 | -15/+23 |
2018-07-24 | powerpc/powernv: opal_put_chars partial write fix | Nicholas Piggin | 1 | -1/+1 |
2018-07-24 | powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt h... | Mukesh Ojha | 1 | -6/+3 |
2018-07-24 | powerpc/powernv/opal-dump : Handles opal_dump_info properly | Mukesh Ojha | 1 | -3/+6 |
2018-07-24 | powerpc/tm: Remove struct thread_info param from tm_reclaim_thread() | Cyril Bur | 1 | -4/+3 |
2018-07-24 | powerpc/tm: Update function prototype comment | Cyril Bur | 1 | -2/+2 |
2018-07-24 | powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp() | Simon Guo | 1 | -11/+46 |
2018-07-24 | powerpc/64: enhance memcmp() with VMX instruction for long bytes comparision | Simon Guo | 5 | -11/+248 |
2018-07-24 | powerpc: add vcmpequd/vcmpequb ppc instruction macro | Simon Guo | 1 | -0/+11 |
2018-07-24 | powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp() | Simon Guo | 1 | -7/+133 |
2018-07-24 | powerpc/pseries/mm: Improve error reporting on HCALL failures | Aneesh Kumar K.V | 1 | -6/+10 |
2018-07-24 | powerpc/pseries: Use pr_xxx() in lpar.c | Aneesh Kumar K.V | 1 | -20/+14 |
2018-07-24 | powerpc/mm/hash: Reduce contention on hpte lock | Aneesh Kumar K.V | 1 | -16/+33 |
2018-07-24 | powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencoding | Aneesh Kumar K.V | 2 | -20/+17 |
2018-07-24 | powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte group | Aneesh Kumar K.V | 5 | -24/+20 |
2018-07-24 | powerpc/mm: Increase MAX_PHYSMEM_BITS to 128TB with SPARSEMEM_VMEMMAP config | Aneesh Kumar K.V | 1 | -3/+10 |
2018-07-24 | powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS range | Aneesh Kumar K.V | 1 | -3/+29 |
2018-07-24 | powerpc: Add ppc64le and ppc64_book3e allmodconfig targets | Michael Ellerman | 1 | -0/+10 |
2018-07-24 | powerpc: Add ppc32_allmodconfig defconfig target | Michael Ellerman | 2 | -0/+7 |
2018-07-24 | powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 | Michael Ellerman | 1 | -10/+17 |
2018-07-24 | powerpc: NMI IPI make NMI IPIs fully sychronous | Nicholas Piggin | 3 | -25/+27 |
2018-07-24 | powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closely | Nicholas Piggin | 6 | -16/+52 |