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.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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
VFS: Add forget_all_cached_acls()
Steven Whitehouse
1
-0
/
+14
2009-12-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...
Linus Torvalds
1
-2
/
+2
2009-12-01
SLOW_WORK: Move slow_work's proc file to debugfs
David Howells
1
-4
/
+4
2009-12-01
mfd: Correct WM831X_MAX_ISEL_VALUE
Mark Brown
1
-2
/
+2
2009-12-01
Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...
Linus Torvalds
1
-0
/
+6
2009-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
1
-0
/
+1
2009-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+0
2009-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscache
Linus Torvalds
3
-4
/
+135
2009-11-30
mac80211: fix spurious delBA handling
Johannes Berg
1
-0
/
+6
2009-11-29
sctp: on T3_RTX retransmit all the in-flight chunks
Andrei Pelinescu-Onciul
1
-1
/
+0
2009-11-26
[SCSI] fix async scan add/remove race resulting in an oops
James Bottomley
1
-0
/
+1
2009-11-20
i2c: i2c-pnx: Made buf type unsigned to prevent sign extension
Kevin Wells
1
-1
/
+1
2009-11-20
vt: Fix use of "new" in a struct field
Alan Cox
1
-2
/
+2
2009-11-19
CacheFiles: Catch an overly long wait for an old active object
David Howells
1
-2
/
+4
2009-11-19
CacheFiles: Don't write a full page if there's only a partial page to cache
David Howells
1
-0
/
+3
2009-11-19
FS-Cache: Start processing an object's operations on that object's death
David Howells
1
-0
/
+4
2009-11-19
FS-Cache: Handle pages pending storage that get evicted under OOM conditions
David Howells
2
-0
/
+28
2009-11-19
FS-Cache: Fix lock misorder in fscache_write_op()
David Howells
1
-0
/
+1
2009-11-19
FS-Cache: Allow the current state of all objects to be dumped
David Howells
1
-0
/
+13
2009-11-19
FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work items
David Howells
1
-0
/
+12
2009-11-19
SLOW_WORK: Allow a requeueable work item to sleep till the thread is needed
David Howells
1
-0
/
+3
2009-11-19
SLOW_WORK: Allow the owner of a work item to determine if it is queued or not
David Howells
1
-0
/
+19
2009-11-19
SLOW_WORK: Allow the work items to be viewed through a /proc file
David Howells
1
-0
/
+11
2009-11-19
SLOW_WORK: Add delayed_slow_work support
Jens Axboe
1
-0
/
+29
2009-11-19
SLOW_WORK: Add support for cancellation of slow work
Jens Axboe
1
-0
/
+2
2009-11-19
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
David Howells
1
-2
/
+6
2009-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-2
/
+2
2009-11-18
fcntl: rename F_OWNER_GID to F_OWNER_PGRP
Peter Zijlstra
1
-1
/
+1
2009-11-18
mm: allow memory hotplug and hibernation in the same kernel
Andi Kleen
1
-2
/
+19
2009-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
1
-18
/
+11
2009-11-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
1
-9
/
+0
2009-11-16
Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...
David S. Miller
1
-1
/
+1
2009-11-15
nilfs2: deleted struct nilfs_dat_group_desc
Jiro SEKIBA
1
-9
/
+0
2009-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+4
2009-11-14
sctp: Set source addresses on the association before adding transports
Vlad Yasevich
1
-1
/
+1
2009-11-12
serial: add support for the Lava Quattro PCI quad-port 16550A card
Lennert Buytenhek
1
-0
/
+2
2009-11-12
alpha: fix F_SETOWN_EX and F_GETLK64 conflict
Peter Zijlstra
1
-8
/
+11
2009-11-12
fb: remove fb_save_state() and fb_restore_state operations
Krzysztof Helt
1
-6
/
+0
2009-11-11
ext3: Wait for proper transaction commit on fsync
Jan Kara
1
-0
/
+8
2009-11-11
Input: fix locking in memoryless force-feedback devices
Dmitry Torokhov
1
-0
/
+4
2009-11-09
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-1
/
+19
2009-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-5
/
+7
2009-11-07
i2c: Add an interface to lock/unlock an I2C bus segment
Jean Delvare
1
-0
/
+18
2009-11-07
i2c-piix4: Modify code name SB900 to Hudson-2
Crane Cai
1
-1
/
+1
2009-11-06
[SCSI] Fix incorrect reporting of host protection capabilities
Martin K. Petersen
1
-18
/
+11
2009-11-06
netfilter: nf_nat: fix NAT issue in 2.6.30.4+
Jozsef Kadlecsik
2
-5
/
+7
2009-11-03
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-0
/
+4
2009-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-3
/
+6
2009-11-03
PM / yenta: Split resume into early and late parts (rev. 4)
Rafael J. Wysocki
1
-0
/
+4
2009-11-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
1
-4
/
+3
[next]