index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
asm-generic: make get_user() clear the destination on errors
Al Viro
2016-09-13
1
-3
/
+7
*
asm-generic: make copy_from_user() zero the destination properly
Al Viro
2016-09-10
1
-4
/
+6
*
alpha: fix copy_from_user()
Al Viro
2016-09-10
1
-11
/
+8
*
Linux 4.8-rc2
v4.8-rc2
Linus Torvalds
2016-08-15
1
-1
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
2016-08-15
9
-8
/
+84
|
\
|
*
Merge branches 'thermal-intel' and 'thermal-core' into next
Zhang Rui
2016-08-08
7
-3
/
+18
|
|
\
|
|
*
thermal: clock_cooling: Fix missing mutex_init()
Wei Yongjun
2016-08-08
1
-0
/
+1
|
|
*
thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs
Kuninori Morimoto
2016-08-08
1
-0
/
+2
|
|
*
thermal: fix race condition when updating cooling device
Michele Di Giorgio
2016-08-08
5
-3
/
+15
|
*
|
thermal/powerclamp: Prevent division by zero when counting interval
Petr Mladek
2016-08-08
1
-4
/
+7
|
*
|
thermal: intel_pch_thermal: Add suspend/resume callback
Srinivas Pandruvada
2016-08-08
1
-1
/
+59
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
2016-08-15
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-14
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-14
8
-86
/
+136
|
\
\
\
|
*
|
|
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
|
*
|
|
drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" property
Marc Zyngier
2016-08-09
1
-3
/
+4
|
*
|
|
drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlock
Sudeep Holla
2016-08-09
1
-9
/
+9
|
*
|
|
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
8
-53
/
+118
|
\
\
\
|
*
\
\
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
|
*
|
|
MIPS: KVM: Add missing gfn range check
James Hogan
2016-08-12
1
-8
/
+15
|
*
|
|
MIPS: KVM: Fix mapped fault broken commpage handling
James Hogan
2016-08-12
1
-21
/
+28
[next]