index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-01
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2
-16
/
+10
2020-09-01
Merge branch 'master' into for-next
Jiri Kosina
283
-13453
/
+32556
2020-09-01
tracepoint: Optimize using static_call()
Steven Rostedt (VMware)
1
-4
/
+21
2020-09-01
static_call: Allow early init
Peter Zijlstra
1
-4
/
+66
2020-09-01
static_call: Handle tail-calls
Peter Zijlstra
1
-8
/
+13
2020-09-01
static_call: Add simple self-test for static calls
Peter Zijlstra
1
-0
/
+43
2020-09-01
static_call: Avoid kprobes on inline static_call()s
Peter Zijlstra
2
-0
/
+70
2020-09-01
static_call: Add inline static call infrastructure
Josh Poimboeuf
3
-0
/
+309
2020-09-01
jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved()
Peter Zijlstra
1
-2
/
+8
2020-09-01
module: Properly propagate MODULE_STATE_COMING failure
Peter Zijlstra
1
-3
/
+7
2020-09-01
module: Fix up module_notifier return values
Peter Zijlstra
5
-7
/
+11
2020-09-01
notifier: Fix broken error handling pattern
Peter Zijlstra
7
-131
/
+139
2020-09-01
mm: cma: use CMA_MAX_NAME to define the length of cma name array
Barry Song
1
-1
/
+1
2020-09-01
dma-contiguous: provide the ability to reserve per-numa CMA
Barry Song
2
-10
/
+101
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2
-1
/
+1
2020-08-31
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
1
-0
/
+2
2020-08-30
kcsan: Use tracing-safe version of prandom
Marco Elver
1
-6
/
+29
2020-08-30
Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+7
2020-08-30
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-21
/
+22
2020-08-30
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
1
-0
/
+7
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2
-0
/
+24
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
5
-14
/
+121
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
2
-3
/
+9
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
13
-15
/
+32
2020-08-28
Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-8
/
+9
2020-08-27
dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
Dan Carpenter
1
-1
/
+1
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
1
-0
/
+66
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
1
-11
/
+21
2020-08-26
audit: Remove redundant null check
Xu Wang
1
-2
/
+1
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_noncirc...
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
-26
/
+35
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
[prev]
[next]