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-07
rcutorture: Avoid soft lockup during cpu stall
Wander Lairson Costa
1
-0
/
+5
2021-12-07
locktorture,rcutorture,torture: Always log error message
Li Zhijian
3
-8
/
+8
2021-12-07
scftorture: Always log error message
Li Zhijian
1
-5
/
+4
2021-12-07
rcuscale: Always log error message
Li Zhijian
1
-7
/
+7
2021-12-07
scftorture: Remove unused SCFTORTOUT
Li Zhijian
1
-3
/
+0
2021-12-07
scftorture: Add missing '\n' to flush message
Li Zhijian
1
-3
/
+3
2021-12-07
refscale: Add missing '\n' to flush message
Li Zhijian
1
-4
/
+7
2021-12-07
refscale: Always log the error message
Li Zhijian
1
-4
/
+3
2021-12-07
rcu_tasks: Convert bespoke callback list to rcu_segcblist structure
Paul E. McKenney
2
-24
/
+30
2021-12-07
rcu-tasks: Convert grace-period counter to grace-period sequence number
Paul E. McKenney
1
-4
/
+5
2021-12-07
rcu-tasks: Introduce ->percpu_enqueue_shift for dynamic queue selection
Paul E. McKenney
1
-1
/
+6
2021-12-07
rcu-tasks: Create per-CPU callback lists
Paul E. McKenney
1
-28
/
+78
2021-12-07
rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread
Frederic Weisbecker
1
-5
/
+5
2021-12-07
rcu: Apply callbacks processing time limit only on softirq
Frederic Weisbecker
1
-13
/
+12
2021-12-07
rcu: Fix callbacks processing time limit retaining cond_resched()
Frederic Weisbecker
1
-10
/
+15
2021-12-07
rcu/nocb: Limit number of softirq callbacks only on softirq
Frederic Weisbecker
1
-3
/
+2
2021-12-07
rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()
Frederic Weisbecker
1
-5
/
+3
2021-12-07
rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_check
Frederic Weisbecker
1
-1
/
+1
2021-12-07
rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safe
Frederic Weisbecker
1
-2
/
+16
2021-12-07
rcu/nocb: Make rcu_core() callbacks acceleration preempt-safe
Thomas Gleixner
1
-2
/
+3
2021-12-07
rcu/nocb: Invoke rcu_core() at the start of deoffloading
Frederic Weisbecker
3
-4
/
+28
2021-12-07
rcu/nocb: Prepare state machine for a new step
Frederic Weisbecker
4
-17
/
+27
2021-12-07
rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloading
Frederic Weisbecker
1
-6
/
+10
2021-12-07
rcu: Tighten rcu_advance_cbs_nowake() checks
Paul E. McKenney
1
-3
/
+4
2021-12-07
rcu/exp: Mark current CPU as exp-QS in IPI loop second pass
Frederic Weisbecker
1
-0
/
+1
2021-12-07
rcu: Make idle entry report expedited quiescent states
Paul E. McKenney
2
-2
/
+13
2021-12-07
rcu: Prevent expedited GP from enabling tick on offline CPU
Paul E. McKenney
1
-1
/
+4
2021-12-07
rcu: Mark sync_sched_exp_online_cleanup() ->cpu_no_qs.b.exp load
Paul E. McKenney
1
-1
/
+1
2021-12-07
rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.exp
Frederic Weisbecker
3
-10
/
+8
2021-12-07
rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp()
Frederic Weisbecker
2
-4
/
+3
2021-12-07
rcu: Ignore rdp.cpu_no_qs.b.exp on preemptible RCU's rcu_qs()
Frederic Weisbecker
1
-1
/
+5
2021-12-07
sched/rt: Try to restart rt period timer when rt runtime exceeded
Li Hua
1
-5
/
+18
2021-12-07
sched/fair: Document the slow path and fast path in select_task_rq_fair
Barry Song
1
-0
/
+5
2021-12-07
dma-direct: factor the swiotlb code out of __dma_direct_alloc_pages
Christoph Hellwig
1
-9
/
+15
2021-12-07
dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionals
Christoph Hellwig
1
-4
/
+2
2021-12-07
dma-direct: warn if there is no pool for force unencrypted allocations
Christoph Hellwig
1
-4
/
+5
2021-12-07
dma-direct: fail allocations that can't be made coherent
Christoph Hellwig
1
-2
/
+3
2021-12-07
dma-direct: refactor the !coherent checks in dma_direct_alloc
Christoph Hellwig
1
-25
/
+41
2021-12-07
dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations
Christoph Hellwig
1
-11
/
+20
2021-12-07
dma-direct: clean up the remapping checks in dma_direct_alloc
Christoph Hellwig
1
-22
/
+26
2021-12-07
dma-direct: always leak memory that can't be re-encrypted
Christoph Hellwig
1
-4
/
+10
2021-12-07
dma-direct: don't call dma_set_decrypted for remapped allocations
Christoph Hellwig
1
-7
/
+6
2021-12-07
dma-direct: factor out dma_set_{de,en}crypted helpers
Christoph Hellwig
1
-31
/
+25
2021-12-06
bpf: Silence purge_cand_cache build warning.
Alexei Starovoitov
1
-0
/
+2
2021-12-06
tracing: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
2
-4
/
+2
2021-12-06
tracing: Fix synth_event_add_val() kernel-doc comment
Qiujun Huang
1
-1
/
+1
2021-12-06
tracing/uprobes: Use trace_event_buffer_reserve() helper
Steven Rostedt (VMware)
1
-7
/
+4
2021-12-06
tracing/kprobes: Do not open code event reserve logic
Steven Rostedt (VMware)
1
-18
/
+7
2021-12-06
tracing: Have eprobes use filtering logic of trace events
Steven Rostedt (VMware)
1
-10
/
+4
2021-12-06
tracing: Disable preemption when using the filter buffer
Steven Rostedt (VMware)
2
-27
/
+36
[prev]
[next]