index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
crypto: zstd - Fix compression bug caused by truncation
Herbert Xu
1
-1
/
+1
2025-10-02
tee: QCOMTEE should depend on ARCH_QCOM
Geert Uytterhoeven
1
-0
/
+1
2025-10-01
Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
40
-260
/
+433
2025-10-01
cifs: client: force multichannel=off when max_channels=1
Rajasi Mandal
1
-0
/
+7
2025-10-01
smb client: fix bug with newly created file in cached dir
Bharath SM
1
-0
/
+1
2025-10-01
smb: client: short-circuit negative lookups when parent dir is fully cached
Henrique Carvalho
1
-1
/
+42
2025-10-01
smb: client: short-circuit in open_cached_dir_by_dentry() if !dentry
Henrique Carvalho
1
-1
/
+4
2025-10-01
smb: client: remove pointless cfid->has_lease check
Henrique Carvalho
1
-4
/
+1
2025-10-01
Merge tag 'linux_kselftest-next-6.18-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-3
/
+16
2025-10-01
smb: client: transport: minor indentation style fix
Fiona Ebner
1
-2
/
+1
2025-10-01
smb: client: transport: avoid reconnects triggered by pending task work
Fiona Ebner
1
-1
/
+9
2025-10-01
smb: client: remove unused fid_lock
Henrique Carvalho
2
-15
/
+3
2025-10-01
smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()
Henrique Carvalho
1
-0
/
+1
2025-10-01
smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid
Steve French
4
-6
/
+13
2025-10-01
smb: client: account smb directory cache usage and per-tcon totals
Bharath SM
5
-14
/
+63
2025-10-01
Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
20
-63
/
+880
2025-10-01
smb: client: add drop_dir_cache module parameter to invalidate cached dirents
Bharath SM
1
-0
/
+38
2025-10-01
clk: COMMON_CLK_RPMI should depend on RISCV
Geert Uytterhoeven
1
-0
/
+1
2025-10-01
Merge tag 'asm-generic-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-34
/
+69
2025-10-01
Merge tag 'soc-arm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
21
-111
/
+113
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
157
-651
/
+9438
2025-10-01
Merge tag 'soc-defconfig-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-14
/
+16
2025-10-01
Merge tag 'soc-dt-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
847
-16369
/
+59965
2025-10-01
Merge tag 'soc-newsoc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-0
/
+423
2025-10-01
Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
155
-1926
/
+2879
2025-10-01
Merge tag 'thermal-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
37
-94
/
+1804
2025-10-01
Merge tag 'acpi-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
38
-252
/
+498
2025-10-01
Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
64
-641
/
+1050
2025-10-02
tracing: Fix race condition in kprobe initialization causing NULL pointer der...
Yuan Chen
4
-14
/
+28
2025-10-01
selftests/bpf: Add test for libbpf_sha256()
Eric Biggers
1
-0
/
+52
2025-10-01
Merge tag 'i3c/for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
20
-168
/
+1410
2025-10-01
bpf: Reject negative offsets for ALU ops
Yazhou Tang
1
-2
/
+2
2025-10-01
Merge branch 'libbpf-fix-libbpf_sha256-for-github-compatibility'
Alexei Starovoitov
16
-310
/
+268
2025-10-01
libbpf: remove linux/unaligned.h dependency for libbpf_sha256()
Andrii Nakryiko
1
-2
/
+11
2025-10-01
libbpf: move libbpf_sha256() implementation into libbpf_utils.c
Andrii Nakryiko
3
-98
/
+100
2025-10-01
libbpf: move libbpf_errstr() into libbpf_utils.c
Andrii Nakryiko
15
-107
/
+84
2025-10-01
libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZE
Andrii Nakryiko
3
-30
/
+0
2025-10-01
libbpf: make libbpf_errno.c into more generic libbpf_utils.c
Andrii Nakryiko
2
-1
/
+1
2025-10-01
Merge tag 'i2c-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
30
-115
/
+218
2025-10-01
ARM: versatile: clock: convert from round_rate() to determine_rate()
Brian Masney
1
-4
/
+5
2025-10-01
ARM: configs: u8500: Set NFC_SHDLC as built-in
Jihed Chaibi
1
-1
/
+1
2025-10-01
Merge branch 'bpf-fix-verifier-crash-on-bpf_neg-with-pointer-register'
Alexei Starovoitov
2
-1
/
+20
2025-10-01
selftests/bpf: Add test for BPF_NEG alu on CONST_PTR_TO_MAP
KaFai Wan
1
-0
/
+18
2025-10-01
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
1
-1
/
+2
2025-10-01
selftests/bpf: Fix realloc size in bpf_get_addrs
Jiri Olsa
1
-1
/
+1
2025-10-01
selftests/bpf: Fix typo in subtest_basic_usdt after merge conflict
Jiri Olsa
1
-1
/
+1
2025-10-01
selftests/bpf: Fix open-coded gettid syscall in uprobe syscall tests
Jiri Olsa
1
-2
/
+2
2025-10-01
Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
171
-766
/
+9119
2025-10-01
Merge tag 'for-linus-6.18-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
12
-338
/
+600
2025-10-01
Merge tag 'for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
32
-590
/
+1610
[prev]
[next]