index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Add arraymap support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
1
-0
/
+40
*
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
2
-0
/
+92
*
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
4
-13
/
+215
*
bpf: Change return value of verifier function add_subprog()
Yonghong Song
2021-02-26
1
-2
/
+2
*
bpf: Refactor check_func_call() to allow callback function
Yonghong Song
2021-02-26
1
-17
/
+43
*
bpf: Factor out verbose_invalid_scalar()
Yonghong Song
2021-02-26
1
-11
/
+19
*
bpf: Factor out visit_func_call_insn() in check_cfg()
Yonghong Song
2021-02-26
1
-12
/
+23
*
bpf: Rename fixup_bpf_calls and add some comments
Brendan Jackman
2021-02-26
1
-7
/
+9
*
bpf: Use MAX_BPF_FUNC_REG_ARGS macro
Dmitrii Banshchikov
2021-02-26
2
-12
/
+15
*
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
2021-02-26
3
-10
/
+62
*
bpf: Enable task local storage for tracing programs
Song Liu
2021-02-26
6
-49
/
+38
*
Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-21
1
-4
/
+7
|
\
|
*
perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2021-02-01
1
-4
/
+7
*
|
Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-21
20
-612
/
+941
|
\
\
|
*
|
entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
2021-02-17
2
-10
/
+35
|
*
|
entry: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
2021-02-17
2
-5
/
+14
|
*
|
rcu/nocb: Trigger self-IPI on late deferred wake up before user resume
Frederic Weisbecker
2021-02-17
3
-11
/
+37
|
*
|
rcu/nocb: Perform deferred wake up before last idle's need_resched() check
Frederic Weisbecker
2021-02-17
3
-3
/
+6
|
*
|
rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers
Frederic Weisbecker
2021-02-17
1
-1
/
+10
|
*
|
sched/features: Distinguish between NORMAL and DEADLINE hrtick
Juri Lelli
2021-02-17
5
-7
/
+30
|
*
|
sched/features: Fix hrtick reprogramming
Juri Lelli
2021-02-17
2
-5
/
+4
|
*
|
sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()
Dietmar Eggemann
2021-02-17
1
-4
/
+7
|
*
|
uprobes: (Re)add missing get_uprobe() in __find_uprobe()
Sven Schnelle
2021-02-17
1
-1
/
+1
|
*
|
smp: Process pending softirqs in flush_smp_call_function_from_idle()
Sebastian Andrzej Siewior
2021-02-17
1
-0
/
+4
|
*
|
sched: Harden PREEMPT_DYNAMIC
Peter Zijlstra
2021-02-17
1
-4
/
+4
|
*
|
static_call: Allow module use without exposing static_call_key
Josh Poimboeuf
2021-02-17
1
-2
/
+53
|
*
|
sched: Add /debug/sched_preempt
Peter Zijlstra
2021-02-17
1
-9
/
+126
|
*
|
preempt/dynamic: Support dynamic preempt with preempt= boot option
Peter Zijlstra (Intel)
2021-02-17
1
-1
/
+67
|
*
|
preempt/dynamic: Provide irqentry_exit_cond_resched() static call
Peter Zijlstra (Intel)
2021-02-17
1
-1
/
+9
|
*
|
preempt/dynamic: Provide preempt_schedule[_notrace]() static calls
Peter Zijlstra (Intel)
2021-02-17
1
-0
/
+12
|
*
|
preempt/dynamic: Provide cond_resched() and might_resched() static calls
Peter Zijlstra (Intel)
2021-02-17
1
-3
/
+13
|
*
|
preempt: Introduce CONFIG_PREEMPT_DYNAMIC
Michal Hocko
2021-02-17
1
-0
/
+19
|
*
|
static_call/x86: Add __static_call_return0()
Peter Zijlstra
2021-02-17
1
-0
/
+5
|
*
|
sched/core: Update task_prio() function header
Dietmar Eggemann
2021-02-17
1
-2
/
+6
|
*
|
sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIO
Dietmar Eggemann
2021-02-17
1
-1
/
+1
|
*
|
sched: Remove MAX_USER_RT_PRIO
Dietmar Eggemann
2021-02-17
1
-4
/
+3
|
*
|
sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()
Dietmar Eggemann
2021-02-17
1
-1
/
+1
|
*
|
rbtree, rtmutex: Use rb_add_cached()
Peter Zijlstra
2021-02-17
1
-36
/
+18
|
*
|
rbtree, uprobes: Use rbtree helpers
Peter Zijlstra
2021-02-17
1
-41
/
+39
|
*
|
rbtree, perf: Use new rbtree helpers
Peter Zijlstra
2021-02-17
1
-105
/
+90
|
*
|
rbtree, sched/deadline: Use rb_add_cached()
Peter Zijlstra
2021-02-17
1
-49
/
+28
|
*
|
rbtree, sched/fair: Use rb_add_cached()
Peter Zijlstra
2021-02-17
1
-32
/
+14
|
*
|
sched/fair: Merge select_idle_core/cpu()
Mel Gorman
2021-02-17
1
-40
/
+59
|
*
|
sched/fair: Remove select_idle_smt()
Mel Gorman
2021-02-17
1
-30
/
+0
|
*
|
Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch
Ingo Molnar
2021-02-17
47
-300
/
+465
|
|
\
\
|
*
|
|
sched/fair: Move avg_scan_cost calculations under SIS_PROP
Mel Gorman
2021-01-27
1
-6
/
+8
|
*
|
|
sched/fair: Remove SIS_AVG_CPU
Mel Gorman
2021-01-27
2
-12
/
+9
|
*
|
|
sched/topology: Make sched_init_numa() use a set for the deduplicating sort
Valentin Schneider
2021-01-27
1
-51
/
+48
|
*
|
|
sched/eas: Don't update misfit status if the task is pinned
Qais Yousef
2021-01-27
1
-1
/
+1
|
*
|
|
sched: Use task_current() instead of 'rq->curr == p'
Hui Su
2021-01-14
4
-6
/
+6
[next]