aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-04-05kho: move alloc tag init to kho_init_{folio,pages}()Pratyush Yadav (Google)1-9/+6
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+6
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-10/+13
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley1-7/+8
2026-04-04Merge tag 'v7.0-rc6' into irq/coreThomas Gleixner35-334/+620
2026-04-04Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki1-2/+3
2026-04-04module: Simplify warning on positive returns from module_init()Lucas De Marchi1-7/+3
2026-04-04module: Override -EEXIST module returnLucas De Marchi1-0/+8
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-26/+54
2026-04-03Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo2-26/+54
2026-04-03kernel: ksysfs: initialize kernel_kobj earlierBartosz Golaszewski1-5/+4
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi1-14/+35
2026-04-03Merge tag 'pm-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+2
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov1-0/+188
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov1-34/+10
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov3-24/+449
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov1-0/+92
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov1-26/+8
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov25-190/+519
2026-04-03sched/fair: Prevent negative lag increase during delayed dequeueVincent Guittot1-22/+34
2026-04-03sched/fair: Use sched_energy_enabled()Vincent Guittot1-5/+4
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz1-38/+194
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz2-26/+23
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz1-2/+34
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz2-1/+9
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz3-9/+25
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz1-3/+13
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz6-19/+40
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz1-1/+23
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz1-11/+9
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz3-29/+28
2026-04-02crash_dump/dm-crypt: don't print in arch-specific codeCoiby Xu1-2/+5
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-7/+59
2026-04-02bpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan1-35/+51
2026-04-02bpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan1-0/+5
2026-04-02bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon1-41/+23
2026-04-02bpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan1-24/+40
2026-04-02genirq/chip: Invoke add_interrupt_randomness() in handle_percpu_devid_irq()Michael Kelley1-0/+3
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min1-12/+19
2026-04-02sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti1-1/+2
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt2-1/+26
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)2-6/+79
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)4-65/+104
2026-04-02ring-buffer: Enforce read ordering of trace_buffer cpumask and buffersVincent Donnefort1-1/+18
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann1-3/+24
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya1-0/+4
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko1-2/+2
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko1-19/+37
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak1-2/+3