summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-115-26/+1
* powerpc/fsl/dts: add fsl,erratum-a011043Madalin Bucur2020-02-0518-0/+18
* powerpc/xive: Discard ESB load value when interrupt is invalidFrederic Barrat2020-01-292-3/+13
* powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V2020-01-291-1/+4
* powerpc/archrandom: fix arch_get_random_seed_int()Ard Biesheuvel2020-01-261-1/+1
* powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKEChristophe Leroy2020-01-261-3/+3
* powerpc/pseries: Enable support for ibm,drc-info propertyTyrel Datwyler2020-01-261-1/+1
* powerpc/security: Fix debugfs data leak on 32-bitGeert Uytterhoeven2020-01-262-6/+6
* powerpc/powernv: Disable native PCIe port managementOliver O'Halloran2020-01-171-0/+17
* powerpc/spinlocks: Include correct header for static keyJason A. Donenfeld2020-01-121-0/+1
* powerpc/vcpu: Assume dedicated processors as non-preemptSrikar Dronamraju2020-01-122-1/+10
* powerpc: Ensure that swiotlb buffer is allocated from low memoryMike Rapoport2020-01-121-0/+8
* powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...Aneesh Kumar K.V2020-01-091-1/+1
* powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notraceMichael Ellerman2020-01-091-2/+2
* powerpc: Chunk calls to flush_dcache_range in arch_*_memoryAlastair D'Silva2020-01-091-2/+25
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-091-2/+1
* powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan2020-01-043-7/+12
* Revert "powerpc/vcpu: Assume dedicated processors as non-preempt"Greg Kroah-Hartman2020-01-042-10/+1
* libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada2020-01-041-0/+2
* powerpc: Don't add -mabi= flags when building with ClangNathan Chancellor2020-01-041-0/+4
* powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt()Christophe Leroy2020-01-041-1/+6
* powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V2020-01-041-4/+11
* powerpc/eeh: differentiate duplicate detection messageSam Bobroff2020-01-041-2/+2
* powerpc/security: Fix wrong message when RFI Flush is disableGustavo L. F. Walbon2020-01-041-10/+6
* powerpc/pseries/cmm: Implement release() function for sysfs deviceDavid Hildenbrand2020-01-041-0/+5
* powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V2020-01-041-0/+1
* powerpc/security/book3s64: Report L1TF status in sysfsAnthony Steinhauser2020-01-041-0/+5
* powerpc/tools: Don't quote $objdump in scriptsMichael Ellerman2020-01-042-3/+3
* powerpc/pseries: Don't fail hash page table insert for bolted mappingAneesh Kumar K.V2020-01-041-1/+8
* powerpc/pseries: Mark accumulate_stolen_time() as notraceMichael Ellerman2020-01-041-1/+1
* powerpc/papr_scm: Fix an off-by-one check in papr_scm_meta_{get, set}Vaibhav Jain2020-01-041-2/+2
* powerpc/irq: fix stack overflow verificationChristophe Leroy2019-12-311-2/+2
* powerpc/vcpu: Assume dedicated processors as non-preemptSrikar Dronamraju2019-12-312-1/+10
* KVM: PPC: Book3S HV: Fix regression on big endian hostsMarcus Comstedt2019-12-311-2/+2
* powerpc: Define arch_is_kernel_initmem_freed() for lockdepMichael Ellerman2019-12-171-0/+14
* powerpc: Fix vDSO clock_getres()Vincenzo Frascino2019-12-175-5/+14
* powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor2019-12-172-4/+4
* powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsCédric Le Goater2019-12-171-2/+10
* powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva2019-12-171-2/+2
* powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater2019-12-171-0/+9
* powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva2019-12-171-2/+2
* powerpc/perf: Disable trace_imc pmuMadhavan Srinivasan2019-12-171-1/+8
* KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocatedGreg Kurz2019-12-132-7/+6
* KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error pathGreg Kurz2019-12-131-6/+7
* KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new oneGreg Kurz2019-12-131-9/+22
* KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman2019-11-293-0/+41
* powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2019-11-294-4/+54
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-081-0/+13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-11-051-0/+13
| |\
| | * powerpc/bpf: Fix tail call implementationEric Dumazet2019-11-021-0/+13