index
:
Linux Stable
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.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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: Introduce device-managed SPI controller allocation
Lukas Wunner
2020-12-11
1
-0
/
+19
*
tty: Fix ->session locking
Jann Horn
2020-12-11
1
-0
/
+4
*
bonding: wait for sysfs kobject destruction before freeing struct slave
Jamie Iles
2020-12-08
1
-0
/
+8
*
net/tls: Protect from calling tls_dev_del for TLS RX twice
Maxim Mikityanskiy
2020-12-08
1
-0
/
+6
*
scsi: libiscsi: Fix NOP race condition
Lee Duncan
2020-12-02
1
-0
/
+3
*
drm/atomic_helper: Stop modesets on unregistered connectors harder
Lyude Paul
2020-12-02
1
-2
/
+69
*
wireless: Use linux/stddef.h instead of stddef.h
Hauke Mehrtens
2020-12-02
1
-1
/
+5
*
netfilter: clear skb->next in NF_HOOK_LIST()
Cong Wang
2020-12-02
1
-1
/
+1
*
ip_tunnels: Set tunnel option flag when tunnel metadata is present
Yi-Hung Wei
2020-11-24
1
-3
/
+4
*
random32: make prandom_u32() output unpredictable
George Spelvin
2020-11-18
1
-2
/
+34
*
netfilter: use actual socket sk rather than skb sk when routing harder
Jason A. Donenfeld
2020-11-18
2
-2
/
+2
*
can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()
Oleksij Rempel
2020-11-18
1
-12
/
+8
*
time: Prevent undefined behaviour in timespec64_to_ns()
Zeng Tao
2020-11-18
1
-0
/
+4
*
net: dsa: read mac address from DT for slave device
Xiaofei Shen
2020-11-10
1
-0
/
+1
*
mm: always have io_remap_pfn_range() set pgprot_decrypted()
Jason Gunthorpe
2020-11-10
2
-4
/
+9
*
hil/parisc: Disable HIL driver when it gets stuck
Helge Deller
2020-11-05
1
-1
/
+1
*
NFSv4.2: support EXCHGID4_FLAG_SUPP_FENCE_OPS 4.2 EXCHANGE_ID flag
Olga Kornievskaia
2020-11-05
1
-0
/
+3
*
usb: typec: tcpm: During PR_SWAP, source caps should be sent only after tSwap...
Badhri Jagan Sridharan
2020-11-05
1
-0
/
+1
*
media: videodev2.h: RGB BT2020 and HSV are always full range
Hans Verkuil
2020-11-05
1
-9
/
+8
*
xen/events: add a new "late EOI" evtchn framework
Juergen Gross
2020-11-05
1
-4
/
+25
*
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
2020-11-05
3
-10
/
+20
*
fscrypt: fix race allowing rename() and link() of ciphertext dentries
Eric Biggers
2020-11-05
3
-4
/
+5
*
fscrypt: clean up and improve dentry revalidation
Eric Biggers
2020-11-05
2
-5
/
+3
*
fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
Eric Biggers
2020-11-05
1
-2
/
+2
*
mtd: lpddr: Fix bad logic in print_drs_error
Gustavo A. R. Silva
2020-11-05
1
-1
/
+1
*
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
2020-11-05
1
-2
/
+2
*
scsi: target: core: Add CONTROL field for trace events
Roman Bolshakov
2020-10-30
2
-6
/
+13
*
perf: correct SNOOPX field offset
Al Grant
2020-10-30
1
-1
/
+1
*
overflow: Include header file with SIZE_MAX declaration
Leon Romanovsky
2020-10-30
1
-0
/
+1
*
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
2020-10-29
2
-0
/
+2
*
netfilter: nf_log: missing vlan offload tag and proto
Pablo Neira Ayuso
2020-10-29
1
-0
/
+1
*
net/ipv4: always honour route mtu during forwarding
Maciej Żenczykowski
2020-10-29
1
-0
/
+6
*
Bluetooth: Disconnect if E0 is used for Level 4
Luiz Augusto von Dentz
2020-10-17
1
-4
/
+6
*
Bluetooth: Fix update of connection state in `hci_encrypt_cfm`
Patrick Steinhardt
2020-10-17
1
-1
/
+1
*
Bluetooth: Consolidate encryption handling in hci_encrypt_cfm
Luiz Augusto von Dentz
2020-10-17
1
-2
/
+18
*
Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel
Luiz Augusto von Dentz
2020-10-17
1
-0
/
+2
*
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...
Vijay Balakrishna
2020-10-14
1
-0
/
+5
*
xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrate
Antony Antony
2020-10-14
1
-10
/
+6
*
Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
Peilin Ye
2020-10-14
1
-0
/
+5
*
fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
Peilin Ye
2020-10-14
1
-0
/
+8
*
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
2020-10-07
1
-4
/
+7
*
mm: replace memmap_context by meminit_context
Laurent Dufour
2020-10-07
2
-4
/
+9
*
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella
2020-10-07
1
-1
/
+2
*
ata: make qc_prep return ata_completion_errors
Jiri Slaby
2020-10-01
1
-6
/
+6
*
ata: define AC_ERR_OK
Jiri Slaby
2020-10-01
1
-0
/
+1
*
NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()
Trond Myklebust
2020-10-01
1
-0
/
+2
*
PCI: Use ioremap(), not phys_to_virt() for platform ROM
Mikel Rychliski
2020-10-01
1
-1
/
+0
*
skbuff: fix a data race in skb_queue_len()
Qian Cai
2020-10-01
1
-1
/
+13
*
sctp: move trace_sctp_probe_path into sctp_outq_sack
Kevin Kou
2020-10-01
1
-9
/
+0
*
seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
Marco Elver
2020-10-01
1
-2
/
+9
[next]