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
Age
Commit message (
Expand
)
Author
Lines
2010-05-28
tracing: fix for tracepoint API change
Stephen Rothwell
-5
/
+5
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
-1
/
+1
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
-2
/
+1
2010-05-27
asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.h
FUJITA Tomonori
-0
/
+1
2010-05-27
powerpc: use asm-generic/scatterlist.h
FUJITA Tomonori
-28
/
+4
2010-05-27
powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_ops
FUJITA Tomonori
-8
/
+8
2010-05-27
rapidio: fix maintenance access to higher memory areas
Thomas Moll
-7
/
+30
2010-05-27
rapidio, powerpc/85xx: Add MChk handler for SRIO port
Alexandre Bounine
-4
/
+70
2010-05-27
rapidio, powerpc/85xx: add Port-Write message handler for SRIO port
Alexandre Bounine
-3
/
+260
2010-05-27
rapidio: add Port-Write handling for EM
Alexandre Bounine
-1
/
+1
2010-05-26
Revert "endian: #define __BYTE_ORDER"
Linus Torvalds
-0
/
+6
2010-05-25
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
-0
/
+79
2010-05-25
endian: #define __BYTE_ORDER
Joakim Tjernlund
-6
/
+0
2010-05-25
Merge remote branch 'origin' into secretlab/next-spi
Grant Likely
-1619
/
+8530
2010-05-25
spi/mpc5121: Add SPI master driver for MPC5121 PSC
Anatolij Gustschin
-0
/
+1
2010-05-25
powerpc/mpc5121: move PSC FIFO memory init to platform code
Anatolij Gustschin
-0
/
+78
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
-2509
/
+10018
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
-43
/
+69
2010-05-22
drivercore: Add of_match_table to the common device drivers
Grant Likely
-1
/
+4
2010-05-22
arch/powerpc: Move dma_mask from of_device into pdev_archdata
Grant Likely
-3
/
+4
2010-05-21
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
-3
/
+3
2010-05-21
Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-712
/
+4191
2010-05-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
-689
/
+4091
2010-05-21
Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
-4
/
+15
2010-05-21
sysfs: add struct file* to bin_attr callbacks
Chris Wright
-2
/
+2
2010-05-21
powerpc: Remove unused 'protect4gb' boot parameter
FUJITA Tomonori
-12
/
+0
2010-05-21
powerpc: Build-in e1000e for pseries & ppc64_defconfig
Michael Neuling
-2
/
+2
2010-05-21
powerpc/pseries: Make request_ras_irqs() available to other pseries code
Mark Nelson
-60
/
+90
2010-05-21
powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinity
Anton Blanchard
-8
/
+12
2010-05-21
powerpc/numa: Set a smaller value for RECLAIM_DISTANCE to enable zone reclaim
Anton Blanchard
-0
/
+10
2010-05-21
powerpc: Use smt_snooze_delay=-1 to always busy loop
Anton Blanchard
-14
/
+13
2010-05-21
powerpc: Remove check of ibm,smt-snooze-delay OF property
Anton Blanchard
-29
/
+0
2010-05-21
powerpc/kdump: Fix race in kdump shutdown
Michael Neuling
-0
/
+27
2010-05-21
powerpc/kexec: Fix race in kexec shutdown
Michael Neuling
-17
/
+47
2010-05-21
powerpc/kexec: Speedup kexec hash PTE tear down
Michael Neuling
-13
/
+20
2010-05-21
powerpc/pseries: Add hcall to read 4 ptes at a time in real mode
Michael Neuling
-0
/
+57
2010-05-21
powerpc: Use more accurate limit for first segment memory allocations
Anton Blanchard
-4
/
+13
2010-05-21
powerpc/kdump: Use chip->shutdown to disable IRQs
Anton Blanchard
-1
/
+1
2010-05-21
powerpc/kdump: CPUs assume the context of the oopsing CPU
Anton Blanchard
-1
/
+5
2010-05-21
powerpc/crashdump: Do not fail on NULL pointer dereferencing
Maxim Uvarov
-0
/
+3
2010-05-21
powerpc/eeh: Fix oops when probing in early boot
Anton Blanchard
-1
/
+1
2010-05-21
powerpc/pci: Check devices status property when scanning OF tree
Sonny Rao
-0
/
+2
2010-05-21
powerpc/vio: Switch VIO Bus PM to use generic helpers
Brian King
-24
/
+1
2010-05-21
powerpc: Avoid bad relocations in iSeries code
Paul Mackerras
-2
/
+2
2010-05-21
powerpc: Use common cpu_die (fixes SMP+SUSPEND build)
Milton Miller
-11
/
+19
2010-05-21
powerpc: Fix string library functions
Andreas Schwab
-8
/
+8
2010-05-21
powerpc/rtasd: Don't start event scan if scan rate is zero
Michael Ellerman
-0
/
+6
2010-05-20
powerpc,kgdb: Introduce low level trap catching
Jason Wessel
-4
/
+9
2010-05-20
kgdb: core changes to support kdb
Jason Wessel
-0
/
+5
2010-05-20
kdb: core for kgdb back end (2 of 2)
Jason Wessel
-0
/
+1
[next]