summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2020-08-26powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman1-2/+5
2020-04-24powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor1-1/+11
2020-01-12powerpc: Ensure that swiotlb buffer is allocated from low memoryMike Rapoport1-0/+8
2019-12-05powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Christophe Leroy1-8/+9
2019-12-05powerpc/book3s/32: fix number of bats in p/v_block_mapped()Christophe Leroy1-2/+2
2019-11-25powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin1-1/+1
2019-06-11powerpc/numa: improve control of topology updatesNathan Lynch1-6/+12
2019-05-16powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)Diana Craciun1-0/+7
2019-05-16powerpc: Avoid code patching freed init sectionsMichael Neuling1-0/+2
2018-12-01powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-11-21powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens1-0/+3
2018-08-06powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin1-4/+4
2018-05-30powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann1-10/+37
2018-05-30powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann1-3/+34
2018-03-22powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard1-1/+1
2017-06-29powerpc/slb: Force a full SLB flush when we insert for a bad EAMichael Ellerman1-0/+10
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins1-1/+1
2017-04-12powerpc/mm: Add missing global TLB invalidate if cxl is activeFrederic Barrat1-2/+5
2016-10-28powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat1-0/+2
2016-09-24powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras1-1/+6
2016-04-20powerpc/mm: Fixup preempt underflow with huge pagesSebastian Siewior1-2/+2
2015-11-06Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds10-63/+206
2015-11-06arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodesRaghavendra K T1-1/+1
2015-10-28powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tl...Kevin Hao1-8/+17
2015-10-28powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entryScott Wood3-15/+34
2015-10-23powerpc/85xx: Load all early TLB entries at onceScott Wood4-3/+84
2015-10-15powerpc/numa: Use of_get_next_parent to simplify codeChristophe Jaillet1-4/+1
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V3-12/+25
2015-10-12powerpc/mm: Disable hugepd for 64K page size.Aneesh Kumar K.V1-0/+19
2015-10-09powerpc: Fix checkstop in native_hpte_clear() with lockdepCyril Bur1-12/+11
2015-10-01powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()Michael Ellerman1-5/+5
2015-10-01powerpc/slb: Define an enum for the bolted indexesAnshuman Khandual1-21/+26
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+2
2015-09-16powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V1-1/+2
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2015-08-28mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+2
2015-08-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman4-23/+13
2015-08-18powerpc/numa: initialize distance lookup table from drconf pathNikunj A Dadhania1-3/+13
2015-08-18powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64KMichael Ellerman2-8/+8
2015-08-18powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman1-8/+0
2015-08-18powerpc/e6500: hw tablewalk: optimize a bit for tcd lock acquiring codesKevin Hao1-5/+5
2015-08-12powerpc/slb: Add documentation on runtime patching of SLB encodingAnshuman Khandual1-1/+15
2015-08-12powerpc/slb: Rename all the 'slot' occurrences to 'entry'Anshuman Khandual1-4/+3
2015-08-12powerpc/slb: Remove a duplicate extern variableAnshuman Khandual1-1/+0
2015-08-08powerpc/fsl: Force coherent memory on e500mc derivativesScott Wood1-1/+1
2015-08-08powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood1-10/+0
2015-08-08powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VAScott Wood1-7/+7
2015-07-06powerpc: Add plain English description for alignment exception oopsesAnton Blanchard1-0/+4
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2015-06-27Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2