summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2016-05-11powerpc: Remove unused remnants from A2 cpuRashmica Gupta1-2/+0
2016-05-11powerpc/mm/slice: Remove slice_mm_new_context()Aneesh Kumar K.V2-5/+1
2016-05-11powerpc/mm/subpage: Initialise user psize correctlyAneesh Kumar K.V1-1/+10
2016-05-11powerpc/mm/radix: Fix CONFIG_PPC_MMU_STD_64 typoValentin Rothberg1-5/+5
2016-05-11powerpc/mm/radix: Document software bits for radixAneesh Kumar K.V1-2/+6
2016-05-11powerpc/mm/radix: Use firmware feature to enable Radix MMUAneesh Kumar K.V1-0/+1
2016-05-11powerpc/mm/radix: Add THP support for 4K linux page sizeAneesh Kumar K.V4-26/+82
2016-05-11powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V5-1/+158
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V6-179/+226
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V3-372/+369
2016-05-11powerpc/mm/radix: Add hugetlb support 4K page sizeAneesh Kumar K.V2-21/+47
2016-05-11powerpc/mm/radix: Make sure swapper pgdir is properly alignedAneesh Kumar K.V1-5/+8
2016-05-11powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V6-1/+132
2016-05-11powerpc/mm: Fix vma_mmu_pagesize() for radixAneesh Kumar K.V1-4/+4
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V6-2/+22
2016-05-11powerpc/radix: Update MMU cacheAneesh Kumar K.V1-0/+2
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V8-14/+118
2016-05-11powerpc/mm: Update pte filter for radixAneesh Kumar K.V1-0/+3
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V5-7/+55
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V4-145/+52
2016-05-11powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V3-29/+16
2016-05-11powerpc/mm: Simplify the code dropping 4-level table #ifdefAneesh Kumar K.V1-39/+18
2016-05-11powerpc/mm: Revert changes made to nohash pgalloc-64.hAneesh Kumar K.V2-35/+10
2016-05-11powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V7-25/+59
2016-05-11powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3sAneesh Kumar K.V2-0/+375
2016-05-11powerpc/mm/radix: Update PTCR on secondary CPUsAneesh Kumar K.V1-3/+7
2016-05-11powerpc/mm/radix: Pick the address layout for radix configAneesh Kumar K.V1-0/+109
2016-05-11powerpc/mm/radix: Limit paca allocation in radixAneesh Kumar K.V1-1/+19
2016-05-11powerpc/mm/radix: Add checks in slice code to catch radix usageAneesh Kumar K.V1-0/+16
2016-05-11powerpc/mm/radix: Isolate hash table function from pseries guest codeAneesh Kumar K.V2-4/+13
2016-05-11powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V6-16/+52
2016-05-11powerpc/mm/radix: Add MMU_FTR_RADIXAneesh Kumar K.V2-2/+12
2016-05-11powerpc/mm: Add mask of possible MMU featuresMichael Ellerman1-1/+13
2016-05-11KVM: PPC: Book3S HV: Fix build error in book3s_hv.cGavin Shan1-0/+1
2016-05-11KVM: PPC: Fix emulated MMIO sign-extensionPaul Mackerras1-10/+12
2016-05-11KVM: PPC: Fix debug macrosAlexey Kardashevskiy1-2/+2
2016-05-11KVM: PPC: Book3S PR: Manage single-step modeLaurent Vivier1-1/+31
2016-05-06Merge tag 'powerpc-4.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)1-1/+1
2016-05-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar5-12/+21
2016-05-03dcache_{readdir,dir_lseek}() users: switch to ->iterate_sharedAl Viro1-1/+1
2016-05-02powerpc: Fix bad inline asm constraint in create_zero_mask()Anton Blanchard1-1/+1
2016-05-01powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V8-5/+310
2016-05-01powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V4-15/+73
2016-05-01powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.cAneesh Kumar K.V2-4/+3
2016-05-01powerpc/mm/radix: Add mmu context handling callback for radixAneesh Kumar K.V2-8/+39
2016-05-01powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V3-14/+16
2016-05-01powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V3-0/+38
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V6-16/+41
2016-05-01powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V6-2/+380