| Age | Commit message (Expand) | Author |
| 2021-02-17 | sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa() | Dietmar Eggemann |
| 2021-02-17 | rbtree, rtmutex: Use rb_add_cached() | Peter Zijlstra |
| 2021-02-17 | rbtree, uprobes: Use rbtree helpers | Peter Zijlstra |
| 2021-02-17 | rbtree, perf: Use new rbtree helpers | Peter Zijlstra |
| 2021-02-17 | rbtree, sched/deadline: Use rb_add_cached() | Peter Zijlstra |
| 2021-02-17 | rbtree, sched/fair: Use rb_add_cached() | Peter Zijlstra |
| 2021-02-17 | sched/fair: Merge select_idle_core/cpu() | Mel Gorman |
| 2021-02-17 | sched/fair: Remove select_idle_smt() | Mel Gorman |
| 2021-02-17 | Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch | Ingo Molnar |
| 2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
| 2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
| 2021-02-16 | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE | Chris Wilson |
| 2021-02-16 | kbuild: simplify access to the kernel's version | Sasha Levin |
| 2021-02-15 | bpf: Clear subreg_def for global function return values | Ilya Leoshkevich |
| 2021-02-15 | Merge branches 'powercap' and 'pm-misc' | Rafael J. Wysocki |
| 2021-02-15 | Merge branches 'pm-sleep', 'pm-core', 'pm-domains' and 'pm-clk' | Rafael J. Wysocki |
| 2021-02-13 | Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
| 2021-02-13 | driver core: lift dma_default_coherent into common code | Christoph Hellwig |
| 2021-02-12 | bpf: Support pointers in global func args | Dmitrii Banshchikov |
| 2021-02-12 | bpf: Extract nullable reg type conversion into a helper function | Dmitrii Banshchikov |
| 2021-02-12 | bpf: Rename bpf_reg_state variables | Dmitrii Banshchikov |
| 2021-02-13 | bpf: Fix truncation handling for mod32 dst reg wrt zero | Daniel Borkmann |
| 2021-02-13 | bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation | Jun'ichi Nomura |
| 2021-02-12 | bpf: Fix an unitialized value in bpf_iter | Yonghong Song |
| 2021-02-12 | bpf: Allow bpf_d_path in bpf_iter program | Song Liu |
| 2021-02-12 | bpf: Introduce task_vma bpf_iter | Song Liu |
| 2021-02-12 | Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
| 2021-02-12 | printk: avoid prb_first_valid_seq() where possible | John Ogness |
| 2021-02-12 | tracing: Make hash-ptr option default | Steven Rostedt (VMware) |
| 2021-02-12 | Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini |
| 2021-02-12 | PM: sleep: Constify static struct attribute_group | Rikard Falkeborn |
| 2021-02-12 | PM: Kconfig: remove unneeded "default n" options | Lukasz Luba |
| 2021-02-12 | PM: EM: update Kconfig description and drop "default n" option | Lukasz Luba |
| 2021-02-12 | Merge branch 'x86/paravirt' into x86/entry | Ingo Molnar |
| 2021-02-12 | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar |
| 2021-02-12 | Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar |
| 2021-02-12 | Merge branch 'linus' into locking/core, to pick up upstream fixes | Ingo Molnar |
| 2021-02-11 | bpf: Fix subreg optimization for BPF_FETCH | Ilya Leoshkevich |
| 2021-02-11 | bpf: Clear per_cpu pointers during bpf_prog_realloc | Alexei Starovoitov |
| 2021-02-11 | bpf: Expose bpf_get_socket_cookie to tracing programs | Florent Revest |
| 2021-02-11 | tracing: Add ptr-hash option to show the hashed pointer value | Masami Hiramatsu |
| 2021-02-11 | tracing: Show real address for trace event arguments | Masami Hiramatsu |
| 2021-02-11 | tracing: Check length before giving out the filter buffer | Steven Rostedt (VMware) |
| 2021-02-11 | bpf: Allows per-cpu maps and map-in-map in sleepable programs | Alexei Starovoitov |
| 2021-02-11 | bpf: Count the number of times recursion was prevented | Alexei Starovoitov |
| 2021-02-11 | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov |
| 2021-02-11 | bpf: Compute program stats for sleepable programs | Alexei Starovoitov |
| 2021-02-11 | bpf: Run sleepable programs with migration disabled | Alexei Starovoitov |
| 2021-02-11 | bpf: Optimize program stats | Alexei Starovoitov |
| 2021-02-11 | locking/arch: Move qrwlock.h include after qspinlock.h | Waiman Long |