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.19.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-7.0.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
2019-09-06
uprobes/x86: Fix detection of 32-bit user mode
Sebastian Mayr
1
-7
/
+10
2019-09-06
ptrace,x86: Make user_64bit_mode() available to 32-bit builds
Ricardo Neri
1
-1
/
+5
2019-09-06
USB: storage: ums-realtek: Whitelist auto-delink support
Kai-Heng Feng
1
-5
/
+8
2019-09-06
USB: storage: ums-realtek: Update module parameter description for auto_delin...
Kai-Heng Feng
1
-1
/
+1
2019-09-06
usb: host: ohci: fix a race condition between shutdown and irq
Yoshihiro Shimoda
1
-3
/
+12
2019-09-06
USB: cdc-wdm: fix race between write and disconnect due to flag abuse
Oliver Neukum
1
-4
/
+12
2019-09-06
usb-storage: Add new JMS567 revision to unusual_devs
Henk van der Laan
1
-1
/
+1
2019-09-06
x86/apic: Include the LDR when clearing out APIC registers
Bandan Das
1
-0
/
+4
2019-09-06
x86/apic: Do not initialize LDR and DFR for bigsmp
Bandan Das
1
-22
/
+2
2019-09-06
KVM: x86: Don't update RIP or do single-step on faulting emulation
Sean Christopherson
1
-4
/
+5
2019-09-06
ALSA: seq: Fix potential concurrent access to the deleted pool
Takashi Iwai
3
-2
/
+20
2019-09-06
tcp: make sure EPOLLOUT wont be missed
Eric Dumazet
1
-7
/
+9
2019-09-06
ALSA: usb-audio: Fix an OOB bug in parse_audio_mixer_unit
Hui Peng
1
-0
/
+1
2019-09-06
ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term
Hui Peng
1
-5
/
+24
2019-09-06
tcp: fix tcp_rtx_queue_tail in case of empty retransmit queue
Tim Froidcoeur
1
-0
/
+4
2019-09-06
watchdog: bcm2835_wdt: Fix module autoload
Stefan Wahren
1
-0
/
+1
2019-09-06
tools: hv: fix KVP and VSS daemons exit code
Adrian Vladu
2
-0
/
+4
2019-09-06
usb: host: fotg2: restart hcd after port reset
Hans Ulli Kroll
1
-0
/
+4
2019-09-06
usb: gadget: composite: Clear "suspended" on reset/disconnect
Benjamin Herrenschmidt
1
-0
/
+1
2019-09-06
dmaengine: ste_dma40: fix unneeded variable warning
Arnd Bergmann
1
-2
/
+2
2019-09-06
scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()
Adrian Hunter
1
-0
/
+3
2019-09-06
x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
Tom Lendacky
4
-13
/
+147
2019-09-06
x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...
Chen Yu
4
-0
/
+104
2019-09-06
Revert "perf test 6: Fix missing kvm module load for s390"
Sasha Levin
1
-27
/
+0
2019-09-06
netfilter: conntrack: Use consistent ct id hash calculation
Dirk Morris
1
-8
/
+8
2019-09-06
netfilter: ctnetlink: don't use conntrack/expect object addresses as id
Florian Westphal
3
-5
/
+66
2019-09-06
inet: switch IP ID generator to siphash
Eric Dumazet
4
-19
/
+30
2019-09-06
siphash: implement HalfSipHash1-3 for hash tables
Jason A. Donenfeld
4
-5
/
+546
2019-09-06
siphash: add cryptographically secure PRF
Jason A. Donenfeld
7
-1
/
+567
2019-09-06
vhost: scsi: add weight support
Jason Wang
1
-3
/
+3
2019-09-06
vhost_net: fix possible infinite loop
Jason Wang
1
-10
/
+9
2019-09-06
vhost: introduce vhost_exceeds_weight()
Jason Wang
4
-16
/
+37
2019-09-06
vhost_net: introduce vhost_exceeds_weight()
Jason Wang
1
-4
/
+8
2019-09-06
vhost_net: use packet weight for rx handler, too
Paolo Abeni
1
-4
/
+8
2019-09-06
vhost-net: set packet weight of tx polling to 2 * vq size
haibinzhang(张海斌)
1
-1
/
+7
2019-09-06
net: arc_emac: fix koops caused by sk_buff free
Alexander Kochetkov
1
-2
/
+7
2019-09-06
GFS2: don't set rgrp gl_object until it's inserted into rgrp tree
Bob Peterson
1
-5
/
+8
2019-09-06
cgroup: Disable IRQs while holding css_set_lock
Daniel Bristot de Oliveira
1
-58
/
+64
2019-09-06
dm table: fix invalid memory accesses with too high sector number
Mikulas Patocka
1
-1
/
+4
2019-09-06
dm space map metadata: fix missing store of apply_bops() return value
ZhangXiaoxu
1
-1
/
+1
2019-09-06
dm btree: fix order of block initialization in btree_split_beneath
ZhangXiaoxu
1
-15
/
+16
2019-09-06
x86/boot: Fix boot regression caused by bootparam sanitizing
John Hubbard
1
-0
/
+1
2019-09-06
x86/boot: Save fields explicitly, zero out everything else
John Hubbard
1
-13
/
+46
2019-09-06
x86/apic: Handle missing global clockevent gracefully
Thomas Gleixner
1
-15
/
+53
2019-09-06
x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
Sean Christopherson
1
-1
/
+1
2019-09-06
userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx
Oleg Nesterov
1
-12
/
+13
2019-09-06
Revert "dm bufio: fix deadlock with loop device"
Mikulas Patocka
1
-1
/
+3
2019-09-06
HID: wacom: correct misreported EKR ring values
Aaron Armstrong Skomra
1
-1
/
+1
2019-09-06
selftests: kvm: Adding config fragments
Naresh Kamboju
1
-0
/
+3
2019-09-06
libata: add SG safety checks in SFF pio transfers
Jens Axboe
1
-0
/
+6
[prev]
[next]