summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-054-80/+40Star
|\
| * char/genrtc: remove powerpc supportArnd Bergmann2016-06-043-79/+12Star
| * rtc: powerpc: provide rtc_class_ops directlyArnd Bergmann2016-06-041-1/+28
* | Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-0554-209/+2049
|\ \
| * | powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman2016-08-045-5/+10
| * | powerpc/perf: Fix incorrect event codes in power9-event-listMadhavan Srinivasan2016-08-041-3/+3
| * | powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt2016-08-031-1/+1
| * | powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual2016-08-012-1/+77
| * | powerpc/ptrace: Enable support for EBB registersAnshuman Khandual2016-08-012-0/+76
| * | powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual2016-08-011-0/+117
| * | powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual2016-08-011-0/+178
| * | powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual2016-08-012-1/+143
| * | powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual2016-08-012-0/+130
| * | powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual2016-08-012-0/+159
| * | powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual2016-08-011-0/+126
| * | powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual2016-08-011-0/+222
| * | powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual2016-08-011-13/+51
| * | powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual2016-08-011-0/+64
| * | powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual2016-08-011-3/+87
| * | powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual2016-08-011-4/+89
| * | powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual2016-08-012-0/+28
| * | powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V2016-08-015-26/+1Star
| * | powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V2016-08-013-0/+22
| * | powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V2016-08-014-28/+30
| * | powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V2016-08-013-15/+15
| * | powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V2016-08-014-2/+20
| * | powerpc/mm: Drop multiple definition of mm_is_core_localAneesh Kumar K.V2016-08-013-12/+13
| * | powerpc/mm: Use hugetlb flush functionsAneesh Kumar K.V2016-08-011-1/+1
| * | powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V2016-08-013-6/+12
| * | powerpc/mm/radix: Implement tlb mmu gather flush efficientlyAneesh Kumar K.V2016-08-012-1/+60
| * | powerpc/jump_label: Annotate jump label assemblyMichael Ellerman2016-08-011-2/+2
| * | powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label initAneesh Kumar K.V2016-08-013-0/+26
| * | powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao2016-08-014-0/+57
| * | powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao2016-08-015-0/+52
| * | powerpc: Add kconfig option to use jump labels for cpu/mmu_has_feature()Michael Ellerman2016-08-011-0/+9
| * | powerpc: Move cpu_has_feature() to a separate fileKevin Hao2016-08-0118-11/+36
| * | powerpc: Remove mfvtb()Kevin Hao2016-08-012-10/+1Star
| * | powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V2016-08-011-0/+8
| * | powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2016-08-015-6/+6
| * | powerpc/mm: Add early_[cpu|mmu]_has_feature()Michael Ellerman2016-08-012-2/+22
| * | powerpc/mm: Define radix_enabled() in one place & use static inlineMichael Ellerman2016-08-012-11/+12
| * | powerpc/kernel: Convert cpu_has_feature() to returning boolMichael Ellerman2016-08-011-5/+4Star
| * | powerpc/kernel: Convert mmu_has_feature() to returning boolMichael Ellerman2016-08-011-2/+2
| * | powerpc/mm: Make MMU_FTR_RADIX a MMU family featureAneesh Kumar K.V2016-08-017-17/+16Star
| * | powerpc/kernel: Check features don't change after patchingMichael Ellerman2016-08-011-1/+26
| * | powerpc/64: Do feature patching before MMU initMichael Ellerman2016-08-011-3/+3
| * | powerpc/mm: Do radix device tree scanning earlierMichael Ellerman2016-08-013-3/+5
| * | powerpc/mm: Do hash device tree scanning earlierMichael Ellerman2016-08-013-26/+31
| * | powerpc/mm: Move disable_radix handling into mmu_early_init_devtree()Michael Ellerman2016-08-012-13/+11Star
| * | powerpc/mm: Add mmu_early_init_devtree()Michael Ellerman2016-08-014-0/+10