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-24
module: move check_modinfo() early to early_mod_check()
Luis Chamberlain
1
-4
/
+4
2023-03-24
module: move early sanity checks into a helper
Luis Chamberlain
1
-17
/
+26
2023-03-24
module: add a for_each_modinfo_entry()
Luis Chamberlain
2
-4
/
+4
2023-03-24
module: rename next_string() to module_next_tag_pair()
Luis Chamberlain
2
-3
/
+5
2023-03-24
module: move get_modinfo() helpers all above
Luis Chamberlain
1
-52
/
+48
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-21
/
+20
2023-03-24
kernel/ksysfs.c: use sysfs_emit for sysfs show handlers
Thomas Weißschuh
1
-11
/
+11
2023-03-24
Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-2
/
+11
2023-03-24
trace,smp: Trace all smp_function_call*() invocations
Peter Zijlstra
1
-30
/
+36
2023-03-24
trace: Add trace_ipi_send_cpu()
Peter Zijlstra
3
-6
/
+5
2023-03-24
sched, smp: Trace smp callback causing an IPI
Valentin Schneider
3
-16
/
+53
2023-03-24
smp: reword smp call IPI comment
Valentin Schneider
1
-3
/
+4
2023-03-24
irq_work: Trace self-IPIs sent via arch_irq_work_raise()
Valentin Schneider
1
-1
/
+13
2023-03-24
smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
Valentin Schneider
1
-1
/
+8
2023-03-24
sched, smp: Trace IPIs sent via send_call_function_single_ipi()
Valentin Schneider
2
-2
/
+9
2023-03-24
kernel/smp: Make csdlock_debug= resettable
Paul E. McKenney
1
-3
/
+8
2023-03-24
locking/csd_lock: Remove per-CPU data indirection from CSD lock debugging
Paul E. McKenney
1
-10
/
+6
2023-03-24
locking/csd_lock: Remove added data from CSD lock debugging
Paul E. McKenney
1
-221
/
+12
2023-03-24
locking/csd_lock: Add Kconfig option for csd_debug default
Paul E. McKenney
1
-1
/
+1
2023-03-23
cpuset: Clean up cpuset_node_allowed
Haifeng Xu
1
-2
/
+2
2023-03-23
workqueue: Introduce show_freezable_workqueues
Jungseung Lee
2
-3
/
+25
2023-03-23
kcsan: avoid passing -g for test
Marco Elver
1
-1
/
+1
2023-03-23
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-2
/
+11
2023-03-23
vhost_task: Allow vhost layer to use copy_process
Mike Christie
2
-0
/
+118
2023-03-22
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2
-1
/
+81
2023-03-22
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2
-11
/
+155
2023-03-22
bpf: Retire the struct_ops map kvalue->refcnt.
Kui-Feng Lee
2
-35
/
+48
2023-03-22
bpf: remember meta->iter info only for initialized iters
Andrii Nakryiko
1
-7
/
+7
2023-03-22
bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation
Daniel Borkmann
1
-3
/
+3
2023-03-22
module/decompress: Never use kunmap() for local un-mappings
Fabio M. De Francesco
1
-1
/
+1
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
16
-89
/
+89
2023-03-22
bpf: Teach the verifier to recognize rdonly_mem as not null.
Alexei Starovoitov
1
-5
/
+9
2023-03-22
livepatch,sched: Add livepatch task switching to cond_resched()
Josh Poimboeuf
3
-23
/
+149
2023-03-22
livepatch: Skip task_call_func() for current task
Josh Poimboeuf
1
-1
/
+5
2023-03-22
livepatch: Convert stack entries array to percpu
Josh Poimboeuf
1
-2
/
+7
2023-03-22
sched: Interleave cfs bandwidth timers for improved single thread performance...
Shrikanth Hegde
1
-0
/
+4
2023-03-22
sched/core: Reduce cost of sched_move_task when config autogroup
wuchi
1
-3
/
+19
2023-03-22
sched/core: Avoid selecting the task that is throttled to run when core-sched...
Hao Jia
5
-19
/
+90
2023-03-22
sched/topology: Make sched_energy_mutex,update static
Tom Rix
1
-2
/
+2
2023-03-22
swiotlb: fix slot alignment checks
Petr Tesarik
1
-6
/
+10
2023-03-22
swiotlb: use wrap_area_index() instead of open-coding it
Petr Tesarik
1
-4
/
+1
2023-03-21
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
1
-1
/
+1
2023-03-21
ftrace: Show a list of all functions that have ever been enabled
Steven Rostedt (Google)
1
-5
/
+46
2023-03-21
ring_buffer: Use try_cmpxchg instead of cmpxchg
Uros Bizjak
1
-4
/
+4
2023-03-21
ring_buffer: Change some static functions to bool
Uros Bizjak
1
-24
/
+23
2023-03-21
ring_buffer: Change some static functions to void
Uros Bizjak
1
-15
/
+7
2023-03-21
ftrace: selftest: remove broken trace_direct_tramp
Mark Rutland
1
-10
/
+2
2023-03-21
ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
Florent Revest
2
-2
/
+2
2023-03-21
ftrace: Store direct called addresses in their ops
Florent Revest
1
-2
/
+5
2023-03-21
ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
Florent Revest
3
-27
/
+28
[prev]
[next]