| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-01-06 | cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv |  Tejun Heo | 3 | -31/+65 |
| 2022-01-06 | cgroup: Use open-time credentials for process migraton perm checks |  Tejun Heo | 2 | -4/+12 |
| 2022-01-05 | xdp: Move conversion to xdp_frame out of map functions |  Toke Høiland-Jørgensen | 2 | -28/+12 |
| 2022-01-05 | tracing: Tag trace_percpu_buffer as a percpu pointer |  Naveen N. Rao | 1 | -2/+2 |
| 2022-01-05 | tracing: Fix check for trace_percpu_buffer validity in get_trace_buf() |  Naveen N. Rao | 1 | -1/+1 |
| 2022-01-05 | bpf: Fix verifier support for validation of async callbacks |  Kris Van Hees | 1 | -0/+1 |
| 2022-01-05 | bpf: Don't promote bogus looking registers after null check. |  Daniel Borkmann | 1 | -6/+6 |
| 2022-01-05 | Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/... |  Catalin Marinas | 1 | -0/+1 |
| 2022-01-04 | swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap() |  Wei Liu | 1 | -0/+7 |
| 2022-01-04 | livepatch: Fix missing unlock on error in klp_enable_patch() |  Yang Yingliang | 1 | -1/+3 |
| 2022-01-04 | livepatch: Fix kobject refcount bug on klp_init_patch_early failure path |  David Vernet | 1 | -18/+13 |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 23 | -369/+672 |
| 2021-12-30 | bpf: Fix typo in a comment in bpf lpm_trie. |  Leon Huayra | 1 | -1/+1 |
| 2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 5 | -9/+31 |
| 2021-12-29 | net: Add includes masked by netdevice.h including uapi/bpf.h |  Jakub Kicinski | 1 | -0/+1 |
| 2021-12-29 | bpf: Allow bpf_local_storage to be used by sleepable programs |  KP Singh | 4 | -15/+50 |
| 2021-12-29 | bpf: Add missing map_get_next_key method to bloom filter map. |  Haimin Zhang | 1 | -0/+6 |
| 2021-12-29 | net: Don't include filter.h from net/sock.h |  Jakub Kicinski | 1 | -0/+1 |
| 2021-12-29 | notifier: Return an error when a callback has already been registered |  Borislav Petkov | 1 | -7/+8 |
| 2021-12-28 | kobject: remove kset from struct kset_uevent_ops callbacks |  Greg Kroah-Hartman | 1 | -1/+1 |
| 2021-12-27 | driver core: make kobj_type constant. |  Wedson Almeida Filho | 1 | -1/+1 |
| 2021-12-25 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -0/+11 |
| 2021-12-25 | kernel/crash_core: suppress unknown crashkernel parameter warning |  Philipp Rudo | 1 | -0/+11 |
| 2021-12-23 | Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 1 | -6/+9 |
| 2021-12-23 | Documentation: livepatch: Add livepatch API page |  David Vernet | 1 | -3/+3 |
| 2021-12-22 | kthread: Never put_user the set_child_tid address |  Eric W. Biederman | 1 | -1/+1 |
| 2021-12-21 | bpf: Use struct_size() helper |  Xiu Jianfeng | 2 | -7/+2 |
| 2021-12-21 | kthread: Warn about failed allocations for the init kthread |  Eric W. Biederman | 1 | -1/+1 |
| 2021-12-20 | blktrace: switch trace spinlock to a raw spinlock |  Wander Lairson Costa | 1 | -9/+9 |
| 2021-12-20 | audit: use struct_size() helper in audit_[send|make]_reply() |  Xiu Jianfeng | 2 | -2/+2 |
| 2021-12-20 | swiotlb: Add swiotlb bounce buffer remap function for HV IVM |  Tianyu Lan | 1 | -2/+41 |
| 2021-12-20 | fork: Rename bad_fork_cleanup_threadgroup_lock to bad_fork_cleanup_delayacct |  Eric W. Biederman | 1 | -3/+3 |
| 2021-12-20 | fork: Stop protecting back_fork_cleanup_cgroup_lock with CONFIG_NUMA |  Eric W. Biederman | 1 | -1/+1 |
| 2021-12-19 | Merge tag 'timers_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+1 |
| 2021-12-19 | Merge tag 'locking_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2021-12-19 | Merge tag 'core_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+9 |
| 2021-12-18 | bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support |  Kumar Kartikeya Dwivedi | 1 | -21/+73 |
| 2021-12-18 | bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem. |  Hao Luo | 7 | -24/+38 |
| 2021-12-18 | bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM. |  Hao Luo | 2 | -6/+28 |
| 2021-12-18 | bpf: Convert PTR_TO_MEM_OR_NULL to composable types. |  Hao Luo | 2 | -2/+2 |
| 2021-12-18 | bpf: Introduce MEM_RDONLY flag |  Hao Luo | 3 | -38/+53 |
| 2021-12-18 | bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL |  Hao Luo | 3 | -177/+132 |
| 2021-12-18 | bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL |  Hao Luo | 2 | -27/+27 |
| 2021-12-18 | bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL |  Hao Luo | 1 | -25/+14 |
| 2021-12-18 | Merge branch 'locking/urgent' into locking/core |  Thomas Gleixner | 1 | -1/+1 |
| 2021-12-18 | locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner() |  Zqiang | 1 | -1/+1 |
| 2021-12-17 | timekeeping: Really make sure wall_to_monotonic isn't positive |  Yu Liao | 1 | -2/+1 |
| 2021-12-16 | Only output backtracking information in log level 2 |  Christy Lee | 1 | -3/+3 |
| 2021-12-16 | bpf: Right align verifier states in verifier logs. |  Christy Lee | 1 | -21/+36 |
| 2021-12-16 | bpf: Only print scratched registers and stack slots to verifier logs. |  Christy Lee | 1 | -14/+69 |