- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
- 570203e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- 01af08b Merge tag 'irq-urgent-2020-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 8380ce4 mm: fork: fix kernel_stack memcg stats for various stack implementations by Roman Gushchin · 4 years, 9 months ago
- a0ba26f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 9 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- 1b649e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
- 763802b5 x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 10 months ago
- df81dfc genirq: Fix reference leaks on irq affinity notifiers by Edward Cree · 4 years, 10 months ago
- 5c6f258 bpf: Explicitly memset some bpf info structures declared on the stack by Greg Kroah-Hartman · 4 years, 10 months ago
- 8096f22 bpf: Explicitly memset the bpf_attr structure by Greg Kroah-Hartman · 4 years, 10 months ago
- 8e7ae25 bpf: Sanitize the bpf_struct_ops tcp-cc name by Martin KaFai Lau · 4 years, 10 months ago
- 34d5a4b Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
- ffe6da9 Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
- 44ef976 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
- dcce11d bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit() by Jules Irenge · 4 years, 10 months ago
- 7ac88eb bpf: Remove bpf_image tree by Jiri Olsa · 4 years, 10 months ago
- 517b75e bpf: Add dispatchers to kallsyms by Jiri Olsa · 4 years, 10 months ago
- a108f7d bpf: Add trampolines to kallsyms by Jiri Olsa · 4 years, 10 months ago
- dba122f bpf: Add bpf_ksym_add/del functions by Jiri Olsa · 4 years, 10 months ago
- cbd76f8 bpf: Add prog flag to struct bpf_ksym object by Jiri Olsa · 4 years, 10 months ago
- eda0c92 bpf: Add bpf_ksym_find function by Jiri Olsa · 4 years, 10 months ago
- ca4424c bpf: Move ksym_tnode to bpf_ksym by Jiri Olsa · 4 years, 10 months ago
- ecb60d1 bpf: Move lnode list node to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
- bfea9a8 bpf: Add name to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
- 535911c bpf: Add struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
- 9886866 bpf: Abstract away entire bpf_link clean up procedure by Andrii Nakryiko · 4 years, 10 months ago
- 242a6df Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 10 months ago
- 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- d831ee8 bpf: Add bpf_xdp_output() helper by Eelco Chaudron · 4 years, 10 months ago
- b4490c5 bpf: Added new helper bpf_get_ns_current_pid_tgid by Carlos Neira · 4 years, 10 months ago
- 1b51f69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
- addcb1d Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 10 months ago
- 36feb99 Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 10 months ago
- d9815bf ftrace: Return the first found result in lookup_rec() by Artem Savkov · 4 years, 10 months ago
- babf316 bpf: Add bpf_link_new_file that doesn't install FD by Andrii Nakryiko · 4 years, 10 months ago
- e876ecc cgroup: memcg: net: do not associate sock with unrelated cgroup by Shakeel Butt · 4 years, 10 months ago
- e941484 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 10 months ago
- 2c1aca4 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 4 years, 10 months ago
- da6c7fa bpf/btf: Fix BTF verification of enum members in struct/union by Yoshiki Komachi · 4 years, 10 months ago
- aa202f1 workqueue: don't use wq_select_unbound_cpu() for bound works by Hillf Danton · 5 years ago
- 1d8006a bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory by Andrii Nakryiko · 4 years, 10 months ago
- 62039c3 bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer by Andrii Nakryiko · 4 years, 10 months ago
- 10dab84 pid: make ENOMEM return value more obvious by Christian Brauner · 4 years, 10 months ago
- 8d67743 futex: Unbreak futex hashing by Thomas Gleixner · 4 years, 10 months ago
- b26ebfe pid: Fix error return value in some cases by Corey Minyard · 4 years, 10 months ago
- 5dfcc13 Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
- fa883d6a Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 10 months ago
- 8019ad1 futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 10 months ago
- 3e7c67d bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET by KP Singh · 4 years, 10 months ago
- 6919175 bpf: Remove unnecessary CAP_MAC_ADMIN check by KP Singh · 4 years, 10 months ago
- 849b4d9 bpf: Do not allow map_freeze in struct_ops map by Martin KaFai Lau · 4 years, 10 months ago
- 8e5290e bpf: Return better error value in delete_elem for struct_ops map by Martin KaFai Lau · 4 years, 10 months ago
- 1bc7896 bpf: Fix deadlock with rq_lock in bpf_send_signal() by Yonghong Song · 4 years, 10 months ago
- 153031a blktrace: fix dereference after null check by Cengiz Can · 4 years, 10 months ago
- da00d2f bpf: Add test ops for BPF_PROG_TYPE_TRACING by KP Singh · 4 years, 10 months ago
- 6ba43b7 bpf: Attachment verification for BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
- ae24082 bpf: Introduce BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
- 88fd9e5 bpf: Refactor trampoline update code by KP Singh · 4 years, 10 months ago
- 2e5383d cgroup1: don't call release_agent when it is "" by Tycho Andersen · 4 years, 11 months ago
- 190ecb1 cgroup: fix psi_show() crash on 32bit ino archs by Qian Cai · 4 years, 10 months ago
- ecc421e sys/sysinfo: Respect boottime inside time namespace by Cyril Hrubis · 4 years, 10 months ago
- 70ed506 bpf: Introduce pinnable bpf_link abstraction by Andrii Nakryiko · 4 years, 10 months ago
- c105df5 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
- 9f0ca0c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
- 2edc78b Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 10 months ago
- 3642859 Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 10 months ago
- 22a34c6f exit: Fix Sparse errors and warnings by Madhuparna Bhowmik · 5 years ago
- 0c282b0 fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer() by Madhuparna Bhowmik · 5 years ago
- 189c696 Merge branches 'pm-sleep' and 'pm-devfreq' by Rafael J. Wysocki · 4 years, 10 months ago
- 1ed4d92 bpf: INET_DIAG support in bpf_sk_storage by Martin KaFai Lau · 4 years, 10 months ago
- 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- d7f10df bpf: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
- ed5fa55 Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 4 years, 10 months ago
- 289de35 sched/fair: Fix statistics for find_idlest_group() by Vincent Guittot · 4 years, 11 months ago
- 91ad64a Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 10 months ago
- fda31c5 signal: avoid double atomic counter increments for user accounting by Linus Torvalds · 4 years, 10 months ago
- 2910b5a bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue by Masami Hiramatsu · 4 years, 10 months ago
- c780e86 blktrace: Protect q->blk_trace with RCU by Jan Kara · 5 years ago
- 099bfaa bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled by David Miller · 4 years, 10 months ago
- 66150d0d bpf, lpm: Make locking RT friendly by Thomas Gleixner · 4 years, 10 months ago
- 7f805d1 bpf: Prepare hashtab locking for PREEMPT_RT by Thomas Gleixner · 4 years, 10 months ago
- d01f9b1 bpf: Factor out hashtab bucket lock operations by Thomas Gleixner · 4 years, 10 months ago
- b6e5dae bpf: Replace open coded recursion prevention in sys_bpf() by Thomas Gleixner · 4 years, 10 months ago
- 085fee1 bpf: Use recursion prevention helpers in hashtab code by Thomas Gleixner · 4 years, 10 months ago
- 02ad059 bpf: Use migrate_disable/enabe() in trampoline code. by David Miller · 4 years, 10 months ago
- 3d9f773c bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. by David Miller · 4 years, 10 months ago
- 569de905 bpf: Dont iterate over possible CPUs with interrupts disabled by Thomas Gleixner · 4 years, 10 months ago
- 8a37963 bpf: Remove recursion prevention from rcu free callback by Thomas Gleixner · 4 years, 10 months ago
- 1d7bf6b perf/bpf: Remove preempt disable around BPF invocation by Thomas Gleixner · 4 years, 10 months ago
- b0a81b9 bpf/trace: Remove redundant preempt_disable from trace_call_bpf() by Thomas Gleixner · 4 years, 10 months ago
- 70ed070 bpf: disable preemption for bpf progs attached to uprobe by Alexei Starovoitov · 4 years, 10 months ago
- 1b7a51a bpf/trace: Remove EXPORT from trace_call_bpf() by Thomas Gleixner · 4 years, 10 months ago
- f03efe4 bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run() by Thomas Gleixner · 4 years, 10 months ago
- dbca151 bpf: Update locking comment in hashtab code by Thomas Gleixner · 4 years, 10 months ago
- 2ed905c bpf: Enforce preallocation for instrumentation programs on RT by Thomas Gleixner · 4 years, 10 months ago
- 94dacdb bpf: Tighten the requirements for preallocated hash maps by Thomas Gleixner · 4 years, 10 months ago
- 7561252 audit: always check the netlink payload length in audit_receive_msg() by Paul Moore · 4 years, 10 months ago
- 2ad3e17 audit: fix error handling in audit_data_to_entry() by Paul Moore · 4 years, 10 months ago
- f3cc249 Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago