index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-24
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-0
/
+1
2009-12-24
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2009-12-24
Merge branch 'sony' into release
Len Brown
1
-0
/
+1
2009-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2
-10
/
+11
2009-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
1
-587
/
+0
2009-12-23
Staging: dst: remove from the tree
Greg Kroah-Hartman
1
-587
/
+0
2009-12-23
Driver core: driver_attribute parameters can often be const*
Phil Carmody
1
-2
/
+2
2009-12-23
Driver core: bin_attribute parameters can often be const*
Phil Carmody
2
-7
/
+8
2009-12-23
Driver core: device_attribute parameters can often be const*
Phil Carmody
1
-2
/
+2
2009-12-23
kfifo: fix Error/broken kernel-doc notation
Randy Dunlap
1
-16
/
+15
2009-12-23
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
4
-4
/
+11
2009-12-23
Fix usb_serial_probe() problem introduced by the recent kfifo changes
Stefani Seibold
1
-1
/
+2
2009-12-23
ext3: Replace lock/unlock_super() with an explicit lock for resizing
Eric Sandeen
1
-0
/
+1
2009-12-23
ext3: Replace lock/unlock_super() with an explicit lock for the orphan list
Eric Sandeen
1
-0
/
+1
2009-12-23
quota: decouple fs reserved space from quota reservation
Dmitry Monakhov
1
-2
/
+3
2009-12-23
Add unlocked version of inode_add_bytes() function
Dmitry Monakhov
1
-0
/
+1
2009-12-23
ext3: quota macros cleanup [V2]
Dmitry Monakhov
1
-2
/
+5
2009-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
Linus Torvalds
2
-4
/
+3
2009-12-22
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-0
/
+27
2009-12-22
kfifo: add record handling functions
Stefani Seibold
1
-0
/
+330
2009-12-22
kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user
Stefani Seibold
1
-0
/
+47
2009-12-22
kfifo: add DEFINE_KFIFO and friends, add very tiny functions
Stefani Seibold
1
-2
/
+92
2009-12-22
kfifo: fix warn_unused_result
Stefani Seibold
1
-2
/
+2
2009-12-22
kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...
Stefani Seibold
1
-10
/
+29
2009-12-22
kfifo: cleanup namespace
Stefani Seibold
1
-25
/
+7
2009-12-22
kfifo: move out spinlock
Stefani Seibold
1
-45
/
+35
2009-12-22
kfifo: move struct kfifo in place
Stefani Seibold
1
-5
/
+6
2009-12-22
Remove obsolete comment in fs.h
Andreas Gruenbacher
1
-2
/
+0
2009-12-22
Sanitize f_flags helpers
Al Viro
1
-0
/
+3
2009-12-22
Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)
Al Viro
1
-2
/
+0
2009-12-19
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-444
/
+0
2009-12-19
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+5
2009-12-19
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-4
/
+25
2009-12-18
[S390] rename NT_PRXSTATUS to NT_S390_HIGHREGS
Martin Schwidefsky
1
-1
/
+1
2009-12-17
fiemap: Add new extent flag FIEMAP_EXTENT_SHARED
Sunil Mushran
1
-0
/
+2
2009-12-18
mm: Add notifier in pageblock isolation for balloon drivers
Robert Jennings
1
-0
/
+27
2009-12-17
Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2009-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-0
/
+7
2009-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-0
/
+2
2009-12-17
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
1
-4
/
+2
2009-12-17
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+212
2009-12-17
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
Linus Torvalds
2
-7
/
+7
2009-12-17
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
Linus Torvalds
3
-4
/
+47
2009-12-17
mm: introduce coredump parameter structure
Masami Hiramatsu
1
-1
/
+9
2009-12-17
vt: don't export vt_kmsg_redirect() to userspace
Bernhard Walle
1
-0
/
+4
2009-12-17
Revert "task_struct: make journal_info conditional"
Linus Torvalds
2
-9
/
+1
2009-12-17
Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"
Linus Torvalds
1
-0
/
+1
2009-12-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...
Linus Torvalds
3
-30
/
+19
2009-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...
Linus Torvalds
4
-1
/
+81
2009-12-17
kill I_LOCK
Christoph Hellwig
2
-22
/
+17
[next]