summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-023-28/+21
|\
| * powerpc/pseries: add missing cpumask.h include fileTyrel Datwyler2018-10-261-0/+1
| * powerpc/8xx: Use patch_site for perf counters setupChristophe Leroy2018-10-261-0/+4
| * powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy2018-10-261-0/+5
| * powerpc/code-patching: Add a helper to get the address of a patch_siteChristophe Leroy2018-10-261-0/+5
| * Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy2018-10-261-28/+6
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-282-6/+2
|\ \
| * | xarray: Replace exceptional entriesMatthew Wilcox2018-09-292-6/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-265-49/+8
|\ \ \
| * | | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-261-5/+0
| * | | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-264-12/+2
| * | | hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti2018-10-261-15/+0
| * | | hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti2018-10-261-5/+0
| * | | hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti2018-10-261-5/+0
| * | | hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti2018-10-261-0/+1
| * | | hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti2018-10-261-6/+0
| * | | hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti2018-10-261-1/+3
* | | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-2651-464/+1017
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | powerpc/msi: Fix compile error on mpc83xxChristophe Leroy2018-10-211-0/+7
| * | powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy2018-10-202-1/+4
| * | powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Christophe Leroy2018-10-201-1/+4
| * | powerpc/mm: Trace tlbia instructionChristophe Leroy2018-10-201-0/+15
| * | powerpc: Add support for function error injectionNaveen N. Rao2018-10-202-0/+18
| * | powerpc/aout: Fix struct user definition to use user_pt_regsMichael Ellerman2018-10-191-1/+1
| * | powerpc/io: remove old GCC version implementationChristophe Leroy2018-10-191-20/+0
| * | powerpc/pseries: PAPR persistent memory supportOliver O'Halloran2018-10-193-2/+14
| * | powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy2018-10-191-0/+16
| * | powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-199-40/+10
| * | powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-143-36/+72
| * | powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V2018-10-142-3/+3
| * | powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin2018-10-141-0/+3
| * | powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-141-1/+1
| * | powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-10-142-0/+6
| * | powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-143-0/+9
| * | powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin2018-10-141-2/+4
| * | powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin2018-10-142-8/+2
| * | powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-143-9/+10
| * | powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman2018-10-141-0/+27
| * | powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy2018-10-141-39/+32
| * | powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy2018-10-141-14/+14
| * | powerpc/mm: Get rid of pte-common.hChristophe Leroy2018-10-142-27/+24
| * | powerpc/mm: Define platform default caches related flagsChristophe Leroy2018-10-143-11/+7
| * | powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy2018-10-146-44/+91
| * | powerpc/nohash/64: do not include pte-common.hChristophe Leroy2018-10-143-36/+44
| * | powerpc/mm: Distribute platform specific PAGE and PMD flags and definitionsChristophe Leroy2018-10-146-66/+159
| * | powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy2018-10-142-13/+10
| * | powerpc/book3s/32: do not include pte-common.hChristophe Leroy2018-10-142-17/+101