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
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
2023-11-02
Merge branch 'cpufreq/arm/qcom-nvmem' into HEAD
Viresh Kumar
14
-1
/
+1570
2023-11-01
bpf: Add __bpf_hook_{start,end} macros
Dave Marchevsky
4
-16
/
+9
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
16
-73
/
+46
2023-11-01
selftests/bpf: fix test_bpffs
Manu Bretelle
1
-3
/
+8
2023-11-01
Merge branch 'bpf-fix-incorrect-immediate-spill'
Alexei Starovoitov
2
-1
/
+33
2023-11-01
selftests/bpf: Add test for immediate spilled to stack
Hao Sun
1
-0
/
+32
2023-11-01
bpf: Fix check_stack_write_fixed_off() to correctly spill imm
Hao Sun
1
-1
/
+1
2023-11-01
rxrpc: Fix two connection reaping bugs
David Howells
2
-2
/
+2
2023-11-01
bpf: fix compilation error without CGROUPS
Matthieu Baerts
3
-3
/
+17
2023-11-01
net/tcp_sigpool: Fix some off by one bugs
Dan Carpenter
1
-4
/
+4
2023-11-01
tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING
Shigeru Yoshida
1
-2
/
+2
2023-11-01
hsr: Prevent use after free in prp_create_tagged_frame()
Dan Carpenter
1
-3
/
+1
2023-11-01
llc: verify mac len before reading mac header
Willem de Bruijn
3
-2
/
+14
2023-11-01
net: xscale: Drop unused PHY number
Linus Walleij
1
-2
/
+1
2023-11-01
tools: ynl-gen: don't touch the output file if content is the same
Jakub Kicinski
1
-1
/
+6
2023-11-01
netlink: specs: devlink: add forgotten port function caps enum values
Jiri Pirko
3
-1
/
+7
2023-11-01
Merge branch 'add-missing-module_descriptions'
Jakub Kicinski
9
-0
/
+9
2023-11-01
net: mdio: fill in missing MODULE_DESCRIPTION()s
Andrew Lunn
5
-0
/
+5
2023-11-01
net: phy: fill in missing MODULE_DESCRIPTION()s
Andrew Lunn
4
-0
/
+4
2023-11-01
Merge branch 'net-sched-fill-in-missing-module_descriptions-for-net-sched'
Jakub Kicinski
29
-0
/
+29
2023-11-01
net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs
Victor Nogueira
23
-0
/
+23
2023-11-01
net: sched: Fill in missing MODULE_DESCRIPTION for classifiers
Victor Nogueira
5
-0
/
+5
2023-11-01
net: sched: Fill in MODULE_DESCRIPTION for act_gate
Victor Nogueira
1
-0
/
+1
[prev]
[next]