summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman2016-08-041-0/+4
* powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V2016-08-012-13/+0
* powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V2016-08-012-0/+12
* powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V2016-08-012-2/+17
* powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V2016-08-011-5/+5
* powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V2016-08-012-0/+11
* powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V2016-08-011-0/+9
* powerpc/mm/radix: Implement tlb mmu gather flush efficientlyAneesh Kumar K.V2016-08-011-0/+2
* powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-08-011-0/+1
* powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2016-08-011-1/+1
* powerpc/mm: Define radix_enabled() in one place & use static inlineMichael Ellerman2016-08-011-7/+0
* 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-011-0/+1
* powerpc/mm: Do hash device tree scanning earlierMichael Ellerman2016-08-011-0/+1
* powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman2016-08-011-0/+1
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-306-40/+130
|\
| * powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()Michael Ellerman2016-07-261-2/+0
| * powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman2016-07-261-1/+6
| * powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2016-07-211-0/+39
| * powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V2016-07-171-1/+3
| * powerpc/mm: Compile out radix related functions if RADIX_MMU is disabledAneesh Kumar K.V2016-07-171-0/+5
| * powerpc/mm: use _raw variant of page table accessorsAneesh Kumar K.V2016-07-173-35/+76
| * Merge tag 'powerpc-4.7-5' into nextMichael Ellerman2016-07-158-7/+49
| |\
| * | powerpc: Various typo fixesMichael Ellerman2016-06-141-1/+1
* | | Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-021-0/+1
|\ \ \ | | |/ | |/|
| * | powerpc: Initialise pci_io_base as early as possibleDarren Stevens2016-06-301-0/+1
* | | Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-06-257-7/+48
|\ \ \ | |/ /
| * | powerpc/mm/radix: Update Radix tree size as per ISA 3.0Aneesh Kumar K.V2016-06-171-0/+15
| * | powerpc/mm/hash: Use the correct PPP mask when updating HPTEAneesh Kumar K.V2016-06-141-0/+1
| * | powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V2016-06-105-7/+32
| |/
* | powerpc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-6/+4
* | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-1/+1
|/
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-2020-799/+1952
|\
| * powerpc/mm/radix: Document software bits for radixAneesh Kumar K.V2016-05-111-2/+6
| * powerpc/mm/radix: Add THP support for 4K linux page sizeAneesh Kumar K.V2016-05-113-25/+81
| * powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2016-05-113-0/+40
| * powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V2016-05-113-54/+94
| * powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-111-13/+11
| * powerpc/mm/radix: Add hugetlb support 4K page sizeAneesh Kumar K.V2016-05-112-21/+47
| * powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V2016-05-111-0/+14
| * powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-113-2/+10
| * powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-113-10/+87
| * powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-112-6/+38
| * powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-111-108/+39
| * powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-111-6/+6
| * powerpc/mm: Simplify the code dropping 4-level table #ifdefAneesh Kumar K.V2016-05-111-39/+18
| * powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V2016-05-113-9/+33
| * powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3sAneesh Kumar K.V2016-05-112-0/+375
| * powerpc/mm/radix: Add MMU_FTR_RADIXAneesh Kumar K.V2016-05-111-1/+2
| * powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V2016-05-014-4/+63
OpenPOWER on IntegriCloud