Age | Commit message (Expand) | Author |
2023-04-16 | syscall_user_dispatch: Split up set_syscall_user_dispatch() | Gregory Price |
2023-04-16 | posix-timers: Prefer delivery of signals to the current thread | Dmitry Vyukov |
2023-04-15 | bpf: Centralize btf_field-specific initialization logic | Dave Marchevsky |
2023-04-15 | bpf: Migrate bpf_rbtree_remove to possibly fail | Dave Marchevsky |
2023-04-15 | bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail | Dave Marchevsky |
2023-04-15 | bpf: Add bpf_refcount_acquire kfunc | Dave Marchevsky |
2023-04-15 | bpf: Support refcounted local kptrs in existing semantics | Dave Marchevsky |
2023-04-15 | bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing | Dave Marchevsky |
2023-04-15 | bpf: Remove btf_field_offs, use btf_record's fields instead | Dave Marchevsky |
2023-04-15 | genirq: Update affinity of secondary threads | John Keeping |
2023-04-15 | softirq: Add trace points for tasklet entry/exit | Lingutla Chandrasekhar |
2023-04-13 | bpf: Support 64-bit pointers to kfuncs | Ilya Leoshkevich |
2023-04-13 | bpf: Add preempt_count_{sub,add} into btf id deny list | Yafang |
2023-04-13 | Daniel Borkmann says: | Jakub Kicinski |
2023-04-13 | Merge tag 'cgroup-for-6.3-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-12 | bpf: Remove bpf_cgroup_kptr_get() kfunc | David Vernet |
2023-04-12 | bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL | David Vernet |
2023-04-12 | cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset | Waiman Long |
2023-04-12 | cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods | Waiman Long |
2023-04-12 | cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly | Waiman Long |
2023-04-12 | cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach() | Waiman Long |
2023-04-12 | cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex | Tetsuo Handa |
2023-04-12 | bpf: Handle NULL in bpf_local_storage_free. | Alexei Starovoitov |
2023-04-12 | sched/fair: Fix imbalance overflow | Vincent Guittot |
2023-04-11 | bpf/btf: Fix is_int_ptr() | Feng Zhou |
2023-04-11 | bpf: Relax log_buf NULL conditions when log_level>0 is requested | Andrii Nakryiko |
2023-04-11 | bpf: Simplify internal verifier log interface | Andrii Nakryiko |
2023-04-11 | bpf: Add log_true_size output field to return necessary log buffer size | Andrii Nakryiko |
2023-04-11 | bpf: Keep track of total log content size in both fixed and rolling modes | Andrii Nakryiko |
2023-04-11 | bpf: Simplify logging-related error conditions handling | Andrii Nakryiko |
2023-04-11 | bpf: Avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode | Andrii Nakryiko |
2023-04-11 | bpf: Fix missing -EFAULT return on user log buf error in btf_parse() | Andrii Nakryiko |
2023-04-11 | bpf: Ignore verifier log reset in BPF_LOG_KERNEL mode | Andrii Nakryiko |
2023-04-11 | bpf: Switch BPF verifier log to be a rotating log by default | Andrii Nakryiko |
2023-04-11 | bpf: Remove minimum size restrictions on verifier log buffer | Andrii Nakryiko |
2023-04-11 | bpf: Split off basic BPF verifier log into separate file | Andrii Nakryiko |
2023-04-10 | Merge tag 'urgent-rcu.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-04-09 | Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2023-04-08 | Merge tag 'dma-mapping-6.3-2023-04-08' of git://git.infradead.org/users/hch/d... | Linus Torvalds |
2023-04-08 | Merge tag 'trace-v6.3-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-04-08 | Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-04-06 | bpf: ensure all memory is initialized in bpf_get_current_comm | Barret Rhoden |
2023-04-06 | bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier | Yonghong Song |
2023-04-06 | bpf: Improve verifier JEQ/JNE insn branch taken checking | Yonghong Song |
2023-04-06 | tracing/synthetic: Make lastcmd_mutex static | Steven Rostedt (Google) |
2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-06 | rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period | Ziwei Dai |
2023-04-06 | ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct() | Zheng Yejian |
2023-04-06 | swiotlb: fix a braino in the alignment check fix | Petr Tesarik |