- 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
- d7c5303 Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
- a703619 bpf: No need to simulate speculative domain for immediates by Daniel Borkmann · 3 years, 9 months ago
- bb01a1b bpf: Fix mask direction swap upon off reg sign change by Daniel Borkmann · 3 years, 8 months ago
- 3d0220f bpf: Wrap aux data inside bpf_sanitize_info container by Daniel Borkmann · 3 years, 8 months ago
- 5c9d706 bpf: Fix BPF_LSM kconfig symbol dependency by Daniel Borkmann · 3 years, 8 months ago
- 1434a31 Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 8 months ago
- 5df7ae7 Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 3 years, 8 months ago
- 08b2b6f cgroup: fix spelling mistakes by Zhen Lei · 3 years, 8 months ago
- 0898678 Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- 0f90b88 watchdog: reliable handling of timestamps by Petr Mladek · 3 years, 8 months ago
- a0e31f3 Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 8 months ago
- c1f47eb Merge tag 'modules-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 8 months ago
- 921dd23 Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 8 months ago
- ceb1167 bpf, offload: Reorder offload callback 'prepare' in verifier by Yinjun Zhang · 3 years, 8 months ago
- 0af02eb bpf: Avoid using ARRAY_SIZE on an uninitialized pointer by Florent Revest · 3 years, 8 months ago
- 8afcc19 bpf: Clarify a bpf_bprintf_prepare macro by Florent Revest · 3 years, 8 months ago
- 6bdacdb bpf: Fix BPF_JIT kconfig symbol dependency by Daniel Borkmann · 3 years, 8 months ago
- 940d71c wq: handle VM suspension in stall detection by Sergey Senozhatsky · 3 years, 8 months ago
- 45e1ba4 cgroup: disable controllers at parse time by Shakeel Butt · 3 years, 8 months ago
- 3a2daa7 bpf: Make some symbols static by Pu Lehui · 3 years, 8 months ago
- 3abea08 bpf: Add bpf_sys_close() helper. by Alexei Starovoitov · 3 years, 8 months ago
- 3d78417 bpf: Add bpf_btf_find_by_name_kind() helper. by Alexei Starovoitov · 3 years, 8 months ago
- 387544b bpf: Introduce fd_idx by Alexei Starovoitov · 3 years, 8 months ago
- c571bd7 bpf: Make btf_load command to be bpfptr_t compatible. by Alexei Starovoitov · 3 years, 8 months ago
- af2ac3e bpf: Prepare bpf syscall to be used from kernel and user space. by Alexei Starovoitov · 3 years, 8 months ago
- 79a7f8b bpf: Introduce bpf_sys_bpf() helper and program type. by Alexei Starovoitov · 3 years, 8 months ago
- 0683b53 signal: Deliver all of the siginfo perf data in _perf by Eric W. Biederman · 3 years, 9 months ago
- af5eeab signal: Factor force_sig_perf out of perf_sigtrap by Eric W. Biederman · 3 years, 9 months ago
- 9abcabe signal: Implement SIL_FAULT_TRAPNO by Eric W. Biederman · 3 years, 9 months ago
- add0b32 siginfo: Move si_trapno inside the union inside _si_fault by Eric W. Biederman · 3 years, 9 months ago
- 976aac5f kcsan: Fix debugfs initcall return type by Arnd Bergmann · 3 years, 8 months ago
- 3a010c4 locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal by Zqiang · 3 years, 8 months ago
- 89e70d5 locking/lockdep: Correct calling tracepoints by Leo Yan · 3 years, 8 months ago
- 055f23b module: check for exit sections in layout_sections() instead of module_init_section() by Jessica Yu · 3 years, 8 months ago
- 8ce3648 Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- c12a29e Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- a414741 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
- eb1f065 kernel/resource: fix return code check in __request_free_mem_region by Alistair Popple · 3 years, 8 months ago
- 25a1298 Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 8 months ago
- eb01f53 tracing: Handle %.*s in trace_check_vprintf() by Steven Rostedt (VMware) · 3 years, 8 months ago
- dbb5afa ptrace: make ptrace() fail if the tracee changed its pid unexpectedly by Oleg Nesterov · 3 years, 8 months ago
- 02dbb72 sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu() by Gautham R. Shenoy · 3 years, 8 months ago
- df6f823 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 8 months ago
- e2d5b2b bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers by Florent Revest · 3 years, 8 months ago
- 35e3815 bpf: Add deny list of btf ids check for tracing programs by Jiri Olsa · 3 years, 9 months ago
- 08389d8 bpf: Add kconfig knob for disabling unpriv bpf by default by Daniel Borkmann · 3 years, 8 months ago
- b24abcf bpf, kconfig: Add consolidated menu entry for bpf with core options by Daniel Borkmann · 3 years, 8 months ago
- e09784a alarmtimer: Check RTC features instead of ops by Alexandre Belloni · 3 years, 8 months ago
- 04ea308 bpf: Prevent writable memory-mapping of read-only ringbuf pages by Andrii Nakryiko · 3 years, 9 months ago
- 4b81cce bpf, ringbuf: Deny reserve of buffers larger than ringbuf by Thadeu Lima de Souza Cascardo · 3 years, 9 months ago
- 049c4e1 bpf: Fix alu32 const subreg bound tracking on bitwise operations by Daniel Borkmann · 3 years, 8 months ago
- c9e73e3 bpf: verifier: Allocate idmap scratch in verifier env by Lorenz Bauer · 3 years, 9 months ago
- 06ab6a5 bpf: verifier: Use copy_array for jmp_history by Lorenz Bauer · 3 years, 9 months ago
- c69431a bpf: verifier: Improve function state reallocation by Lorenz Bauer · 3 years, 9 months ago
- 9819f68 Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- 732a27a Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
- fc858a5 Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
- a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
- 5afe69c kernel/sys.c: fix typo by Xiaofeng Cao · 3 years, 8 months ago
- f0fffaf kernel/up.c: fix typo by Bhaskar Chowdhury · 3 years, 8 months ago
- a12f4f8 kernel/user_namespace.c: fix typos by Xiaofeng Cao · 3 years, 8 months ago
- 48207f7 kernel/umh.c: fix some spelling mistakes by zhouchuangao · 3 years, 8 months ago
- bbcd53c drivers/char: remove /dev/kmem for good by David Hildenbrand · 3 years, 8 months ago
- 17652f4 modules: add CONFIG_MODPROBE_PATH by Rasmus Villemoes · 3 years, 8 months ago
- e7cb072 init/initramfs.c: do unpacking asynchronously by Rasmus Villemoes · 3 years, 8 months ago
- a065c0f kernel/async.c: remove async_unregister_domain() by Rasmus Villemoes · 3 years, 8 months ago
- 07416af kernel/async.c: stop guarding pr_debug() statements by Rasmus Villemoes · 3 years, 8 months ago
- 56fd949 kernel/resource: fix locking in request_free_mem_region by Alistair Popple · 3 years, 8 months ago
- 63cdafe kernel/resource: refactor __request_region to allow external locking by Alistair Popple · 3 years, 8 months ago
- d486ccb kernel/resource: allow region_intersects users to hold resource_lock by Alistair Popple · 3 years, 8 months ago
- 97523a4 kernel/resource: remove first_lvl / siblings_only logic by David Hildenbrand · 3 years, 8 months ago
- 3c9c7975 kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources by David Hildenbrand · 3 years, 8 months ago
- 97f61c8 kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources by David Hildenbrand · 3 years, 8 months ago
- 9b472e8 gcov: clang: drop support for clang-10 and older by Nick Desaulniers · 3 years, 8 months ago
- 1391efa gcov: use kvmalloc() by Johannes Berg · 3 years, 8 months ago
- 3180c44 gcov: simplify buffer allocation by Johannes Berg · 3 years, 8 months ago
- 7a1d55b gcov: combine common code by Johannes Berg · 3 years, 8 months ago
- b2075db kexec: dump kmessage before machine_kexec by Pavel Tatashin · 3 years, 8 months ago
- 31d82c2 kernel: kexec_file: fix error return code of kexec_calculate_store_digests() by Jia-Ju Bai · 3 years, 8 months ago
- a119b4e kexec: Add kexec reboot string by Joe LeVeque · 3 years, 8 months ago
- a8ca6b1 kernel/fork.c: fix typos by Xiaofeng Cao · 3 years, 8 months ago
- a689539 kernel/fork.c: simplify copy_mm() by Rolf Eike Beer · 3 years, 8 months ago
- 5449162 do_wait: make PIDTYPE_PID case O(1) instead of O(n) by Jim Newsome · 3 years, 8 months ago
- 32c9397 kernel/cred.c: make init_groups static by Rasmus Villemoes · 3 years, 8 months ago
- 8ba9d40 kernel/async.c: fix pr_debug statement by Rasmus Villemoes · 3 years, 8 months ago
- 3137939 bpf: Forbid trampoline attach for functions with variable arguments by Jiri Olsa · 3 years, 9 months ago
- 51cf94d futex: Make syscall entry points less convoluted by Thomas Gleixner · 3 years, 9 months ago
- b097d5e futex: Get rid of the val2 conditional dance by Thomas Gleixner · 3 years, 9 months ago
- cdf78db futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI by Thomas Gleixner · 3 years, 9 months ago
- 4fbf5d6 Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op") by Thomas Gleixner · 3 years, 9 months ago
- 7ec901b Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 9 months ago
- 28ce0e7 locking/qrwlock: Cleanup queued_write_lock_slowpath() by Waiman Long · 3 years, 9 months ago
- 1139aeb smp: Fix smp_call_function_single_async prototype by Arnd Bergmann · 3 years, 9 months ago
- 0258bdf sched/fair: Fix unfairness caused by missing load decay by Odin Ugedal · 3 years, 9 months ago
- 6d2f890 sched: Fix out-of-bound access in uclamp by Quentin Perret · 3 years, 9 months ago
- d583d36 psi: Fix psi state corruption when schedule() races with cgroup move by Johannes Weiner · 3 years, 9 months ago
- 8404c9f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
- 5d6a1b8 Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 9 months ago