index
:
Linux Stable
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.13.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
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-10-10
96
-899
/
+390
|
\
|
*
s390: convert to generic kernel_execve()
Al Viro
2012-09-30
3
-49
/
+13
|
*
s390: switch to generic kernel_thread()
Al Viro
2012-09-30
3
-40
/
+34
|
*
s390: fold kernel_thread_helper() into ret_from_fork()
Al Viro
2012-09-30
3
-16
/
+28
|
*
s390: fold execve_tail() into start_thread(), convert to generic sys_execve()
Al Viro
2012-09-30
9
-61
/
+5
|
*
um: switch to generic kernel_thread()
Al Viro
2012-09-30
3
-16
/
+4
|
*
x86, um/x86: switch to generic sys_execve and kernel_execve
Al Viro
2012-09-30
17
-158
/
+34
|
*
x86: split ret_from_fork
Al Viro
2012-09-30
7
-85
/
+67
|
*
alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
2012-09-30
3
-19
/
+14
|
*
alpha: switch to generic kernel_thread()
Al Viro
2012-09-30
5
-72
/
+31
|
*
alpha: switch to generic sys_execve()
Al Viro
2012-09-30
3
-30
/
+1
|
*
arm: get rid of execve wrapper, switch to generic execve() implementation
Al Viro
2012-09-30
4
-26
/
+2
|
*
arm: optimized current_pt_regs()
Al Viro
2012-09-30
1
-0
/
+5
|
*
arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
2012-09-30
3
-42
/
+13
|
*
arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]
Al Viro
2012-09-30
4
-67
/
+26
|
*
generic sys_execve()
Al Viro
2012-09-30
2
-6
/
+40
|
*
generic kernel_execve()
Al Viro
2012-09-30
2
-0
/
+27
|
*
new helper: current_pt_regs()
Al Viro
2012-09-30
1
-0
/
+4
|
*
preparation for generic kernel_thread()
Al Viro
2012-09-30
3
-1
/
+18
|
*
um: kill thread->forking
Al Viro
2012-09-20
7
-66
/
+29
|
*
um: let signal_delivered() do SIGTRAP on singlestepping into handler
Al Viro
2012-09-20
2
-7
/
+5
|
*
um: don't leak floating point state and segment registers on execve()
Al Viro
2012-09-20
1
-0
/
+1
|
*
um: take cleaning singlestep to start_thread()
Al Viro
2012-09-20
1
-19
/
+5
|
*
don't bother exporting kernel_execve()
Al Viro
2012-09-20
3
-3
/
+0
|
*
the only place that needs to include asm/exec.h is linux/binfmts.h
Al Viro
2012-09-20
5
-4
/
+1
|
*
get rid of generic instances of asm/exec.h
Al Viro
2012-09-20
36
-195
/
+22
|
*
x86: get rid of TIF_IRET hackery
Al Viro
2012-09-20
5
-17
/
+8
*
|
Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2012-10-10
155
-785
/
+641
|
\
\
|
*
|
typo in UserModeLinux-HOWTO
Richard Genoud
2012-10-09
1
-1
/
+1
|
*
|
hppfs: fix the return value of get_inode()
Wei Yongjun
2012-10-09
1
-1
/
+1
|
*
|
hostfs: drop vmtruncate
Marco Stornelli
2012-10-09
1
-3
/
+5
|
*
|
um: get rid of pointless include "..." where include <...> will do
Al Viro
2012-10-09
144
-429
/
+428
|
*
|
um: move sysrq.h out of include/shared
Al Viro
2012-10-09
4
-8
/
+8
|
*
|
um/x86: merge 32 and 64 bit variants of ptrace.h
Al Viro
2012-10-09
3
-78
/
+54
|
*
|
um/x86: merge 32 and 64bit variants of checksum.h
Al Viro
2012-10-09
3
-265
/
+144
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-10-10
238
-2292
/
+2392
|
\
\
\
|
*
|
|
RDS: fix rds-ping spinlock recursion
jeff.liu
2012-10-09
1
-1
/
+1
|
*
|
|
netdev/phy: Prototype of_mdio_find_bus()
Mark Brown
2012-10-09
1
-0
/
+1
|
*
|
|
farsync: fix support for over 30 cards
Dan Carpenter
2012-10-09
1
-1
/
+1
|
*
|
|
be2net: Remove code that stops further access to BE NIC based on UE bits
Ajit Khaparde
2012-10-09
1
-2
/
+5
|
*
|
|
pch_gbe: Fix build error by selecting all the possible dependencies.
Haicheng Li
2012-10-09
1
-0
/
+3
|
*
|
|
Merge tag 'disintegrate-isdn-20121009' of git://git.infradead.org/users/dhowe...
David S. Miller
2012-10-09
3
-1
/
+1
|
|
\
\
\
|
|
*
|
|
UAPI: (Scripted) Disintegrate include/linux/isdn
David Howells
2012-10-09
3
-1
/
+1
|
*
|
|
|
Merge tag 'disintegrate-net-20121009' of git://git.infradead.org/users/dhowel...
David S. Miller
2012-10-09
170
-1917
/
+2026
|
|
\
\
\
\
|
|
*
|
|
|
UAPI: (Scripted) Disintegrate include/linux/tc_ematch
David Howells
2012-10-09
6
-4
/
+4
|
|
*
|
|
|
UAPI: (Scripted) Disintegrate include/linux/tc_act
David Howells
2012-10-09
9
-7
/
+7
|
|
*
|
|
|
UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv6
David Howells
2012-10-09
15
-266
/
+281
|
|
*
|
|
|
UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv4
David Howells
2012-10-09
13
-226
/
+241
|
|
*
|
|
|
UAPI: (Scripted) Disintegrate include/linux/netfilter_bridge
David Howells
2012-10-09
22
-332
/
+350
|
|
*
|
|
|
UAPI: (Scripted) Disintegrate include/linux/netfilter_arp
David Howells
2012-10-09
5
-201
/
+209
[next]