aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu
2022-08-22audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui
2022-08-22ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin
2022-08-21Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-21tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)
2022-08-21ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong
2022-08-21tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn
2022-08-20kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-18Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-18bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()Martin KaFai Lau
2022-08-18bpf, cgroup: Fix kernel BUG in purge_effective_progsPu Lehui
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-17net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells
2022-08-18bpf: Restrict bpf_sys_bpf to CAP_PERFMONYiFei Zhu
2022-08-17cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia
2022-08-15sched/psi: Zero the memory of struct psi_groupHao Jia
2022-08-15module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=mDavid Gow
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-13Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-12xen: remove XEN_SCRUB_PAGES in xen.configLukas Bulwahn
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-10bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-08-10net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao
2022-08-10bpf: Use bpf_map_area_free instread of kvfreeYafang Shao
2022-08-10bpf: Remove unneeded memset in queue_stack_map creationYafang Shao
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov
2022-08-10bpf: export crash_kexec() as destructive kfuncArtem Savkov
2022-08-10bpf: add destructive kfunc flagArtem Savkov
2022-08-09bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi
2022-08-09bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong
2022-08-09time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam
2022-08-09bpf: Always return corresponding btf_type in __get_type_size()Yonghong Song
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer