summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou2023-10-191-6/+12
* bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao2023-10-171-1/+6
* net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-172-0/+20
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-1611-46/+224
|\
| * bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko2023-10-161-1/+6
| * bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko2023-10-161-22/+45
| * bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky2023-10-132-0/+94
| * bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky2023-10-131-2/+0
| * bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov2023-10-131-2/+2
| * bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer2023-10-113-3/+28
| * bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer2023-10-111-0/+1
| * bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2023-10-111-2/+15
| * bpf: Add ability to pin bpf timer to calling CPUDavid Vernet2023-10-091-1/+4
| * bpf: Annotate struct bpf_stack_map with __counted_byKees Cook2023-10-061-1/+1
| * bpf: Count missed stats in trace_call_bpfJiri Olsa2023-09-251-0/+3
| * bpf: Add missed value to kprobe perf link infoJiri Olsa2023-09-253-11/+22
| * bpf: Add missed value to kprobe_multi link infoJiri Olsa2023-09-251-0/+1
| * bpf: Count stats for kprobe_multi programsJiri Olsa2023-09-251-0/+1
| * bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich2023-09-211-1/+1
* | posix-clock: introduce posix_clock_context conceptXabier Marquiegui2023-10-151-9/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-128-27/+49
|\ \
| * \ Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-124-20/+25
| |\ \
| | * | bpf: Fix verifier log for async callback return valuesDavid Vernet2023-10-091-3/+3
| | * | bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer2023-10-061-5/+14
| | * | bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann2023-10-062-11/+7
| | * | bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann2023-10-061-1/+1
| * | | Merge tag 'printk-for-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-111-1/+7
| |\ \ \
| | * \ \ Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek2023-10-111-1/+7
| | |\ \ \
| | | * | | printk: flush consoles before checking progressJohn Ogness2023-10-091-1/+7
| * | | | | Merge tag 'sched-urgent-2023-10-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-082-4/+15
| |\ \ \ \ \
| | * | | | | cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan2023-10-051-1/+2
| | * | | | | sched/eevdf: Fix avg_vruntime()Peter Zijlstra2023-10-031-1/+9
| | * | | | | sched/eevdf: Also update slice on placementPeter Zijlstra2023-10-031-2/+4
| * | | | | | Merge tag 'pm-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-10-061-2/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti2023-10-041-2/+2
| | |/ / / /
* | | | | / Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-0514-67/+142
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-053-30/+25
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-10-043-30/+25
| | |\ \ \
| | | * | | bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao2023-09-301-25/+19
| | | * | | bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann2023-09-291-0/+3
| | | * | | bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko2023-09-201-5/+3
| * | | | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-011-0/+17
| |\ \ \ \ \
| | * | | | | Crash: add lock to serialize crash hotplug handlingBaoquan He2023-09-291-0/+17
| * | | | | | Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-011-0/+1
| |\ \ \ \ \ \
| | * | | | | | sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)2023-09-281-0/+1
| * | | | | | | Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-303-7/+55
| |\ \ \ \ \ \ \
| | * | | | | | | tracing/user_events: Align set_bit() address for all archsBeau Belgrave2023-09-301-7/+51
| | * | | | | | | tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger2023-09-301-0/+1
| | * | | | | | | ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)2023-09-301-0/+3
| | |/ / / / / /
| * | | | | | | Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-09-301-9/+22
| |\ \ \ \ \ \ \