summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: PPC: Book3S HV: Shared pages support for secure guestsBharata B Rao2019-11-282-4/+84
| * KVM: PPC: Book3S HV: Support for running secure guestsBharata B Rao2019-11-288-0/+769
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+0
|\ \
| * | asm-generic: Make msi.h a mandatory include/asm headerMichal Simek2019-11-261-1/+0
* | | Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-021-0/+2
|\ \ \
| * | | libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada2019-11-261-0/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-013-6/+1
|\ \ \ \
| * | | | powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz2019-12-013-6/+1
* | | | | Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-23/+2
|\ \ \ \ \
| * | | | | libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams2019-11-191-6/+0
| * | | | | libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams2019-11-191-7/+2
| * | | | | libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams2019-11-191-6/+0
| * | | | | libnvdimm: Move nd_region_attribute_group to device_typeDan Williams2019-11-191-1/+0
| * | | | | libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams2019-11-191-1/+0
| * | | | | libnvdimm: Move nd_device_attribute_group to device_typeDan Williams2019-11-171-2/+0
* | | | | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-0111-35/+33
|\ \ \ \ \ \
| * | | | | | y2038: fix typo in powerpc vdso "LOPART"Arnd Bergmann2019-11-211-2/+2
| * | | | | | y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-152-3/+4
| * | | | | | y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann2019-11-151-1/+1
| * | | | | | y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-153-8/+8
| * | | | | | y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann2019-11-155-21/+18
| * | | | | | y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-151-4/+4
* | | | | | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+1
|\ \ \ \ \ \ \
| * | | | | | | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-011-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | sysctl: Remove the sysctl system callEric W. Biederman2019-11-261-1/+0
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-30176-2078/+3202
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | powerpc/fixmap: fix crash with HIGHMEMChristophe Leroy2019-11-291-0/+6
| * | | | | | | powerpc: Define arch_is_kernel_initmem_freed() for lockdepMichael Ellerman2019-11-271-0/+14
| * | | | | | | powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmpNathan Chancellor2019-11-251-0/+1
| * | | | | | | powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor2019-11-252-4/+4
| * | | | | | | powerpc: Don't add -mabi= flags when building with ClangNathan Chancellor2019-11-251-0/+4
| * | | | | | | powerpc: Fix Kconfig indentationKrzysztof Kozlowski2019-11-252-14/+14
| * | | | | | | powerpc/fixmap: don't clear fixmap area in paging_init()Christophe Leroy2019-11-251-8/+0
| * | | | | | | powerpc/powernv: Disable native PCIe port managementOliver O'Halloran2019-11-211-0/+17
| * | | | | | | powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy2019-11-2111-19/+27
| * | | | | | | powerpc/32: Split kexec low level code out of misc_32.SChristophe Leroy2019-11-213-491/+501
| * | | | | | | powerpc/sysdev: drop simple gpioChristophe Leroy2019-11-218-185/+0
| * | | | | | | powerpc/83xx: map IMMR with a BAT.Christophe Leroy2019-11-192-0/+18
| * | | | | | | powerpc/32s: automatically allocate BAT in setbat()Christophe Leroy2019-11-191-1/+10
| * | | | | | | powerpc/ioremap: warn on early use of ioremap()Christophe Leroy2019-11-192-0/+3
| * | | | | | | powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy2019-11-195-0/+20