summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui
2023-10-13bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky
2023-10-13bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky
2023-10-13bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-12Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-11bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer
2023-10-11bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-11Merge tag 'printk-for-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-11Merge branch 'rework/misc-cleanups' into for-linusPetr Mladek
2023-10-09bpf: Fix verifier log for async callback return valuesDavid Vernet
2023-10-09bpf: Add ability to pin bpf timer to calling CPUDavid Vernet
2023-10-09printk: flush consoles before checking progressJohn Ogness
2023-10-08Merge tag 'sched-urgent-2023-10-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-06bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer
2023-10-06bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann
2023-10-06bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann
2023-10-06Merge tag 'pm-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-10-06bpf: Annotate struct bpf_stack_map with __counted_byKees Cook
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-05cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-04PM: hibernate: Fix copying the zero bitmap to safe pagesPavankumar Kondeti
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He
2023-09-29bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik
2023-09-26Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-09-25bpf: Count missed stats in trace_call_bpfJiri Olsa
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa
2023-09-25bpf: Count stats for kprobe_multi programsJiri Olsa
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian