summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-04-04module: Override -EEXIST module returnLucas De Marchi
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-04-03Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo
2026-04-03kernel: ksysfs: initialize kernel_kobj earlierBartosz Golaszewski
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi
2026-04-03Merge tag 'pm-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov
2026-04-03sched/fair: Prevent negative lag increase during delayed dequeueVincent Guittot
2026-04-03sched/fair: Use sched_energy_enabled()Vincent Guittot
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz
2026-04-02crash_dump/dm-crypt: don't print in arch-specific codeCoiby Xu
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-02bpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan
2026-04-02bpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan
2026-04-02bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon
2026-04-02bpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan
2026-04-02genirq/chip: Invoke add_interrupt_randomness() in handle_percpu_devid_irq()Michael Kelley
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min
2026-04-02sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)
2026-04-02ring-buffer: Enforce read ordering of trace_buffer cpumask and buffersVincent Donnefort
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak
2026-04-02bpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang
2026-04-02tracing: Non-consuming read for trace remotes with an offline CPUVincent Donnefort
2026-04-02Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra
2026-04-02dma-mapping: introduce DMA_ATTR_CC_SHARED for shared memoryJiri Pirko
2026-04-01ftrace: Use kallsyms binary search for single-symbol lookupAndrey Grodzovsky