summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-293-6/+9
|\
| * bpf: Remove unneeded semicolonYang Li2022-07-291-1/+1
| * bpf: Fix NULL pointer dereference when registering bpf trampolineXu Kuohai2022-07-291-1/+4
| * bpf: Fix test_progs -j error with fentry/fexit testsSong Liu2022-07-291-1/+1
| * bpf: btf: Fix vsnprintf return value checkFedor Tokarev2022-07-291-1/+1
| * bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi2022-07-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-283-47/+114
|\ \ | |/ |/|
| * watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds2022-07-281-22/+36
| * watch_queue: Fix missing rcu annotationDavid Howells2022-07-281-1/+1
| * Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-07-241-1/+4
| |\
| | * sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-211-1/+4
| * | Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-07-221-24/+74
| |\ \
| | * | srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay2022-07-191-19/+63
| | * | srcu: Block less aggressively for expedited grace periodsPaul E. McKenney2022-07-191-7/+13
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2215-282/+724
|\ \ \ \
| * | | | bpf: Simplify bpf_prog_pack_[size|mask]Song Liu2022-07-221-54/+17
| * | | | bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu2022-07-221-17/+141
| * | | | ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu2022-07-221-26/+216
| * | | | ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2022-07-221-24/+62
| * | | | bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi2022-07-211-3/+14
| * | | | bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-212-66/+54
| * | | | bpf: Check attach_func_proto more carefully in check_helper_callStanislav Fomichev2022-07-211-1/+3
| * | | | bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko2022-07-191-4/+2
| * | | | bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko2022-07-191-6/+8
| * | | | bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko2022-07-191-8/+12
| * | | | bpf: fix lsm_cgroup build errors on esoteric configsStanislav Fomichev2022-07-192-3/+7
| * | | | bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui2022-07-151-7/+3
| * | | | bpf: Fix check against plain integer v 'NULL'Ben Dooks2022-07-151-1/+2
| * | | | bpf: Fix subprog names in stack traces.Alexei Starovoitov2022-07-141-3/+1
| * | | | bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEYafang Shao2022-07-141-0/+1
| * | | | bpf: Tidy up verifier check_func_arg()Joanne Koong2022-07-131-28/+38
| * | | | bpf: Make non-preallocated allocation low priorityYafang Shao2022-07-124-6/+6
| * | | | bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu2022-07-121-17/+12
| * | | | bpf: reparent bpf maps on memcg offliningRoman Gushchin2022-07-121-8/+28
| * | | | bpf: add a ksym BPF iteratorAlan Maguire2022-07-121-0/+91
| * | | | bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai2022-07-112-0/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-214-41/+90
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | watch-queue: remove spurious double semicolonLinus Torvalds2022-07-211-1/+1
| * | | | watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds2022-07-201-16/+37
| | |_|/ | |/| |
| * | | Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-07-171-14/+31
| |\ \ \
| | * | | perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-131-14/+31
| * | | | Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-07-161-2/+11
| |\ \ \ \
| | * \ \ \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-07-151-2/+11
| | |\ \ \ \
| | | * | | | printk: do not wait for consoles when suspendedJohn Ogness2022-07-151-2/+11
| * | | | | | Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-07-151-9/+11
| |\ \ \ \ \ \
| | * | | | | | mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song2022-07-141-9/+11
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-1414-74/+127
|\| | | | | | | | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-143-24/+33
| |\ \ \ \ \ \
| | * | | | | | sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima2022-07-131-4/+4
| | * | | | | | sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima2022-07-131-2/+2