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
2024-09-04
USB: serial: option: add MeiG Smart SRM825L
ZHANG Yuntian
1
-0
/
+5
2024-09-04
cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
Ian Ray
1
-0
/
+3
2024-09-04
soc: qcom: cmd-db: Map shared memory as WC, not WB
Volodymyr Babchuk
1
-1
/
+1
2024-09-04
nfc: pn533: Add poll mod list filling check
Aleksandr Mishin
1
-0
/
+5
2024-09-04
nfc: pn533: Add autopoll capability
Lars Poeschel
2
-6
/
+197
2024-09-04
nfc: pn533: Add dev_up/dev_down hooks to phy_ops
Lars Poeschel
2
-1
/
+20
2024-09-04
net: busy-poll: use ktime_get_ns() instead of local_clock()
Eric Dumazet
1
-1
/
+1
2024-09-04
gtp: fix a potential NULL pointer dereference
Cong Wang
1
-1
/
+1
2024-09-04
ethtool: check device is present when getting link settings
Jamie Bainbridge
2
-1
/
+4
2024-09-04
r8152: Factor out OOB link list waits
Prashant Malani
1
-52
/
+21
2024-09-04
soundwire: stream: fix programming slave ports for non-continous port maps
Krzysztof Kozlowski
1
-4
/
+4
2024-09-04
net:rds: Fix possible deadlock in rds_message_put
Allison Henderson
1
-2
/
+11
2024-09-04
cgroup/cpuset: Prevent UAF in proc_cpuset_show()
Chen Ridong
1
-4
/
+9
2024-09-04
ata: libata-core: Fix null pointer dereference on error
Niklas Cassel
1
-0
/
+3
2024-09-04
media: uvcvideo: Fix integer overflow calculating timestamp
Ricardo Ribalda
1
-5
/
+5
2024-09-04
filelock: Correct the filelock owner in fcntl_setlk/fcntl_setlk64
Long Li
1
-2
/
+2
2024-09-04
drm/amdkfd: don't allow mapping the MMIO HDP page with large pages
Alex Deucher
1
-1
/
+4
2024-09-04
ipc: replace costly bailout check in sysvipc_find_ipc()
Rafael Aquini
1
-12
/
+4
2024-09-04
wifi: mwifiex: duplicate static structs used in driver instances
Sascha Hauer
1
-6
/
+26
2024-09-04
pinctrl: single: fix potential NULL dereference in pcs_get_function()
Ma Ke
1
-0
/
+2
2024-09-04
drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc
Jesse Zhang
1
-1
/
+2
2024-09-04
tools: move alignment-related macros to new <linux/align.h>
Alexander Lobakin
2
-0
/
+13
2024-09-04
Input: MT - limit max slots
Tetsuo Handa
1
-0
/
+3
2024-09-04
Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO
Lee, Chun-Yi
1
-1
/
+2
2024-09-04
ALSA: timer: Relax start tick time check for slave timer elements
Takashi Iwai
1
-1
/
+1
2024-09-04
mmc: dw_mmc: allow biu and ciu clocks to defer
Ben Whitten
1
-0
/
+8
2024-09-04
cxgb4: add forgotten u64 ivlan cast before shift
Nikolay Kuratov
1
-1
/
+2
2024-09-04
HID: microsoft: Add rumble support to latest xbox controllers
Siarhei Vishniakou
2
-2
/
+19
2024-09-04
HID: wacom: Defer calculation of resolution until resolution_code is known
Jason Gerecke
1
-1
/
+3
2024-09-04
Bluetooth: MGMT: Add error handling to pair_device()
Griffin Kroah-Hartman
1
-0
/
+4
2024-09-04
mmc: mmc_test: Fix NULL dereference on allocation failure
Dan Carpenter
1
-4
/
+5
2024-09-04
drm/msm/dpu: don't play tricks with debug macros
Dmitry Baryshkov
1
-12
/
+2
2024-09-04
drm/msm: use drm_debug_enabled() to check for debug categories
Jani Nikula
1
-2
/
+2
2024-09-04
net: xilinx: axienet: Fix dangling multicast addresses
Sean Anderson
2
-12
/
+10
2024-09-04
net: xilinx: axienet: Always disable promiscuous mode
Sean Anderson
1
-0
/
+4
2024-09-04
ipv6: prevent UAF in ip6_send_skb()
Eric Dumazet
1
-0
/
+2
2024-09-04
netem: fix return value if duplicate enqueue fails
Stephen Hemminger
1
-18
/
+29
2024-09-04
net: dsa: mv88e6xxx: Fix out-of-bound access
Joseph Huang
1
-1
/
+2
2024-09-04
net: dsa: mv88e6xxx: replace ATU violation prints with trace points
Vladimir Oltean
4
-9
/
+86
2024-09-04
net: dsa: mv88e6xxx: read FID when handling ATU violations
Hans J. Schultz
1
-11
/
+61
2024-09-04
net: dsa: mv88e6xxx: global1_atu: Add helper for get next
Andrew Lunn
4
-10
/
+9
2024-09-04
net: dsa: mv88e6xxx: global2: Expose ATU stats register
Andrew Lunn
2
-1
/
+43
2024-09-04
netfilter: nft_counter: Synchronize nft_counter_reset() against reader.
Sebastian Andrzej Siewior
1
-0
/
+5
2024-09-04
kcm: Serialise kcm_sendmsg() for the same socket.
Kuniyuki Iwashima
2
-0
/
+5
2024-09-04
tc-testing: don't access non-existent variable on exception
Simon Horman
1
-1
/
+0
2024-09-04
Bluetooth: hci_core: Fix LE quote calculation
Luiz Augusto von Dentz
1
-12
/
+7
2024-09-04
Bluetooth: hci_core: Fix not handling link timeouts propertly
Luiz Augusto von Dentz
1
-11
/
+23
2024-09-04
Bluetooth: Make use of __check_timeout on hci_sched_le
Luiz Augusto von Dentz
1
-8
/
+3
2024-09-04
dm suspend: return -ERESTARTSYS instead of -EINTR
Mikulas Patocka
1
-2
/
+2
2024-09-04
dm: do not use waitqueue for request-based DM
Ming Lei
2
-29
/
+39
[prev]
[next]