summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-12-14rcutorture: Add preempt_count() to rcutorture_one_extend_check() diagnosticsPaul E. McKenney
2024-12-14rcutorture: Add parameters to control polled/conditional wait intervalPaul E. McKenney
2024-12-14rcutorture: Ignore attempts to test preemption and forward progressPaul E. McKenney
2024-12-14rcutorture: Make rcutorture_one_extend() check reader statePaul E. McKenney
2024-12-14rcutorture: Pretty-print rcutorture reader segmentsPaul E. McKenney
2024-12-14rcutorture: Add full read-side contexts to "busted" torture typePaul E. McKenney
2024-12-14rcutorture: Decorate failing reader segments with last CPU IDPaul E. McKenney
2024-12-14rcutorture: Check preemption for failing readerPaul E. McKenney
2024-12-14rcutorture: Add ->cond_sync_exp_full function to rcu_ops structurePaul E. McKenney
2024-12-14rcutorture: Use finer-grained timeouts for rcu_torture_writer() pollingPaul E. McKenney
2024-12-14rcutorture: Decorate failing reader segments with CPU IDPaul E. McKenney
2024-12-14rcutorture: Add random real-time preemptionPaul E. McKenney
2024-12-14torture: Add dowarn argument to torture_sched_setaffinity()Paul E. McKenney
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