summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-03-04bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich-2/+81
2021-02-26bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song-0/+40
2021-02-26bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song-0/+92
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song-13/+215
2021-02-26bpf: Change return value of verifier function add_subprog()Yonghong Song-2/+2
2021-02-26bpf: Refactor check_func_call() to allow callback functionYonghong Song-17/+43
2021-02-26bpf: Factor out verbose_invalid_scalar()Yonghong Song-11/+19
2021-02-26bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song-12/+23
2021-02-26bpf: Rename fixup_bpf_calls and add some commentsBrendan Jackman-7/+9
2021-02-26bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov-12/+15
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu-10/+62
2021-02-26bpf: Enable task local storage for tracing programsSong Liu-49/+38
2021-02-21Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+7
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-612/+941
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-95/+171
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-269/+1486
2021-02-21Merge tag 'timers-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+7
2021-02-21Merge tag 'irq-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+9
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+0
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2021-02-20Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-10/+6
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-536/+1550
2021-02-17entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker-10/+35
2021-02-17entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker-5/+14
2021-02-17rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker-11/+37
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker-3/+6
2021-02-17rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker-1/+10
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli-7/+30
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli-5/+4
2021-02-17sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann-4/+7
2021-02-17uprobes: (Re)add missing get_uprobe() in __find_uprobe()Sven Schnelle-1/+1
2021-02-17smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior-0/+4
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra-4/+4
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf-2/+53
2021-02-17sched: Add /debug/sched_preemptPeter Zijlstra-9/+126
2021-02-17preempt/dynamic: Support dynamic preempt with preempt= boot optionPeter Zijlstra (Intel)-1/+67
2021-02-17preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)-1/+9
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)-0/+12
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)-3/+13
2021-02-17preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko-0/+19
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra-0/+5
2021-02-17sched/core: Update task_prio() function headerDietmar Eggemann-2/+6
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann-1/+1
2021-02-17sched: Remove MAX_USER_RT_PRIODietmar Eggemann-4/+3
2021-02-17sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann-1/+1
2021-02-17rbtree, rtmutex: Use rb_add_cached()Peter Zijlstra-36/+18
2021-02-17rbtree, uprobes: Use rbtree helpersPeter Zijlstra-41/+39
2021-02-17rbtree, perf: Use new rbtree helpersPeter Zijlstra-105/+90
2021-02-17rbtree, sched/deadline: Use rb_add_cached()Peter Zijlstra-49/+28