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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-11
[SPARC]: Wire up signalfd/timerfd/eventfd syscalls.
David S. Miller
2
-5
/
+7
2007-05-11
[SPARC64]: Add support for bq4802 TOD chip, as found on ultra45.
David S. Miller
1
-20
/
+210
2007-05-11
[SPARC64]: Correct FIRE_IOMMU_FLUSHINV register offset.
David S. Miller
1
-1
/
+1
2007-05-11
[SPARC64]: Update defconfig.
David S. Miller
1
-8
/
+10
2007-05-11
[SPARC64]: pci_resource_adjust() cannot be __init.
David S. Miller
1
-2
/
+2
2007-05-11
[SPARC64]: Spelling fixes.
Simon Arlott
7
-8
/
+8
2007-05-11
[SPARC]: Spelling fixes.
Simon Arlott
8
-12
/
+12
2007-05-11
[SPARC64]: Kill LARGE_ALLOCS and update defconfig.
David S. Miller
2
-61
/
+52
2007-05-12
[POWERPC] Add arch/powerpc support for the Motorola PrPMC2800
Dale Farnsworth
5
-1
/
+1623
2007-05-12
[POWERPC] Add bootwrapper support for Motorola PrPMC2800 platform
Mark A. Greer
2
-1
/
+579
2007-05-12
[POWERPC] Add DTS file for the Motorola PrPMC2800 platform
Mark A. Greer
1
-0
/
+315
2007-05-12
[POWERPC] Check cache coherency of kernel vs firmware
Dale Farnsworth
3
-0
/
+45
2007-05-12
[POWERPC] Add Marvell mv64x60 PCI bridge support
Dale Farnsworth
4
-1
/
+177
2007-05-12
[POWERPC] Create Marvell mv64x60 I2C platform_data
Dale Farnsworth
1
-0
/
+72
2007-05-12
[POWERPC] Create Marvell mv64x60 ethernet platform_data
Dale Farnsworth
1
-0
/
+129
2007-05-12
[POWERPC] Create Marvell mv64x60 MPSC (serial) platform_data
Dale Farnsworth
3
-1
/
+225
2007-05-12
[POWERPC] Add interrupt support for Marvell mv64x60 chips
Dale Farnsworth
3
-0
/
+315
2007-05-12
[POWERPC] Add bootwrapper support for Marvell/mv64x60 I2C
Mark A. Greer
2
-1
/
+207
2007-05-12
[POWERPC] Add bootwrapper support for Marvell MPSC
Mark A. Greer
4
-1
/
+174
2007-05-12
[POWERPC] Add bootwrapper support for Marvell/mv64x60 hostbridge
Mark A. Greer
3
-1
/
+652
2007-05-12
[POWERPC] Add Makefile rules to wrap dts file in zImage
Mark A. Greer
2
-2
/
+25
2007-05-12
[POWERPC] Spelling fixes: arch/ppc/
Simon Arlott
40
-67
/
+67
2007-05-12
[POWERPC] U-boot passes the initrd as start/end, not start/size.
Scott Wood
2
-2
/
+2
2007-05-12
[POWERPC] PS3: Update ps3_defconfig
Geoff Levand
1
-103
/
+64
2007-05-12
[POWERPC] PS3: Fix request_irq warning
Geoff Levand
1
-2
/
+4
2007-05-12
[POWERPC] Don't complain if size-cells == 0 in prom_parse()
Kim Phillips
1
-1
/
+1
2007-05-12
[POWERPC] Simplify smp_space_timers
will schmidt
1
-17
/
+2
2007-05-12
[POWERPC] Trivial ps3 warning fixes
Stephen Rothwell
2
-4
/
+4
2007-05-12
[POWERPC] Add missed include
Stephen Rothwell
1
-0
/
+1
2007-05-12
[POWERPC] Remove unused variable in hpte_decode()
Stephen Rothwell
1
-1
/
+1
2007-05-12
[POWERPC] Assign correct variable in hpte_decode()
Stephen Rothwell
1
-1
/
+1
2007-05-11
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
14
-64
/
+36
2007-05-11
x86_64: Don't call mtrr_bp_init from identify_cpu
Andi Kleen
2
-3
/
+2
2007-05-11
x86_64: off-by-two error in aperture.c
Andrew Hastings
2
-2
/
+2
2007-05-11
i386: Fix compilation of verify_cpu.S on old binutils
Andi Kleen
1
-1
/
+3
2007-05-11
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-ip22
Linus Torvalds
2
-1
/
+178
2007-05-11
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
56
-3847
/
+636
2007-05-11
Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
10
-0
/
+110
2007-05-11
[IA64] Quicklist support for IA64
Christoph Lameter
4
-53
/
+6
2007-05-11
[IA64] fix Kprobes reentrancy
Anil S Keshavamurthy
1
-4
/
+8
2007-05-11
[IA64] SN: validate smp_affinity mask on intr redirect
John Keller
1
-0
/
+11
2007-05-11
Convert SGI IP22 and specific drivers to platform_device.
Ralf Baechle
2
-1
/
+178
2007-05-11
signal/timer/event: eventfd wire up x86 arches
Davide Libenzi
2
-0
/
+2
2007-05-11
signal/timer/event: timerfd wire up x86 arches
Davide Libenzi
2
-0
/
+2
2007-05-11
signal/timer/event: signalfd wire up x86 arches
Davide Libenzi
2
-0
/
+2
2007-05-11
powerpc: fixup hard_irq_disable semantics
Benjamin Herrenschmidt
3
-9
/
+3
2007-05-11
uml: shrink kernel stacks
Jeff Dike
2
-2
/
+3
2007-05-11
uml: iRQ stacks
Jeff Dike
9
-14
/
+178
2007-05-11
uml: tidy IRQ code
Jeff Dike
4
-18
/
+13
2007-05-11
uml: use UM_THREAD_SIZE in userspace code
Jeff Dike
2
-6
/
+4
[next]