index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
|
*
|
|
|
kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variant
Uladzislau Rezki (Sony)
2021-05-11
1
-7
/
+1
|
|
|
|
*
|
|
|
kvfree_rcu: Update "monitor_todo" once a batch is started
Uladzislau Rezki (Sony)
2021-05-11
1
-2
/
+1
|
|
|
|
*
|
|
|
kvfree_rcu: Add a bulk-list check when a scheduler is run
Uladzislau Rezki (Sony)
2021-05-11
1
-1
/
+2
|
|
|
|
*
|
|
|
kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objs
Uladzislau Rezki (Sony)
2021-05-11
1
-10
/
+4
|
|
|
|
*
|
|
|
kvfree_rcu: Release a page cache under memory pressure
Zhang Qiang
2021-05-11
1
-9
/
+73
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
rcu: Add missing __releases() annotation
Jules Irenge
2021-05-13
1
-0
/
+1
|
|
|
*
|
|
|
rcu: Improve comments describing RCU read-side critical sections
Paul E. McKenney
2021-05-13
1
-10
/
+14
|
|
|
*
|
|
|
rcu: Point to documentation of ordering guarantees
Paul E. McKenney
2021-05-11
2
-2
/
+21
|
|
|
*
|
|
|
rcu: Make rcu_gp_cleanup() be noinline for tracing
Paul E. McKenney
2021-05-11
1
-1
/
+1
|
|
|
*
|
|
|
rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUs
Paul E. McKenney
2021-05-11
1
-1
/
+1
|
|
|
*
|
|
|
rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GP
Paul E. McKenney
2021-05-11
1
-2
/
+3
|
|
|
*
|
|
|
rcu: Make RCU priority boosting work on single-CPU rcu_node structures
Paul E. McKenney
2021-05-11
3
-24
/
+9
|
|
|
*
|
|
|
rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-11
3
-3
/
+11
|
|
|
*
|
|
|
rcu: Reject RCU_LOCKDEP_WARN() false positives
Paul E. McKenney
2021-05-11
1
-1
/
+1
|
|
|
*
|
|
|
lockdep: Explicitly flag likely false-positive report
Paul E. McKenney
2021-05-11
1
-2
/
+4
|
|
|
*
|
|
|
rcu: Add ->gp_max to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-11
1
-1
/
+2
|
|
|
*
|
|
|
rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-11
1
-3
/
+5
|
|
|
*
|
|
|
rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
Paul E. McKenney
2021-05-11
1
-1
/
+1
|
|
|
*
|
|
|
rcu: Improve tree.c comments and add code cleanups
Zhouyi Zhou
2021-05-11
1
-12
/
+12
|
|
|
*
|
|
|
rcu: Remove the unused rcu_irq_exit_preempt() function
Paul E. McKenney
2021-05-11
1
-22
/
+0
|
|
|
*
|
|
|
rcu: Fix typo in comment: kthead -> kthread
Rolf Eike Beer
2021-05-11
1
-1
/
+1
|
|
|
/
/
/
/
|
*
/
/
/
/
rcu/tree_plugin: Don't handle the case of 'all' CPU range
Yury Norov
2021-05-11
1
-6
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-07-04
3
-134
/
+127
|
\
\
\
\
\
|
*
|
|
|
|
kcsan: Report observed value changes
Mark Rutland
2021-05-18
3
-9
/
+33
|
*
|
|
|
|
kcsan: Remove kcsan_report_type
Mark Rutland
2021-05-18
2
-42
/
+20
|
*
|
|
|
|
kcsan: Remove reporting indirection
Mark Rutland
2021-05-18
1
-66
/
+49
|
*
|
|
|
|
kcsan: Refactor access_info initialization
Mark Rutland
2021-05-18
1
-17
/
+25
|
*
|
|
|
|
kcsan: Fold panic() call into print_report()
Mark Rutland
2021-05-18
1
-13
/
+8
|
*
|
|
|
|
kcsan: Refactor passing watchpoint/other_info
Mark Rutland
2021-05-18
1
-9
/
+4
|
*
|
|
|
|
kcsan: Distinguish kcsan_report() calls
Mark Rutland
2021-05-18
3
-15
/
+33
|
*
|
|
|
|
kcsan: Simplify value change detection
Mark Rutland
2021-05-18
1
-24
/
+16
*
|
|
|
|
|
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2021-07-03
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
switch file_open_root() to struct path
Al Viro
2021-04-07
1
-1
/
+1
*
|
|
|
|
|
|
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-07-03
15
-224
/
+2987
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT
Paul Burton
2021-07-01
1
-16
/
+47
|
*
|
|
|
|
|
tracing: Simplify & fix saved_tgids logic
Paul Burton
2021-06-30
1
-25
/
+13
|
*
|
|
|
|
|
tracing: Change variable type as bool for clean-up
Austin Kim
2021-06-30
1
-12
/
+12
|
*
|
|
|
|
|
trace/timerlat: Fix indentation on timerlat_main()
Daniel Bristot de Oliveira
2021-06-29
1
-3
/
+3
|
*
|
|
|
|
|
trace/osnoise: Make 'noise' variable s64 in run_osnoise()
Daniel Bristot de Oliveira
2021-06-29
1
-2
/
+3
|
*
|
|
|
|
|
tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
Steven Rostedt (VMware)
2021-06-29
2
-4
/
+32
|
*
|
|
|
|
|
trace/osnoise: Fix return value on osnoise_init_hotplug_support
Daniel Bristot de Oliveira
2021-06-28
1
-1
/
+1
|
*
|
|
|
|
|
trace/osnoise: Make interval u64 on osnoise_main
Daniel Bristot de Oliveira
2021-06-28
1
-1
/
+1
|
*
|
|
|
|
|
trace/osnoise: Fix 'no previous prototype' warnings
Daniel Bristot de Oliveira
2021-06-28
1
-9
/
+11
|
*
|
|
|
|
|
tracing: Have osnoise_main() add a quiescent state for task rcu
Steven Rostedt (VMware)
2021-06-28
1
-1
/
+4
|
*
|
|
|
|
|
trace/osnoise: Support hotplug operations
Daniel Bristot de Oliveira
2021-06-26
1
-30
/
+135
|
*
|
|
|
|
|
trace/hwlat: Support hotplug operations
Daniel Bristot de Oliveira
2021-06-26
1
-0
/
+65
|
*
|
|
|
|
|
trace/hwlat: Protect kdata->kthread with get/put_online_cpus
Daniel Bristot de Oliveira
2021-06-26
1
-6
/
+13
|
*
|
|
|
|
|
trace: Add timerlat tracer
Daniel Bristot de Oliveira
2021-06-26
5
-31
/
+688
|
*
|
|
|
|
|
trace: Add osnoise tracer
Daniel Bristot de Oliveira
2021-06-26
6
-4
/
+1521
|
*
|
|
|
|
|
tracing: Add LATENCY_FS_NOTIFY to define if latency_fsnotify() is defined
Steven Rostedt (VMware)
2021-06-26
2
-5
/
+4
[prev]
[next]