index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-13
[POWERPC] Allow drivers to map individual 4k pages to userspace
Paul Mackerras
2
-14
/
+34
2007-04-13
[POWERPC] Make struct property's value a void *
Stephen Rothwell
6
-12
/
+12
2007-04-13
[POWERPC] Rename prom_n_size_cells to of_n_size_cells
Stephen Rothwell
4
-7
/
+6
2007-04-13
[POWERPC] Rename prom_n_addr_cells to of_n_addr_cells
Stephen Rothwell
11
-16
/
+15
2007-04-13
[POWERPC] Rename device_is_compatible to of_device_is_compatible
Stephen Rothwell
1
-5
/
+6
2007-04-13
[POWERPC] Rename get_property to of_get_property
Stephen Rothwell
1
-12
/
+12
2007-04-13
[POWERPC] Autodetect serial console on efika
Olaf Hering
1
-0
/
+26
2007-04-13
[POWERPC] bootwrapper: Decompress less, check more
Milton Miller
1
-1
/
+4
2007-04-13
[POWERPC] bootwrapper: no-gzip fixes
Milton Miller
2
-2
/
+8
2007-04-13
[POWERPC] bootwrapper: missing relocation in crt0.S
Milton Miller
1
-2
/
+6
2007-04-13
[POWERPC] Routine to find the devtree node of a linux,phandle
Mark A. Greer
1
-0
/
+6
2007-04-13
[POWERPC] Move bootwrapper ELF parsing routines to a file
Mark A. Greer
4
-67
/
+85
2007-04-13
[POWERPC] Fix breakage caused by 72486f1f8f0a2bc828b9d30cf4690cf2dd6807fc
Giuliano Pochini
1
-5
/
+9
2007-04-13
[POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers.
Scott Wood
3
-2
/
+187
2007-04-13
[POWERPC] spufs: don't yield CPU in spu_yield
Christoph Hellwig
1
-4
/
+0
2007-04-13
[POWERPC] CBE thermal support on PS3
Geert Uytterhoeven
1
-0
/
+1
2007-04-13
[POWERPC] Remove stale comment from head_64.S
Sonny Rao
1
-4
/
+0
2007-04-13
[POWERPC] Remove unused inclusion of linux/ide.h
Olaf Hering
10
-10
/
+0
2007-04-13
[POWERPC] Fix link errors when EEH is disabled
Olaf Hering
2
-0
/
+2
2007-04-13
[POWERPC] Clean up zImage handling of the command line
David Gibson
2
-33
/
+21
2007-04-13
[POWERPC] Add device tree utility functions to zImage
David Gibson
4
-17
/
+136
2007-04-13
[POWERPC] Use mtocrf instruction in asm when CONFIG_POWER4_ONLY=y
Olof Johansson
3
-9
/
+9
2007-04-13
[POWERPC] DMA 4GB boundary protection
Jake Moilanen
1
-1
/
+34
2007-04-13
[POWERPC] Add uevent handler for of_platform_bus
Sylvain Munaut
1
-0
/
+1
2007-04-13
[POWERPC] Add a unified uevent handler for bus based on of_device
Sylvain Munaut
1
-0
/
+112
2007-04-13
Merge branch 'linux-2.6' into for-2.6.22
Paul Mackerras
20
-140
/
+311
2007-04-12
[POWERPC] mpc52xx_pic: fix main interrupt masking
Domen Puncer
1
-2
/
+2
2007-03-29
[POWERPC] 85xx: Add initial MPC8544DS basic port defconfig.
Jon Loeliger
1
-0
/
+1077
2007-03-29
[POWERPC] 85xx: Add initial MPC8544 DS platform files.
Jon Loeliger
4
-1
/
+289
2007-03-29
[POWERPC] 83xx: Add MPC832x RDB board support.
Michael Barkowski
5
-1
/
+1730
2007-03-29
[POWERPC] qe: Fix QUICC Engine SDMA setup errors
Chuck Meade
1
-3
/
+3
2007-03-29
[POWERPC] Fix dcr_unmap()
Jean-Christophe Dubois
1
-1
/
+1
2007-03-26
[POWERPC] 83xx: Removed dead header
Kumar Gala
2
-20
/
+0
2007-03-26
[POWERPC] QE: fix invalid pointer usage in ucc_slow_init()
Timur Tabi
1
-2
/
+2
2007-03-26
[POWERPC] 83xx: Delete unused header file.
Robert P. J. Day
1
-23
/
+0
2007-03-26
[POWERPC] QE: automatically select QE options
Timur Tabi
2
-10
/
+2
2007-03-26
[POWERPC] 86xx/85xx: Unify Freescale PCI Express memory map registers structure
Zang Roy-r61911
2
-1
/
+95
2007-03-26
[POWERPC] 86xx/85xx: Move 8641 PCI-Express to arch/powerpc/sysdev/fsl_pcie.c.
Jon Loeliger
4
-3
/
+7
2007-03-26
[POWERPC] 86xx: Added 2nd PCI-Ex controller support for MPC8641 HPCN to DTS.
Zhang Wei
1
-0
/
+24
2007-03-26
[POWERPC] New reg.h for the zImage
David Gibson
4
-4
/
+26
2007-03-26
[POWERPC] Add gcc format warnings to zImage printf()
David Gibson
2
-5
/
+6
2007-03-26
[POWERPC] boot: Use a common zImage rule
Milton Miller
1
-43
/
+24
2007-03-26
[POWERPC] boot: clean rule fixes
Milton Miller
1
-4
/
+4
2007-03-26
[POWERPC] boot: Use FORCE
Milton Miller
1
-17
/
+19
2007-03-26
[POWERPC] bootwrapper: Allow platforms to call library zImage_start
Milton Miller
1
-0
/
+2
2007-03-26
[POWERPC] bootwrapper: Add a fatal error helper
Milton Miller
4
-47
/
+28
2007-03-26
Merge branch 'ppc_kconfig' of master.kernel.org:/pub/scm/linux/kernel/git/gal...
Paul Mackerras
16
-648
/
+424
2007-03-26
[POWERPC] Generic time suspend/resume code
Johannes Berg
4
-38
/
+78
2007-03-26
[POWERPC] Use lowercase for hex printouts in oops messages.
anton@samba.org
1
-3
/
+3
2007-03-26
[POWERPC] Fix backwards ? : when printing machine type
anton@samba.org
1
-1
/
+1
[next]