summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-2513-105/+222
|\
| * Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-251-0/+2
| |\
| | * cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa2022-08-251-0/+2
| * | Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-08-241-46/+33
| |\ \
| | * | ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin2022-08-221-46/+33
| * | | Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-233-33/+60
| |\ \ \ | | | |/ | | |/|
| | * | cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu2022-08-231-0/+1
| | * | cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2022-08-172-25/+55
| | * | sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia2022-08-152-3/+3
| | * | sched/psi: Zero the memory of struct psi_groupHao Jia2022-08-151-5/+1
| * | | Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-231-0/+1
| |\ \ \
| | * | | audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui2022-08-221-0/+1
| | | |/ | | |/|
| * | | Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-4/+6
| |\ \ \
| | * | | kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima2022-08-201-4/+5
| | * | | kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap2022-08-201-0/+1
| | | |/ | | |/|
| * | | Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds2022-08-231-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=mDavid Gow2022-08-151-1/+1
| | |/
| * | Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
| |\ \
| | * | tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| | * | tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| | * | tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| | * | tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| | * | tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| | * | tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| | * | ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
| | * | tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-211-3/+4
| | * | tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn2022-08-211-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-185-30/+5
|\| | |
| * | | Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-181-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells2022-08-171-1/+1
| * | | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-141-1/+0
| |\ \ \
| | * | | xen: remove XEN_SCRUB_PAGES in xen.configLukas Bulwahn2022-08-121-1/+0
| * | | | Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-132-3/+4
| |\ \ \ \
| | * | | | time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam2022-08-091-2/+2
| | * | | | posix-timers: Make do_clock_gettime() staticJiri Slaby2022-08-061-1/+2
| * | | | | Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-131-25/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-041-25/+0
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-1715-114/+157
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao2022-08-108-23/+22
| * | | | | bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao2022-08-106-7/+7
| * | | | | bpf: Use bpf_map_area_free instread of kvfreeYafang Shao2022-08-101-2/+2
| * | | | | bpf: Remove unneeded memset in queue_stack_map creationYafang Shao2022-08-101-2/+0
| * | | | | bpf: export crash_kexec() as destructive kfuncArtem Savkov2022-08-101-0/+18
| * | | | | bpf: add destructive kfunc flagArtem Savkov2022-08-101-0/+5
| * | | | | bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong2022-08-091-18/+20
| * | | | | bpf: Always return corresponding btf_type in __get_type_size()Yonghong Song2022-08-091-5/+4
| * | | | | bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer2022-08-092-0/+15
| * | | | | bpf: Cleanup check_refcount_okDave Marchevsky2022-08-091-45/+29
| * | | | | bpf, iter: Fix the condition on p when calling stop.Hao Luo2022-08-091-0/+5