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
2020-11-06
rcutorture: Make stutter_wait() caller restore priority
Paul E. McKenney
2
-11
/
+22
2020-11-06
rcutorture: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
locktorture: Prevent hangs for invalid arguments
Paul E. McKenney
1
-0
/
+5
2020-11-06
locktorture: Ignore nreaders_stress if no readlock support
Hou Tao
1
-1
/
+2
2020-11-06
refscale: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
rcuscale: Prevent hangs for invalid arguments
Paul E. McKenney
1
-1
/
+4
2020-11-06
rcuscale: Add RCU Tasks Trace
Paul E. McKenney
1
-1
/
+31
2020-11-06
scftorture: Add an alternative IPI vector
Paul E. McKenney
1
-9
/
+32
2020-11-06
torture: Make torture_stutter() use hrtimer
Paul E. McKenney
1
-5
/
+12
2020-11-06
torture: Periodically pause in stutter_wait()
Paul E. McKenney
1
-2
/
+14
2020-11-06
locktorture: Track time of last ->writeunlock()
Paul E. McKenney
1
-0
/
+2
2020-11-06
x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUs
Paul E. McKenney
1
-0
/
+8
2020-11-06
bpf: Update verification logic for LSM programs
KP Singh
1
-3
/
+7
2020-11-06
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
2
-2
/
+21
2020-11-06
bpf: Implement task local storage
KP Singh
5
-1
/
+332
2020-11-06
bpf: Allow LSM programs to use bpf spin locks
KP Singh
2
-5
/
+19
2020-11-06
ftrace: Add recording of functions that caused recursion
Steven Rostedt (VMware)
9
-8
/
+271
2020-11-06
ftrace: Reverse what the RECURSION flag means in the ftrace_ops
Steven Rostedt (VMware)
6
-21
/
+13
2020-11-06
perf/ftrace: Check for rcu_is_watching() in callback function
Steven Rostedt (VMware)
1
-1
/
+3
2020-11-06
perf/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
1
-1
/
+8
2020-11-06
livepatch: Trigger WARNING if livepatch function fails due to recursion
Steven Rostedt (VMware)
1
-1
/
+1
2020-11-06
livepatch/ftrace: Add recursion protection to the ftrace callback
Steven Rostedt (VMware)
1
-0
/
+5
2020-11-06
ftrace: Add ftrace_test_recursion_trylock() helper function
Steven Rostedt (VMware)
1
-7
/
+5
2020-11-06
ftrace: Move the recursion testing into global headers
Steven Rostedt (VMware)
1
-177
/
+0
2020-11-06
printk: remove unneeded dead-store assignment
Lukas Bulwahn
1
-2
/
+0
2020-11-05
bpf: Lift hashtab key_size limit
Florian Lehner
1
-11
/
+5
2020-11-05
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
1
-2
/
+28
2020-11-05
bpf: BPF_PRELOAD depends on BPF_SYSCALL
Randy Dunlap
1
-0
/
+1
2020-11-05
Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-34
/
+107
2020-11-05
Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-12
/
+10
2020-11-04
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
1
-0
/
+36
2020-11-04
Merge branch 'core/urgent' into core/entry
Thomas Gleixner
228
-3612
/
+14204
2020-11-04
entry: Fix the incorrect ordering of lockdep and RCU check
Thomas Gleixner
1
-2
/
+2
2020-11-04
kprobes: Tell lockdep about kprobe nesting
Steven Rostedt (VMware)
1
-4
/
+21
2020-11-04
module: only handle errors with the *switch* statement in module_sig_check()
Sergey Shtylyov
1
-12
/
+14
2020-11-04
module: avoid *goto*s in module_sig_check()
Sergey Shtylyov
1
-10
/
+10
2020-11-04
module: merge repetitive strings in module_sig_check()
Sergey Shtylyov
1
-4
/
+5
2020-11-02
kernel: make kcov_common_handle consider the current context
Aleksandr Nogikh
1
-0
/
+2
2020-11-02
refscale: Bounds-check module parameters
Paul E. McKenney
1
-0
/
+6
2020-11-02
rcutorture: Make grace-period kthread report match RCU flavor being tested
Paul E. McKenney
3
-18
/
+39
2020-11-02
rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loop
Paul E. McKenney
1
-4
/
+1
2020-11-02
srcu: Use a more appropriate lockdep helper
Jakub Kicinski
1
-1
/
+1
2020-11-02
kcsan: Never set up watchpoints on NULL pointers
Marco Elver
1
-1
/
+5
2020-11-02
kcsan: selftest: Ensure that address is at least PAGE_SIZE
Marco Elver
1
-0
/
+3
2020-11-02
tracing: Make -ENOMEM the default error for parse_synth_field()
Steven Rostedt (VMware)
1
-10
/
+7
2020-11-02
ring-buffer: Fix recursion protection transitions between interrupt context
Steven Rostedt (VMware)
1
-12
/
+46
2020-11-02
kernel/hung_task.c: make type annotations consistent
Lukas Bulwahn
1
-2
/
+1
2020-11-02
kthread_worker: prevent queuing delayed work from timer_fn when it is being c...
Zqiang
1
-1
/
+2
2020-11-02
ptrace: fix task_join_group_stop() for the case when current is traced
Oleg Nesterov
1
-9
/
+10
2020-11-02
cpufreq: schedutil: Don't skip freq update if need_freq_update is set
Viresh Kumar
1
-12
/
+10
[prev]
[next]