index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
powerpc/8xx: Map linear kernel RAM with 8M pages
Christophe Leroy
2016-03-11
4
-14
/
+120
|
|
*
|
powerpc/8xx: Save r3 all the time in DTLB miss handler
Christophe Leroy
2016-03-11
1
-9
/
+4
|
|
*
|
powerpc/p5040: Add device node for RAID Engine
Xuelin Shi
2016-03-09
2
-0
/
+7
|
|
*
|
powerpc: optimise csum_partial() call when len is constant
Christophe Leroy
2016-03-09
4
-28
/
+61
|
|
*
|
powerpc/fsl-lbc: Modify suspend/resume entry sequence
Raghav Dogra
2016-03-09
1
-11
/
+38
|
|
*
|
powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addresses
Christophe Leroy
2016-03-09
1
-1
/
+1
|
|
*
|
powerpc/885: set SDCR to 0x40
Christophe Leroy
2016-03-09
1
-1
/
+4
|
|
*
|
powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig
Bartlomiej Zolnierkiewicz
2016-03-09
1
-1
/
+0
|
|
*
|
powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig
Bartlomiej Zolnierkiewicz
2016-03-09
1
-2
/
+0
|
|
*
|
powerpc/85xx: disable IDE subsystem in ksi8560_defconfig
Bartlomiej Zolnierkiewicz
2016-03-09
1
-1
/
+0
|
|
*
|
powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig
Bartlomiej Zolnierkiewicz
2016-03-09
1
-1
/
+0
|
|
*
|
powerpc/mpc85xx: Add CPU hotplug support for E6500
chenhui zhao
2016-03-04
4
-31
/
+124
|
|
*
|
powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores
chenhui zhao
2016-03-04
4
-90
/
+118
|
|
*
|
powerpc/mpc85xx: refactor the PM operations
chenhui zhao
2016-03-04
4
-54
/
+127
|
|
*
|
powerpc/rcpm: add RCPM driver
chenhui zhao
2016-03-04
8
-0
/
+466
|
|
*
|
powerpc/cache: add cache flush operation for various e500
chenhui zhao
2016-03-04
7
-78
/
+128
|
|
*
|
powerpc/mm: any thread in one core can be the first to setup TLB1
chenhui zhao
2016-03-04
2
-3
/
+9
|
|
*
|
powerpc: simplify csum_add(a, b) in case a or b is constant 0
Christophe Leroy
2016-03-04
1
-0
/
+6
|
|
*
|
powerpc32: optimise csum_partial() loop
Christophe Leroy
2016-03-04
1
-1
/
+15
|
|
*
|
powerpc32: optimise a few instructions in csum_partial()
Christophe Leroy
2016-03-04
1
-20
/
+17
|
|
*
|
powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()
Christophe Leroy
2016-03-04
1
-111
/
+209
|
|
*
|
powerpc: inline ip_fast_csum()
Christophe Leroy
2016-03-04
4
-56
/
+38
|
|
*
|
powerpc32: checksum_wrappers_64 becomes checksum_wrappers
Christophe Leroy
2016-03-04
3
-11
/
+1
|
|
*
|
powerpc: mark xer clobbered in csum_add()
Christophe Leroy
2016-03-04
1
-1
/
+1
|
|
*
|
powerpc: unexport csum_tcpudp_magic
Christophe Leroy
2016-03-04
1
-1
/
+0
|
*
|
|
Merge branch 'topic/mprofile-kernel' into next
Michael Ellerman
2016-03-11
16
-127
/
+546
|
|
\
\
\
|
|
*
|
|
powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernel
Torsten Duwe
2016-03-07
3
-0
/
+57
|
|
*
|
|
powerpc/ftrace: Add support for -mprofile-kernel ftrace ABI
Torsten Duwe
2016-03-07
5
-20
/
+324
|
|
*
|
|
powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftrace
Torsten Duwe
2016-03-07
3
-9
/
+9
|
|
*
|
|
powerpc/ftrace: Use generic ftrace_modify_all_code()
Torsten Duwe
2016-03-07
1
-12
/
+5
|
|
*
|
|
powerpc/module: Create a special stub for ftrace_caller()
Michael Ellerman
2016-03-07
1
-1
/
+68
|
|
*
|
|
powerpc/module: Mark module stubs with a magic value
Michael Ellerman
2016-03-07
3
-64
/
+31
|
|
*
|
|
powerpc/module: Only try to generate the ftrace_caller() stub once
Michael Ellerman
2016-03-07
4
-14
/
+42
|
|
*
|
|
powerpc: Create a helper for getting the kernel toc value
Michael Ellerman
2016-03-07
2
-10
/
+13
|
|
|
|
/
|
|
|
/
|
|
*
|
|
powerpc/perf: Fix misleading comment in pmao_restore_workaround()
Madhavan Srinivasan
2016-03-10
1
-1
/
+1
|
*
|
|
powerpc/perf/24x7: Eliminate domain suffix in event names
Sukadev Bhattiprolu
2016-03-10
1
-83
/
+66
|
*
|
|
powerpc/perf/hv-24x7: Display domain indices in sysfs
Sukadev Bhattiprolu
2016-03-10
2
-0
/
+42
|
*
|
|
powerpc/perf/hv-24x7: Display change in counter values
Sukadev Bhattiprolu
2016-03-10
1
-1
/
+12
|
*
|
|
powerpc/perf/hv-24x7: Fix usage with chip events.
Sukadev Bhattiprolu
2016-03-10
1
-4
/
+18
|
*
|
|
powerpc/perf: Export Power8 generic and cache events to sysfs
Sukadev Bhattiprolu
2016-03-10
3
-38
/
+131
|
*
|
|
powerpc/perf: Remove PME_ prefix for power7 events
Sukadev Bhattiprolu
2016-03-10
2
-10
/
+10
|
*
|
|
powerpc: New possible return value from hcall
Christophe Lombard
2016-03-09
1
-0
/
+1
|
*
|
|
powerpc/eeh: eeh_pci_enable(): fix checking of post-request state
Andrew Donnellan
2016-03-09
1
-1
/
+1
|
*
|
|
powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()
Gavin Shan
2016-03-09
1
-7
/
+0
|
*
|
|
powerpc/eeh: Synchronize recovery in host/guest
Gavin Shan
2016-03-09
1
-0
/
+11
|
*
|
|
powerpc/eeh: Don't remove passed VFs
Gavin Shan
2016-03-09
1
-0
/
+3
|
*
|
|
powerpc/eeh: Don't propagate error to guest
Gavin Shan
2016-03-09
1
-5
/
+5
|
*
|
|
powerpc/eeh: powerpc/eeh: Support error recovery for VF PE
Wei Yang
2016-03-09
6
-26
/
+127
|
*
|
|
powerpc/powernv: Support PCI config restore for VFs
Wei Yang
2016-03-09
2
-3
/
+93
|
*
|
|
powerpc/powernv: Support EEH reset for VF PE
Wei Yang
2016-03-09
3
-4
/
+133
[prev]
[next]