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
2022-12-02
selftests/net: don't tests batched TCP io_uring zc
Pavel Begunkov
1
-1
/
+1
2022-12-02
wifi: mac80211: Fix ack frame idr leak when mesh has no route
Nicolas Cavallari
1
-1
/
+1
2022-12-02
wifi: airo: do not assign -1 to unsigned char
Jason A. Donenfeld
1
-4
/
+14
2022-12-02
audit: fix undefined behavior in bit shift for AUDIT_BIT
Gaosheng Cui
1
-1
/
+1
2022-12-02
riscv: dts: sifive unleashed: Add PWM controlled LEDs
Emil Renner Berthing
1
-0
/
+38
2022-12-02
spi: tegra210-quad: Don't initialise DMA if not supported
Jon Hunter
1
-0
/
+6
2022-12-02
wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
Jonas Jelonek
1
-0
/
+5
2022-12-02
wifi: cfg80211: Fix bitrates overflow issue
Paul Zhang
1
-2
/
+4
2022-12-02
wifi: mac80211: fix memory free error when registering wiphy fail
taozhang
1
-2
/
+6
2022-12-02
ceph: fix NULL pointer dereference for req->r_session
Xiubo Li
1
-36
/
+12
2022-12-02
ceph: Use kcalloc for allocating multiple elements
Kenneth Lee
1
-1
/
+1
2022-12-02
binder: validate alloc->mm in ->mmap() handler
Carlos Llamas
1
-0
/
+7
2022-11-26
Linux 6.0.10
v6.0.10
Greg Kroah-Hartman
1
-1
/
+1
2022-11-26
ntfs: check overflow when iterating ATTR_RECORDs
Hawkins Jiawei
1
-0
/
+8
2022-11-26
ntfs: fix out-of-bounds read in ntfs_attr_find()
Hawkins Jiawei
1
-4
/
+16
2022-11-26
ntfs: fix use-after-free in ntfs_attr_find()
Hawkins Jiawei
1
-0
/
+7
2022-11-26
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
4
-13
/
+23
2022-11-26
net/9p: use a dedicated spinlock for trans_fd
Dominique Martinet
1
-16
/
+25
2022-11-26
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
3
-4
/
+4
2022-11-26
rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
Mathieu Desnoyers
1
-2
/
+17
2022-11-26
wifi: wext: use flex array destination for memcpy()
Hawkins Jiawei
2
-8
/
+19
2022-11-26
netlink: Bounds-check struct nlmsgerr creation
Kees Cook
2
-6
/
+10
2022-11-26
9p/trans_fd: always use O_NONBLOCK read/write
Tetsuo Handa
1
-0
/
+3
2022-11-26
gfs2: Switch from strlcpy to strscpy
Andreas Gruenbacher
1
-5
/
+7
2022-11-26
gfs2: Check sb_bsize_shift after reading superblock
Andrew Price
1
-1
/
+4
2022-11-26
9p: trans_fd/p9_conn_cancel: drop client lock earlier
Dominique Martinet
1
-1
/
+2
2022-11-26
KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()
Eiichi Tsukata
1
-3
/
+4
2022-11-26
kcm: avoid potential race in kcm_tx_work
Eric Dumazet
1
-1
/
+1
2022-11-26
tcp: cdg: allow tcp_cdg_release() to be called multiple times
Eric Dumazet
1
-0
/
+2
2022-11-26
macvlan: enforce a consistent minimal mtu
Eric Dumazet
1
-1
/
+1
2022-11-26
Input: i8042 - fix leaking of platform device on module removal
Chen Jun
1
-4
/
+0
2022-11-26
arm64/mm: fix incorrect file_map_count for non-leaf pmd/pud
Liu Shixin
1
-2
/
+2
2022-11-26
tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'
Zheng Yejian
1
-4
/
+5
2022-11-26
kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
Li Huafei
1
-1
/
+7
2022-11-26
scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
Yuan Can
1
-1
/
+5
2022-11-26
scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
Yang Yingliang
1
-1
/
+2
2022-11-26
net: use struct_group to copy ip/ipv6 header addresses
Hangbin Liu
4
-6
/
+10
2022-11-26
net: usb: smsc95xx: fix external PHY reset
Alexandru Tachici
1
-4
/
+42
2022-11-26
tracing: Fix warning on variable 'struct trace_array'
Aashish Sharma
1
-2
/
+2
2022-11-26
ring-buffer: Include dropped pages in counting dirty patches
Steven Rostedt (Google)
1
-0
/
+12
2022-11-26
perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...
Ravi Bangoria
1
-3
/
+2
2022-11-26
vfio: Split the register_device ops call into functions
Jason Gunthorpe
1
-16
/
+23
2022-11-26
vfio: Rename vfio_ioctl_check_extension()
Jason Gunthorpe
1
-5
/
+6
2022-11-26
perf: Improve missing SIGTRAP checking
Marco Elver
1
-6
/
+19
2022-11-26
ASoC: SOF: topology: No need to assign core ID if token parsing failed
Peter Ujfalusi
1
-10
/
+10
2022-11-26
nvme: ensure subsystem reset is single threaded
Keith Busch
1
-3
/
+13
2022-11-26
nvme: restrict management ioctls to admin
Keith Busch
1
-0
/
+6
2022-11-26
perf/x86/intel/pt: Fix sampling using single range output
Adrian Hunter
1
-0
/
+9
2022-11-26
perf/x86/amd/uncore: Fix memory leak for events array
Sandipan Das
1
-0
/
+1
2022-11-26
x86/fpu: Drop fpregs lock before inheriting FPU permissions
Mel Gorman
1
-1
/
+1
[prev]
[next]