aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds4-80/+40
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds54-209/+2049
2016-08-04powerpc/fsl_rio: fix a missing error codeDan Carpenter1-0/+1
2016-08-04powerpc: add explicit #include <asm/asm-compat.h> for jump labelJason Baron1-0/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski16-78/+77
2016-08-04powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman5-5/+10
2016-08-04powerpc/perf: Fix incorrect event codes in power9-event-listMadhavan Srinivasan1-3/+3
2016-08-03powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt1-1/+1
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-52/+17
2016-08-02powerpc/fsl_rio: apply changes for RIO spec rev 3Alexandre Bounine1-15/+5
2016-08-02rapidio: change inbound window size type to u64Alexandre Bounine1-2/+2
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-25/+0
2016-08-02include: mman: use bool instead of int for the return value of arch_validate_protChen Gang1-4/+4
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick5-6/+6
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-64/+18
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-2/+2
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds16-228/+670
2016-08-01KVM: PPC: Introduce KVM_CAP_PPC_HTMSam Bobroff1-0/+4
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas28-100/+231
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