summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-12-14refscale: Add test for sched_clock()Paul E. McKenney
2024-12-14pidfs: rework inode number allocationChristian Brauner
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi
2024-12-13bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov
2024-12-13bpf: Refactor check_pseudo_btf_idAnton Protopopov
2024-12-13bpf: Move map/prog compatibility checksAnton Protopopov
2024-12-13bpf: Add a __btf_get_by_fd helperAnton Protopopov
2024-12-13sched_ext: Use sizeof_field for key_len in dsq_hash_paramsLiang Jie
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-12bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi
2024-12-12bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman
2024-12-12printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu
2024-12-11stop_machine: Fix rcu_momentary_eqs() call in multi_cpu_stop()Mukesh Ojha
2024-12-11locking/csd-lock: make CSD lock debug tunables writable in /sysRik van Riel
2024-12-11sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo
2024-12-11genirq/kexec: Prevent redundant IRQ masking by checking state before shutdownEliav Farber
2024-12-11kexec: Consolidate machine_kexec_mask_interrupts() implementationEliav Farber
2024-12-11fs: don't block write during exec on pre-content watched filesAmir Goldstein
2024-12-11cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long
2024-12-10cgroup/cpuset: Remove stale textCosta Shulyupin
2024-12-10Merge tag 'probes-fixes-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-12-10bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn
2024-12-10bpf: fix potential error returnAnton Protopopov
2024-12-10bpf: check changes_pkt_data property for extension programsEduard Zingerman
2024-12-10bpf: track changes_pkt_data property for global functionsEduard Zingerman
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman
2024-12-10bpf: add find_containing_subprog() utility functionEduard Zingerman
2024-12-10bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_progJiri Olsa
2024-12-10bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn
2024-12-10sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_taskJohn Stultz
2024-12-10rseq: Validate read-only fields under DEBUG_RSEQ configMathieu Desnoyers
2024-12-09Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-12-09futex: fix user access on powerpcLinus Torvalds
2024-12-09uprobes: Guard against kmemdup() failing in dup_return_instance()Andrii Nakryiko
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim
2024-12-09uprobes: Reuse return_instances between multiple uretprobes within taskAndrii Nakryiko
2024-12-09uprobes: Ensure return_instance is detached from the list before freeingAndrii Nakryiko
2024-12-09uprobes: Decouple return_instance list traversal and freeingAndrii Nakryiko
2024-12-09uprobes: Simplify session consumer trackingAndrii Nakryiko
2024-12-09sched/fair: Untangle NEXT_BUDDY and pick_next_task()Peter Zijlstra
2024-12-09sched/fair: Mark m*_vruntime() with __maybe_unusedAndy Shevchenko
2024-12-09sched/fair: Fix variable declaration positionVincent Guittot
2024-12-09sched/fair: Do not try to migrate delayed dequeue taskVincent Guittot
2024-12-09sched/fair: Rename cfs_rq.nr_running into nr_queuedVincent Guittot