index
:
Linux Stable
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.12.y
linux-6.13.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/powernv: Replace variables with flags
Gavin Shan
2013-07-01
3
-8
/
+11
|
*
|
|
|
powerpc/eeh: Check PCIe link after reset
Gavin Shan
2013-07-01
1
-13
/
+144
|
*
|
|
|
powerpc/eeh: Don't collect PCI-CFG data on PHB
Gavin Shan
2013-07-01
1
-9
/
+23
|
*
|
|
|
powerpc/tm: Clear MSR RI in non-recoverable TM code
Michael Neuling
2013-06-30
1
-2
/
+16
|
*
|
|
|
powerpc: Fix string instr. emulation for 32-bit processes on ppc64
James Yang
2013-06-30
1
-0
/
+4
|
*
|
|
|
trivial: powerpc: Fix typo in ioei_interrupt() description
Sebastien Bessiere
2013-06-30
1
-1
/
+1
|
*
|
|
|
powerpc/eeh: Use interruptible sleep in keehd
Gavin Shan
2013-06-25
1
-1
/
+2
|
*
|
|
|
powerpc/eeh: Remove eeh_mutex
Gavin Shan
2013-06-25
3
-46
/
+1
|
*
|
|
|
powerpc/mm: Fix build warnings with CONFIG_TRANSPARENT_HUGEPAGE disabled
Nathan Fontenot
2013-06-25
1
-0
/
+1
|
*
|
|
|
powerpc/pseries: Enable PSTORE in pseries_defconfig
Aruna Balakrishnaiah
2013-06-25
1
-0
/
+1
|
*
|
|
|
powerpc/hw_brk: Fix clearing of extraneous IRQ
Michael Neuling
2013-06-25
1
-0
/
+1
|
*
|
|
|
powerpc/hw_brk: Fix setting of length for exact mode breakpoints
Michael Neuling
2013-06-25
1
-1
/
+3
|
|
|
/
/
|
|
/
|
|
|
*
|
|
powerpc: Optimize hugepage invalidate
Aneesh Kumar K.V
2013-06-21
4
-9
/
+201
|
*
|
|
powerpc/THP: Enable THP on PPC64
Aneesh Kumar K.V
2013-06-21
2
-2
/
+30
|
*
|
|
powerpc: split hugepage when using subpage protection
Aneesh Kumar K.V
2013-06-21
1
-0
/
+48
|
*
|
|
powerpc: disable assert_pte_locked for collapse_huge_page
Aneesh Kumar K.V
2013-06-21
1
-0
/
+8
|
*
|
|
powerpc: Prevent gcc to re-read the pagetables
Aneesh Kumar K.V
2013-06-21
2
-5
/
+5
|
*
|
|
powerpc: Make linux pagetable walk safe with THP enabled
Aneesh Kumar K.V
2013-06-21
4
-38
/
+68
|
*
|
|
powerpc/THP: Add code to handle HPTE faults for hugepages
Aneesh Kumar K.V
2013-06-21
4
-4
/
+203
|
*
|
|
powerpc: Update gup_pmd_range to handle transparent hugepages
Aneesh Kumar K.V
2013-06-21
1
-2
/
+8
|
*
|
|
powerpc/kvm: Handle transparent hugepage in KVM
Aneesh Kumar K.V
2013-06-21
3
-34
/
+44
|
*
|
|
powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
Aneesh Kumar K.V
2013-06-21
7
-33
/
+36
|
*
|
|
powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
Aneesh Kumar K.V
2013-06-21
1
-6
/
+26
|
*
|
|
powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code
Aneesh Kumar K.V
2013-06-21
5
-138
/
+138
|
*
|
|
powerpc/THP: Implement transparent hugepages for ppc64
Aneesh Kumar K.V
2013-06-21
6
-2
/
+625
|
*
|
|
powerpc/THP: Double the PMD table size for THP
Aneesh Kumar K.V
2013-06-21
4
-8
/
+16
|
*
|
|
powerpc/mm: handle hugepage size correctly when invalidating hpte entries
Aneesh Kumar K.V
2013-06-21
9
-107
/
+95
|
*
|
|
powerpc/eeh: Debugfs for error injection
Gavin Shan
2013-06-21
1
-0
/
+31
|
*
|
|
powerpc/powernv: Debugfs directory for PHB
Gavin Shan
2013-06-21
2
-0
/
+27
|
*
|
|
powerpc/eeh: Register OPAL notifier for PCI error
Gavin Shan
2013-06-21
1
-1
/
+40
|
*
|
|
powernv/opal: Disable OPAL notifier upon poweroff
Gavin Shan
2013-06-21
1
-0
/
+4
|
*
|
|
powernv/opal: Notifier for OPAL events
Gavin Shan
2013-06-21
2
-1
/
+73
|
*
|
|
powerpc/eeh: Allow to check fenced PHB proactively
Gavin Shan
2013-06-20
1
-0
/
+60
|
*
|
|
powerpc/eeh: Enable EEH check for config access
Gavin Shan
2013-06-20
1
-1
/
+39
|
*
|
|
powerpc/eeh: Initialization for PowerNV
Gavin Shan
2013-06-20
2
-5
/
+17
|
*
|
|
powerpc/eeh: PowerNV EEH backends
Gavin Shan
2013-06-20
2
-1
/
+420
|
*
|
|
powerpc/eeh: I/O chip next error
Gavin Shan
2013-06-20
2
-2
/
+333
|
*
|
|
powerpc/eeh: I/O chip PE log and bridge setup
Gavin Shan
2013-06-20
1
-2
/
+55
|
*
|
|
powerpc/eeh: I/O chip PE reset
Gavin Shan
2013-06-20
1
-1
/
+233
|
*
|
|
powerpc/eeh: I/O chip EEH state retrieval
Gavin Shan
2013-06-20
1
-1
/
+98
|
*
|
|
powerpc/eeh: I/O chip EEH enable option
Gavin Shan
2013-06-20
1
-1
/
+64
|
*
|
|
powerpc/eeh: I/O chip post initialization
Gavin Shan
2013-06-20
1
-1
/
+20
|
*
|
|
powerpc/eeh: EEH backend for P7IOC
Gavin Shan
2013-06-20
3
-0
/
+69
|
*
|
|
powerpc/eeh: Sync OPAL API with firmware
Gavin Shan
2013-06-20
3
-22
/
+119
|
*
|
|
powerpc/eeh: EEH core to handle special event
Gavin Shan
2013-06-20
2
-18
/
+112
|
*
|
|
powerpc/eeh: Export confirm_error_lock
Gavin Shan
2013-06-20
2
-6
/
+15
|
*
|
|
powerpc/eeh: Allow to purge EEH events
Gavin Shan
2013-06-20
2
-0
/
+38
|
*
|
|
powerpc/eeh: Trace time on first error for PE
Gavin Shan
2013-06-20
3
-0
/
+35
|
*
|
|
powerpc/eeh: Single kthread to handle events
Gavin Shan
2013-06-20
3
-47
/
+55
|
*
|
|
powerpc/eeh: Delay EEH probe during hotplug
Gavin Shan
2013-06-20
1
-1
/
+15
[prev]
[next]