aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-12-14refscale: Add test for sched_clock()Paul E. McKenney1-3/+37
2024-12-14pidfs: rework inode number allocationChristian Brauner1-7/+7
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-0/+138
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi2-76/+8
2024-12-13bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh2-0/+12
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov2-16/+92
2024-12-13bpf: Refactor check_pseudo_btf_idAnton Protopopov1-56/+76
2024-12-13bpf: Move map/prog compatibility checksAnton Protopopov1-55/+46
2024-12-13bpf: Add a __btf_get_by_fd helperAnton Protopopov1-8/+3
2024-12-13sched_ext: Use sizeof_field for key_len in dsq_hash_paramsLiang Jie1-1/+1
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)1-6/+9
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)2-2/+11
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross1-1/+1
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin1-1/+1
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-91/+163
2024-12-12bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi1-0/+6
2024-12-12bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman1-2/+5
2024-12-12printk: Fix signed integer overflow when defining LOG_BUF_LEN_MAXKuan-Wei Chiu1-1/+1
2024-12-11stop_machine: Fix rcu_momentary_eqs() call in multi_cpu_stop()Mukesh Ojha1-1/+1
2024-12-11locking/csd-lock: make CSD lock debug tunables writable in /sysRik van Riel1-2/+2
2024-12-11sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo1-1/+1
2024-12-11genirq/kexec: Prevent redundant IRQ masking by checking state before shutdownEliav Farber1-6/+2
2024-12-11kexec: Consolidate machine_kexec_mask_interrupts() implementationEliav Farber3-1/+47
2024-12-11fs: don't block write during exec on pre-content watched filesAmir Goldstein1-6/+6
2024-12-11cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long1-1/+9
2024-12-10cgroup/cpuset: Remove stale textCosta Shulyupin1-7/+2
2024-12-10Merge tag 'probes-fixes-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+5
2024-12-10bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn1-1/+5
2024-12-10bpf: fix potential error returnAnton Protopopov1-1/+5
2024-12-10bpf: check changes_pkt_data property for extension programsEduard Zingerman1-4/+12
2024-12-10bpf: track changes_pkt_data property for global functionsEduard Zingerman1-1/+31
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman2-2/+2
2024-12-10bpf: add find_containing_subprog() utility functionEduard Zingerman1-4/+24
2024-12-10bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_progJiri Olsa1-0/+4
2024-12-10bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn1-0/+7
2024-12-10sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_taskJohn Stultz1-4/+1
2024-12-10rseq: Validate read-only fields under DEBUG_RSEQ configMathieu Desnoyers1-0/+98
2024-12-09Merge tag 'sched_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-12/+17
2024-12-09futex: fix user access on powerpcLinus Torvalds1-2/+2
2024-12-09uprobes: Guard against kmemdup() failing in dup_return_instance()Andrii Nakryiko1-0/+2
2024-12-09perf/core: Export perf_exclude_event()Namhyung Kim1-2/+1
2024-12-09uprobes: Reuse return_instances between multiple uretprobes within taskAndrii Nakryiko1-13/+70
2024-12-09uprobes: Ensure return_instance is detached from the list before freeingAndrii Nakryiko1-1/+1
2024-12-09uprobes: Decouple return_instance list traversal and freeingAndrii Nakryiko1-16/+21
2024-12-09uprobes: Simplify session consumer trackingAndrii Nakryiko1-35/+37
2024-12-09sched/fair: Untangle NEXT_BUDDY and pick_next_task()Peter Zijlstra2-2/+11
2024-12-09sched/fair: Mark m*_vruntime() with __maybe_unusedAndy Shevchenko1-2/+2
2024-12-09sched/fair: Fix variable declaration positionVincent Guittot1-2/+4
2024-12-09sched/fair: Do not try to migrate delayed dequeue taskVincent Guittot1-4/+8
2024-12-09sched/fair: Rename cfs_rq.nr_running into nr_queuedVincent Guittot3-22/+22