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.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-10-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-2
/
+6
2022-10-13
Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
6
-123
/
+146
2022-10-13
Merge tag 'linux-watchdog-6.1-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
32
-223
/
+1097
2022-10-13
Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
10
-52
/
+64
2022-10-13
Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
30
-116
/
+342
2022-10-13
Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-10-13
sunhme: fix an IS_ERR() vs NULL check in probe
Dan Carpenter
1
-2
/
+2
2022-10-13
net: marvell: prestera: fix a couple NULL vs IS_ERR() checks
Dan Carpenter
1
-3
/
+3
2022-10-13
kcm: avoid potential race in kcm_tx_work
Eric Dumazet
1
-1
/
+1
2022-10-13
tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
Kuniyuki Iwashima
2
-5
/
+19
2022-10-13
selftests/bpf: S/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy test
Martin KaFai Lau
2
-6
/
+6
2022-10-13
vdpa/ifcvf: add reviewer
Michael S. Tsirkin
1
-0
/
+4
2022-10-13
virtio_pci: use irq to detect interrupt support
Michael S. Tsirkin
1
-2
/
+2
2022-10-13
Merge tag 'wireless-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Abeni
5
-47
/
+84
2022-10-13
Merge branch 'cve-fixes-2022-10-13'
Johannes Berg
28
-89
/
+161
2022-10-13
net: phy: micrel: Fixes FIELD_GET assertion
Divya Koppera
1
-4
/
+5
2022-10-13
openvswitch: add nf_ct_is_confirmed check before assigning the helper
Xin Long
1
-1
/
+2
2022-10-13
Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'
Jakub Kicinski
14
-45
/
+102
2022-10-13
tcp: Fix data races around icsk->icsk_af_ops.
Kuniyuki Iwashima
3
-7
/
+12
2022-10-13
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
3
-11
/
+22
2022-10-13
tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().
Kuniyuki Iwashima
9
-15
/
+46
2022-10-13
udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).
Kuniyuki Iwashima
3
-12
/
+15
2022-10-13
tcp/udp: Fix memory leak in ipv6_renew_options().
Kuniyuki Iwashima
1
-0
/
+7
2022-10-13
Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
9
-206
/
+131
2022-10-13
Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-10
/
+30
2022-10-13
Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
51
-2720
/
+4887
2022-10-13
Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-242
/
+313
2022-10-12
Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
6
-24
/
+52
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
154
-618
/
+1145
2022-10-12
tracing: Fix reading strings from synthetic events
Steven Rostedt (Google)
1
-6
/
+17
2022-10-12
tracing: Add "(fault)" name injection to kernel probes
Steven Rostedt (Google)
1
-6
/
+25
2022-10-12
tracing: Move duplicate code of trace_kprobe/eprobe.c into header
Steven Rostedt (Google)
3
-110
/
+106
2022-10-12
Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
61
-685
/
+5355
2022-10-12
Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
21
-127
/
+788
2022-10-12
ring-buffer: Fix kernel-doc
Jiapeng Chong
1
-3
/
+3
2022-10-12
mctp: prevent double key removal and unref
Jeremy Kerr
2
-12
/
+21
2022-10-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...
David S. Miller
7
-12
/
+156
2022-10-12
selftests: netfilter: Fix nft_fib.sh for all.rp_filter=1
Phil Sutter
1
-0
/
+1
2022-10-12
netfilter: rpfilter/fib: Populate flowic_l3mdev field
Phil Sutter
4
-11
/
+7
2022-10-12
selftests: netfilter: Test reverse path filtering
Phil Sutter
2
-1
/
+148
2022-10-12
ftrace: Fix char print issue in print_ip_ins()
Zheng Yejian
1
-4
/
+1
2022-10-12
LoongArch: Update Loongson-3 default config file
Huacai Chen
1
-8
/
+55
2022-10-12
LoongArch: Add ACPI-based generic laptop driver
Jianmin Lv
5
-0
/
+659
2022-10-12
LoongArch: Add BPF JIT support
Tiezhu Yang
7
-0
/
+1700
2022-10-12
LoongArch: Add some instruction opcodes and formats
Tiezhu Yang
1
-5
/
+174
2022-10-12
LoongArch: Move {signed,unsigned}_imm_check() to inst.h
Tiezhu Yang
2
-10
/
+10
2022-10-12
LoongArch: Add kdump support
Youling Tang
9
-8
/
+227
2022-10-12
LoongArch: Add kexec support
Youling Tang
6
-1
/
+400
2022-10-12
LoongArch: Use generic BUG() handler
Youling Tang
4
-12
/
+84
2022-10-12
LoongArch: Add SysRq-x (TLB Dump) support
Huacai Chen
2
-0
/
+67
[prev]
[next]