summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-1713-55/+103
|\
| * powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-1713-55/+103
* | powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao2017-08-171-5/+1
* | powerpc/string: Implement optimized memset variantsNaveen N. Rao2017-08-172-1/+42
* | powerpc/perf: Fix usage of nest_imc_refcMadhavan Srinivasan2017-08-171-2/+2
* | powerpc: Add const to bin_attribute structuresBhumika Goyal2017-08-172-2/+2
* | powerpc: Remove more redundant VSX save/testsBenjamin Herrenschmidt2017-08-161-25/+8
* | powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()Benjamin Herrenschmidt2017-08-161-3/+11
* | powerpc: Remove redundant FP/Altivec giveup codeBenjamin Herrenschmidt2017-08-161-4/+0
* | powerpc: Fix missing newline before {Benjamin Herrenschmidt2017-08-161-1/+2
* | powerpc/topology: Remove the unused parent_node() macroDou Liyang2017-08-161-2/+0
* | powerpc/mm/hugetlb: Allow runtime allocation of 16G.Aneesh Kumar K.V2017-08-161-3/+1
* | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-166-182/+22
* | powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy2017-08-154-12/+10
* | powerpc/mm: Simplify __set_fixmap()Christophe Leroy2017-08-152-18/+7
* | powerpc/mm: declare some local functions staticChristophe Leroy2017-08-153-8/+2
* | 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