summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy2018-10-143-40/+19
* powerpc/mm: drop unused page flagsChristophe Leroy2018-10-142-25/+2
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-143-12/+12
* powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy2018-10-145-0/+114
* powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy2018-10-143-28/+48
* powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy2018-10-141-1/+1
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-148-14/+11
* powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-141-0/+2
* powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy2018-10-131-0/+9
* powerpc: Detect the presence of big-cores via "ibm, thread-groups"Gautham R. Shenoy2018-10-132-0/+13
* powerpc/eeh: Cleanup eeh_ops.wait_state()Sam Bobroff2018-10-131-2/+2
* powerpc/eeh: Cleanup eeh_pe_state_mark()Sam Bobroff2018-10-131-0/+1
* powerpc/eeh: Cleanup eeh_enabled()Sam Bobroff2018-10-131-5/+1
* powerpc/eeh: Cleanup list_head field namesSam Bobroff2018-10-131-6/+6
* powerpc/eeh: Cleanup unused field in eeh_devSam Bobroff2018-10-131-1/+0
* powerpc/eeh: Cleanup EEH_POSTPONED_PROBESam Bobroff2018-10-131-1/+0
* Merge branch 'fixes' into nextMichael Ellerman2018-10-091-0/+1
|\
| * powerpc: Avoid code patching freed init sectionsMichael Neuling2018-09-181-0/+1
* | powerpc/tm: Remove msr_tm_active()Breno Leitao2018-10-031-1/+6
* | powerpc/ptrace: Add support for PTRACE_SYSEMUBreno Leitao2018-10-031-1/+3
* | powerpc: Redefine TIF_32BITS thread flagBreno Leitao2018-10-031-1/+1
* | powerpc/64: add stack protector supportChristophe Leroy2018-10-032-0/+7
* | powerpc/32: add stack protector supportChristophe Leroy2018-10-031-0/+34
* | powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy2018-10-031-1/+0
* | powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V2018-10-031-0/+8
* | powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V2018-10-032-0/+21
* | powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V2018-10-032-1/+4
* | powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-032-3/+16
* | powerpc/powernv: Make possible for user to force a full ipl cec rebootVaibhav Jain2018-10-031-0/+1
* | Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-037-22/+23
* | powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard2018-09-191-3/+3
* | powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR requestNathan Fontenot2018-09-191-0/+5
* | powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-09-192-0/+6
* | powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-193-0/+9
* | powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin2018-09-191-2/+4
* | powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-192-13/+1
* | powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin2018-09-192-8/+2
* | powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin2018-09-191-1/+1
* | powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-192-0/+13
* | powerpc/pseries: Display machine check error details.Mahesh Salgaonkar2018-09-191-0/+5
* | powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-192-0/+4
* | powerpc/pseries: Define MCE error event section.Mahesh Salgaonkar2018-09-191-0/+8
* | powerpc/pseries/mm: call H_BLOCK_REMOVELaurent Dufour2018-09-171-0/+1
* | powerpc/pseries/mm: Introducing FW_FEATURE_BLOCK_REMOVELaurent Dufour2018-09-171-1/+2
|/
* Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-244-7/+26
|\
| * powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V2018-08-231-1/+17
| * powerpc/nohash: fix pte_access_permitted()Christophe Leroy2018-08-231-6/+3