summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* 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
| * powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V2016-05-012-13/+71
| * powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V2016-05-012-0/+18
| * powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V2016-05-012-0/+28
| * powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V2016-05-012-1/+18
| * powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V2016-05-011-0/+20
| * powerpc/mm/radix: Add radix callback for pmd accessorsAneesh Kumar K.V2016-05-013-5/+36
| * powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V2016-05-014-83/+108
| * powerpc/mm: Add radix callbacks to pte accessorsAneesh Kumar K.V2016-05-012-21/+84
| * powerpc/mm/radix: Add dummy radix_enabled()Aneesh Kumar K.V2016-05-011-0/+2
| * powerpc/mm/radix: Add radix pte #definesAneesh Kumar K.V2016-05-014-0/+150
| * powerpc/mm: Move pte related functions togetherAneesh Kumar K.V2016-05-011-71/+71
| * powerpc/mm: Move page table index and and vaddr to pgtable.hAneesh Kumar K.V2016-05-012-16/+12
| * powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-015-80/+89
| * powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.hAneesh Kumar K.V2016-05-012-205/+209
| * powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.hAneesh Kumar K.V2016-05-012-138/+141
| * powerpc/mm: Handle _PTE_NONE_MASKAneesh Kumar K.V2016-05-011-4/+2
| * powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-014-42/+50
| * powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-011-2/+11
| * powerpc/mm/radix: Add partition table format & callbackAneesh Kumar K.V2016-05-011-2/+29
| * powerpc/mm: Move radix/hash common data structures to book3s64 headersAneesh Kumar K.V2016-05-013-61/+78
| * powerpc/mm: Use generic version of ptep_clear_flush_young()Aneesh Kumar K.V2016-05-011-16/+7
| * powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V2016-05-011-3/+0
| * powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-011-39/+31
| * powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V2016-05-011-2/+2
OpenPOWER on IntegriCloud