summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
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-01elf: Add powerpc specific core note sectionsAnshuman Khandual1-0/+13
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.V4-1/+31
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-01jump_label: Make it possible for arches to invoke jump_label_init() earlierKevin Hao1-0/+3
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-31random: Fix crashes with sparse node idsMichael Ellerman1-3/+2
2016-07-29documentation: da9052: Update regulator bindings names to match DA9052/53 DTS...Steve Twiss1-11/+11
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds2-30/+5
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta6-68/+129
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf1-1/+1
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf5-101/+220
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf1-52/+88
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi1-12/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi2-1/+3
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1