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-09-15
panic: Reenable preemption in WARN slowpath
Lukas Wunner
1
-0
/
+1
2023-09-14
bpf: Charge modmem for struct_ops trampoline
Song Liu
1
-4
/
+22
2023-09-14
futex: Use a folio instead of a page
Matthew Wilcox (Oracle)
1
-34
/
+33
2023-09-13
rcu: Eliminate rcu_gp_slow_unregister() false positive
Paul E. McKenney
1
-1
/
+1
2023-09-13
rcu: Dump memory object info if callback function is invalid
Zhen Lei
6
-0
/
+12
2023-09-13
rcu: Add sysfs to provide throttled access to rcu_barrier()
Paul E. McKenney
1
-0
/
+76
2023-09-13
rcu/tree: Remove superfluous return from void call_rcu* functions
Joel Fernandes (Google)
1
-2
/
+2
2023-09-13
srcu: Fix error handling in init_srcu_struct_fields()
Joel Fernandes (Google)
1
-15
/
+17
2023-09-13
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
6
-30
/
+88
2023-09-13
sched/fair: Fix SMT4 group_smt_balance handling
Tim Chen
1
-1
/
+11
2023-09-13
sched: Misc cleanups
Peter Zijlstra
1
-104
/
+63
2023-09-13
sched: Simplify tg_set_cfs_bandwidth()
Peter Zijlstra
1
-19
/
+19
2023-09-13
sched: Simplify sched_move_task()
Peter Zijlstra
1
-6
/
+4
2023-09-13
sched: Simplify sched_rr_get_interval()
Peter Zijlstra
1
-22
/
+14
2023-09-13
sched: Simplify yield_to()
Peter Zijlstra
1
-38
/
+29
2023-09-13
sched: Simplify sched_{set,get}affinity()
Peter Zijlstra
1
-39
/
+14
2023-09-13
sched: Simplify syscalls
Peter Zijlstra
1
-86
/
+68
2023-09-13
sched: Simplify set_user_nice()
Peter Zijlstra
2
-7
/
+11
2023-09-13
smp: Change function signatures to use call_single_data_t
Leonardo Bras
2
-14
/
+14
2023-09-13
swiotlb: use the calculated number of areas
Ross Lagerwall
1
-3
/
+2
2023-09-12
bpf, cgroup: fix multiple kernel-doc warnings
Randy Dunlap
1
-6
/
+7
2023-09-12
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
1
-1
/
+1
2023-09-12
audit: Annotate struct audit_chunk with __counted_by
Kees Cook
1
-1
/
+1
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2
-2
/
+5
2023-09-12
perf/core: Bail out early if the request AUX area is out of bound
Shuai Xue
1
-0
/
+6
2023-09-12
eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()
Jinjie Ruan
1
-4
/
+9
2023-09-12
PM: hibernate: Fix the exclusive get block device in test_resume mode
Chen Yu
1
-6
/
+6
2023-09-12
PM: hibernate: Rename function parameter from snapshot_test to exclusive
Chen Yu
2
-8
/
+10
2023-09-11
bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
Eduard Zingerman
1
-5
/
+7
2023-09-11
stacktrace: Export stack_trace_save_tsk
Christopher James Halse Rogers
1
-0
/
+2
2023-09-11
bpf: Avoid deadlock when using queue and stack maps from NMI
Toke Høiland-Jørgensen
1
-3
/
+18
2023-09-11
tracing/synthetic: Print out u64 values properly
Tero Kristo
1
-1
/
+1
2023-09-11
refscale: Print out additional module parameters
Paul E. McKenney
1
-2
/
+2
2023-09-11
refscale: Fix misplaced data re-read
Paul E. McKenney
1
-1
/
+1
2023-09-11
rcu-tasks: Make rcu_tasks_lazy_ms static
Jiapeng Chong
1
-1
/
+1
2023-09-11
rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loop
Paul E. McKenney
1
-1
/
+3
2023-09-11
rcu-tasks: Add printk()s to localize boot-time self-test hang
Paul E. McKenney
1
-1
/
+3
2023-09-11
rcu/tree: Defer setting of jiffies during stall reset
Joel Fernandes (Google)
3
-2
/
+34
2023-09-11
rcutorture: Add test of RCU CPU stall notifiers
Paul E. McKenney
1
-0
/
+21
2023-09-11
rcu: Add RCU CPU stall notifier
Paul E. McKenney
3
-2
/
+69
2023-09-11
rcu: Eliminate check_cpu_stall() duplicate code
Zhen Lei
1
-27
/
+15
2023-09-11
rcu: Don't redump the stalled CPU where RCU GP kthread last ran
Zhen Lei
1
-1
/
+3
2023-09-11
rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()
Zhen Lei
1
-7
/
+5
2023-09-11
bpf: Ensure unit_size is matched with slab cache object size
Hou Tao
1
-2
/
+31
2023-09-11
bpf: Don't prefill for unused bpf_mem_cache
Hou Tao
1
-2
/
+14
2023-09-11
bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
Hou Tao
1
-0
/
+38
2023-09-11
fs: rename __mnt_{want,drop}_write*() helpers
Amir Goldstein
1
-2
/
+2
2023-09-11
kernel: Drop IA64 support from sig_fault handlers
Ard Biesheuvel
1
-20
/
+5
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
4
-39
/
+4
2023-09-09
Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
[prev]
[next]