index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: move code out of buffer.c
Al Viro
2012-01-03
28
-83
/
+40
*
separate partition format handling from generic code
Al Viro
2012-01-03
4
-523
/
+542
*
move fs/partitions to block/
Al Viro
2012-01-03
36
-10
/
+8
*
make register_disk() static
Al Viro
2012-01-03
1
-1
/
+1
*
vfs: fix the rest of sget() races
Al Viro
2012-01-03
1
-7
/
+13
*
vfs: new helper - vfs_ustat()
Al Viro
2012-01-03
5
-26
/
+17
*
vfs: live vfsmounts never have NULL ->mnt_sb
Al Viro
2012-01-03
2
-4
/
+3
*
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
Al Viro
2012-01-03
6
-8
/
+8
*
get rid of timer in kern/acct.c
Al Viro
2012-01-03
1
-30
/
+10
*
vfs: pipe.c is really non-modular
Al Viro
2012-01-03
1
-7
/
+0
*
vfs: fix the stupidity with i_dentry in inode destructors
Al Viro
2012-01-03
53
-55
/
+1
*
vfs: mnt_drop_write_file()
Al Viro
2012-01-03
22
-48
/
+55
*
constify seq_file stuff
Al Viro
2012-01-03
2
-10
/
+10
*
vfs: make do_kern_mount() static
Al Viro
2012-01-03
2
-5
/
+1
*
vfs: convert fs_supers to hlist
Al Viro
2012-01-03
3
-15
/
+16
*
make nfs_follow_remote_path() handle ERR_PTR() passed as root_mnt
Al Viro
2012-01-03
1
-9
/
+9
*
vfs: kill ->mnt_devname use in afs printks
Al Viro
2012-01-03
1
-2
/
+2
*
btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...
Al Viro
2012-01-03
3
-3
/
+0
*
tomoyo: stop including hell knows what
Al Viro
2012-01-03
1
-8
/
+0
*
vfs: dentry_reset_mounted() doesn't use vfsmount argument
Al Viro
2012-01-03
1
-3
/
+3
*
unexport put_mnt_ns(), make create_mnt_ns() static outright
Al Viro
2012-01-03
2
-4
/
+1
*
vfs: add missing parens in pnode.h macros
Al Viro
2012-01-03
1
-5
/
+5
*
vfs: more mnt_parent cleanups
Al Viro
2012-01-03
4
-55
/
+29
*
vfs: new internal helper: mnt_has_parent(mnt)
Al Viro
2012-01-03
5
-12
/
+18
*
vfs: kill pointless helpers in namespace.c
Al Viro
2012-01-03
1
-30
/
+5
*
new helpers: fh_{want,drop}_write()
Al Viro
2012-01-03
3
-19
/
+29
*
switch a bunch of places to mnt_want_write_file()
Al Viro
2012-01-03
16
-42
/
+42
*
trim fs/internal.h
Al Viro
2012-01-03
5
-28
/
+15
*
pull manipulations of rpc_cred inside alloc_nfs_open_context()
Al Viro
2012-01-03
3
-33
/
+22
*
Revert "rtc: Disable the alarm in the hardware"
Linus Torvalds
2012-01-03
1
-34
/
+10
*
hung_task: fix false positive during vfork
Mandeep Singh Baines
2012-01-03
1
-4
/
+10
*
security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set
Jan Kara
2012-01-03
2
-2
/
+2
*
drm/radeon/kms/atom: fix possible segfault in pm setup
Alexander Müller
2012-01-03
1
-1
/
+5
*
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-01-02
1
-1
/
+1
|
\
|
*
dt/device: Fix auxdata matching to handle entries without a name override
Grant Likely
2011-12-12
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-01-01
7
-7
/
+17
|
\
\
|
*
|
netfilter: ctnetlink: fix timeout calculation
Xi Wang
2011-12-31
1
-2
/
+2
|
*
|
ipvs: try also real server with port 0 in backup server
Julian Anastasov
2011-12-31
4
-5
/
+11
|
*
|
skge: restore rx multicast filter on resume and after config changes
Florian Zumbiehl
2011-12-30
1
-0
/
+3
|
*
|
mlx4_en: nullify cq->vector field when closing completion queue
Yevgeny Petrilin
2011-12-30
1
-0
/
+1
*
|
|
Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...
Linus Torvalds
2011-12-31
1
-0
/
+1
|
\
\
\
|
*
|
|
ASoC: wm8776: add missing break in sample size switch
Joachim Eastwood
2011-12-23
1
-0
/
+1
*
|
|
|
gspca: Fix falling back to lower isoc alt settings
Mauro Carvalho Chehab
2011-12-31
1
-1
/
+1
*
|
|
|
futex: Fix uninterruptible loop due to gate_area
Hugh Dickins
2011-12-31
1
-8
/
+20
*
|
|
|
Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...
Linus Torvalds
2011-12-30
4
-75
/
+65
|
\
\
\
\
|
*
|
|
|
ARM: 7237/1: PL330: Fix driver freeze
Javi Merino
2011-12-23
1
-67
/
+49
|
*
|
|
|
ARM: 7197/1: errata: Remove SMP dependency for erratum 751472
Dave Martin
2011-12-23
2
-3
/
+5
|
*
|
|
|
ARM: 7196/1: errata: Remove SMP dependency for erratum 720789
Dave Martin
2011-12-23
1
-1
/
+1
|
*
|
|
|
ARM: 7220/1: mmc: mmci: Fixup error handling for dma
Ulf Hansson
2011-12-18
1
-1
/
+5
|
*
|
|
|
ARM: 7214/1: mmc: mmci: Fixup handling of MCI_STARTBITERR
Ulf Hansson
2011-12-18
1
-3
/
+5
[next]