summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-08-03powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt1-1/+1
2016-08-01powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual2-1/+77
2016-08-01powerpc/ptrace: Enable support for EBB registersAnshuman Khandual2-0/+76
2016-08-01powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual1-0/+117
2016-08-01powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual1-0/+178
2016-08-01powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual2-1/+143
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual2-0/+130
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual2-0/+159
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual1-0/+126
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual1-0/+222
2016-08-01powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual1-13/+51
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual1-0/+64
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual1-3/+87
2016-08-01powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual1-4/+89
2016-08-01powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual2-0/+28
2016-08-01powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V5-26/+1
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V3-0/+22
2016-08-01powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V4-28/+30
2016-08-01powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V3-15/+15
2016-08-01powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V4-2/+20
2016-08-01powerpc/mm: Drop multiple definition of mm_is_core_localAneesh Kumar K.V3-12/+13
2016-08-01powerpc/mm: Use hugetlb flush functionsAneesh Kumar K.V1-1/+1
2016-08-01powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V3-6/+12
2016-08-01powerpc/mm/radix: Implement tlb mmu gather flush efficientlyAneesh Kumar K.V2-1/+60
2016-08-01powerpc/jump_label: Annotate jump label assemblyMichael Ellerman1-2/+2
2016-08-01powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label initAneesh Kumar K.V3-0/+26
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao4-0/+57
2016-08-01powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao5-0/+52
2016-08-01powerpc: Add kconfig option to use jump labels for cpu/mmu_has_feature()Michael Ellerman1-0/+9
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao18-11/+36
2016-08-01powerpc: Remove mfvtb()Kevin Hao2-10/+1
2016-08-01powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V1-0/+8
2016-08-01powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V5-6/+6
2016-08-01powerpc/mm: Add early_[cpu|mmu]_has_feature()Michael Ellerman2-2/+22
2016-08-01powerpc/mm: Define radix_enabled() in one place & use static inlineMichael Ellerman2-11/+12
2016-08-01powerpc/kernel: Convert cpu_has_feature() to returning boolMichael Ellerman1-5/+4
2016-08-01powerpc/kernel: Convert mmu_has_feature() to returning boolMichael Ellerman1-2/+2
2016-08-01powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V7-17/+16
2016-08-01powerpc/kernel: Check features don't change after patchingMichael Ellerman1-1/+26
2016-08-01powerpc/64: Do feature patching before MMU initMichael Ellerman1-3/+3
2016-08-01powerpc/mm: Do radix device tree scanning earlierMichael Ellerman3-3/+5
2016-08-01powerpc/mm: Do hash device tree scanning earlierMichael Ellerman3-26/+31
2016-08-01powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman2-13/+11
2016-08-01powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman4-0/+10
2016-07-31Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds438-3818/+7857
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-158/+190
2016-07-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-66/+82
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds85-240/+53
2016-07-30Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-252/+60
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman44-208/+940