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
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
blackfin: no access_ok() for __copy_{to,from}_user()
Al Viro
2016-09-15
1
-12
/
+20
*
arm64: don't zero in __copy_from_user{,_inatomic}
Al Viro
2016-09-15
2
-10
/
+7
*
arm: don't zero in __copy_from_user_inatomic()/__copy_from_user()
Al Viro
2016-09-15
2
-11
/
+9
*
arc: don't leak bits of kernel stack into coredump
Al Viro
2016-09-15
1
-4
/
+4
*
alpha: get rid of tail-zeroing in __copy_user()
Al Viro
2016-09-15
3
-41
/
+7
*
avr32: fix copy_from_user()
Al Viro
2016-09-13
3
-4
/
+13
*
microblaze: fix __get_user()
Al Viro
2016-09-13
1
-1
/
+1
*
microblaze: fix copy_from_user()
Al Viro
2016-09-13
1
-3
/
+6
*
m32r: fix __get_user()
Al Viro
2016-09-13
1
-1
/
+1
*
blackfin: fix copy_from_user()
Al Viro
2016-09-13
1
-4
/
+5
*
sparc32: fix copy_from_user()
Al Viro
2016-09-13
1
-1
/
+3
*
sh: fix copy_from_user()
Al Viro
2016-09-13
1
-1
/
+4
*
sh64: failing __get_user() should zero
Al Viro
2016-09-13
1
-0
/
+1
*
score: fix copy_from_user() and friends
Al Viro
2016-09-13
1
-21
/
+20
*
score: fix __get_user/get_user
Al Viro
2016-09-13
1
-1
/
+4
*
s390: get_user() should zero on failure
Al Viro
2016-09-13
1
-4
/
+4
*
ppc32: fix copy_from_user()
Al Viro
2016-09-13
1
-23
/
+2
*
parisc: fix copy_from_user()
Al Viro
2016-09-13
1
-2
/
+4
*
openrisc: fix copy_from_user()
Al Viro
2016-09-13
1
-24
/
+11
*
nios2: fix __get_user()
Al Viro
2016-09-13
1
-2
/
+2
*
nios2: copy_from_user() should zero the tail of destination
Al Viro
2016-09-13
1
-3
/
+6
*
mn10300: copy_from_user() should zero on access_ok() failure...
Al Viro
2016-09-13
1
-1
/
+3
*
mn10300: failing __get_user() and get_user() should zero
Al Viro
2016-09-13
1
-0
/
+1
*
mips: copy_from_user() must zero the destination on access_ok() failure
Al Viro
2016-09-13
1
-0
/
+3
*
ARC: uaccess: get_user to zero out dest in cause of fault
Vineet Gupta
2016-09-13
1
-2
/
+9
*
metag: copy_from_user() should zero the destination on access_ok() failure
Al Viro
2016-09-13
1
-1
/
+2
*
ia64: copy_from_user() should zero the destination on access_ok() failure
Al Viro
2016-09-13
1
-14
/
+11
*
hexagon: fix strncpy_from_user() error return
Al Viro
2016-09-13
1
-1
/
+2
*
frv: fix clear_user()
Al Viro
2016-09-13
1
-3
/
+9
*
cris: buggered copy_from_user/copy_to_user/clear_user
Al Viro
2016-09-13
1
-39
/
+32
*
alpha: fix copy_from_user()
Al Viro
2016-09-09
1
-11
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
2016-08-14
1
-1
/
+0
|
\
|
*
m68knommu: fix user a5 register being overwritten
Greg Ungerer
2016-08-08
1
-1
/
+0
*
|
Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-08-13
2
-1
/
+3
|
\
\
|
*
|
h8300: Add missing include file to asm/io.h
Guenter Roeck
2016-08-13
1
-0
/
+2
|
*
|
unicore32: mm: Add missing parameter to arch_vma_access_permitted
Guenter Roeck
2016-08-13
1
-1
/
+1
*
|
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2016-08-13
7
-74
/
+123
|
\
\
\
|
*
|
|
arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO
Masahiro Yamada
2016-08-12
1
-1
/
+0
|
*
|
|
arm64: defconfig: add options for virtualization and containers
Riku Voipio
2016-08-12
1
-6
/
+46
|
*
|
|
arm64: hibernate: handle allocation failures
Mark Rutland
2016-08-12
1
-27
/
+32
|
*
|
|
arm64: hibernate: avoid potential TLB conflict
Mark Rutland
2016-08-12
1
-6
/
+17
|
*
|
|
arm64: Handle el1 synchronous instruction aborts cleanly
Laura Abbott
2016-08-12
2
-2
/
+19
|
*
|
|
arm64: Remove stack duplicating code from jprobes
David A. Long
2016-08-11
2
-28
/
+5
|
*
|
|
arm64: Support hard limit of cpu count by nr_cpus
Kefeng Wang
2016-08-09
1
-4
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-08-13
5
-39
/
+87
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge tag 'kvm-s390-master-4.8-1' of git://git.kernel.org/pub/scm/linux/kerne...
Radim Krčmář
2016-08-12
1
-1
/
+4
|
|
\
\
|
|
*
|
KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed
Julius Niedworok
2016-08-12
1
-1
/
+3
|
|
*
|
KVM: s390: set the prefix initially properly
Julius Niedworok
2016-08-12
1
-0
/
+1
|
|
|
/
|
*
|
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
2016-08-12
2
-12
/
+35
|
*
|
MIPS: KVM: Fix gfn range check in kseg0 tlb faults
James Hogan
2016-08-12
1
-1
/
+1
[next]