index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-09
kcsan: Avoid checking scoped accesses from nested contexts
Marco Elver
1
-3
/
+15
2021-12-09
kcsan: Remove redundant zero-initialization of globals
Marco Elver
1
-5
/
+0
2021-12-09
kcsan: Refactor reading of instrumented memory
Marco Elver
1
-34
/
+17
2021-12-09
workqueue: Remove the cacheline_aligned for nr_running
Lai Jiangshan
1
-8
/
+4
2021-12-09
workqueue: Move the code of waking a worker up in unbind_workers()
Lai Jiangshan
1
-23
/
+15
2021-12-09
workqueue: Remove schedule() in unbind_workers()
Lai Jiangshan
1
-8
/
+3
2021-12-09
workqueue: Remove outdated comment about exceptional workers in unbind_workers()
Lai Jiangshan
1
-3
/
+1
2021-12-09
workqueue: Remove the advanced kicking of the idle workers in rebind_workers()
Lai Jiangshan
1
-11
/
+0
2021-12-09
workqueue: Remove the outdated comment before wq_worker_sleeping()
Lai Jiangshan
1
-2
/
+1
2021-12-09
ucounts: Fix rlimit max values check
Alexey Gladkov
1
-6
/
+9
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-17
/
+24
2021-12-09
Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', 'fixes.2021.11.30c', 'nocb.2021.12.09a', 'nolibc.2021.11.30c', 'tasks.2021.12.09a', 'torture.2021.12.07a' and 'torturescript.2021.11.30c' into HEAD
Paul E. McKenney
17
-582
/
+873
2021-12-09
rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()
Frederic Weisbecker
1
-11
/
+4
2021-12-09
rcu/nocb: Allow empty "rcu_nocbs" kernel parameter
Frederic Weisbecker
1
-4
/
+6
2021-12-09
rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passed
Frederic Weisbecker
1
-8
/
+6
2021-12-09
rcu/nocb: Optimize kthreads and rdp initialization
Frederic Weisbecker
1
-7
/
+17
2021-12-09
rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdp
Frederic Weisbecker
1
-11
/
+12
2021-12-09
rcu/nocb: Remove rcu_node structure from nocb list when de-offloaded
Frederic Weisbecker
2
-9
/
+43
2021-12-09
Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-10
/
+3
2021-12-09
rcu-tasks: Use fewer callbacks queues if callback flood ends
Paul E. McKenney
1
-2
/
+46
2021-12-09
rcu-tasks: Use separate ->percpu_dequeue_lim for callback dequeueing
Paul E. McKenney
1
-5
/
+10
2021-12-09
rcu-tasks: Use more callback queues if contention encountered
Paul E. McKenney
1
-4
/
+23
2021-12-09
rcu-tasks: Avoid raw-spinlocked wakeups from call_rcu_tasks_generic()
Paul E. McKenney
1
-1
/
+16
2021-12-09
rcu-tasks: Count trylocks to estimate call_rcu_tasks() contention
Paul E. McKenney
1
-1
/
+14
2021-12-09
rcu-tasks: Add rcupdate.rcu_task_enqueue_lim to set initial queueing
Paul E. McKenney
1
-6
/
+18
2021-12-09
rcu-tasks: Make rcu_barrier_tasks*() handle multiple callback queues
Paul E. McKenney
1
-6
/
+64
2021-12-09
rcu-tasks: Use workqueues for multiple rcu_tasks_invoke_cbs() invocations
Paul E. McKenney
1
-22
/
+51
2021-12-09
rcu-tasks: Abstract invocations of callbacks
Paul E. McKenney
1
-22
/
+34
2021-12-09
rcu-tasks: Abstract checking of callback lists
Paul E. McKenney
1
-23
/
+38
2021-12-09
wait: add wake_up_pollfree()
Eric Biggers
1
-0
/
+7
2021-12-09
rcu-tasks: Add a ->percpu_enqueue_lim to the rcu_tasks structure
Paul E. McKenney
1
-0
/
+4
2021-12-09
rcu-tasks: Inspect stalled task's trc state in locked state
Neeraj Upadhyay
1
-9
/
+34
2021-12-09
rcu-tasks: Use spin_lock_rcu_node() and friends
Paul E. McKenney
1
-22
/
+20
2021-12-09
tracing: Fix possible memory leak in __create_synth_event() error path
Miaoqian Lin
1
-5
/
+6
2021-12-09
genirq/msi: Handle PCI/MSI allocation fail in core code
Thomas Gleixner
1
-4
/
+25
2021-12-09
genirq/msi, treewide: Use a named struct for PCI/MSI attributes
Thomas Gleixner
1
-2
/
+2
2021-12-09
genirq/msi: Fixup includes
Thomas Gleixner
1
-0
/
+1
2021-12-09
genirq/msi: Remove unused domain callbacks
Thomas Gleixner
1
-5
/
+0
2021-12-09
genirq/msi: Guard sysfs code
Thomas Gleixner
1
-0
/
+2
2021-12-08
bpf: Remove redundant assignment to pointer t
Colin Ian King
1
-1
/
+1
2021-12-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-10
/
+3
2021-12-08
sched/fair: Cleanup task_util and capacity type
Vincent Donnefort
1
-2
/
+3
2021-12-08
ftrace: Add cleanup to unregister_ftrace_direct_multi
Jiri Olsa
1
-0
/
+4
2021-12-08
ftrace: Use direct_ops hash in unregister_ftrace_direct
Jiri Olsa
1
-1
/
+3
2021-12-08
dma-direct: add a dma_direct_use_pool helper
Christoph Hellwig
1
-6
/
+12
2021-12-08
PM: hibernate: Allow ACPI hardware signature to be honoured
David Woodhouse
2
-2
/
+15
2021-12-07
tracing: Make trace_marker{,_raw} stream-like
John Keeping
1
-10
/
+8
2021-12-07
rcutorture: Combine n_max_cbs from all kthreads in a callback flood
Paul E. McKenney
1
-0
/
+9
2021-12-07
rcutorture: Add ability to limit callback-flood intensity
Paul E. McKenney
1
-5
/
+14
2021-12-07
rcutorture: Enable multiple concurrent callback-flood kthreads
Paul E. McKenney
1
-28
/
+86
[prev]
[next]