summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-195-29/+87
|\
| * Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-191-4/+4
| |\
| | * audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash2023-10-131-4/+4
| * | fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)2023-10-171-3/+3
| * | Merge tag 'sched-urgent-2023-10-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-141-14/+59
| |\ \
| | * | sched/eevdf: Fix pick_eevdf()Benjamin Segall2023-10-091-14/+58
| | * | sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra2023-10-091-0/+1
| | |/
| * | Merge tag 'cgroup-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-10-121-3/+2
| |\ \
| | * | cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný2023-10-091-3/+2
| | |/
| * | Merge tag 'wq-for-6.6-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-121-5/+19
| |\ \
| | * | workqueue: fix -Wformat-truncation in create_workerLucy Mielke2023-10-121-1/+1
| | * | workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long2023-10-121-2/+6
| | * | workqueue: Use the kmem_cache_free() instead of kfree() to release pwqZqiang2023-10-121-2/+6
| | * | workqueue: Fix UAF report by KASAN in pwq_release_workfn()Zqiang2023-10-041-0/+6
* | | | 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