index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
riscv: errata: prefix T-Head mnemonics with th.
Icenowy Zheng
1
-7
/
+7
2023-11-02
gfs2: Add metapath_dibh helper
Andreas Gruenbacher
1
-1
/
+7
2023-11-02
gfs2: Clean up quota.c:print_message
Andreas Gruenbacher
1
-5
/
+5
2023-11-02
gfs2: Clean up gfs2_alloc_parms initializers
Andreas Gruenbacher
2
-4
/
+4
2023-11-02
gfs2: Two quota=account mode fixes
Andreas Gruenbacher
2
-6
/
+3
2023-11-02
Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
6
-118
/
+194
2023-11-02
Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-11-02
Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-141
/
+164
2023-11-02
Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggy
Linus Torvalds
7
-29
/
+54
2023-11-02
Merge tag 'exfat-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-48
/
+171
2023-11-02
Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-136
/
+89
2023-11-02
Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-585
/
+823
2023-11-02
Merge tag 'dlm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
4
-20
/
+53
2023-11-02
module/decompress: use kvmalloc() consistently
Andrea Righi
1
-4
/
+4
2023-11-02
Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
8
-36
/
+101
2023-11-02
selftests/bpf: Fix broken build where char is unsigned
Björn Töpel
1
-1
/
+1
2023-11-02
cifs: force interface update before a fresh session setup
Shyam Prasad N
1
-1
/
+5
2023-11-02
cifs: do not reset chan_max if multichannel is not supported at mount
Shyam Prasad N
1
-1
/
+0
2023-11-02
cifs: reconnect helper should set reconnect for the right channel
Shyam Prasad N
1
-4
/
+5
2023-11-02
smb: client: fix use-after-free in smb2_query_info_compound()
Paulo Alcantara
1
-35
/
+49
2023-11-02
smb: client: remove extra @chan_count check in __cifs_put_smb_ses()
Paulo Alcantara
1
-14
/
+9
2023-11-02
net: r8169: Disable multicast filter for RTL8168H and RTL8107E
Patrick Thompson
1
-1
/
+3
2023-11-02
Merge branch 'rework/nbcon-base' into for-linus
Petr Mladek
5
-50
/
+1263
2023-11-02
Merge branch 'rework/misc-cleanups' into for-linus
Petr Mladek
1
-13
/
+13
2023-11-02
Merge branch 'for-6.7' into for-linus
Petr Mladek
2
-15
/
+12
2023-11-02
Merge branch 'dccp-tcp-relocate-security_inet_conn_request'
Paolo Abeni
3
-9
/
+10
2023-11-02
dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.
Kuniyuki Iwashima
2
-6
/
+7
2023-11-02
dccp: Call security_inet_conn_request() after setting IPv4 addresses.
Kuniyuki Iwashima
1
-3
/
+3
2023-11-02
net/smc: fix documentation of buffer sizes
Gerd Bayer
1
-4
/
+2
2023-11-02
net: page_pool: add missing free_percpu when page_pool_init fail
Jian Shen
1
-1
/
+5
2023-11-02
net: ethtool: Fix documentation of ethtool_sprintf()
Andrew Lunn
1
-2
/
+2
2023-11-02
net: dsa: lan9303: consequently nested-lock physical MDIO
Alexander Sverdlin
1
-2
/
+2
2023-11-02
octeontx2-pf: Fix holes in error code
Ratheesh Kannoth
1
-34
/
+46
2023-11-02
octeontx2-pf: Fix error codes
Ratheesh Kannoth
1
-17
/
+17
2023-11-02
locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()
Masami Hiramatsu
1
-0
/
+9
2023-11-02
inet: shrink struct flowi_common
Eric Dumazet
1
-1
/
+1
2023-11-01
Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-9
/
+13
2023-11-01
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
38
-60
/
+41
2023-11-01
Merge branch 'bpf-fix-precision-tracking-for-bpf_alu-bpf_to_be-bpf_end'
Alexei Starovoitov
3
-1
/
+101
2023-11-01
selftests/bpf: precision tracking test for BPF_NEG and BPF_END
Shung-Hsi Yu
2
-0
/
+95
2023-11-01
bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
Shung-Hsi Yu
1
-1
/
+6
2023-11-01
Merge branch 'relax-allowlist-for-open-coded-css_task-iter'
Alexei Starovoitov
5
-6
/
+111
2023-11-01
selftests/bpf: Add test for using css_task iter in sleepable progs
Chuyi Zhou
2
-0
/
+20
2023-11-01
selftests/bpf: Add tests for css_task iter combining with cgroup iter
Chuyi Zhou
2
-0
/
+77
2023-11-01
bpf: Relax allowlist for css_task iter
Chuyi Zhou
2
-6
/
+14
2023-11-01
selftests/bpf: fix test_maps' use of bpf_map_create_opts
Andrii Nakryiko
1
-15
/
+5
2023-11-01
bpf: Check map->usercnt after timer->timer is assigned
Hou Tao
1
-9
/
+16
2023-11-02
cpufreq: qcom-nvmem: Introduce cpufreq for ipq95xx
Varadarajan Narayanan
2
-0
/
+7
2023-11-02
cpufreq: qcom-nvmem: Enable cpufreq for ipq53xx
Varadarajan Narayanan
2
-0
/
+7
2023-11-02
cpufreq: qcom-nvmem: add support for IPQ8074
Robert Marko
2
-0
/
+49
[prev]
[next]