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
2023-11-20
fbdev: fsl-diu-fb: mark wr_reg_wa() static
Arnd Bergmann
1
-1
/
+1
2023-11-20
ALSA: hda/realtek: Add support dual speaker for Dell
Kailang Yang
1
-7
/
+33
2023-11-20
fbdev: imsttfb: fix a resource leak in probe
Dan Carpenter
1
-13
/
+16
2023-11-20
fbdev: imsttfb: fix double free in probe()
Dan Carpenter
1
-5
/
+1
2023-11-20
arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
Ilkka Koskinen
3
-48
/
+31
2023-11-20
spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
Amit Kumar Mahapatra
1
-0
/
+1
2023-11-20
ASoC: dapm: fix clock get name
Jerome Brunet
1
-1
/
+1
2023-11-20
ASoC: hdmi-codec: register hpd callback on component probe
Jerome Brunet
1
-8
/
+19
2023-11-20
ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messages
Eugen Hristev
1
-2
/
+2
2023-11-20
ASoC: rt712-sdca: fix speaker route missing issue
Shuming Fan
1
-7
/
+7
2023-11-20
drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE
Erik Kurzinger
1
-1
/
+2
2023-11-20
drm/vc4: tests: Fix UAF in the mock helpers
Maxime Ripard
2
-2
/
+2
2023-11-20
fs: dlm: Simplify buffer size computation in dlm_create_debug_file()
Christophe JAILLET
1
-5
/
+5
2023-11-20
module/decompress: use kvmalloc() consistently
Andrea Righi
1
-4
/
+4
2023-11-20
drivers: perf: Do not broadcast to other cpus when starting a counter
Alexandre Ghiti
1
-4
/
+2
2023-11-20
net: ti: icss-iep: fix setting counter value
Diogo Ivo
1
-1
/
+1
2023-11-20
RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
Anup Patel
1
-5
/
+6
2023-11-20
net/sched: act_ct: Always fill offloading tuple iifidx
Vlad Buslov
3
-15
/
+32
2023-11-20
netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses
Florian Westphal
1
-1
/
+26
2023-11-20
netfilter: xt_recent: fix (increase) ipv6 literal buffer length
Maciej Żenczykowski
1
-1
/
+1
2023-11-20
i2c: iproc: handle invalid slave state
Roman Bacik
1
-58
/
+75
2023-11-20
net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...
Vladimir Oltean
1
-1
/
+1
2023-11-20
virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
Shigeru Yoshida
1
-0
/
+2
2023-11-20
r8169: respect userspace disabling IFF_MULTICAST
Heiner Kallweit
1
-0
/
+2
2023-11-20
vsock/virtio: remove socket from connected/bound list on shutdown
Filippo Storniolo
1
-5
/
+11
2023-11-20
blk-core: use pr_warn_ratelimited() in bio_check_ro()
Yu Kuai
1
-2
/
+2
2023-11-20
nbd: fix uaf in nbd_open
Li Lingfeng
1
-2
/
+9
2023-11-20
tg3: power down device only on SYSTEM_POWER_OFF
George Shuklin
1
-1
/
+2
2023-11-20
ice: Fix VF-VF direction matching in drop rule in switchdev
Marcin Szycik
1
-1
/
+23
2023-11-20
ice: Fix VF-VF filter rules in switchdev mode
Aniruddha Paul
1
-28
/
+62
2023-11-20
ice: lag: in RCU, use atomic allocation
Michal Schmidt
1
-3
/
+3
2023-11-20
ice: Fix SRIOV LAG disable on non-compliant aggregate
Dave Ertman
1
-9
/
+3
2023-11-20
riscv: boot: Fix creation of loader.bin
Geert Uytterhoeven
1
-0
/
+1
2023-11-20
nvme: fix error-handling for io_uring nvme-passthrough
Anuj Gupta
1
-2
/
+5
2023-11-20
net/smc: put sk reference if close work was canceled
D. Wythe
1
-1
/
+2
2023-11-20
net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
D. Wythe
1
-5
/
+4
2023-11-20
net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
D. Wythe
4
-4
/
+9
2023-11-20
octeontx2-pf: Free pending and dropped SQEs
Geetha sowjanya
4
-10
/
+49
2023-11-20
selftests: pmtu.sh: fix result checking
Hangbin Liu
1
-1
/
+1
2023-11-20
net: stmmac: xgmac: Enable support for multiple Flexible PPS outputs
Furong Xu
2
-2
/
+14
2023-11-20
Fix termination state for idr_for_each_entry_ul()
NeilBrown
1
-2
/
+4
2023-11-20
net: r8169: Disable multicast filter for RTL8168H and RTL8107E
Patrick Thompson
1
-1
/
+3
2023-11-20
dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.
Kuniyuki Iwashima
2
-6
/
+7
2023-11-20
dccp: Call security_inet_conn_request() after setting IPv4 addresses.
Kuniyuki Iwashima
1
-3
/
+3
2023-11-20
net: page_pool: add missing free_percpu when page_pool_init fail
Jian Shen
1
-1
/
+5
2023-11-20
octeontx2-pf: Fix holes in error code
Ratheesh Kannoth
1
-34
/
+46
2023-11-20
octeontx2-pf: Fix error codes
Ratheesh Kannoth
1
-17
/
+17
2023-11-20
inet: shrink struct flowi_common
Eric Dumazet
1
-1
/
+1
2023-11-20
bpf: Check map->usercnt after timer->timer is assigned
Hou Tao
1
-9
/
+16
2023-11-20
rxrpc: Fix two connection reaping bugs
David Howells
2
-2
/
+2
[prev]
[next]