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
2020-08-26
lockdep: Take read/write status in consideration when generate chainkey
Boqun Feng
1
-18
/
+35
2020-08-26
lockdep: Add recursive read locks into dependency graph
Boqun Feng
1
-17
/
+2
2020-08-26
lockdep: Fix recursive read lock related safe->unsafe detection
Boqun Feng
1
-47
/
+141
2020-08-26
lockdep: Adjust check_redundant() for recursive read change
Boqun Feng
1
-3
/
+44
2020-08-26
lockdep: Support deadlock detection for recursive read locks in check_noncircular()
Boqun Feng
1
-8
/
+35
2020-08-26
lockdep: Make __bfs(.match) return bool
Boqun Feng
1
-10
/
+10
2020-08-26
lockdep: Extend __bfs() to work with multiple types of dependencies
Boqun Feng
1
-19
/
+94
2020-08-26
lockdep: Introduce lock_list::dep
Boqun Feng
1
-4
/
+88
2020-08-26
lockdep: Reduce the size of lock_list::distance
Boqun Feng
1
-3
/
+3
2020-08-26
lockdep: Make __bfs() visit every dependency until a match
Boqun Feng
1
-25
/
+34
2020-08-26
lockdep: Demagic the return value of BFS
Boqun Feng
1
-66
/
+89
2020-08-26
locking: More accurate annotations for read_lock()
Boqun Feng
1
-0
/
+14
2020-08-26
sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.h
Valentin Schneider
1
-0
/
+7
2020-08-26
sched/topology: Move sd_flag_debug out of linux/sched/topology.h
Valentin Schneider
1
-0
/
+6
2020-08-26
sched: Cache task_struct::flags in sched_submit_work()
Sebastian Andrzej Siewior
1
-2
/
+5
2020-08-26
sched/fair: Simplify the work when reweighting entity
Jiang Biao
1
-2
/
+2
2020-08-26
sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()
Lukasz Luba
1
-1
/
+2
2020-08-26
sched/fair: Ignore cache hotness for SMT migration
Josh Don
1
-0
/
+4
2020-08-26
lockdep,trace: Expose tracepoints
Peter Zijlstra
1
-5
/
+9
2020-08-26
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
1
-0
/
+3
2020-08-26
sched,idle,rcu: Push rcu_idle deeper into the idle path
Peter Zijlstra
1
-14
/
+8
2020-08-26
lockdep: Use raw_cpu_*() for per-cpu variables
Peter Zijlstra
1
-2
/
+2
2020-08-25
bpf: Add d_path helper
Jiri Olsa
1
-0
/
+48
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2
-0
/
+19
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
2
-6
/
+42
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
1
-6
/
+5
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-4
/
+9
2020-08-25
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-3
/
+7
2020-08-25
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
2
-11
/
+16
2020-08-25
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
1
-0
/
+3
2020-08-25
bpf: Allow local storage to be used from LSM programs
KP Singh
1
-1
/
+20
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
4
-1
/
+286
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2
-0
/
+601
2020-08-25
alarmtimer: Convert comma to semicolon
Xu Wang
1
-1
/
+1
2020-08-24
bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer
Tobias Klauser
1
-2
/
+1
2020-08-24
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
1
-1
/
+1
2020-08-24
rcutorture: Allow pointer leaks to test diagnostic code
Paul E. McKenney
1
-0
/
+4
2020-08-24
rcutorture: Hoist OOM registry up one level
Paul E. McKenney
1
-2
/
+2
2020-08-24
refperf: Avoid null pointer dereference when buf fails to allocate
Colin Ian King
1
-3
/
+5
2020-08-24
rcutorture: Properly synchronize with OOM notifier
Paul E. McKenney
1
-1
/
+13
2020-08-24
rcutorture: Properly set rcu_fwds for OOM handling
Paul E. McKenney
1
-1
/
+12
2020-08-24
locktorture: Make function torture_percpu_rwsem_init() static
Wei Yongjun
1
-1
/
+1
2020-08-24
rcutorture: Output number of elapsed grace periods
Joel Fernandes (Google)
1
-2
/
+11
2020-08-24
rcutorture: Remove KCSAN stubs
Paul E. McKenney
1
-13
/
+0
2020-08-24
rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()
Paul E. McKenney
2
-6
/
+6
2020-08-24
rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPs
Paul E. McKenney
2
-6
/
+24
2020-08-24
rcu: Execute RCU reader shortly after rcu_core for strict GPs
Paul E. McKenney
2
-0
/
+14
2020-08-24
rcu: Provide optional RCU-reader exit delay for strict GPs
Paul E. McKenney
1
-2
/
+10
2020-08-24
rcu: IPI all CPUs at GP end for strict GPs
Paul E. McKenney
1
-0
/
+4
[prev]
[next]