summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy2017-08-154-2/+32
* powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32Christophe Leroy2017-08-152-4/+11
* powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBsChristophe Leroy2017-08-151-4/+6
* powerpc/8xx: Reduce DTLB miss handler by one insnChristophe Leroy2017-08-151-7/+7
* powerpc/8xx: mark init functions with __initChristophe Leroy2017-08-151-4/+4
* powerpc/8xx: Do not allow Pinned TLBs with STRICT_KERNEL_RWX or DEBUG_PAGEALLOCChristophe Leroy2017-08-151-1/+2
* powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy2017-08-153-13/+62
* powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.SChristophe Leroy2017-08-151-0/+7
* powerpc/8xx: Remove macro that checks kernel addressChristophe Leroy2017-08-151-13/+16
* powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx.Christophe Leroy2017-08-151-2/+11
* powerpc/chrp: Store the intended structureJulia Lawall2017-08-151-1/+1
* powerpc/l2cr_6xx: Fix invalid use of register expressionsAndreas Schwab2017-08-151-2/+2
* powerpc/iommu: Avoid undefined right shift in iommu_range_alloc()Michael Ellerman2017-08-151-1/+1
* powerpc/perf/imc: Fix nest events on muti socket systemAnju T2017-08-151-1/+1
* powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errorsMichael Ellerman2017-08-152-2/+2
* powerpc/xmon: Exclude all of xmon from ftraceNaveen N. Rao2017-08-152-3/+7
* powerpc/xmon: Disable tracing when entering xmonBreno Leitao2017-08-141-2/+6
* powerpc/xmon: Dump ftrace buffers for the current CPU onlyBreno Leitao2017-08-141-3/+19
* powerpc/perf: Fix double unlock in imc_common_cpuhp_mem_free()Dan Carpenter2017-08-141-1/+1
* powerpc/8xx: Fix two CONFIG_8xx left behindChristophe Leroy2017-08-142-2/+2
* powerpc/xive: Fix section mismatch warningsMichael Ellerman2017-08-102-3/+3
* powerpc/mm: Fix section mismatch warning in early_check_vec5()Michael Ellerman2017-08-101-1/+1
* powerpc/8xx: Remove cpu dependent macro instructions from head_8xxChristophe Leroy2017-08-101-4/+1
* powerpc/8xx: Use symbolic names for DSISR bits in DSIChristophe Leroy2017-08-102-2/+2
* powerpc/8xx: Use symbolic PVR valueChristophe Leroy2017-08-102-5/+3
* powerpc/8xx: remove CONFIG_8xxChristophe Leroy2017-08-101-5/+0
* powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-1020-33/+32
* powerpc/kconfig: Simplify PCI_QSPAN selectionChristophe Leroy2017-08-101-2/+2
* powerpc/time: refactor MFTB() to limit number of ifdefsChristophe Leroy2017-08-105-35/+25
* powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxChristophe Leroy2017-08-105-4/+3
* powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xxChristophe Leroy2017-08-103-3/+4
* powerpc/8xx: Remove SoftwareEmulation()Christophe Leroy2017-08-102-19/+1
* powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy2017-08-103-26/+38
* powerpc/8xx: Simplify CONFIG_8xx checks in MakefileChristophe Leroy2017-08-101-1/+1
* powerpc/traps: Use SRR1 defines for program check reasonsMichael Ellerman2017-08-102-5/+6
* powerpc/mce: Move 64-bit machine check code into mce.cMichael Ellerman2017-08-102-33/+33
* powerpc/traps: machine_check_generic() is only used on 32-bitMichael Ellerman2017-08-101-1/+1
* powerpc/traps: Inline get_mc_reason()Michael Ellerman2017-08-101-10/+4
* powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman2017-08-103-18/+28
* powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman2017-08-1012-11/+10
* powerpc/44x: Move 44x machine check handlers into platforms/44xMichael Ellerman2017-08-103-75/+90
* powerpc/44x: Simplify CONFIG_44x checks in MakefileMichael Ellerman2017-08-101-2/+2
* powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47xMichael Ellerman2017-08-101-0/+2
* powerpc/powernv: Add support to clear sensor groups dataShilpasri G Bhat2017-08-106-1/+220
* powerpc/powernv: Add support to set power-shifting-ratioShilpasri G Bhat2017-08-106-1/+186
* powerpc/powernv: Add support for powercap frameworkShilpasri G Bhat2017-08-106-1/+259
* powerpc/pseries: Don't print failure message in energy driverNicholas Piggin2017-08-101-4/+3
* powerpc/lib/sstep: Add isel instruction emulationMatt Brown2017-08-101-0/+8
* powerpc/lib/sstep: Add prty instruction emulationMatt Brown2017-08-101-0/+26
* powerpc/lib/sstep: Add bpermd instruction emulationMatt Brown2017-08-101-1/+23