summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-221-1/+1
* Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-0510-92/+153
|\
| * powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman2016-08-043-3/+6
| * powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V2016-08-012-12/+1
| * powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V2016-08-011-0/+10
| * powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V2016-08-012-26/+13
| * 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/+0
| * powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V2016-08-011-4/+2
| * 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
* | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
|/
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-3015-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/+18
| | * 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/+1
| * | 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/+0
| * | 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/+4
| * | 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/+5
| * | 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/+0
| * | 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
OpenPOWER on IntegriCloud