summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy
2020-02-17powerpc/hugetlb: Fix 8M hugepages on 8xxChristophe Leroy
2020-02-08Merge tag 'powerpc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-02-08powerpc/futex: Fix incorrect user access blockingMichael Ellerman
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-02-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra
2020-02-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V
2020-02-04powerpc: mm: add p?d_leaf() definitionsSteven Price
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-02-01Merge branch 'topic/user-access-begin' into nextMichael Ellerman
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2020-01-30Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy
2020-01-28powerpc: Implement user_access_begin and friendsChristophe Leroy
2020-01-28powerpc/32s: Prepare prevent_user_access() for user_access_end()Christophe Leroy
2020-01-28powerpc/32s: Drop NULL addr verificationChristophe Leroy
2020-01-28powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy
2020-01-28powerpc/32s: Fix bad_kuap_fault()Christophe Leroy
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy
2020-01-25powerpc: Mark archrandom.h functions __must_checkRichard Henderson
2020-01-25powerpc: Use bool in archrandom.hRichard Henderson
2020-01-25powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson
2020-01-26powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-01-24powerpc: Remove comment about read_barrier_depends()Will Deacon
2020-01-24KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson
2020-01-24KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen
2020-01-23powerpc/xive: Drop extern qualifiers from header function prototypesGreg Kurz
2020-01-23powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specificOliver O'Halloran
2020-01-23powerpc/powernv/ioda: Find opencapi slot for a device nodeFrederic Barrat
2020-01-23powerpc/vdso32: Don't read cache line size from the datapage on PPC32.Christophe Leroy
2020-01-23powerpc/vdso32: inline __get_datapage()Christophe Leroy
2020-01-23powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.Christophe Leroy
2020-01-23powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy
2020-01-23powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V
2020-01-22powerpc/xive: Discard ESB load value when interrupt is invalidFrederic Barrat
2020-01-17KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcallSukadev Bhattiprolu
2020-01-17KVM: PPC: Add skip_page_out parameter to uvmem functionsSukadev Bhattiprolu
2020-01-16Merge tag 'soc-fsl-next-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson
2020-01-16powerpc/64s: Reimplement power4_idle code in CNicholas Piggin
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar