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-08-30
Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+7
2020-08-30
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-21
/
+22
2020-08-30
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
-0
/
+7
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
-0
/
+24
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
-14
/
+121
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
-3
/
+9
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
-15
/
+32
2020-08-28
Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-8
/
+9
2020-08-27
dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
Dan Carpenter
-1
/
+1
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
-0
/
+66
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
-11
/
+21
2020-08-26
audit: Remove redundant null check
Xu Wang
-2
/
+1
2020-08-26
lockdep: Take read/write status in consideration when generate chainkey
Boqun Feng
-18
/
+35
2020-08-26
lockdep: Add recursive read locks into dependency graph
Boqun Feng
-17
/
+2
2020-08-26
lockdep: Fix recursive read lock related safe->unsafe detection
Boqun Feng
-47
/
+141
2020-08-26
lockdep: Adjust check_redundant() for recursive read change
Boqun Feng
-3
/
+44
2020-08-26
lockdep: Support deadlock detection for recursive read locks in check_noncirc...
Boqun Feng
-8
/
+35
2020-08-26
lockdep: Make __bfs(.match) return bool
Boqun Feng
-10
/
+10
2020-08-26
lockdep: Extend __bfs() to work with multiple types of dependencies
Boqun Feng
-19
/
+94
2020-08-26
lockdep: Introduce lock_list::dep
Boqun Feng
-4
/
+88
2020-08-26
lockdep: Reduce the size of lock_list::distance
Boqun Feng
-3
/
+3
2020-08-26
lockdep: Make __bfs() visit every dependency until a match
Boqun Feng
-26
/
+35
2020-08-26
lockdep: Demagic the return value of BFS
Boqun Feng
-66
/
+89
2020-08-26
locking: More accurate annotations for read_lock()
Boqun Feng
-0
/
+14
2020-08-26
sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.h
Valentin Schneider
-0
/
+7
2020-08-26
sched/topology: Move sd_flag_debug out of linux/sched/topology.h
Valentin Schneider
-0
/
+6
2020-08-26
sched: Cache task_struct::flags in sched_submit_work()
Sebastian Andrzej Siewior
-2
/
+5
2020-08-26
sched/fair: Simplify the work when reweighting entity
Jiang Biao
-2
/
+2
2020-08-26
sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()
Lukasz Luba
-1
/
+2
2020-08-26
sched/fair: Ignore cache hotness for SMT migration
Josh Don
-0
/
+4
2020-08-26
lockdep,trace: Expose tracepoints
Peter Zijlstra
-5
/
+9
2020-08-26
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
-0
/
+3
2020-08-26
sched,idle,rcu: Push rcu_idle deeper into the idle path
Peter Zijlstra
-14
/
+8
2020-08-26
lockdep: Use raw_cpu_*() for per-cpu variables
Peter Zijlstra
-2
/
+2
2020-08-25
bpf: Add d_path helper
Jiri Olsa
-0
/
+48
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
-0
/
+19
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
-6
/
+42
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
-10
/
+65
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
-6
/
+5
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
-4
/
+9
2020-08-25
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
-3
/
+7
2020-08-25
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
-11
/
+16
2020-08-25
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
-0
/
+3
2020-08-25
bpf: Allow local storage to be used from LSM programs
KP Singh
-1
/
+20
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
-1
/
+286
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
-0
/
+601
2020-08-25
alarmtimer: Convert comma to semicolon
Xu Wang
-1
/
+1
2020-08-24
bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer
Tobias Klauser
-2
/
+1
2020-08-24
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
-1
/
+1
2020-08-24
rcutorture: Allow pointer leaks to test diagnostic code
Paul E. McKenney
-0
/
+4
[prev]
[next]