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-08-21
Revert "pidfd: prevent creation of pidfds for kthreads"
Christian Brauner
1
-22
/
+3
2024-08-21
tracing: Fix memory leak in fgraph storage selftest
Masami Hiramatsu (Google)
1
-5
/
+18
2024-08-21
tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...
Masami Hiramatsu (Google)
1
-13
/
+18
2024-08-21
bpf: allow passing struct bpf_iter_<type> as kfunc arguments
Andrii Nakryiko
1
-11
/
+24
2024-08-21
bpf: extract iterator argument type and name validation logic
Andrii Nakryiko
1
-14
/
+36
2024-08-21
workqueue: fix null-ptr-deref on __alloc_workqueue() error
Sergey Senozhatsky
1
-0
/
+3
2024-08-21
lockdep: Mark emergency sections in lockdep splats
John Ogness
1
-2
/
+81
2024-08-21
rcu: Mark emergency sections in rcu stalls
John Ogness
2
-0
/
+16
2024-08-21
panic: Mark emergency section in oops
John Ogness
1
-0
/
+2
2024-08-21
panic: Mark emergency section in warn
Thomas Gleixner
1
-0
/
+4
2024-08-21
printk: nbcon: Implement emergency sections
Thomas Gleixner
2
-1
/
+75
2024-08-21
printk: Add helper for flush type logic
John Ogness
3
-41
/
+112
2024-08-21
printk: Coordinate direct printing in panic
John Ogness
3
-7
/
+51
2024-08-21
printk: Track nbcon consoles
John Ogness
1
-1
/
+13
2024-08-21
printk: Avoid console_lock dance if no legacy or boot consoles
John Ogness
1
-5
/
+34
2024-08-21
printk: nbcon: Add unsafe flushing on panic
John Ogness
2
-7
/
+26
2024-08-21
printk: Flush nbcon consoles first on panic
John Ogness
1
-0
/
+3
2024-08-21
printk: nbcon: Flush new records on device_release()
John Ogness
3
-1
/
+23
2024-08-21
printk: Add is_printk_legacy_deferred()
John Ogness
2
-1
/
+12
2024-08-21
printk: nbcon: Use nbcon consoles in console_flush_all()
John Ogness
3
-5
/
+105
2024-08-21
printk: Track registered boot consoles
John Ogness
1
-0
/
+24
2024-08-21
printk: nbcon: Provide function to flush using write_atomic()
Thomas Gleixner
2
-1
/
+152
2024-08-21
printk: nbcon: Add helper to assign priority based on CPU state
John Ogness
2
-0
/
+21
2024-08-21
printk: Add @flags argument for console_is_usable()
John Ogness
2
-8
/
+5
2024-08-21
printk: Let console_is_usable() handle nbcon
John Ogness
1
-2
/
+9
2024-08-21
printk: Make console_is_usable() available to nbcon.c
John Ogness
2
-30
/
+32
2024-08-21
printk: nbcon: Do not rely on proxy headers
John Ogness
3
-3
/
+20
2024-08-21
nbcon: Add API to acquire context for non-printing operations
John Ogness
1
-1
/
+57
2024-08-21
printk: nbcon: Use driver synchronization while (un)registering
John Ogness
1
-1
/
+32
2024-08-21
printk: nbcon: Remove return value for write_atomic()
John Ogness
1
-8
/
+7
2024-08-21
printk: nbcon: Clarify rules of the owner/waiter matching
John Ogness
1
-10
/
+46
2024-08-21
printk: Check printk_deferred_enter()/_exit() usage
Sebastian Andrzej Siewior
2
-0
/
+15
2024-08-21
printk: Properly deal with nbcon consoles on seq init
Petr Mladek
2
-15
/
+29
2024-08-21
printk: nbcon: Consolidate alloc() and init()
John Ogness
3
-29
/
+12
2024-08-21
printk: Add notation to console_srcu locking
John Ogness
1
-0
/
+2
2024-08-20
workqueue: Don't call va_start / va_end twice
Matthew Brost
1
-5
/
+1
2024-08-20
sched_ext: Allow dequeue_task_scx to fail
Yipeng Zou
1
-2
/
+3
2024-08-20
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
16
-172
/
+527
2024-08-20
cgroup/cpuset: remove use_parent_ecpus of cpuset
Chen Ridong
1
-26
/
+4
2024-08-20
cgroup/cpuset: remove fetch_xcpus
Chen Ridong
1
-10
/
+3
2024-08-20
cgroup/cpuset: Correct invalid remote parition prs
Chen Ridong
1
-12
/
+16
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
6
-13
/
+12
2024-08-20
irqdomain: Always associate interrupts for legacy domains
Matti Vaittinen
1
-6
/
+10
2024-08-20
x86/kaslr: Expose and use the end of the physical memory address space
Thomas Gleixner
1
-4
/
+2
2024-08-19
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
3
-25
/
+27
2024-08-19
bpf: Enable generic kfuncs for BPF_CGROUP_* programs
Matteo Croce
2
-2
/
+7
2024-08-19
cgroup: update some statememt about delegation
Chen Ridong
1
-1
/
+1
2024-08-19
module: Clean up the description of MODULE_SIG_<type>
Petr Pavlu
1
-8
/
+8
2024-08-19
module: Split modules_install compression and in-kernel decompression
Petr Pavlu
1
-30
/
+31
2024-08-19
Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+8
[prev]
[next]