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-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
2023-01-22
kheaders: use standard naming for the temporary directory
Thomas Weißschuh
1
-1
/
+1
2023-01-22
Merge 6.2-rc5 into driver-core-next
Greg Kroah-Hartman
14
-58
/
+109
2023-01-21
Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2023-01-21
Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2023-01-21
prlimit: do_prlimit needs to have a speculation check
Greg Kroah-Hartman
1
-0
/
+2
2023-01-20
bpf: Avoid recomputing spi in process_dynptr_func
Kumar Kartikeya Dwivedi
1
-13
/
+11
2023-01-20
bpf: Combine dynptr_get_spi and is_spi_bounds_valid
Kumar Kartikeya Dwivedi
1
-42
/
+33
2023-01-20
bpf: Allow reinitializing unreferenced dynptr stack slots
Kumar Kartikeya Dwivedi
1
-8
/
+26
2023-01-20
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
1
-12
/
+62
2023-01-20
bpf: Fix partial dynptr stack slot reads/writes
Kumar Kartikeya Dwivedi
1
-0
/
+88
2023-01-20
bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
Kumar Kartikeya Dwivedi
1
-18
/
+66
2023-01-20
bpf: Fix state pruning for STACK_DYNPTR stack slots
Kumar Kartikeya Dwivedi
1
-4
/
+84
2023-01-21
exit: Detect and fix irq disabled state in oops
Nicholas Piggin
1
-0
/
+7
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-38
/
+29
2023-01-20
Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
5
-23
/
+21
2023-01-20
PM: sleep: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-01-20
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
1
-2
/
+2
2023-01-20
PM: hibernate: swap: don't use /** for non-kernel-doc comments
Randy Dunlap
1
-8
/
+8
2023-01-20
kernels/ksysfs.c: export kernel address bits
Thomas Weißschuh
1
-0
/
+9
2023-01-19
bpf: Change modules resolving for kprobe multi link
Jiri Olsa
1
-46
/
+47
2023-01-19
livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
Zhen Lei
4
-12
/
+15
2023-01-19
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
1
-7
/
+18
2023-01-19
Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2023-01-19
Merge branch 'rework/console-list-lock' into for-linus
Petr Mladek
1
-0
/
+2
2023-01-19
kernel: events: Export perf_report_aux_output_id()
Mike Leach
1
-0
/
+1
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
1
-4
/
+2
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
1
-3
/
+5
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2
-2
/
+2
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-18
bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpers
Yonghong Song
1
-1
/
+2
2023-01-18
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
1
-1
/
+1
2023-01-18
mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXEC
Jeff Xu
2
-0
/
+65
2023-01-18
perf/core: Call perf_prepare_sample() before running BPF
Namhyung Kim
1
-7
/
+1
2023-01-18
perf/core: Introduce perf_prepare_header()
Namhyung Kim
1
-14
/
+24
2023-01-18
perf/core: Do not pass header for sample ID init
Namhyung Kim
1
-7
/
+7
2023-01-18
perf/core: Set data->sample_flags in perf_prepare_sample()
Namhyung Kim
1
-20
/
+65
2023-01-18
perf/core: Add perf_sample_save_brstack() helper
Namhyung Kim
1
-11
/
+5
2023-01-18
perf/core: Add perf_sample_save_raw_data() helper
Namhyung Kim
2
-30
/
+7
2023-01-18
perf/core: Add perf_sample_save_callchain() helper
Namhyung Kim
1
-10
/
+2
2023-01-18
perf/core: Save the dynamic parts of sample data size
Namhyung Kim
1
-7
/
+10
2023-01-18
printk: Use scnprintf() to print the message about the dropped messages on a ...
Petr Mladek
1
-1
/
+1
2023-01-18
kheaders: explicitly validate existence of cpio command
Thomas Weißschuh
1
-0
/
+2
[prev]
[next]