| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case | Aneesh Kumar K.V | 2020-02-11 | 5 | -26/+1 |
* | powerpc/fsl/dts: add fsl,erratum-a011043 | Madalin Bucur | 2020-02-05 | 18 | -0/+18 |
* | powerpc/xive: Discard ESB load value when interrupt is invalid | Frederic Barrat | 2020-01-29 | 2 | -3/+13 |
* | powerpc/mm/hash: Fix sharing context ids between kernel & userspace | Aneesh Kumar K.V | 2020-01-29 | 1 | -1/+4 |
* | powerpc/archrandom: fix arch_get_random_seed_int() | Ard Biesheuvel | 2020-01-26 | 1 | -1/+1 |
* | powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKE | Christophe Leroy | 2020-01-26 | 1 | -3/+3 |
* | powerpc/pseries: Enable support for ibm,drc-info property | Tyrel Datwyler | 2020-01-26 | 1 | -1/+1 |
* | powerpc/security: Fix debugfs data leak on 32-bit | Geert Uytterhoeven | 2020-01-26 | 2 | -6/+6 |
* | powerpc/powernv: Disable native PCIe port management | Oliver O'Halloran | 2020-01-17 | 1 | -0/+17 |
* | powerpc/spinlocks: Include correct header for static key | Jason A. Donenfeld | 2020-01-12 | 1 | -0/+1 |
* | powerpc/vcpu: Assume dedicated processors as non-preempt | Srikar Dronamraju | 2020-01-12 | 2 | -1/+10 |
* | powerpc: Ensure that swiotlb buffer is allocated from low memory | Mike Rapoport | 2020-01-12 | 1 | -0/+8 |
* | powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache... | Aneesh Kumar K.V | 2020-01-09 | 1 | -1/+1 |
* | powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notrace | Michael Ellerman | 2020-01-09 | 1 | -2/+2 |
* | powerpc: Chunk calls to flush_dcache_range in arch_*_memory | Alastair D'Silva | 2020-01-09 | 1 | -2/+25 |
* | mm/memory_hotplug: shrink zones when offlining memory | David Hildenbrand | 2020-01-09 | 1 | -2/+1 |
* | powerpc: Fix __clear_user() with KUAP enabled | Andrew Donnellan | 2020-01-04 | 3 | -7/+12 |
* | Revert "powerpc/vcpu: Assume dedicated processors as non-preempt" | Greg Kroah-Hartman | 2020-01-04 | 2 | -10/+1 |
* | libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h | Masahiro Yamada | 2020-01-04 | 1 | -0/+2 |
* | powerpc: Don't add -mabi= flags when building with Clang | Nathan Chancellor | 2020-01-04 | 1 | -0/+4 |
* | powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt() | Christophe Leroy | 2020-01-04 | 1 | -1/+6 |
* | powerpc/book3s/mm: Update Oops message to print the correct translation in use | Aneesh Kumar K.V | 2020-01-04 | 1 | -4/+11 |
* | powerpc/eeh: differentiate duplicate detection message | Sam Bobroff | 2020-01-04 | 1 | -2/+2 |
* | powerpc/security: Fix wrong message when RFI Flush is disable | Gustavo L. F. Walbon | 2020-01-04 | 1 | -10/+6 |
* | powerpc/pseries/cmm: Implement release() function for sysfs device | David Hildenbrand | 2020-01-04 | 1 | -0/+5 |
* | powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning | Aneesh Kumar K.V | 2020-01-04 | 1 | -0/+1 |
* | powerpc/security/book3s64: Report L1TF status in sysfs | Anthony Steinhauser | 2020-01-04 | 1 | -0/+5 |
* | powerpc/tools: Don't quote $objdump in scripts | Michael Ellerman | 2020-01-04 | 2 | -3/+3 |
* | powerpc/pseries: Don't fail hash page table insert for bolted mapping | Aneesh Kumar K.V | 2020-01-04 | 1 | -1/+8 |
* | powerpc/pseries: Mark accumulate_stolen_time() as notrace | Michael Ellerman | 2020-01-04 | 1 | -1/+1 |
* | powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set} | Vaibhav Jain | 2020-01-04 | 1 | -2/+2 |
* | powerpc/irq: fix stack overflow verification | Christophe Leroy | 2019-12-31 | 1 | -2/+2 |
* | powerpc/vcpu: Assume dedicated processors as non-preempt | Srikar Dronamraju | 2019-12-31 | 2 | -1/+10 |
* | KVM: PPC: Book3S HV: Fix regression on big endian hosts | Marcus Comstedt | 2019-12-31 | 1 | -2/+2 |
* | powerpc: Define arch_is_kernel_initmem_freed() for lockdep | Michael Ellerman | 2019-12-17 | 1 | -0/+14 |
* | powerpc: Fix vDSO clock_getres() | Vincenzo Frascino | 2019-12-17 | 5 | -5/+14 |
* | powerpc: Avoid clang warnings around setjmp and longjmp | Nathan Chancellor | 2019-12-17 | 2 | -4/+4 |
* | powerpc/xive: Skip ioremap() of ESB pages for LSI interrupts | Cédric Le Goater | 2019-12-17 | 1 | -2/+10 |
* | powerpc: Allow flush_icache_range to work across ranges >4GB | Alastair D'Silva | 2019-12-17 | 1 | -2/+2 |
* | powerpc/xive: Prevent page fault issues in the machine crash handler | Cédric Le Goater | 2019-12-17 | 1 | -0/+9 |
* | powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GB | Alastair D'Silva | 2019-12-17 | 1 | -2/+2 |
* | powerpc/perf: Disable trace_imc pmu | Madhavan Srinivasan | 2019-12-17 | 1 | -1/+8 |
* | KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocated | Greg Kurz | 2019-12-13 | 2 | -7/+6 |
* | KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error path | Greg Kurz | 2019-12-13 | 1 | -6/+7 |
* | KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one | Greg Kurz | 2019-12-13 | 1 | -9/+22 |
* | KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel | Michael Ellerman | 2019-11-29 | 3 | -0/+41 |
* | powerpc/book3s64: Fix link stack flush on context switch | Michael Ellerman | 2019-11-29 | 4 | -4/+54 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-11-08 | 1 | -0/+13 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-11-05 | 1 | -0/+13 |
| |\ |
|
| | * | powerpc/bpf: Fix tail call implementation | Eric Dumazet | 2019-11-02 | 1 | -0/+13 |