summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-02-17sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann
2021-02-17uprobes: (Re)add missing get_uprobe() in __find_uprobe()Sven Schnelle
2021-02-17smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-02-17sched: Add /debug/sched_preemptPeter Zijlstra
2021-02-17preempt/dynamic: Support dynamic preempt with preempt= boot optionPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide irqentry_exit_cond_resched() static callPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)
2021-02-17preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra
2021-02-17sched/core: Update task_prio() function headerDietmar Eggemann
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann
2021-02-17sched: Remove MAX_USER_RT_PRIODietmar Eggemann
2021-02-17sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann
2021-02-17rbtree, rtmutex: Use rb_add_cached()Peter Zijlstra
2021-02-17rbtree, uprobes: Use rbtree helpersPeter Zijlstra
2021-02-17rbtree, perf: Use new rbtree helpersPeter Zijlstra
2021-02-17rbtree, sched/deadline: Use rb_add_cached()Peter Zijlstra
2021-02-17rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra
2021-02-17sched/fair: Merge select_idle_core/cpu()Mel Gorman
2021-02-17sched/fair: Remove select_idle_smt()Mel Gorman
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin
2021-02-15bpf: Clear subreg_def for global function return valuesIlya Leoshkevich
2021-02-15Merge branches 'powercap' and 'pm-misc'Rafael J. Wysocki
2021-02-15Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk'Rafael J. Wysocki
2021-02-13Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig
2021-02-12bpf: Support pointers in global func argsDmitrii Banshchikov
2021-02-12bpf: Extract nullable reg type conversion into a helper functionDmitrii Banshchikov
2021-02-12bpf: Rename bpf_reg_state variablesDmitrii Banshchikov
2021-02-13bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann
2021-02-13bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocationJun'ichi Nomura
2021-02-12bpf: Fix an unitialized value in bpf_iterYonghong Song
2021-02-12bpf: Allow bpf_d_path in bpf_iter programSong Liu
2021-02-12bpf: Introduce task_vma bpf_iterSong Liu
2021-02-12Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-12printk: avoid prb_first_valid_seq() where possibleJohn Ogness
2021-02-12tracing: Make hash-ptr option defaultSteven Rostedt (VMware)
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-02-12PM: sleep: Constify static struct attribute_groupRikard Falkeborn
2021-02-12PM: Kconfig: remove unneeded "default n" optionsLukasz Luba
2021-02-12PM: EM: update Kconfig description and drop "default n" optionLukasz Luba
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar