index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
25
-119
/
+214
2010-05-28
FRV: ARCH_KMALLOC_MINALIGN was already defined
David Howells
2
-4
/
+2
2010-05-28
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-11
/
+12
2010-05-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
112
-415
/
+782
2010-05-28
remove detritus left by "mm: make read_cache_page synchronous"
Al Viro
1
-4
/
+1
2010-05-28
netlink: bug fix: wrong size was calculated for vfinfo list blob
Scott Feldman
1
-5
/
+6
2010-05-28
netlink: bug fix: don't overrun skbs on vf_port dump
Scott Feldman
1
-6
/
+9
2010-05-28
xt_tee: use skb_dst_drop()
Eric Dumazet
1
-2
/
+2
2010-05-28
netdev/fec: fix ifconfig eth0 down hang issue
Bryan Wu
1
-12
/
+16
2010-05-28
cnic: Fix context memory init. on 5709.
Michael Chan
2
-9
/
+5
2010-05-28
drivers/net: Eliminate a NULL pointer dereference
Julia Lawall
1
-2
/
+1
2010-05-28
drivers/net/hamradio: Eliminate a NULL pointer dereference
Julia Lawall
1
-2
/
+1
2010-05-28
be2net: Patch removes redundant while statement in loop.
Sarveshwar Bandi
1
-1
/
+1
2010-05-28
ipv6: Add GSO support on forwarding path
Herbert Xu
1
-1
/
+1
2010-05-28
net: fix __neigh_event_send()
Eric Dumazet
1
-0
/
+1
2010-05-28
fix fs/sysv s_dirt handling
Al Viro
1
-0
/
+1
2010-05-28
fat: convert to use the new truncate convention.
npiggin@suse.de
3
-15
/
+57
2010-05-28
ext2: convert to use the new truncate convention.
npiggin@suse.de
3
-36
/
+119
2010-05-28
tmpfs: convert to use the new truncate convention
npiggin@suse.de
1
-21
/
+22
2010-05-28
fs: convert simple fs to new truncate
Nick Piggin
5
-19
/
+15
2010-05-28
kill spurious reference to vmtruncate
npiggin@suse.de
10
-22
/
+37
2010-05-28
fs: introduce new truncate sequence
npiggin@suse.de
8
-63
/
+300
2010-05-28
fs/super: fix kernel-doc warning
Randy Dunlap
1
-2
/
+2
2010-05-28
fs/minix: bugfix, number of indirect block ptrs per block depends on block size
Erik van der Kouwe
1
-12
/
+15
2010-05-28
rename the generic fsync implementations
Christoph Hellwig
23
-32
/
+44
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
69
-157
/
+129
2010-05-28
fs: Add missing mutex_unlock
Julia Lawall
1
-4
/
+9
2010-05-28
Fix racy use of anon_inode_getfd() in perf_event.c
Al Viro
1
-18
/
+22
2010-05-28
get rid of the magic around f_count in aio
Al Viro
4
-15
/
+14
2010-05-28
VFS: fix recent breakage of FS_REVAL_DOT
Neil Brown
1
-1
/
+1
2010-05-28
Revert "anon_inode: set S_IFREG on the anon_inode"
Al Viro
1
-1
/
+1
2010-05-28
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
62
-519
/
+720
2010-05-28
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2
-0
/
+21
2010-05-28
[IA64] Fix build breakage
Tony Luck
2
-0
/
+21
2010-05-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
75
-3147
/
+1847
2010-05-28
posix_timer: Fix error path in timer_create
Andrey Vagin
1
-7
/
+4
2010-05-27
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
Linus Torvalds
18
-120
/
+2750
2010-05-27
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
Linus Torvalds
14
-29
/
+691
2010-05-27
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
21
-323
/
+1543
2010-05-27
hwmon: (lm75) Add support for the Texas Instruments TMP105
Shubhrajyoti Datta
2
-1
/
+4
2010-05-27
hwmon: (ltc4245) Read only one GPIO pin
Ira W. Snyder
2
-16
/
+6
2010-05-27
hwmon: (dme1737) Add SCH5127 support
Juerg Haefliger
2
-113
/
+266
2010-05-27
hwmon: (tmp102) Don't always stop chip at exit
Jean Delvare
1
-10
/
+28
2010-05-27
hwmon: (tmp102) Fix suspend and resume functions
Jean Delvare
1
-4
/
+12
2010-05-27
hwmon: (tmp102) Various fixes
Jean Delvare
3
-42
/
+39
2010-05-27
hwmon: Driver for TI TMP102 temperature sensor
Steven King
4
-0
/
+335
2010-05-27
hwmon: EMC1403 thermal sensor support
Kalhan Trisal
3
-0
/
+355
2010-05-27
hwmon: (applesmc) Add temperature sensor labels to sysfs interface
Alex Murray
1
-1
/
+147
2010-05-27
hwmon: (applesmc) Add generic support for MacBook Pro 7
Henrik Rydberg
1
-0
/
+9
2010-05-27
hwmon: (applesmc) Add generic support for MacBook Pro 6
Bernhard Froemel
1
-0
/
+10
[next]