summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V2016-08-012-10/+10
* powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V2016-08-012-2/+9
* powerpc/mm: Drop multiple definition of mm_is_core_localAneesh Kumar K.V2016-08-012-12/+0Star
* powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V2016-08-011-4/+2Star
* powerpc/mm/radix: Implement tlb mmu gather flush efficientlyAneesh Kumar K.V2016-08-011-1/+58
* powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2016-08-012-2/+2
* powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V2016-08-011-1/+1
* powerpc/mm: Do radix device tree scanning earlierMichael Ellerman2016-08-012-3/+4
* powerpc/mm: Do hash device tree scanning earlierMichael Ellerman2016-08-012-26/+30
* powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman2016-08-011-0/+11
* powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman2016-08-011-0/+6
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-3115-193/+361
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-07-302-42/+92
| |\
| | * powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy2016-07-091-4/+8
| | * powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy2016-07-091-8/+19
| | * powerpc/8xx: Don't use page table for linear memory spaceChristophe Leroy2016-07-091-38/+18Star
| | * powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy2016-07-092-2/+57
| * | powerpc/mm: Parenthesise IS_ENABLED() in if conditionStephen Rothwell2016-07-281-1/+1
| * | powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman2016-07-261-6/+1Star
| * | powerpc/mm: Fix build break when PPC_NATIVE=nMichael Ellerman2016-07-261-1/+4
| * | powerpc/mm: Add memory barrier in __hugepte_alloc()Sukadev Bhattiprolu2016-07-211-0/+7
| * | powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2016-07-216-66/+79
| * | powerpc/mm/hash64: Don't test for machine type to detect HEA special caseBenjamin Herrenschmidt2016-07-211-2/+3
| * | powerpc/mm/hash: Don't use machine_is() early during bootBenjamin Herrenschmidt2016-07-211-9/+17
| * | powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt2016-07-212-0/+15
| * | powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt2016-07-211-32/+0Star
| * | powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao2016-07-191-1/+1
| * | powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V2016-07-171-0/+52
| * | powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V2016-07-172-5/+14
| * | powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V2016-07-171-1/+4
| * | powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V2016-07-171-5/+4Star
| * | powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V2016-07-172-2/+4
| * | powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V2016-07-171-2/+4
| * | powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V2016-07-171-2/+2
| * | powerpc/mm: Fix .long's in tlb-radix.c to more meaningfulBalbir Singh2016-07-171-8/+5Star
| * | Merge tag 'powerpc-4.7-5' into nextMichael Ellerman2016-07-155-37/+89
| |\ \ | | |/ | |/|
| * | powerpc/kernel: Drop unused extern for current_setMichael Ellerman2016-07-071-3/+0Star
| * | powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configsBenjamin Herrenschmidt2016-07-071-0/+10
| * | powerpc/mm: Add a parameter to disable 1TB segsOliver O'Halloran2016-07-051-0/+15
| * | powerpc/mm: Ensure "special" zones are emptyOliver O'Halloran2016-06-161-1/+7
| * | powerpc/numa: Fix multiple bugs in memory_hotplug_max()Bharata B Rao2016-06-141-1/+17
| * | powerpc/numa: Fix whitespace in hot_add_drconf_memory_max()Bharata B Rao2016-06-141-10/+10
| * | powerpc: Various typo fixesMichael Ellerman2016-06-141-2/+2
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-29/+19Star
|\ \ \
| * | | powerpc/numa: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-221-29/+19Star
* | | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-272-2/+2
|/ / /
* | | Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-032-0/+9
|\ \ \ | | |/ | |/|
| * | powerpc: Initialise pci_io_base as early as possibleDarren Stevens2016-06-302-0/+9
* | | Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-06-255-37/+80
|\| |
| * | powerpc/mm/radix: Update Radix tree size as per ISA 3.0Aneesh Kumar K.V2016-06-172-7/+4Star