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.12.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
*
Linux 5.4.208
v5.4.208
Greg Kroah-Hartman
2022-07-29
1
-1
/
+1
*
x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()
Jan Beulich
2022-07-29
1
-1
/
+1
*
net: usb: ax88179_178a needs FLAG_SEND_ZLP
Jose Alonso
2022-07-29
1
-8
/
+8
*
tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()
Jiri Slaby
2022-07-29
3
-12
/
+36
*
tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
Jiri Slaby
2022-07-29
1
-5
/
+10
*
tty: drop tty_schedule_flip()
Jiri Slaby
2022-07-29
2
-23
/
+8
*
tty: the rest, stop using tty_schedule_flip()
Jiri Slaby
2022-07-29
3
-5
/
+5
*
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
2022-07-29
6
-11
/
+11
*
Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks
Luiz Augusto von Dentz
2022-07-29
1
-2
/
+1
*
Bluetooth: SCO: Fix sco_send_frame returning skb->len
Luiz Augusto von Dentz
2022-07-29
1
-4
/
+6
*
Bluetooth: Fix passing NULL to PTR_ERR
Luiz Augusto von Dentz
2022-07-29
3
-3
/
+3
*
Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg
Luiz Augusto von Dentz
2022-07-29
2
-43
/
+53
*
Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg
Luiz Augusto von Dentz
2022-07-29
1
-23
/
+11
*
Bluetooth: Add bt_skb_sendmmsg helper
Luiz Augusto von Dentz
2022-07-29
1
-0
/
+38
*
Bluetooth: Add bt_skb_sendmsg helper
Luiz Augusto von Dentz
2022-07-29
1
-0
/
+28
*
ALSA: memalloc: Align buffer allocations in page size
Takashi Iwai
2022-07-29
1
-0
/
+1
*
bitfield.h: Fix "type of reg too small for mask" test
Peter Zijlstra
2022-07-29
1
-1
/
+18
*
x86/mce: Deduplicate exception handling
Thomas Gleixner
2022-07-29
1
-17
/
+17
*
mmap locking API: initial implementation as rwsem wrappers
Michel Lespinasse
2022-07-29
2
-0
/
+55
*
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
2022-07-29
1
-0
/
+142
*
x86: get rid of small constant size cases in raw_copy_{to,from}_user()
Al Viro
2022-07-29
3
-145
/
+2
*
locking/refcount: Consolidate implementations of refcount_t
Will Deacon
2022-07-29
11
-308
/
+59
*
locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitions
Will Deacon
2022-07-29
1
-7
/
+2
*
locking/refcount: Move saturation warnings out of line
Will Deacon
2022-07-29
2
-19
/
+48
*
locking/refcount: Improve performance of generic REFCOUNT_FULL code
Will Deacon
2022-07-29
1
-56
/
+75
*
locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...
Will Deacon
2022-07-29
2
-246
/
+229
*
locking/refcount: Remove unused refcount_*_checked() variants
Will Deacon
2022-07-29
2
-43
/
+36
*
locking/refcount: Ensure integer operands are treated as signed
Will Deacon
2022-07-29
2
-10
/
+10
*
locking/refcount: Define constants for saturation and max refcount values
Will Deacon
2022-07-29
3
-26
/
+29
*
ima: remove the IMA_TEMPLATE Kconfig option
GUO Zihua
2022-07-29
1
-7
/
+5
*
dlm: fix pending remove if msg allocation fails
Alexander Aring
2022-07-29
1
-1
/
+2
*
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-07-29
1
-3
/
+5
*
mm/mempolicy: fix uninit-value in mpol_rebind_policy()
Wang Cheng
2022-07-29
1
-1
/
+1
*
spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...
Marc Kleine-Budde
2022-07-29
1
-4
/
+8
*
tcp: Fix data-races around sysctl_tcp_max_reordering.
Kuniyuki Iwashima
2022-07-29
1
-2
/
+2
*
tcp: Fix a data-race around sysctl_tcp_rfc1337.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix a data-race around sysctl_tcp_stdurg.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix a data-race around sysctl_tcp_retrans_collapse.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
2022-07-29
2
-3
/
+3
*
tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix data-races around sysctl_tcp_recovery.
Kuniyuki Iwashima
2022-07-29
2
-3
/
+6
*
tcp: Fix a data-race around sysctl_tcp_early_retrans.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
tcp: Fix data-races around sysctl knobs related to SYN option.
Kuniyuki Iwashima
2022-07-29
5
-16
/
+16
*
udp: Fix a data-race around sysctl_udp_l3mdev_accept.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.
Kuniyuki Iwashima
2022-07-29
1
-1
/
+1
*
be2net: Fix buffer overflow in be_get_module_eeprom
Hristo Venev
2022-07-29
3
-18
/
+25
*
gpio: pca953x: only use single read/write for No AI mode
Haibo Chen
2022-07-29
1
-0
/
+3
*
ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
Piotr Skajewski
2022-07-29
3
-0
/
+10
*
i40e: Fix erroneous adapter reinitialization during recovery process
Dawid Lukwinski
2022-07-29
1
-8
/
+5
*
iavf: Fix handling of dummy receive descriptors
Przemyslaw Patynowski
2022-07-29
1
-3
/
+2
[next]