aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kern...Linus 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/...Linus 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
2024-12-09sched/fair: Remove unused cfs_rq.idle_nr_runningVincent Guittot3-16/+1
2024-12-09sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idleVincent Guittot3-29/+28
2024-12-09sched/fair: Removed unsued cfs_rq.h_nr_delayedVincent Guittot3-30/+12
2024-12-09sched/fair: Use the new cfs_rq.h_nr_runnableVincent Guittot3-16/+13
2024-12-09sched/fair: Add new cfs_rq.h_nr_runnableVincent Guittot3-2/+20
2024-12-09sched/fair: Rename h_nr_running into h_nr_queuedVincent Guittot5-53/+53
2024-12-09Merge branch 'sched/urgent'Peter Zijlstra5-14/+57
2024-12-09sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra4-8/+54
2024-12-09sched/fair: Fix sched_can_stop_tick() for fair tasksVincent Guittot1-1/+1
2024-12-09sched/fair: Fix NEXT_BUDDYK Prateek Nayak1-5/+2
2024-12-09livepatch: Add stack_order sysfs attributeWardenjohn1-0/+24
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov14-90/+179
2024-12-08Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-7/+18