summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-06-14clocksource: Use cpumask_any_but() in clocksource_verify_choose_cpus()Yury Norov [NVIDIA]
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext_idle.hCheng-Yang Chou
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext_idle.cCheng-Yang Chou
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.hCheng-Yang Chou
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.cCheng-Yang Chou
2025-06-13Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2025-06-13bpf: Remove redundant free_verifier_state()/pop_stack()Luis Gerhorst
2025-06-13bpf: handle jset (if a & b ...) as a jump in CFG computationEduard Zingerman
2025-06-13posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov
2025-06-13bpf: Include verifier memory allocations in memcg statisticsEduard Zingerman
2025-06-13syscall_user_dispatch: Add PR_SYS_DISPATCH_INCLUSIVE_ONDmitry Vyukov
2025-06-13genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek
2025-06-13genirq: Add kunit tests for depth countsBrian Norris
2025-06-13genirq/cpuhotplug: Restore affinity even for suspended IRQBrian Norris
2025-06-13genirq/cpuhotplug: Rebalance managed interrupts across multi-CPU hotplugBrian Norris
2025-06-13padata: use cpumask_nth()Yury Norov
2025-06-13padata: Fix pd UAF once and for allHerbert Xu
2025-06-13sched/smp: Use the SMP version of double_rq_clock_clear_update()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of add_nr_running()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of ENQUEUE_MIGRATEDIngo Molnar
2025-06-13sched/smp: Use the SMP version of WF_ and SD_ flag sanity checksIngo Molnar
2025-06-13sched/smp: Use the SMP version of task_on_cpu()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of rq_pin_lock()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of is_migration_disabled()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of cpu_of()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of the stop-CPU scheduling classIngo Molnar
2025-06-13sched/smp: Use the SMP version of the idle scheduling classIngo Molnar
2025-06-13sched/smp: Use the SMP version of sched_update_asym_prefer_cpu()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of the scheduler syscallsIngo Molnar
2025-06-13sched/smp: Use the SMP version of schedstatsIngo Molnar
2025-06-13sched/smp: Use the SMP version of scheduler debugging dataIngo Molnar
2025-06-13sched/smp: Use the SMP version of the deadline scheduling classIngo Molnar
2025-06-13sched/smp: Use the SMP version of the RT scheduling classIngo Molnar
2025-06-13sched/smp: Use the SMP version of idle_thread_set_boot_cpu()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of sched_exec()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of wake_up_new_task()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of __task_needs_rq_lock()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of try_to_wake_up()Ingo Molnar
2025-06-13sched/smp: Always define rq->hrtick_csdIngo Molnar
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar
2025-06-13sched/smp: Always define sched_domains_mutex_lock()/unlock(), def_root_domain...Ingo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/topology.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/syscalls.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/stats.[ch]Ingo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/sched.hIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/rt.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/psi.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/pelt.[ch]Ingo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/loadavg.cIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/idle.cIngo Molnar