index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2020-03-21
lockdep: Annotate irq_work
Sebastian Andrzej Siewior
-0
/
+4
2020-03-21
lockdep: Add hrtimer context tracing bits
Sebastian Andrzej Siewior
-2
/
+6
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
-17
/
+162
2020-03-21
completion: Use simple wait queues
Thomas Gleixner
-17
/
+19
2020-03-21
sched/swait: Prepare usage in completions
Thomas Gleixner
-1
/
+17
2020-03-21
timekeeping: Split jiffies seqlock
Thomas Gleixner
-17
/
+28
2020-03-21
rcuwait: Add @state argument to rcuwait_wait_event()
Peter Zijlstra (Intel)
-1
/
+1
2020-03-21
kcsan, trace: Make KCSAN compatible with tracing
Marco Elver
-0
/
+5
2020-03-21
kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)
Marco Elver
-1
/
+14
2020-03-21
kcsan: Add kcsan_set_access_mask() support
Marco Elver
-5
/
+56
2020-03-21
kcsan: Introduce kcsan_value_change type
Marco Elver
-29
/
+54
2020-03-21
kcsan: Fix misreporting if concurrent races on same address
Marco Elver
-0
/
+38
2020-03-21
kcsan: Expose core configuration parameters as module params
Marco Elver
-5
/
+19
2020-03-21
kcsan: Add test to generate conflicts via debugfs
Marco Elver
-5
/
+46
2020-03-21
kcsan: Introduce KCSAN_ACCESS_ASSERT access type
Marco Elver
-18
/
+77
2020-03-21
kcsan: Fix 0-sized checks
Marco Elver
-0
/
+17
2020-03-21
kcsan: Add option to assume plain aligned writes up to word size are atomic
Marco Elver
-5
/
+17
2020-03-21
kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY
Marco Elver
-7
/
+20
2020-03-21
kcsan: Make KCSAN compatible with lockdep
Marco Elver
-2
/
+18
2020-03-21
kcsan: Rate-limit reporting per data races
Marco Elver
-10
/
+100
2020-03-21
kcsan: Show full access type in report
Marco Elver
-23
/
+37
2020-03-21
kcsan: Prefer __always_inline for fast-path
Marco Elver
-17
/
+17
2020-03-21
Merge branch 'linus' into locking/kcsan, to pick up fixes
Ingo Molnar
-188
/
+402
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
-3248
/
+9293
2020-03-20
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
-3
/
+6
2020-03-20
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
-1
/
+2
2020-03-20
lockdep: Teach lockdep about "USED" <- "IN-NMI" inversions
Peter Zijlstra
-3
/
+59
2020-03-20
locking/lockdep: Rework lockdep_lock
Peter Zijlstra
-41
/
+48
2020-03-20
locking/lockdep: Fix bad recursion pattern
Peter Zijlstra
-34
/
+40
2020-03-20
locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
Boqun Feng
-0
/
+4
2020-03-20
perf/core: Fix reversed NULL check in perf_event_groups_less()
Dan Carpenter
-1
/
+1
2020-03-20
perf/core: Fix endless multiplex timer
Peter Zijlstra
-6
/
+14
2020-03-20
sched/fair: Fix condition of avg_load calculation
Tao Zhou
-1
/
+2
2020-03-20
sched/rt: cpupri_find: Trigger a full search as fallback
Qais Yousef
-23
/
+6
2020-03-20
kthread: Do not preempt current task if it is going to call schedule()
Liang Chen
-2
/
+15
2020-03-20
sched/fair: Improve spreading of utilization
Vincent Guittot
-0
/
+8
2020-03-20
sched: Avoid scale real weight down to zero
Michael Wang
-1
/
+7
2020-03-20
psi: Move PF_MEMSTALL out of task->flags
Yafang Shao
-11
/
+11
2020-03-20
psi: Optimize switching tasks inside shared cgroups
Johannes Weiner
-28
/
+68
2020-03-20
psi: Fix cpu.pressure for cpu.max and competing cgroups
Johannes Weiner
-5
/
+37
2020-03-20
sched/core: Distribute tasks within affinity masks
Paul Turner
-1
/
+6
2020-03-20
sched/fair: Fix enqueue_task_fair warning
Vincent Guittot
-4
/
+22
2020-03-19
ring-buffer: Optimize rb_iter_head_event()
Steven Rostedt (VMware)
-0
/
+3
2020-03-19
ring-buffer: Do not die if rb_iter_peek() fails more than thrice
Steven Rostedt (VMware)
-3
/
+10
2020-03-19
ring-buffer: Have rb_iter_head_event() handle concurrent writer
Steven Rostedt (VMware)
-31
/
+75
2020-03-19
ring-buffer: Add page_stamp to iterator for synchronization
Steven Rostedt (VMware)
-3
/
+7
2020-03-19
ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()
Steven Rostedt (VMware)
-20
/
+9
2020-03-19
ring-buffer: Have ring_buffer_empty() not depend on tracing stopped
Steven Rostedt (VMware)
-2
/
+23
2020-03-19
tracing: Save off entry when peeking at next entry
Steven Rostedt (VMware)
-10
/
+45
2020-03-19
tracing: Use address-of operator on section symbols
Nathan Chancellor
-1
/
+1
[prev]
[next]