summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | powerpc/mm/hash: Don't add memory coherence if cache inhibited is setAneesh Kumar K.V2016-06-171-5/+9
| * | powerpc/mm/hash: Use the correct PPP mask when updating HPTEAneesh Kumar K.V2016-06-141-4/+4
| * | powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V2016-06-101-0/+41
| * | powerpc/mm/radix: Update to tlb functions ric argumentAneesh Kumar K.V2016-06-101-21/+22
| |/
* | powerpc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
* | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-252-4/+3Star
|/
* powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V2016-06-081-1/+5
* powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V2016-06-081-4/+4
* powerpc/mm/radix: Add missing tlb flushAneesh Kumar K.V2016-06-011-4/+1Star
* powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V2016-06-011-2/+20
* powerpc/mm/radix: Update LPCR only if it is powernvAneesh Kumar K.V2016-06-011-13/+10Star
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-2027-786/+1992
|\
| * powerpc/mm: Improve readability of update_mmu_cache()Gavin Shan2016-05-111-7/+14
| * powerpc/mm: define TOP_ZONE as a constantOliver O'Halloran2016-05-111-12/+5Star
| * powerpc/mm/hash64: Fix subpage protection with 4K HPTE configMichael Ellerman2016-05-111-1/+9
| * powerpc/mm/hash64: Factor out hash preload psize checkMichael Ellerman2016-05-111-4/+17
| * powerpc/mm/slice: Remove slice_mm_new_context()Aneesh Kumar K.V2016-05-111-2/+1Star
| * powerpc/mm/subpage: Initialise user psize correctlyAneesh Kumar K.V2016-05-111-1/+10
| * powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2016-05-112-1/+118
| * powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V2016-05-113-125/+132
| * powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-112-359/+358Star
| * powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V2016-05-114-1/+104
| * powerpc/mm: Fix vma_mmu_pagesize() for radixAneesh Kumar K.V2016-05-111-4/+4
| * powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-113-0/+12
| * powerpc/radix: Update MMU cacheAneesh Kumar K.V2016-05-111-0/+2
| * powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-114-3/+29
| * powerpc/mm: Update pte filter for radixAneesh Kumar K.V2016-05-111-0/+3
| * powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-113-1/+17
| * powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-111-1/+1
| * powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-111-17/+4Star
| * powerpc/mm/radix: Update PTCR on secondary CPUsAneesh Kumar K.V2016-05-111-3/+7
| * powerpc/mm/radix: Pick the address layout for radix configAneesh Kumar K.V2016-05-111-0/+109
| * powerpc/mm/radix: Limit paca allocation in radixAneesh Kumar K.V2016-05-111-1/+19
| * powerpc/mm/radix: Add checks in slice code to catch radix usageAneesh Kumar K.V2016-05-111-0/+16
| * powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V2016-05-012-1/+243
| * powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V2016-05-011-1/+1
| * powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.cAneesh Kumar K.V2016-05-012-4/+3Star
| * powerpc/mm/radix: Add mmu context handling callback for radixAneesh Kumar K.V2016-05-011-8/+35
| * powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V2016-05-011-1/+2
| * powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V2016-05-011-0/+20
| * powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V2016-05-013-16/+6Star
| * powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V2016-05-012-0/+357
| * powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V2016-05-011-3/+3
| * powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-017-16/+41