summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Update of_remove_property() call sites to remove null checkingSuraj Jitindar Singh2016-05-114-26/+10
* drivers/of: Add check for null property in of_remove_property()Suraj Jitindar Singh2016-05-111-0/+3
* powerpc/pseries: Add null property check to pseries_discover_pic()Suraj Jitindar Singh2016-05-111-0/+2
* powerpc/powernv/pci: Fix cfg_dbg() & replace with pr_devel()Alexey Kardashevskiy2016-05-111-9/+6
* selftests/powerpc: Fix subpage_prot test to return !0 on failureMichael Ellerman2016-05-111-8/+10
* selftests/powerpc: Test cp_abort during context switchChris Smart2016-05-115-0/+129
* powerpc: Remove unnecessary CONFIG_SMP #ifdefsChris Smart2016-05-111-6/+0
* powerpc: Remove unused remnants from A2 cpuRashmica Gupta2016-05-111-2/+0
* powerpc/mm/slice: Remove slice_mm_new_context()Aneesh Kumar K.V2016-05-112-5/+1
* powerpc/mm/subpage: Initialise user psize correctlyAneesh Kumar K.V2016-05-111-1/+10
* powerpc/mm/radix: Fix CONFIG_PPC_MMU_STD_64 typoValentin Rothberg2016-05-111-5/+5
* powerpc/mm/radix: Document software bits for radixAneesh Kumar K.V2016-05-111-2/+6
* powerpc/mm/radix: Use firmware feature to enable Radix MMUAneesh Kumar K.V2016-05-111-0/+1
* powerpc/mm/radix: Add THP support for 4K linux page sizeAneesh Kumar K.V2016-05-114-26/+82
* powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2016-05-115-1/+158
* powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V2016-05-116-179/+226
* powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-113-372/+369
* powerpc/mm/radix: Add hugetlb support 4K page sizeAneesh Kumar K.V2016-05-112-21/+47
* powerpc/mm/radix: Make sure swapper pgdir is properly alignedAneesh Kumar K.V2016-05-111-5/+8
* powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V2016-05-116-1/+132
* powerpc/mm: Fix vma_mmu_pagesize() for radixAneesh Kumar K.V2016-05-111-4/+4
* powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-116-2/+22
* powerpc/radix: Update MMU cacheAneesh Kumar K.V2016-05-111-0/+2
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-118-14/+118
* powerpc/mm: Update pte filter for radixAneesh Kumar K.V2016-05-111-0/+3
* powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-115-7/+55
* powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-114-145/+52
* powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-113-29/+16
* powerpc/mm: Simplify the code dropping 4-level table #ifdefAneesh Kumar K.V2016-05-111-39/+18
* powerpc/mm: Revert changes made to nohash pgalloc-64.hAneesh Kumar K.V2016-05-112-35/+10
* powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V2016-05-117-25/+59
* powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3sAneesh Kumar K.V2016-05-112-0/+375
* 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: Isolate hash table function from pseries guest codeAneesh Kumar K.V2016-05-112-4/+13
* powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V2016-05-116-16/+52
* powerpc/mm/radix: Add MMU_FTR_RADIXAneesh Kumar K.V2016-05-112-2/+12
* powerpc/mm: Add mask of possible MMU featuresMichael Ellerman2016-05-111-1/+13
* powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V2016-05-018-5/+310
* powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V2016-05-014-15/+73
* powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.cAneesh Kumar K.V2016-05-012-4/+3
* powerpc/mm/radix: Add mmu context handling callback for radixAneesh Kumar K.V2016-05-012-8/+39
* powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V2016-05-015-17/+19
* powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V2016-05-013-0/+38
* powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V2016-05-016-16/+41
* powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V2016-05-016-2/+380
* powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V2016-05-013-10/+30
* powerpc/mm/radix: Add radix callback for pmd accessorsAneesh Kumar K.V2016-05-013-5/+36