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-07-17
sched: add WF_CURRENT_CPU and externise ttwu
Peter Oskolkov
3
-7
/
+13
2023-07-17
seccomp: don't use semaphore and wait_queue together
Andrei Vagin
1
-5
/
+36
2023-07-17
prctl: move PR_GET_AUXV out of PR_MCE_KILL
Miguel Ojeda
1
-5
/
+5
2023-07-17
cgroup: remove cgrp->kn check in css_populate_dir()
Kamalesh Babulal
1
-1
/
+1
2023-07-17
cgroup: fix obsolete function name
Miaohe Lin
1
-1
/
+1
2023-07-17
cgroup: use cached local variable parent in for loop
Miaohe Lin
1
-1
/
+1
2023-07-17
locking/rtmutex: Fix task->pi_waiters integrity
Peter Zijlstra
4
-76
/
+155
2023-07-16
Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-10
/
+23
2023-07-16
Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2023-07-16
Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-29
/
+24
2023-07-14
clocksource: Handle negative skews in "skew is too large" messages
Paul E. McKenney
1
-4
/
+4
2023-07-14
torture: Support randomized shuffling for proxy exec testing
Connor O'Brien
1
-2
/
+8
2023-07-14
rcutorture: Dump grace-period state upon rtort_pipe_count incidents
Paul E. McKenney
1
-0
/
+1
2023-07-14
scftorture: Pause testing after memory-allocation failure
Paul E. McKenney
1
-1
/
+5
2023-07-14
scftorture: Forgive memory-allocation failure if KASAN
Paul E. McKenney
1
-2
/
+4
2023-07-14
rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()
Zqiang
1
-1
/
+1
2023-07-14
rcuscale: fix building with RCU_TINY
Arnd Bergmann
2
-8
/
+19
2023-07-14
rcuscale: Add RCU Tasks Rude testing
Paul E. McKenney
3
-1
/
+40
2023-07-14
rcuscale: Measure RCU Tasks Trace grace-period kthread CPU time
Paul E. McKenney
3
-0
/
+10
2023-07-14
rcuscale: Measure grace-period kthread CPU time
Paul E. McKenney
2
-0
/
+27
2023-07-14
rcuscale: Print out full set of kfree_rcu parameters
Paul E. McKenney
1
-0
/
+4
2023-07-14
rcuscale: Print out full set of module parameters
Paul E. McKenney
1
-2
/
+2
2023-07-14
rcuscale: Add minruntime module parameter
Paul E. McKenney
1
-1
/
+4
2023-07-14
rcuscale: Fix gp_async_max typo: s/reader/writer/
Paul E. McKenney
1
-1
/
+1
2023-07-14
rcuscale: Permit blocking delays between writers
Paul E. McKenney
1
-0
/
+4
2023-07-14
refscale: Add a "jiffies" test
Paul E. McKenney
1
-1
/
+33
2023-07-14
refscale: Fix uninitalized use of wait_queue_head_t
Waiman Long
1
-2
/
+1
2023-07-14
rcu-tasks: Cancel callback laziness if too many callbacks
Paul E. McKenney
1
-2
/
+5
2023-07-14
rcu-tasks: Add kernel boot parameters for callback laziness
Paul E. McKenney
1
-0
/
+15
2023-07-14
rcu-tasks: Remove redundant #ifdef CONFIG_TASKS_RCU
Paul E. McKenney
1
-2
/
+0
2023-07-14
rcu-tasks: Treat only synchronous grace periods urgently
Paul E. McKenney
1
-8
/
+73
2023-07-14
time: add kernel-doc in time.c
Randy Dunlap
1
-11
/
+158
2023-07-14
Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-2
/
+8
2023-07-14
Merge branches 'pm-sleep' and 'pm-qos'
Rafael J. Wysocki
2
-2
/
+8
2023-07-14
tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...
Masami Hiramatsu (Google)
3
-12
/
+14
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
15
-438
/
+897
2023-07-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
1
-1
/
+1
2023-07-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
2
-11
/
+14
2023-07-13
Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-18
/
+27
2023-07-13
Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-30
/
+81
2023-07-14
Revert "tracing: Add "(fault)" name injection to kernel probes"
Masami Hiramatsu (Google)
3
-26
/
+9
2023-07-14
tracing/probes: Fix to update dynamic data counter if fetcharg uses it
Masami Hiramatsu (Google)
1
-5
/
+7
2023-07-14
tracing/probes: Fix not to count error code to total length
Masami Hiramatsu (Google)
1
-0
/
+2
2023-07-14
tracing/probes: Fix to avoid double count of the string length on the array
Masami Hiramatsu (Google)
1
-2
/
+2
2023-07-14
fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running
Masami Hiramatsu (Google)
1
-0
/
+6
2023-07-13
tracing: Fix memory leak of iter->temp when reading trace_pipe
Zheng Yejian
1
-0
/
+1
2023-07-13
sched/fair: Stabilize asym cpu capacity system idle cpu selection
Vincent Guittot
1
-1
/
+1
2023-07-13
sched/debug: Dump domains' sched group flags
Peter Zijlstra
1
-0
/
+1
2023-07-13
sched/fair: Consider the idle state of the whole core for load balance
Ricardo Neri
1
-1
/
+15
2023-07-13
sched/fair: Implement prefer sibling imbalance calculation between asymmetric...
Tim C Chen
1
-4
/
+37
[prev]
[next]