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-09-05
tracing/timerlat: Only clear timer if a kthread exists
Steven Rostedt
1
-6
/
+13
2024-09-05
tracing/osnoise: Use a cpumask to know what threads are kthreads
Steven Rostedt
1
-3
/
+15
2024-09-05
uprobes: perform lockless SRCU-protected uprobes_tree lookup
Andrii Nakryiko
1
-6
/
+24
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
3
-8
/
+24
2024-09-05
uprobes: travers uprobe's consumer list locklessly under SRCU protection
Andrii Nakryiko
1
-43
/
+61
2024-09-05
uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
Andrii Nakryiko
3
-19
/
+11
2024-09-05
uprobes: protected uprobe lifetime with SRCU
Andrii Nakryiko
1
-40
/
+54
2024-09-05
uprobes: revamp uprobe refcounting and lifetime management
Andrii Nakryiko
1
-78
/
+101
2024-09-05
bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
Oleg Nesterov
1
-3
/
+6
2024-09-05
perf/core: Fix small negative period being ignored
Luo Gengkun
1
-1
/
+5
2024-09-05
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
1
-0
/
+2
2024-09-05
dma-mapping: use IOMMU DMA calls for common alloc/free page calls
Leon Romanovsky
2
-15
/
+11
2024-09-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
43
-462
/
+325
2024-09-04
Merge branch 'bpf/master' into for-6.12
Tejun Heo
54
-778
/
+1365
2024-09-04
cgroup/cpuset: Move cpu.h include to cpuset-internal.h
Waiman Long
2
-4
/
+4
2024-09-04
sched_ext: Add cgroup support
Tejun Heo
4
-19
/
+594
2024-09-04
sched: Introduce CONFIG_GROUP_SCHED_WEIGHT
Tejun Heo
2
-8
/
+10
2024-09-04
sched: Make cpu_shares_read_u64() use tg_weight()
Tejun Heo
1
-8
/
+6
2024-09-04
sched: Expose css_tg()
Tejun Heo
2
-5
/
+5
2024-09-04
sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enable
Tejun Heo
1
-17
/
+13
2024-09-04
sched_ext: TASK_DEAD tasks must be switched out of SCX on ops_disable
Tejun Heo
1
-16
/
+8
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
1
-1
/
+1
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
1
-41
/
+42
2024-09-04
bpf: add check for invalid name in btf_name_valid_section()
Jeongjun Park
1
-1
/
+3
2024-09-04
perf/aux: Fix AUX buffer serialization
Peter Zijlstra
3
-6
/
+15
2024-09-04
Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2024-09-04
printk: Avoid false positive lockdep report for legacy printing
John Ogness
1
-20
/
+63
2024-09-04
printk: nbcon: Assign nice -20 for printing threads
John Ogness
2
-0
/
+12
2024-09-04
printk: Implement legacy printer kthread for PREEMPT_RT
John Ogness
3
-18
/
+159
2024-09-04
printk: nbcon: Show replay message on takeover
John Ogness
3
-0
/
+38
2024-09-04
printk: Provide helper for message prepending
John Ogness
1
-11
/
+25
2024-09-04
printk: nbcon: Rely on kthreads for normal operation
John Ogness
3
-7
/
+84
2024-09-04
printk: nbcon: Use thread callback if in task context for legacy
John Ogness
3
-45
/
+59
2024-09-04
printk: nbcon: Relocate nbcon_atomic_emit_one()
John Ogness
1
-39
/
+39
2024-09-04
printk: nbcon: Introduce printer kthreads
Thomas Gleixner
3
-0
/
+380
2024-09-04
printk: nbcon: Init @nbcon_seq to highest possible
John Ogness
2
-1
/
+9
2024-09-04
printk: nbcon: Add context to usable() and emit()
John Ogness
3
-21
/
+27
2024-09-04
printk: Flush console on unregister_console()
John Ogness
1
-2
/
+7
2024-09-04
printk: Fail pr_flush() if before SYSTEM_SCHEDULING
John Ogness
1
-0
/
+4
2024-09-04
printk: nbcon: Add function for printers to reacquire ownership
John Ogness
1
-7
/
+67
2024-09-04
printk: nbcon: Use raw_cpu_ptr() instead of open coding
John Ogness
1
-2
/
+1
2024-09-04
cpu: Fix W=1 build kernel-doc warning
Thorsten Blum
1
-3
/
+1
2024-09-04
Merge branch 'linus' into smp/core
Thomas Gleixner
41
-459
/
+294
2024-09-04
timers: Annotate possible non critical data race of next_expiry
Anna-Maria Behnsen
1
-5
/
+37
2024-09-04
printk: Use the BITS_PER_LONG macro
Jinjie Ruan
1
-1
/
+2
2024-09-03
sched_ext: Remove sched_class->switch_class()
Tejun Heo
2
-13
/
+1
2024-09-03
sched_ext: Remove switch_class_scx()
Tejun Heo
1
-5
/
+4
2024-09-03
sched_ext: Relocate functions in kernel/sched/ext.c
Tejun Heo
1
-78
/
+78
2024-09-03
sched_ext: Unify regular and core-sched pick task paths
Tejun Heo
1
-67
/
+11
2024-09-03
sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEP
Tejun Heo
2
-11
/
+10
[prev]
[next]