aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan1-2/+7
2019-12-13powerpc/shared: Use static key to detect shared processorSrikar Dronamraju1-7/+2
2019-12-13powerpc/vcpu: Assume dedicated processors as non-preemptSrikar Dronamraju1-1/+3
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-22/+29
2019-12-06Merge tag 'powerpc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-1/+3
2019-12-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+4
2019-12-04arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada1-0/+2
2019-12-04arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada1-0/+2
2019-12-05powerpc/archrandom: fix arch_get_random_seed_int()Ard Biesheuvel1-1/+1
2019-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-0/+132
2019-12-05powerpc: Fix vDSO clock_getres()Vincenzo Frascino1-0/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+0
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds6-12/+15
2019-12-01powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz2-6/+0
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds23-189/+251
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-13/+0
2019-11-28KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao3-0/+7
2019-11-28KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMBharata B Rao3-0/+12
2019-11-28KVM: PPC: Book3S HV: Radix changes for secure guestBharata B Rao3-0/+12
2019-11-28KVM: PPC: Book3S HV: Shared pages support for secure guestsBharata B Rao1-0/+3
2019-11-28KVM: PPC: Book3S HV: Support for running secure guestsBharata B Rao5-0/+98
2019-11-27Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundleLinus Torvalds2-0/+6
2019-11-27powerpc: Define arch_is_kernel_initmem_freed() for lockdepMichael Ellerman1-0/+14
2019-11-26asm-generic: Make msi.h a mandatory include/asm headerMichal Simek1-1/+0
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-1/+16
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-9/+0
2019-11-24powerpc: Add const qual to local_read() parameterEric Dumazet1-1/+1
2019-11-21Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into dma-mapping-for-nextChristoph Hellwig1-9/+0
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2-0/+4
2019-11-20powerpc: remove support for NULL dev in __phys_to_dma / __dma_to_physChristoph Hellwig1-4/+0
2019-11-20dma-direct: unify the dma_capable definitionsChristoph Hellwig1-9/+0
2019-11-19powerpc/83xx: map IMMR with a BAT.Christophe Leroy1-0/+7
2019-11-19powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy2-0/+13
2019-11-19powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt()Christophe Leroy1-1/+6
2019-11-18powerpc: cleanup hw_irq.hChristophe Leroy2-31/+34
2019-11-18powerpc: permanently include 8xx registers in reg.hChristophe Leroy3-4/+3
2019-11-18powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup.Christophe Leroy1-13/+3
2019-11-18powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()Christophe Leroy1-4/+0
2019-11-18powerpc: Refactor BUG/WARN macrosChristophe Leroy1-26/+15
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-1/+2
2019-11-15y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann1-1/+1
2019-11-15y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann3-8/+8
2019-11-15y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann1-2/+4
2019-11-14Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman2-1/+17
2019-11-14KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman1-0/+2
2019-11-14powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2-0/+4
2019-11-13powerpc/fsl_booke/kaslr: dump out kernel offset information on panicJason Yan1-0/+5
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan1-1/+0