summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-28powerpc/mm: Parenthesise IS_ENABLED() in if conditionStephen Rothwell
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-26powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman
2016-07-26powerpc/mm: Fix build break when PPC_NATIVE=nMichael Ellerman
2016-07-22powerpc/numa: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-21powerpc/mm: Add memory barrier in __hugepte_alloc()Sukadev Bhattiprolu
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt
2016-07-21powerpc/mm/hash64: Don't test for machine type to detect HEA special caseBenjamin Herrenschmidt
2016-07-21powerpc/mm/hash: Don't use machine_is() early during bootBenjamin Herrenschmidt
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt
2016-07-21powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao
2016-07-17powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V
2016-07-17powerpc/mm/hash: Update SDR1 size encoding as documented in ISA 3.0Aneesh Kumar K.V
2016-07-17powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V
2016-07-17powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V
2016-07-17powerpc/mm: Fix .long's in tlb-radix.c to more meaningfulBalbir Singh
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman
2016-07-09powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy
2016-07-09powerpc/8xx: Rework CONFIG_PIN_TLB handlingChristophe Leroy
2016-07-09powerpc/8xx: Don't use page table for linear memory spaceChristophe Leroy
2016-07-09powerpc/8xx: Map IMMR area with 512k page at a fixed addressChristophe Leroy
2016-07-07powerpc/kernel: Drop unused extern for current_setMichael Ellerman
2016-07-07powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configsBenjamin Herrenschmidt
2016-07-05powerpc/mm: Add a parameter to disable 1TB segsOliver O'Halloran
2016-07-02Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-06-30powerpc: Initialise pci_io_base as early as possibleDarren Stevens
2016-06-25Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-06-24powerpc: get rid of superfluous __GFP_REPEATMichal Hocko
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko
2016-06-17powerpc/mm/radix: Update Radix tree size as per ISA 3.0Aneesh Kumar K.V
2016-06-17powerpc/mm/hash: Don't add memory coherence if cache inhibited is setAneesh Kumar K.V
2016-06-16powerpc/mm: Ensure "special" zones are emptyOliver O'Halloran
2016-06-14powerpc/numa: Fix multiple bugs in memory_hotplug_max()Bharata B Rao
2016-06-14powerpc/numa: Fix whitespace in hot_add_drconf_memory_max()Bharata B Rao
2016-06-14powerpc: Various typo fixesMichael Ellerman
2016-06-14powerpc/mm/hash: Use the correct PPP mask when updating HPTEAneesh Kumar K.V
2016-06-10powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V
2016-06-10powerpc/mm/radix: Update to tlb functions ric argumentAneesh Kumar K.V
2016-06-08powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V
2016-06-08powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V
2016-06-01powerpc/mm/radix: Add missing tlb flushAneesh Kumar K.V
2016-06-01powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V