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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
14
-85
/
+530
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
1
-1
/
+1
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-35
/
+54
2023-02-07
sched/topology: Introduce sched_numa_hop_mask()
Valentin Schneider
1
-0
/
+33
2023-02-07
sched: add sched_numa_find_nth_cpu()
Yury Norov
1
-0
/
+57
2023-02-07
Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+0
2023-02-06
cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
Will Deacon
1
-7
/
+11
2023-02-06
cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...
Waiman Long
1
-2
/
+25
2023-02-05
Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-02-05
Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-22
/
+17
2023-02-03
kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-02
bpf: devmap: check XDP features in __xdp_enqueue routine
Lorenzo Bianconi
1
-3
/
+13
2023-02-02
bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
Tobias Klauser
2
-18
/
+7
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-30
/
+70
2023-02-02
Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-12
/
+23
2023-02-02
tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...
Shiju Jose
1
-3
/
+0
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
5
-56
/
+57
2023-01-31
cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
Waiman Long
1
-1
/
+2
2023-01-31
perf: Fix perf_event_pmu_context serialization
James Clark
1
-22
/
+17
2023-01-29
Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+6
2023-01-28
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
1
-1
/
+15
2023-01-28
bpf: iterators: Split iterators.lskel.h into little- and big- endian versions
Ilya Leoshkevich
5
-7
/
+435
2023-01-28
bpf: Build-time assert that cpumask offset is zero
David Vernet
1
-0
/
+3
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
11
-304
/
+1460
2023-01-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-12
/
+23
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-28
/
+60
2023-01-27
Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
9
-15
/
+39
2023-01-26
bpf: Fix the kernel crash caused by bpf_setsockopt().
Kui-Feng Lee
1
-1
/
+0
2023-01-25
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
1
-1
/
+1
2023-01-25
bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
David Vernet
1
-2
/
+3
2023-01-25
bpf/docs: Document cpumask kfuncs in a new file
David Vernet
1
-0
/
+208
2023-01-25
bpf: Enable cpumasks to be queried and used as kptrs
David Vernet
2
-0
/
+269
2023-01-25
bpf: Disallow NULLable pointers for trusted kfuncs
David Vernet
1
-0
/
+6
2023-01-25
rv: remove redundant initialization of pointer ptr
Colin Ian King
1
-1
/
+1
2023-01-25
tracing/filter: fix kernel-doc warnings
Randy Dunlap
1
-4
/
+4
2023-01-24
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
2
-1
/
+90
2023-01-24
bpf: Enable annotating trusted nested pointers
David Vernet
2
-3
/
+90
2023-01-24
trace_events_hist: add check for return value of 'create_hist_field'
Natalia Petrova
1
-0
/
+2
2023-01-24
tracing/osnoise: Use built-in RCU list checking
Chuang Wang
1
-3
/
+2
2023-01-24
module: Don't wait for GOING modules
Petr Pavlu
1
-5
/
+21
2023-01-24
tracing: Kconfig: Fix spelling/grammar/punctuation
Randy Dunlap
1
-4
/
+4
2023-01-24
tracing: Make sure trace_printk() can output as soon as it can be used
Steven Rostedt (Google)
3
-2
/
+4
2023-01-24
ftrace: Export ftrace_free_filter() to modules
Mark Rutland
1
-1
/
+22
2023-01-23
bpf: Support consuming XDP HW metadata from fext programs
Toke Høiland-Jørgensen
3
-32
/
+92
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
3
-1
/
+76
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
3
-30
/
+78
2023-01-23
bpf: Reshuffle some parts of bpf/offload.c
Stanislav Fomichev
1
-105
/
+117
2023-01-23
bpf: Move offload initialization into late_initcall
Stanislav Fomichev
1
-15
/
+7
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
4
-24
/
+24
2023-01-22
Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-23
/
+35
[next]