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
2006-03-28
[TCP]: Fix RFC2465 typo.
S P
1
-1
/
+1
2006-03-28
[INET]: Introduce tunnel4/tunnel6
Herbert Xu
12
-247
/
+344
2006-03-28
[NET]: deinline 200+ byte inlines in sock.h
Denis Vlasenko
2
-87
/
+97
2006-03-28
[ECONET]: Convert away from SOCKOPS_WRAPPED
David S. Miller
1
-55
/
+85
2006-03-28
[NET]: Fix ipx/econet/appletalk/irda ioctl crashes
Petr Vandrovec
4
-0
/
+86
2006-03-28
[NET]: Kill Documentation/networking/TODO
David S. Miller
2
-18
/
+1
2006-03-28
[TG3]: Update version and reldate
Michael Chan
1
-2
/
+2
2006-03-28
[TG3]: Skip timer code during full lock
Michael Chan
1
-0
/
+4
2006-03-28
[TG3]: Speed up SRAM access
Michael Chan
1
-23
/
+30
2006-03-28
[TG3]: Fix PHY loopback on 5700
Michael Chan
1
-1
/
+4
2006-03-28
[TG3]: Fix bug in 40-bit DMA workaround code
Michael Chan
1
-1
/
+1
2006-03-28
[TG3]: Fix probe failure due to invalid MAC address
Michael Chan
1
-22
/
+28
2006-03-28
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
74
-323
/
+4937
2006-03-28
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
10
-1483
/
+190
2006-03-28
[ARM] 3388/1: ixp23xx: add core ixp23xx support
Lennert Buytenhek
25
-1
/
+2254
2006-03-28
[ARM] 3417/1: add support for logicpd pxa270 card engine
Lennert Buytenhek
5
-0
/
+443
2006-03-28
[ARM] 3387/1: ixp23xx: add defconfig
Lennert Buytenhek
1
-0
/
+1302
2006-03-28
[ARM] 3377/2: add support for intel xsc3 core
Lennert Buytenhek
11
-2
/
+680
2006-03-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
Linus Torvalds
4
-98
/
+79
2006-03-28
Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
3
-180
/
+220
2006-03-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
1
-2
/
+20
2006-03-28
[CPUFREQ] cpufreq_conservative: keep ignore_nice_load and freq_step values wh...
Mattia Dongili
1
-2
/
+2
2006-03-28
[PATCH] compat_sys_futex() warning fix
Andrew Morton
1
-1
/
+2
2006-03-28
[PATCH] sound: Remove unneeded kmalloc() return value casts
Jesper Juhl
4
-7
/
+12
2006-03-28
[PATCH] Typo fixes
Alexey Dobriyan
30
-39
/
+39
2006-03-28
[PATCH] trivial typos in Documentation/cputopology.txt
Jesper Juhl
1
-2
/
+2
2006-03-28
[PATCH] fix signed vs unsigned in nmi watchdog
Jesper Juhl
1
-1
/
+2
2006-03-28
[PATCH] vfree does its own NULL check, no need to be explicit in oss/msnd.c
Jesper Juhl
1
-4
/
+2
2006-03-28
[PATCH] no need to check vfree arg for null in oss/sequencer
Jesper Juhl
1
-10
/
+3
2006-03-28
[PATCH] maestro3 vfree NULL check fixup
Jesper Juhl
1
-8
/
+2
2006-03-28
[PATCH] vfree NULL check fixup for sb_card
Jesper Juhl
1
-4
/
+2
2006-03-28
[PATCH] Replace 0xff.. with correct DMA_xBIT_MASK
Matthias Gehre
38
-51
/
+88
2006-03-28
[PATCH] drivers/scsi/*: use time_after() and friends
Marcelo Feitoza Parisi
5
-6
/
+11
2006-03-28
[PATCH] ide-tape: use time_after(), time_after_eq()
Marcelo Feitoza Parisi
1
-2
/
+3
2006-03-28
[PATCH] nvidia-agp: use time_before_eq()
Marcelo Feitoza Parisi
1
-1
/
+2
2006-03-28
[PATCH] drivers/block/*: use time_after() and friends
Marcelo Feitoza Parisi
2
-12
/
+14
2006-03-28
[PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctl
Adrian Bunk
4
-24
/
+0
2006-03-28
[PATCH] Docs update: missing files and descriptions for filesystems/00-INDEX
Jesper Juhl
1
-7
/
+47
2006-03-28
[PATCH] Make most file operations structs in fs/ const
Arjan van de Ven
139
-225
/
+225
2006-03-28
[PATCH] mark f_ops const in the inode
Arjan van de Ven
42
-74
/
+75
2006-03-28
[PATCH] ia64: const f_ops fix
Andrew Morton
1
-19
/
+20
2006-03-28
[PATCH] for_each_possible_cpu: documentaion
KAMEZAWA Hiroyuki
2
-3
/
+3
2006-03-28
[PATCH] for_each_possible_cpu: i386
KAMEZAWA Hiroyuki
4
-7
/
+7
2006-03-28
[PATCH] for_each_possible_cpu: oprofile.
KAMEZAWA Hiroyuki
1
-2
/
+2
2006-03-28
[PATCH] for_each_possible_cpu: loopback device.
KAMEZAWA Hiroyuki
1
-1
/
+1
2006-03-28
[PATCH] for_each_possible_cpu: fixes for generic part
KAMEZAWA Hiroyuki
11
-17
/
+17
2006-03-28
[PATCH] for_each_possible_cpu: defines for_each_possible_cpu
KAMEZAWA Hiroyuki
1
-2
/
+3
2006-03-28
[PATCH] Fold select_bits_alloc/free into caller code.
Vadim Lobanov
1
-11
/
+2
2006-03-28
[PATCH] use fget_light() in select/poll
Eric Dumazet
1
-4
/
+6
2006-03-28
[PATCH] Optimize select/poll by putting small data sets on the stack
Andi Kleen
2
-42
/
+81
[next]