summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V2018-10-031-1/+1
| * | powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-033-9/+12
| * | Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-037-373/+550
| * | powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-09-192-39/+129
| * | powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-192-0/+19
| * | powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin2018-09-191-13/+51
| * | powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-194-59/+39
| * | powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin2018-09-193-456/+152
| * | powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin2018-09-191-36/+49
| * | powerpc/64s/hash: Use POWER6 SLBIA IH=1 variant in switch_slbNicholas Piggin2018-09-191-15/+23
| * | powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin2018-09-191-18/+5
| * | powerpc/64s/hash: move POWER5 < DD2.1 slbie workaround where it is neededNicholas Piggin2018-09-191-7/+7
| * | powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin2018-09-191-3/+5
| * | powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin2018-09-191-1/+1
| * | powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-0/+70
* | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-0/+9
|\ \ \
| * | | KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh2018-10-091-0/+9
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-25/+30
|\ \ \ \
| * | | | signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-8/+1
| * | | | signal/powerpc: Specialize _exception_pkey for handling pkey exceptionsEric W. Biederman2018-09-211-1/+1
| * | | | signal/powerpc: Remove pkey parameter from __bad_area_nosemaphoreEric W. Biederman2018-09-211-5/+4
| * | | | signal/powerpc: Call _exception_pkey directly from bad_key_fault_exceptionEric W. Biederman2018-09-211-1/+11
| * | | | signal/powerpc: Remove pkey parameter from __bad_areaEric W. Biederman2018-09-211-5/+4
| * | | | signal/powerpc: Use force_sig_mceerr as appropriateEric W. Biederman2018-09-211-7/+11
| | |/ / | |/| |
* | | | Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-10-071-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju2018-10-051-2/+3
* | | | Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-09-283-3/+8
|\| | | | |_|/ |/| |
| * | powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju2018-09-251-1/+3
| * | powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann2018-09-241-1/+2
| * | powerpc/pkeys: Fix reading of ibm, processor-storage-keys propertyThiago Jung Bauermann2018-09-201-1/+1
| * | powerpc: Avoid code patching freed init sectionsMichael Neuling2018-09-181-0/+2
| |/
* / KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-122-53/+30
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-40/+4
|\
| * ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-211-40/+4
* | Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-244-21/+26
|\ \
| * | powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar2018-08-231-1/+1
| * | KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesPaul Mackerras2018-08-231-7/+10
| * | powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V2018-08-231-3/+5
| * | powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-211-10/+10
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-172-4/+5
|\ \ \ | |/ / |/| |
| * | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-172-4/+5
| |/
* | powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-132-5/+36
* | Merge branch 'fixes' into nextMichael Ellerman2018-08-131-2/+35
|\|
| * KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy2018-07-181-2/+35
* | powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-101-0/+39
* | powerpc/mm: remove warning about ‘type’ being setMathieu Malaterre2018-08-101-1/+1
* | powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-081-2/+2
* | powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin2018-08-082-10/+15
* | powerpc/64s: free page table caches at exit_mmap timeNicholas Piggin2018-08-071-2/+3
* | powerpc/44x: Mark mmu_init_secondary() as __initAlexey Spirkov2018-07-301-1/+1