aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-28/+21
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+2
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-6/+2
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-49/+8
2018-10-26hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti4-12/+2
2018-10-26hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti1-15/+0
2018-10-26hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti1-6/+0
2018-10-26hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti1-1/+3
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds53-466/+1032
2018-10-26powerpc/pseries: add missing cpumask.h include fileTyrel Datwyler1-0/+1
2018-10-26powerpc/8xx: Use patch_site for perf counters setupChristophe Leroy1-0/+4
2018-10-26powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy1-0/+5
2018-10-26powerpc/code-patching: Add a helper to get the address of a patch_siteChristophe Leroy1-0/+5
2018-10-26Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy1-28/+6
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-18/+261
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-20/+7
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-20/+3
2018-10-21powerpc/msi: Fix compile error on mpc83xxChristophe Leroy1-0/+7
2018-10-20KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy1-1/+1
2018-10-20powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy2-1/+4
2018-10-20powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Christophe Leroy1-1/+4
2018-10-20powerpc/mm: Trace tlbia instructionChristophe Leroy1-0/+15
2018-10-20powerpc: Add support for function error injectionNaveen N. Rao2-0/+18
2018-10-19powerpc/aout: Fix struct user definition to use user_pt_regsMichael Ellerman1-1/+1
2018-10-19powerpc/uapi: Fix sigcontext definition to use user_pt_regsMichael Ellerman1-1/+5
2018-10-19powerpc/io: remove old GCC version implementationChristophe Leroy1-20/+0
2018-10-19powerpc/pseries: PAPR persistent memory supportOliver O'Halloran3-2/+14
2018-10-19powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy1-0/+16
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V9-40/+10
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V3-36/+72
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V2-3/+3
2018-10-14powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin1-0/+3
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin1-1/+1
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2-0/+6
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin3-0/+9
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin1-2/+4
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin2-8/+2
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin3-9/+10
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman2-1/+33
2018-10-14powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy1-39/+32
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy1-14/+14
2018-10-14powerpc/mm: Get rid of pte-common.hChristophe Leroy2-27/+24