summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-212-2/+15
|\
| * mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-181-2/+3
| * mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-181-1/+1
| * mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-1/+2
| * mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-181-0/+11
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1949-508/+1115
|\ \
| * | powerpc/8xx: Fix do_mtspr_cpu6() build on older compilersChristophe Leroy2016-03-161-1/+1
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-1413-57/+362
| |\ \
| | * | powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2016-03-121-3/+49
| | * | powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2016-03-121-3/+14
| | * | powerpc: add inline functions for cache related instructionsChristophe Leroy2016-03-121-0/+19
| | * | powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy2016-03-121-5/+1Star
| | * | powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macroChristophe Leroy2016-03-122-0/+84
| | * | powerpc/8xx: Add missing SPRN defines into reg_8xx.hChristophe Leroy2016-03-122-2/+13
| | * | powerpc32: remove ioremap_baseChristophe Leroy2016-03-121-1/+1
| | * | powerpc32: Fix pte_offset_kernel() to return NULL for bad pagesChristophe Leroy2016-03-121-1/+2
| | * | powerpc: optimise csum_partial() call when len is constantChristophe Leroy2016-03-091-23/+56
| | * | powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao2016-03-052-0/+7
| | * | powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao2016-03-051-0/+3
| | * | powerpc/rcpm: add RCPM driverchenhui zhao2016-03-052-0/+52
| | * | powerpc/cache: add cache flush operation for various e500chenhui zhao2016-03-052-2/+8
| | * | powerpc/mm: any thread in one core can be the first to setup TLB1chenhui zhao2016-03-051-0/+8
| | * | powerpc: simplify csum_add(a, b) in case a or b is constant 0Christophe Leroy2016-03-051-0/+6
| | * | powerpc: inline ip_fast_csum()Christophe Leroy2016-03-051-7/+38
| | * | powerpc32: checksum_wrappers_64 becomes checksum_wrappersChristophe Leroy2016-03-051-9/+0Star
| | * | powerpc: mark xer clobbered in csum_add()Christophe Leroy2016-03-051-1/+1
| * | | Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman2016-03-114-2/+48
| |\ \ \
| | * | | powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe2016-03-072-0/+26
| | * | | powerpc/module: Mark module stubs with a magic valueMichael Ellerman2016-03-071-2/+1Star
| | * | | powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman2016-03-071-0/+9
| | * | | powerpc: Create a helper for getting the kernel toc valueMichael Ellerman2016-03-071-0/+12
| | | |/ | | |/|
| * | | powerpc/perf: Export Power8 generic and cache events to sysfsSukadev Bhattiprolu2016-03-101-0/+8
| * | | powerpc/perf: Remove PME_ prefix for power7 eventsSukadev Bhattiprolu2016-03-101-1/+1
| * | | powerpc: New possible return value from hcallChristophe Lombard2016-03-091-0/+1
| * | | powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang2016-03-082-0/+3
| * | | powerpc/powernv: Support PCI config restore for VFsWei Yang2016-03-081-0/+1
| * | | powerpc/powernv: Support EEH reset for VF PEWei Yang2016-03-081-0/+1
| * | | powerpc/eeh: Create PE for VFsWei Yang2016-03-081-0/+1
| * | | powerpc/eeh: EEH device for VFWei Yang2016-03-081-0/+1
| | |/ | |/|
| * | powerpc/mm: Move hash64 tlbflush code into a new headerAneesh Kumar K.V2016-03-032-91/+95
| * | powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V2016-03-033-2/+2
| * | powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V2016-03-036-57/+86
| * | powerpc/mm: Don't have conditional defines for real_pte_tAneesh Kumar K.V2016-03-032-22/+9Star
| * | powerpc/mm: Split pgtable types to separate headerAneesh Kumar K.V2016-03-032-103/+109
| * | powerpc: Add the ability to save VSX without giving it upCyril Bur2016-03-021-4/+0Star
| * | powerpc: Add the ability to save Altivec without giving it upCyril Bur2016-03-021-1/+2
| * | powerpc: Add the ability to save FPU without giving it upCyril Bur2016-03-021-1/+2
| * | powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur2016-03-022-0/+15
| * | powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur2016-03-021-0/+2
| * | powerpc/mm: Split hash page table sizing heuristic into a helperDavid Gibson2016-03-011-0/+3