summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)Author
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-08-04powerpc/fsl_rio: fix a missing error codeDan Carpenter
2016-08-04powerpc: add explicit #include <asm/asm-compat.h> for jump labelJason Baron
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-08-04powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman
2016-08-04powerpc/perf: Fix incorrect event codes in power9-event-listMadhavan Srinivasan
2016-08-03powerpc/32: Fix early access to cpu_spec relocationBenjamin Herrenschmidt
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-08-02powerpc/fsl_rio: apply changes for RIO spec rev 3Alexandre Bounine
2016-08-02rapidio: change inbound window size type to u64Alexandre Bounine
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski
2016-08-02include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-08-01KVM: PPC: Introduce KVM_CAP_PPC_HTMSam Bobroff
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas
2016-08-01powerpc/ptrace: Enable support for Performance Monitor registersAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for EBB registersAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPPC_TAR, NT_PPC_PPR, NT_PPC_DSCRAnshuman Khandual
2016-08-01powerpc/ptrace: Enable NT_PPC_TM_CTAR, NT_PPC_TM_CPPR, NT_PPC_TM_CDSCRAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for TM SPR stateAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVSXAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CVMXAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CFPRAnshuman Khandual
2016-08-01powerpc/ptrace: Enable support for NT_PPC_CGPRAnshuman Khandual
2016-08-01powerpc/ptrace: Adapt gpr32_get, gpr32_set functions for transactionAnshuman Khandual
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VSX ptrace requestsAnshuman Khandual
2016-08-01powerpc/ptrace: Enable in transaction NT_PPC_VMX ptrace requestsAnshuman Khandual
2016-08-01powerpc/ptrace: Enable in transaction NT_PRFPREG ptrace requestsAnshuman Khandual
2016-08-01powerpc/process: Add the function flush_tmregs_to_threadAnshuman Khandual
2016-08-01powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V
2016-08-01powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V
2016-08-01powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V
2016-08-01powerpc/mm/radix: Add tlb flush of THP ptesAneesh Kumar K.V
2016-08-01powerpc/mm: Drop multiple definition of mm_is_core_localAneesh Kumar K.V
2016-08-01powerpc/mm: Use hugetlb flush functionsAneesh Kumar K.V
2016-08-01powerpc/mm/hash: Add helper for finding SLBE LLP encodingAneesh Kumar K.V
2016-08-01powerpc/mm/radix: Implement tlb mmu gather flush efficientlyAneesh Kumar K.V
2016-08-01powerpc/jump_label: Annotate jump label assemblyMichael Ellerman
2016-08-01powerpc/mm: Catch usage of cpu/mmu_has_feature() before jump label initAneesh Kumar K.V
2016-08-01powerpc: Add option to use jump label for mmu_has_feature()Kevin Hao
2016-08-01powerpc: Add option to use jump label for cpu_has_feature()Kevin Hao
2016-08-01powerpc: Add kconfig option to use jump labels for cpu/mmu_has_feature()Michael Ellerman
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao
2016-08-01powerpc: Remove mfvtb()Kevin Hao
2016-08-01powerpc: Call jump_label_init() in apply_feature_fixups()Aneesh Kumar K.V