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