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-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-03-08
sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
Josh Poimboeuf
1
-1
/
+1
2023-03-08
fork: allow CLONE_NEWTIME in clone3 flags
Tobias Klauser
1
-1
/
+1
2023-03-08
watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths
David Disseldorp
1
-0
/
+1
2023-03-07
locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels
Zqiang
1
-1
/
+55
2023-03-07
locktorture: With nested locks, occasionally skip main lock
John Stultz
1
-10
/
+27
2023-03-07
locktorture: Add nested locking to rtmutex torture tests
John Stultz
1
-0
/
+35
2023-03-07
locktorture: Add nested locking to mutex torture tests
John Stultz
1
-0
/
+35
2023-03-07
locktorture: Add nested_[un]lock() hooks and nlocks parameter
John Stultz
1
-4
/
+19
2023-03-07
bpf: enforce all maps having memory usage callback
Yafang Shao
1
-7
/
+3
2023-03-07
bpf: offload map memory usage
Yafang Shao
2
-0
/
+7
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
4
-0
/
+13
2023-03-07
bpf: local_storage memory usage
Yafang Shao
1
-0
/
+7
2023-03-07
bpf: bpf_struct_ops memory usage
Yafang Shao
1
-0
/
+16
2023-03-07
bpf: queue_stack_maps memory usage
Yafang Shao
1
-0
/
+10
2023-03-07
bpf: devmap memory usage
Yafang Shao
1
-2
/
+24
2023-03-07
bpf: cpumap memory usage
Yafang Shao
1
-0
/
+10
2023-03-07
bpf: bloom_filter memory usage
Yafang Shao
1
-0
/
+12
2023-03-07
bpf: ringbuf memory usage
Yafang Shao
1
-1
/
+19
2023-03-07
bpf: reuseport_array memory usage
Yafang Shao
1
-0
/
+8
2023-03-07
bpf: stackmap memory usage
Yafang Shao
1
-0
/
+14
2023-03-07
bpf: arraymap memory usage
Yafang Shao
1
-0
/
+28
2023-03-07
bpf: hashtab memory usage
Yafang Shao
1
-0
/
+43
2023-03-07
bpf: lpm_trie memory usage
Yafang Shao
1
-0
/
+11
2023-03-07
bpf: add new map ops ->map_mem_usage
Yafang Shao
1
-8
/
+7
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
9
-404
/
+1124
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-03-06
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
1
-0
/
+1
2023-03-05
Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-13
/
+39
2023-03-04
Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-18
/
+26
2023-03-04
bpf: add support for fixed-size memory pointer returns for kfuncs
Andrii Nakryiko
1
-0
/
+8
2023-03-04
bpf: generalize dynptr_get_spi to be usable for iters
Andrii Nakryiko
1
-6
/
+12
2023-03-04
bpf: mark PTR_TO_MEM as non-null register type
Andrii Nakryiko
1
-1
/
+2
2023-03-04
bpf: move kfunc_call_arg_meta higher in the file
Andrii Nakryiko
1
-35
/
+35
2023-03-04
bpf: ensure that r0 is marked scratched after any function call
Andrii Nakryiko
1
-0
/
+2
2023-03-04
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
Andrii Nakryiko
1
-1
/
+1
2023-03-04
bpf: clean up visit_insn()'s instruction processing
Andrii Nakryiko
1
-13
/
+12
2023-03-04
bpf: honor env->test_state_freq flag in is_state_visited()
Andrii Nakryiko
1
-1
/
+2
2023-03-04
bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
Andrii Nakryiko
1
-1
/
+5
2023-03-04
bpf: improve stack slot state printing
Andrii Nakryiko
1
-26
/
+49
2023-03-03
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
2
-77
/
+82
2023-03-03
umh: simplify the capability pointer logic
Linus Torvalds
1
-13
/
+5
2023-03-03
Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+1
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+1
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
1
-30
/
+49
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
3
-80
/
+154
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2
-11
/
+50
2023-03-03
bpf: Mark cgroups and dfl_cgrp fields as trusted.
Alexei Starovoitov
1
-0
/
+6
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
1
-2
/
+2
2023-03-02
bpf: Add support for absolute value BPF timers
Tero Kristo
1
-2
/
+9
[prev]
[next]