index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2013-07-24
powerpc/eeh: Introdce flag to protect sysfs
Gavin Shan
-1
/
+17
2013-07-24
powerpc/eeh: Fix unbalanced enable for IRQ
Gavin Shan
-1
/
+5
2013-07-24
powerpc/eeh: Don't use pci_dev during BAR restore
Gavin Shan
-13
/
+12
2013-07-24
powerpc/eeh: Use partial hotplug for EEH unaware drivers
Gavin Shan
-21
/
+110
2013-07-24
powerpc/pci: Partial tree hotplug support
Gavin Shan
-21
/
+51
2013-07-24
powerpc/eeh: Use safe list traversal when walking EEH devices
Gavin Shan
-7
/
+7
2013-07-24
powerpc/eeh: Keep PE during hotplug
Gavin Shan
-53
/
+15
2013-07-24
powerpc/pci: Override pcibios_release_device()
Gavin Shan
-0
/
+11
2013-07-24
powerpc/eeh: Export functions for hotplug
Gavin Shan
-3
/
+3
2013-07-24
powerpc/eeh: Remove reference to PCI device
Gavin Shan
-17
/
+5
2013-07-24
powerpc/modules: Module CRC relocation fix causes perf issues
Anton Blanchard
-3
/
+0
2013-07-24
powerpc: Add second POWER8 PVR entry
Michael Neuling
-3
/
+22
2013-07-09
ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
Oleg Nesterov
-26
/
+4
2013-07-04
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
-12
/
+10
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
-157
/
+3944
2013-07-03
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
-17
/
+2
2013-07-03
Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+2
2013-07-03
powerpc: Remove savemaxmem parameter setup
Zhang Yanfei
-10
/
+0
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
-7
/
+2
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
-1
/
+1
2013-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-18
/
+2
2013-07-02
powerpc: Handle both new style and old style reserve maps
Benjamin Herrenschmidt
-14
/
+17
2013-07-02
powerpc/hw_brk: Fix off by one error when validating DAWR region end
Michael Neuling
-1
/
+1
2013-07-01
Merge tag 'v3.10' into next
Benjamin Herrenschmidt
-11
/
+28
2013-07-01
powerpc/perf: Core EBB support for 64-bit book3s
Michael Ellerman
-0
/
+4
2013-07-01
powerpc/perf: Drop MMCRA from thread_struct
Michael Ellerman
-1
/
+0
2013-07-01
powerpc: Wire up the HV facility unavailable exception
Michael Ellerman
-4
/
+27
2013-07-01
powerpc: Rename and flesh out the facility unavailable exception handler
Michael Ellerman
-22
/
+32
2013-07-01
powerpc: Remove KVMTEST from RELON exception handlers
Michael Ellerman
-2
/
+0
2013-07-01
powerpc: Remove unreachable relocation on exception handlers
Michael Ellerman
-15
/
+3
2013-07-01
powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_se...
Chen Gang
-1
/
+1
2013-07-01
powerpc/nvram64: Need return the related error code on failure occurs
Chen Gang
-6
/
+14
2013-07-01
powerpc: Set cpu sibling mask before online cpu
Li Zhong
-3
/
+5
2013-07-01
powerpc: Delete __cpuinit usage from all users
Paul Gortmaker
-24
/
+29
2013-07-01
powerpc/idle: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
-2
/
+2
2013-07-01
powerpc: Don't flush/invalidate the d/icache for an unknown relocation type
Kevin Hao
-1
/
+2
2013-07-01
powerpc/eeh: Avoid build warnings
Gavin Shan
-2
/
+2
2013-07-01
powerpc/eeh: Refactor the output message
Gavin Shan
-7
/
+25
2013-07-01
powerpc/eeh: Fix address catch for PowerNV
Gavin Shan
-1
/
+1
2013-07-01
powerpc/eeh: Check PCIe link after reset
Gavin Shan
-13
/
+144
2013-07-01
powerpc/eeh: Don't collect PCI-CFG data on PHB
Gavin Shan
-9
/
+23
2013-06-30
powerpc/tm: Clear MSR RI in non-recoverable TM code
Michael Neuling
-2
/
+16
2013-06-30
powerpc: Fix string instr. emulation for 32-bit processes on ppc64
James Yang
-0
/
+4
2013-06-30
powerpc/pci: Improve device hotplug initialization
Guenter Roeck
-5
/
+12
2013-06-29
proc_powerpc: switch to fixed_size_llseek()
Al Viro
-18
/
+2
2013-06-25
powerpc/eeh: Use interruptible sleep in keehd
Gavin Shan
-1
/
+2
2013-06-25
powerpc/eeh: Remove eeh_mutex
Gavin Shan
-32
/
+1
2013-06-25
powerpc/hw_brk: Fix clearing of extraneous IRQ
Michael Neuling
-0
/
+1
2013-06-25
powerpc/hw_brk: Fix setting of length for exact mode breakpoints
Michael Neuling
-1
/
+3
2013-06-21
powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
Aneesh Kumar K.V
-3
/
+15
[next]