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-30
ring-buffer: Update "shortest_full" in polling
Steven Rostedt (Google)
1
-0
/
+3
2023-09-30
Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-9
/
+22
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
1
-25
/
+19
2023-09-29
Crash: add lock to serialize crash hotplug handling
Baoquan He
1
-0
/
+17
2023-09-29
bpf, mprog: Fix maximum program check on mprog attachment
Daniel Borkmann
1
-0
/
+3
2023-09-29
tick/nohz: Update comments some more
Ingo Molnar
1
-76
/
+74
2023-09-29
groups: Convert group_info.usage to refcount_t
Elena Reshetova
2
-2
/
+2
2023-09-29
futex: make the vectored futex operations available
Jens Axboe
2
-5
/
+10
2023-09-29
futex: make futex_parse_waitv() available as a helper
Jens Axboe
2
-5
/
+16
2023-09-29
futex: add wake_data to struct futex_q
Jens Axboe
1
-0
/
+2
2023-09-29
futex: abstract out a __futex_wake_mark() helper
Jens Axboe
2
-11
/
+23
2023-09-29
futex: factor out the futex wake handling
Jens Axboe
3
-4
/
+10
2023-09-29
futex: move FUTEX2_VALID_MASK to futex.h
Jens Axboe
2
-2
/
+2
2023-09-29
sched/debug: Add new tracepoint to track compute energy computation
Qais Yousef
2
-1
/
+7
2023-09-29
sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
Qais Yousef
1
-17
/
+1
2023-09-29
sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0
Qais Yousef
1
-6
/
+5
2023-09-29
sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloaded
Valentin Schneider
3
-45
/
+14
2023-09-28
sched/rt: Fix live lock between select_fallback_rq() and RT push
Joel Fernandes (Google)
1
-0
/
+1
2023-09-28
Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Jens Axboe
14
-191
/
+555
2023-09-28
Merge branch 'for-6.7/io_uring' into io_uring-futex
Jens Axboe
2
-59
/
+102
2023-09-27
tick/nohz: Don't shutdown the lowres tick from itself
Frederic Weisbecker
1
-11
/
+13
2023-09-27
tick/nohz: Update obsolete comments
Frederic Weisbecker
1
-10
/
+36
2023-09-27
tick/nohz: Rename the tick handlers to more self-explanatory names
Frederic Weisbecker
1
-4
/
+4
2023-09-27
swiotlb: fix the check whether a device has used software IO TLB
Petr Tesarik
1
-6
/
+20
2023-09-26
Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+3
2023-09-26
PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()
Christoph Hellwig
1
-2
/
+2
2023-09-26
PM: hibernate: Clean up sync_read handling in snapshot_write_next()
Brian Geffon
1
-5
/
+1
2023-09-26
srcu: Fix srcu_struct node grpmask overflow on 64-bit systems
Denis Arefev
1
-2
/
+2
2023-09-25
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
1
-0
/
+3
2023-09-25
bpf: Add missed value to kprobe perf link info
Jiri Olsa
3
-11
/
+22
2023-09-25
bpf: Add missed value to kprobe_multi link info
Jiri Olsa
1
-0
/
+1
2023-09-25
bpf: Count stats for kprobe_multi programs
Jiri Olsa
1
-0
/
+1
2023-09-25
sched/rt: Make rt_rq->pushable_tasks updates drive rto_mask
Valentin Schneider
3
-65
/
+10
2023-09-24
Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-13
/
+15
2023-09-24
rcutorture: Traverse possible cpu to set maxcpu in rcu_nocb_toggle()
Zqiang
1
-1
/
+1
2023-09-24
rcutorture: Replace schedule_timeout*() 1-jiffy waits with HZ/20
Joel Fernandes (Google)
1
-6
/
+6
2023-09-24
locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writers
Paul E. McKenney
1
-14
/
+14
2023-09-24
locktorture: Add call_rcu_chains module parameter
Paul E. McKenney
1
-2
/
+60
2023-09-24
locktorture: Add new module parameters to lock_torture_print_module_parms()
Paul E. McKenney
1
-41
/
+23
2023-09-24
torture: Print out torture module parameters
Paul E. McKenney
1
-0
/
+8
2023-09-24
locktorture: Add acq_writer_lim to complain about long acquistion times
Paul E. McKenney
1
-2
/
+13
2023-09-24
locktorture: Consolidate "if" statements in lock_torture_writer()
Paul E. McKenney
1
-3
/
+2
2023-09-24
locktorture: Alphabetize torture_param() entries
Paul E. McKenney
1
-6
/
+6
2023-09-24
rcutorture: Fix stuttering races and other issues
Joel Fernandes (Google)
1
-33
/
+12
2023-09-24
locktorture: Add readers_bind and writers_bind module parameters
Paul E. McKenney
1
-2
/
+62
2023-09-24
torture: Move rcutorture_sched_setaffinity() out of rcutorture
Paul E. McKenney
3
-9
/
+5
2023-09-24
rcu: Include torture_sched_setaffinity() declaration
Arnd Bergmann
1
-0
/
+1
2023-09-24
torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter
Paul E. McKenney
1
-6
/
+7
2023-09-24
torture: Share torture_random_state with torture_shuffle_tasks()
Paul E. McKenney
1
-5
/
+4
2023-09-24
sched/core: Refactor the task_flags check for worker sleeping in sched_submit...
Wang Jinchao
1
-6
/
+4
[prev]
[next]