summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\
| * Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
| |\
| | * mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-2/+0
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-01-251-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | powerpc: Remove comment about read_barrier_depends()Will Deacon2020-01-241-2/+0
| | |/
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \
| * | | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| | |/ | |/|
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-3/+0
|\ \ \
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+0
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-2518-0/+18
|\ \ \
| * | | powerpc/fsl/dts: add fsl,erratum-a011043Madalin Bucur2020-01-2318-0/+18
| |/ /
* | | Merge tag 'powerpc-5.5-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-01-244-9/+18
|\ \ \ | |/ / |/| |
| * | powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V2020-01-231-1/+4
| * | powerpc/xive: Discard ESB load value when interrupt is invalidFrederic Barrat2020-01-222-3/+13
| * | powerpc: Ultravisor: Fix the dependencies for CONFIG_PPC_UVBharata B Rao2020-01-221-5/+1
* | | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-2/+1
|/ /
* | powerpc/spinlocks: Include correct header for static keyJason A. Donenfeld2019-12-301-0/+1
* | powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notraceMichael Ellerman2019-12-231-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-221-1/+2
|\ \
| * | KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisorPaul Mackerras2019-12-181-1/+2
* | | Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-2110-20/+47
|\ \ \
| * | | KVM: PPC: Book3S HV: Fix regression on big endian hostsMarcus Comstedt2019-12-171-2/+2
| * | | powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan2019-12-163-7/+12
| * | | powerpc/pseries/cmm: fix managed page counts when migrating pages between zonesDavid Hildenbrand2019-12-161-0/+10
| * | | powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()Christophe Leroy2019-12-161-1/+1
| * | | powerpc/irq: fix stack overflow verificationChristophe Leroy2019-12-141-2/+2
| * | | powerpc: Ensure that swiotlb buffer is allocated from low memoryMike Rapoport2019-12-131-0/+8
| * | | powerpc/shared: Use static key to detect shared processorSrikar Dronamraju2019-12-131-7/+2
| * | | powerpc/vcpu: Assume dedicated processors as non-preemptSrikar Dronamraju2019-12-132-1/+10
| | |/ | |/|
* / | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-10/+10
|/ /
* | Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-061-22/+29
|\ \
| * | powerpc: support KASAN instrumentation of bitopsDaniel Axtens2019-11-071-22/+29
* | | Merge tag 'powerpc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-0611-38/+55
|\ \ \
| * | | powerpc/perf: Disable trace_imc pmuMadhavan Srinivasan2019-12-051-1/+8
| * | | powerpc/powernv: Avoid re-registration of imc debugfs directoryAnju T Sudhakar2019-12-051-23/+16
| * | | powerpc/pmem: Convert to EXPORT_SYMBOL_GPLAneesh Kumar K.V2019-12-051-2/+2
| * | | powerpc/archrandom: fix arch_get_random_seed_int()Ard Biesheuvel2019-12-051-1/+1
| * | | powerpc: Fix vDSO clock_getres()Vincenzo Frascino2019-12-055-5/+14
| * | | powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...Aneesh Kumar K.V2019-12-051-1/+1
| * | | powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsCédric Le Goater2019-12-051-2/+10
| * | | powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKEChristophe Leroy2019-12-051-3/+3
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-052-0/+4
|\ \ \ \
| * | | | arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+2
| * | | | arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-0412-0/+1117
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | powerpc: Ultravisor: Add PPC_UV config optionAnshuman Khandual2019-11-281-0/+17
| * | KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao2019-11-285-0/+109
| * | KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMBharata B Rao2019-11-286-0/+76
| * | KVM: PPC: Book3S HV: Radix changes for secure guestBharata B Rao2019-11-285-0/+66