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
2024-01-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-47
/
+172
2024-01-04
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
1
-0
/
+9
2024-01-04
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
2
-15
/
+47
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-78
/
+108
2024-01-04
bpf: Remove unnecessary cpu == 0 check in memalloc
Yonghong Song
1
-1
/
+1
2024-01-03
bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
Yonghong Song
1
-0
/
+8
2024-01-03
bpf: Use smaller low/high marks for percpu allocation
Yonghong Song
1
-1
/
+7
2024-01-03
bpf: Refill only one percpu element in memalloc
Yonghong Song
1
-4
/
+9
2024-01-03
bpf: Allow per unit prefill for non-fix-size percpu memory allocator
Yonghong Song
2
-15
/
+79
2024-01-03
bpf: Add objcg to bpf_mem_alloc
Yonghong Song
1
-5
/
+6
2024-01-03
bpf: Avoid unnecessary extra percpu memory allocation
Yonghong Song
1
-1
/
+3
2024-01-03
bpf: Simplify checking size of helper accesses
Andrei Matei
1
-6
/
+4
2024-01-01
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
David S. Miller
4
-342
/
+322
2023-12-30
Merge tag 'trace-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-59
/
+73
2023-12-30
locking/osq_lock: Clarify osq_wait_next()
David Laight
1
-5
/
+4
2023-12-30
locking/osq_lock: Clarify osq_wait_next() calling convention
David Laight
1
-12
/
+9
2023-12-30
locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.c
David Laight
1
-0
/
+7
2023-12-30
ftrace: Fix modification of direct_function hash while in use
Steven Rostedt (Google)
1
-53
/
+47
2023-12-29
tracing: Fix blocked reader of snapshot buffer
Steven Rostedt (Google)
2
-4
/
+19
2023-12-29
ring-buffer: Fix wake ups when buffer_percent is set to 100
Steven Rostedt (Google)
1
-2
/
+7
2023-12-27
Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+2
2023-12-21
bpf: Avoid unnecessary use of comma operator in verifier
Simon Horman
1
-1
/
+1
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
13
-413
/
+144
2023-12-21
Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+13
2023-12-21
tracing / synthetic: Disable events after testing in synth_event_gen_test_init()
Steven Rostedt (Google)
1
-0
/
+11
2023-12-21
bpf: Re-support uid and gid when mounting bpffs
Daniel Borkmann
1
-2
/
+51
2023-12-20
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
Linus Torvalds
2
-45
/
+14
2023-12-20
kexec: select CRYPTO from KEXEC_FILE instead of depending on it
Arnd Bergmann
1
-1
/
+2
2023-12-20
kexec: fix KEXEC_FILE dependencies
Arnd Bergmann
1
-0
/
+1
2023-12-20
bpf: Use c->unit_size to select target cache during free
Hou Tao
1
-94
/
+11
2023-12-20
tracing/synthetic: fix kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2023-12-19
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
2
-0
/
+30
2023-12-19
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
2
-7
/
+42
2023-12-19
bpf: reuse subprog argument parsing logic for subprog call checks
Andrii Nakryiko
1
-80
/
+30
2023-12-19
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
2
-146
/
+146
2023-12-19
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
2
-14
/
+9
2023-12-19
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
2
-60
/
+15
2023-12-19
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
2
-34
/
+47
2023-12-19
bpf: make the verifier tracks the "not equal" for regs
Menglong Dong
1
-1
/
+37
2023-12-19
Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-55
/
+24
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
11
-767
/
+94
2023-12-18
ring-buffer: Fix slowpath of interrupted event
Steven Rostedt (Google)
1
-55
/
+24
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
22
-458
/
+1497
2023-12-18
bpf: Ensure precise is reset to false in __mark_reg_const_zero()
Andrii Nakryiko
1
-18
/
+11
2023-12-18
bpf: Fail uprobe multi link with negative offset
Jiri Olsa
1
-2
/
+6
2023-12-17
Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+10
2023-12-17
Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2023-12-16
Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-82
/
+68
2023-12-15
x86/cfi,bpf: Fix bpf_exception_cb() signature
Alexei Starovoitov
1
-1
/
+1
2023-12-15
bpf: Fix dtor CFI
Peter Zijlstra
2
-3
/
+21
[next]