index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-18
sr9700: use skb_cow_head() to deal with cloned skbs
Eric Dumazet
1
-7
/
+2
2017-07-18
cx82310_eth: use skb_cow_head() to deal with cloned skbs
Eric Dumazet
1
-5
/
+2
2017-07-18
smsc75xx: use skb_cow_head() to deal with cloned skbs
Eric Dumazet
1
-6
/
+2
2017-07-18
mac80211: reject ToDS broadcast data frames
Johannes Berg
1
-0
/
+24
2017-07-18
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
1
-2
/
+14
2017-07-18
ACPI / power: Avoid maybe-uninitialized warning
Arnd Bergmann
1
-0
/
+1
2017-07-18
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
1
-3
/
+5
2017-07-18
Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled
Thorsten Leemhuis
1
-0
/
+8
2017-07-18
KEYS: Change the name of the dead type to ".dead" to prevent user access
David Howells
1
-1
/
+1
2017-07-18
cifs: Do not send echoes before Negotiate is complete
Sachin Prabhu
1
-0
/
+10
2017-07-18
p9_client_readdir() fix
Al Viro
1
-0
/
+4
2017-07-18
ftrace/x86: Fix triple fault with graph tracing and suspend-to-ram
Josh Poimboeuf
1
-0
/
+12
2017-07-18
perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()
Peter Zijlstra
1
-0
/
+2
2017-07-18
zram: do not use copy_page with non-page aligned address
Minchan Kim
1
-3
/
+3
2017-07-18
cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
Ben Hutchings
1
-0
/
+1
2017-07-18
ALSA: seq: Don't break snd_use_lock_sync() loop by timeout
Takashi Iwai
1
-6
/
+3
2017-07-18
MIPS: KGDB: Use kernel context for sleeping threads
James Hogan
1
-15
/
+33
2017-07-18
s390/mm: fix CMMA vs KSM vs others
Christian Borntraeger
1
-0
/
+2
2017-07-18
CIFS: remove bad_network_name flag
Germano Percossi
2
-6
/
+0
2017-07-18
x86/vdso: Plug race between mapping and ELF header setup
Thomas Gleixner
1
-1
/
+1
2017-07-18
x86/vdso: Ensure vdso32_enabled gets set to valid values only
Mathias Krause
1
-2
/
+9
2017-07-18
l2tp: don't mask errors in pppol2tp_getsockopt()
Guillaume Nault
1
-1
/
+6
2017-07-18
l2tp: don't mask errors in pppol2tp_setsockopt()
Guillaume Nault
1
-2
/
+0
2017-07-18
ptrace: fix PTRACE_LISTEN race corrupting task->state
bsegall@google.com
1
-4
/
+10
2017-07-18
scsi: sd: Fix capacity calculation with 32-bit sector_t
Martin K. Petersen
1
-2
/
+18
2017-07-18
scsi: sr: Sanity check returned mode data
Martin K. Petersen
1
-2
/
+4
2017-07-18
xen, fbfront: fix connecting to backend
Juergen Gross
1
-2
/
+2
2017-07-18
virtio_console: fix uninitialized variable use
Michael S. Tsirkin
1
-2
/
+4
2017-07-18
Reset TreeId to zero on SMB2 TREE_CONNECT
Jan-Marek Glogowski
1
-0
/
+4
2017-07-18
CIFS: Handle mismatched open calls
Pavel Shilovsky
8
-8
/
+134
2017-07-18
metag/usercopy: Add missing fixups
James Hogan
1
-24
/
+48
2017-07-18
metag/usercopy: Fix src fixup in from user rapf loops
James Hogan
1
-8
/
+28
2017-07-18
metag/usercopy: Set flags before ADDZ
James Hogan
1
-4
/
+4
2017-07-18
metag/usercopy: Zero rest of buffer from copy_from_user
James Hogan
2
-46
/
+26
2017-07-18
metag/usercopy: Add early abort to copy_to_user
James Hogan
1
-0
/
+20
2017-07-18
metag/usercopy: Fix alignment error checking
James Hogan
1
-6
/
+4
2017-07-18
metag/usercopy: Drop unused macros
James Hogan
1
-113
/
+0
2017-07-18
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
1
-4
/
+4
2017-07-18
crypto: caam - fix RNG deinstantiation error checking
Horia Geantă
1
-1
/
+2
2017-07-18
powerpc/64: Fix flush_(d|i)cache_range() called from modules
Oliver O'Halloran
1
-2
/
+2
2017-07-18
powerpc/kernel: Use kprobe blacklist for asm functions
Nicholas Piggin
3
-29
/
+20
2017-07-18
l2tp: take reference on sessions being dumped
Guillaume Nault
5
-11
/
+27
2017-07-18
powerpc: Don't try to fix up misaligned load-with-reservation instructions
Paul Mackerras
1
-8
/
+19
2017-07-18
kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
Suzuki K Poulose
1
-0
/
+10
2017-07-18
af_key: Add lock to key dump
Yuejie Shi
1
-8
/
+38
2017-07-18
iscsi-target: Drop work-around for legacy GlobalSAN initiator
Nicholas Bellinger
1
-16
/
+0
2017-07-18
iio: hid-sensor-attributes: Fix sensor property setting failure.
Song Hongyan
1
-0
/
+10
2017-07-18
iio: core: Fix IIO_VAL_FRACTIONAL_LOG2 for negative values
Nikolaus Schulz
1
-4
/
+3
2017-07-18
include/linux/kernel.h: change abs() macro so it uses consistent return type
Michal Nazarewicz
3
-24
/
+23
2017-07-18
kernel.h: make abs() work with 64-bit types
Michal Nazarewicz
1
-21
/
+24
[prev]
[next]