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-26
locking/rwsem: Disable preemption in all down_read*() and up_read() code paths
Waiman Long
1
-6
/
+24
2023-01-26
locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath
Waiman Long
1
-10
/
+9
2023-01-26
Merge tag 'v6.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
17
-76
/
+157
2023-01-25
module: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+2
2023-01-25
kernel/params.c: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-1
/
+2
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
tracing/histogram: Add simple tests for stacktrace usage of synthetic events
Steven Rostedt (Google)
1
-1
/
+1
2023-01-25
tracing/histogram: Add stacktrace type
Steven Rostedt (Google)
1
-0
/
+4
2023-01-25
tracing: Allow synthetic events to pass around stacktraces
Steven Rostedt (Google)
4
-5
/
+87
2023-01-25
tracing: Allow stacktraces to be saved as histogram variables
Steven Rostedt (Google)
1
-10
/
+42
2023-01-25
tracing: Simplify calculating entry size using struct_size()
Steven Rostedt (Google)
1
-2
/
+1
2023-01-25
tracing: Add NULL checks for buffer in ring_buffer_free_read_page()
Jia-Ju Bai
1
-1
/
+6
2023-01-25
tracing: Add a way to filter function addresses to function names
Steven Rostedt (Google)
2
-2
/
+93
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
clocksource: Suspend the watchdog temporarily when high read latency detected
Feng Tang
1
-13
/
+32
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-24
Compiler attributes: GCC cold function alignment workarounds
Mark Rutland
1
-1
/
+8
2023-01-24
ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS
Mark Rutland
2
-5
/
+111
2023-01-23
rcu: Disable laziness if lazy-tracking says so
Joel Fernandes (Google)
1
-1
/
+3
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
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
[prev]
[next]