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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-24
[POWERPC] celleb: Move files for Beat hvcall interfaces
Ishizaki Kou
11
-8
/
+9
2008-04-24
[POWERPC] celleb: Move the SCC related code for celleb
Ishizaki Kou
6
-17
/
+12
2008-04-24
[POWERPC] celleb: Move the files for celleb base support
Ishizaki Kou
9
-29
/
+29
2008-04-24
[POWERPC] celleb: Consolidate io-workarounds code
Ishizaki Kou
7
-357
/
+52
2008-04-24
[POWERPC] cell: Generalize io-workarounds code
Ishizaki Kou
8
-315
/
+433
2008-04-24
[POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseries
Michael Ellerman
9
-10
/
+10
2008-04-24
[POWERPC] Convert from DBG() to pr_debug() in platforms/pseries/
Michael Ellerman
7
-88
/
+56
2008-04-24
[POWERPC] Register udbg console early on pseries LPAR
Michael Ellerman
1
-0
/
+2
2008-04-24
[POWERPC] Mark udbg console as CON_ANYTIME, ie. callable early in boot
Michael Ellerman
1
-1
/
+1
2008-04-24
[POWERPC] Set udbg_console index to 0
Michael Ellerman
1
-1
/
+1
2008-04-24
[POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSS
Tony Breeds
4
-64
/
+31
2008-04-24
[POWERPC] Make iSeries spin on __secondary_hold_spinloop, like pSeries
Tony Breeds
1
-1
/
+26
2008-04-24
[POWERPC] Clean up misc_64.S
Kumar Gala
1
-16
/
+4
2008-04-24
[POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.c
Michael Ellerman
1
-3
/
+3
2008-04-24
[POWERPC] Discourage people from fiddling with kernel data from prom_init
Michael Ellerman
2
-0
/
+67
2008-04-24
[POWERPC] Add Timur Tabi to the MAINTAINERS file
Timur Tabi
1
-0
/
+25
2008-04-24
[POWERPC] Cleanup asm-offsets.c
Kumar Gala
1
-9
/
+2
2008-04-24
[POWERPC] Clean up access to thread_info in assembly
Kumar Gala
2
-5
/
+5
2008-04-24
[POWERPC] Fix new warnings arising from stacktrace patch
Christoph Hellwig
1
-1
/
+0
2008-04-24
[POWERPC] Port fixmap from x86 and use for kmap_atomic
Kumar Gala
6
-47
/
+177
2008-04-24
[POWERPC] char/xilinx_hwicap/ section fix
Adrian Bunk
1
-1
/
+1
2008-04-24
[POWERPC] drivers/of/of_i2c.c: Add MODULE_LICENSE
Adrian Bunk
1
-0
/
+3
2008-04-24
[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)
Kumar Gala
11
-22
/
+135
2008-04-24
[POWERPC] Add strncmp to arch/ppc
Josh Boyer
2
-0
/
+15
2008-04-24
[POWERPC] 4xx: Fix duplicate phys_addr_t definition
Josh Boyer
1
-2
/
+0
2008-04-24
[POWERPC] Fix mv64x60 early console code to use cell-index property
Remi Machet
1
-1
/
+1
2008-04-24
[POWERPC] Initialize all mv64x60 devices even if one fails
Remi Machet
1
-16
/
+26
2008-04-24
[POWERPC] Use default values if necessary in mv64x60 I2C initialization
Remi Machet
1
-6
/
+4
2008-04-24
[POWERPC] Use __weak macro for smp_setup_processor_id
Benjamin Herrenschmidt
1
-1
/
+1
2008-04-24
[POWERPC] Fix kernel stack allocation alignment
Benjamin Herrenschmidt
2
-6
/
+33
2008-04-24
[POWERPC] Add thread_info_cache_init() weak hook
Benjamin Herrenschmidt
2
-0
/
+7
2008-04-24
[POWERPC] PS3: Fix gelic net module dependency
Geoff Levand
1
-0
/
+1
2008-04-24
[POWERPC] Add include of linux/of.h to os-area.c
Michael Ellerman
1
-0
/
+1
2008-04-24
[POWERPC] Add include of linux/of.h to numa.c
Michael Ellerman
1
-0
/
+1
2008-04-24
Merge branch 'powerpc-next' of master.kernel.org:/pub/scm/linux/kernel/git/ga...
Paul Mackerras
20
-3514
/
+9
2008-04-24
[POWERPC] macintosh/windfarm: Fix platform driver hotplug/coldplug
Kay Sievers
3
-4
/
+6
2008-04-24
Revert "[POWERPC] Add compat handler for PTRACE_GETSIGINFO"
Paul Mackerras
2
-29
/
+0
2008-04-23
slab_err: Pass parameters correctly to slab_bug
Christoph Lameter
1
-2
/
+2
2008-04-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
12
-138
/
+573
2008-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
21
-54
/
+49
2008-04-23
pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ...
Len Brown
1
-4
/
+6
2008-04-23
iwlwifi: Fix built-in compilation of iwlcore
Tomas Winkler
1
-1
/
+1
2008-04-23
net: Unexport move_addr_to_{kernel,user}
Adrian Bunk
1
-3
/
+0
2008-04-23
rt2x00: Select LEDS_CLASS.
David S. Miller
1
-5
/
+10
2008-04-23
iwlwifi: Select LEDS_CLASS.
David S. Miller
1
-2
/
+6
2008-04-23
leds: Do not guard NEW_LEDS with HAS_IOMEM
David S. Miller
1
-1
/
+0
2008-04-23
[patch 7/7] vfs: mountinfo: show dominating group id
Miklos Szeredi
4
-2
/
+65
2008-04-23
[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
Ram Pai
4
-23
/
+144
2008-04-23
[patch 5/7] vfs: mountinfo: allow using process root
Miklos Szeredi
3
-63
/
+70
2008-04-23
[patch 4/7] vfs: mountinfo: add mount peer group ID
Miklos Szeredi
3
-4
/
+95
[next]