aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel command lineAneesh Kumar K.V6-182/+22
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy4-12/+10
2017-08-15powerpc/mm: Simplify __set_fixmap()Christophe Leroy2-18/+7
2017-08-15powerpc/mm: declare some local functions staticChristophe Leroy3-8/+2
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy4-2/+32
2017-08-15powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy2-4/+11
2017-08-15powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBsChristophe Leroy1-4/+6
2017-08-15powerpc/8xx: Reduce DTLB miss handler by one insnChristophe Leroy1-7/+7
2017-08-15powerpc/8xx: mark init functions with __initChristophe Leroy1-4/+4
2017-08-15powerpc/8xx: Do not allow Pinned TLBs with STRICT_KERNEL_RWX or DEBUG_PAGEALLOCChristophe Leroy1-1/+2
2017-08-15powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy3-13/+62
2017-08-15powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.SChristophe Leroy1-0/+7
2017-08-15powerpc/8xx: Remove macro that checks kernel addressChristophe Leroy1-13/+16
2017-08-15powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx.Christophe Leroy1-2/+11
2017-08-15powerpc/chrp: Store the intended structureJulia Lawall1-1/+1
2017-08-15powerpc/l2cr_6xx: Fix invalid use of register expressionsAndreas Schwab1-2/+2
2017-08-15powerpc/iommu: Avoid undefined right shift in iommu_range_alloc()Michael Ellerman1-1/+1
2017-08-15powerpc/perf/imc: Fix nest events on muti socket systemAnju T1-1/+1
2017-08-15powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errorsMichael Ellerman2-2/+2
2017-08-15powerpc/xmon: Exclude all of xmon from ftraceNaveen N. Rao2-3/+7
2017-08-14powerpc/xmon: Disable tracing when entering xmonBreno Leitao1-2/+6
2017-08-14powerpc/xmon: Dump ftrace buffers for the current CPU onlyBreno Leitao1-3/+19
2017-08-14powerpc/perf: Fix double unlock in imc_common_cpuhp_mem_free()Dan Carpenter1-1/+1
2017-08-14powerpc/8xx: Fix two CONFIG_8xx left behindChristophe Leroy2-2/+2
2017-08-10powerpc/xive: Fix section mismatch warningsMichael Ellerman2-3/+3
2017-08-10powerpc/mm: Fix section mismatch warning in early_check_vec5()Michael Ellerman1-1/+1
2017-08-10powerpc/8xx: Remove cpu dependent macro instructions from head_8xxChristophe Leroy1-4/+1
2017-08-10powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy2-2/+2
2017-08-10powerpc/8xx: Use symbolic PVR valueChristophe Leroy2-5/+3
2017-08-10powerpc/8xx: remove CONFIG_8xxChristophe Leroy1-5/+0
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy20-33/+32
2017-08-10powerpc/kconfig: Simplify PCI_QSPAN selectionChristophe Leroy1-2/+2
2017-08-10powerpc/time: refactor MFTB() to limit number of ifdefsChristophe Leroy5-35/+25
2017-08-10powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxChristophe Leroy5-4/+3
2017-08-10powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xxChristophe Leroy3-3/+4
2017-08-10powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy2-19/+1
2017-08-10powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy3-26/+38
2017-08-10powerpc/8xx: Simplify CONFIG_8xx checks in MakefileChristophe Leroy1-1/+1
2017-08-10powerpc/traps: Use SRR1 defines for program check reasonsMichael Ellerman2-5/+6
2017-08-10powerpc/mce: Move 64-bit machine check code into mce.cMichael Ellerman2-33/+33
2017-08-10powerpc/traps: machine_check_generic() is only used on 32-bitMichael Ellerman1-1/+1
2017-08-10powerpc/traps: Inline get_mc_reason()Michael Ellerman1-10/+4
2017-08-10powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman3-18/+28
2017-08-10powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman12-11/+10
2017-08-10powerpc/44x: Move 44x machine check handlers into platforms/44xMichael Ellerman3-75/+90
2017-08-10powerpc/44x: Simplify CONFIG_44x checks in MakefileMichael Ellerman1-2/+2
2017-08-10powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47xMichael Ellerman1-0/+2
2017-08-10powerpc/powernv: Add support to clear sensor groups dataShilpasri G Bhat6-1/+220
2017-08-10powerpc/powernv: Add support to set power-shifting-ratioShilpasri G Bhat6-1/+186
2017-08-10powerpc/powernv: Add support for powercap frameworkShilpasri G Bhat6-1/+259