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
2022-12-08
tracing: Free buffers when a used dynamic event is removed
Steven Rostedt (Google)
2
-1
/
+12
2022-12-08
tracing: Fix race where histograms can be called before the event
Steven Rostedt (Google)
1
-0
/
+3
2022-12-08
tracing/osnoise: Fix duration type
Daniel Bristot de Oliveira
1
-3
/
+3
2022-12-08
drm/i915: Never return 0 if not all requests retired
Janusz Krzysztofik
1
-1
/
+1
2022-12-08
drm/i915: Fix negative value passed as remaining time
Janusz Krzysztofik
1
-2
/
+7
2022-12-08
drm/amdgpu: enable Vangogh VCN indirect sram mode
Leo Liu
1
-0
/
+3
2022-12-08
drm/amdgpu: temporarily disable broken Clang builds due to blown stack-frame
Lee Jones
1
-0
/
+7
2022-12-08
Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled
Lee Jones
1
-0
/
+1
2022-12-08
mmc: sdhci: Fix voltage switch delay
Adrian Hunter
2
-7
/
+56
2022-12-08
mmc: sdhci-sprd: Fix no reset data and command after voltage switch
Wenchao Chen
1
-1
/
+3
2022-12-08
mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check
Sebastian Falbesoner
1
-1
/
+1
2022-12-08
mmc: core: Fix ambiguous TRIM and DISCARD arg
Christian Löhle
2
-3
/
+8
2022-12-08
mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()
Gaosheng Cui
1
-4
/
+2
2022-12-08
mmc: mmc_test: Fix removal of debugfs file
Ye Bin
1
-1
/
+2
2022-12-08
net: stmmac: Set MAC's flow control register to reflect current settings
Goh, Wei Sheng
2
-2
/
+12
2022-12-08
mm: migrate: fix THP's mapcount on isolation
Gavin Shan
1
-11
/
+11
2022-12-08
v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
Linus Torvalds
1
-56
/
+12
2022-12-08
pinctrl: intel: Save and restore pins in "direct IRQ" mode
Andy Shevchenko
1
-1
/
+26
2022-12-08
x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3
Pawan Gupta
3
-9
/
+16
2022-12-08
nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
ZhangPeng
1
-0
/
+7
2022-12-08
tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"
Tiezhu Yang
1
-2
/
+2
2022-12-08
error-injection: Add prompt for function error injection
Steven Rostedt (Google)
1
-1
/
+7
2022-12-08
can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netde...
Ziyang Xuan
1
-1
/
+3
2022-12-08
ALSA: dice: fix regression for Lexicon I-ONIX FW810S
Takashi Sakamoto
1
-5
/
+7
2022-12-08
riscv: mm: Proper page permissions after initmem free
Björn Töpel
1
-4
/
+5
2022-12-08
riscv: vdso: fix section overlapping under some conditions
Jisheng Zhang
1
-0
/
+1
2022-12-08
hwmon: (asus-ec-sensors) Add checks for devm_kcalloc
Yuan Can
1
-0
/
+2
2022-12-08
hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
Yang Yingliang
1
-1
/
+4
2022-12-08
hwmon: (coretemp) Check for null before removing sysfs attrs
Phil Auld
1
-0
/
+4
2022-12-08
afs: Fix server->active leak in afs_put_server
Marc Dionne
1
-1
/
+1
2022-12-08
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yoshihiro Shimoda
1
-0
/
+1
2022-12-08
sctp: fix memory leak in sctp_stream_outq_migrate()
Zhengchao Shao
5
-7
/
+49
2022-12-08
packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
Willem de Bruijn
1
-4
/
+2
2022-12-08
net/mlx5: Lag, Fix for loop when checking lag
Chris Mi
1
-2
/
+4
2022-12-08
net: tun: Fix use-after-free in tun_detach()
Shigeru Yoshida
1
-1
/
+3
2022-12-08
afs: Fix fileserver probe RTT handling
David Howells
1
-2
/
+2
2022-12-08
net: mdiobus: fix unbalanced node reference count
Yang Yingliang
2
-1
/
+2
2022-12-08
net: hsr: Fix potential use-after-free
YueHaibing
1
-2
/
+3
2022-12-08
tipc: re-fetch skb cb after tipc_msg_validate
Xin Long
1
-0
/
+3
2022-12-08
mptcp: fix sleep in atomic at close time
Paolo Abeni
1
-3
/
+3
2022-12-08
mptcp: don't orphan ssk in mptcp_close()
Menglong Dong
1
-7
/
+6
2022-12-08
dsa: lan9303: Correct stat name
Jerry Ray
1
-1
/
+1
2022-12-08
net: wwan: iosm: fix incorrect skb length
M Chetan Kumar
1
-7
/
+11
2022-12-08
net: wwan: iosm: fix crash in peek throughput test
M Chetan Kumar
1
-3
/
+2
2022-12-08
net: wwan: iosm: fix dma_alloc_coherent incompatible pointer type
M Chetan Kumar
1
-1
/
+1
2022-12-08
net: wwan: iosm: fix kernel test robot reported error
M Chetan Kumar
1
-2
/
+1
2022-12-08
net: ethernet: nixge: fix NULL dereference
Yuri Karpov
1
-14
/
+15
2022-12-08
net/9p: Fix a potential socket leak in p9_socket_open
Wang Hai
1
-1
/
+3
2022-12-08
net: net_netdev: Fix error handling in ntb_netdev_init_module()
Yuan Can
1
-1
/
+8
2022-12-08
net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()
Zhang Changzhong
1
-1
/
+1
[prev]
[next]