aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-13sched/smp: Use the SMP version of the scheduler syscallsIngo Molnar1-5/+1
2025-06-13sched/smp: Use the SMP version of schedstatsIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of scheduler debugging dataIngo Molnar1-14/+0
2025-06-13sched/smp: Use the SMP version of the deadline scheduling classIngo Molnar1-8/+0
2025-06-13sched/smp: Use the SMP version of the RT scheduling classIngo Molnar2-74/+0
2025-06-13sched/smp: Use the SMP version of idle_thread_set_boot_cpu()Ingo Molnar2-6/+0
2025-06-13sched/smp: Use the SMP version of sched_exec()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of wake_up_new_task()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of __task_needs_rq_lock()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of try_to_wake_up()Ingo Molnar1-4/+0
2025-06-13sched/smp: Always define rq->hrtick_csdIngo Molnar2-25/+0
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar13-506/+29
2025-06-13sched/smp: Always define sched_domains_mutex_lock()/unlock(), def_root_domain...Ingo Molnar2-1/+6
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/topology.cIngo Molnar1-5/+5
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/syscalls.cIngo Molnar1-5/+4
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/stats.[ch]Ingo Molnar2-6/+6
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/sched.hIngo Molnar1-40/+42
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/rt.cIngo Molnar1-27/+27
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/psi.cIngo Molnar1-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/pelt.[ch]Ingo Molnar2-8/+8
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/loadavg.cIngo Molnar1-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/idle.cIngo Molnar1-4/+4
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/fair.cIngo Molnar1-55/+56
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/debug.cIngo Molnar1-18/+18
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/deadline.cIngo Molnar1-18/+18
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cputime.cIngo Molnar1-7/+7
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cpupri.hIngo Molnar1-1/+1
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/cpufreq_sch...Ingo Molnar1-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/core.cIngo Molnar1-93/+93
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/clock.cIngo Molnar1-2/+2
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/autogroup.[ch]Ingo Molnar2-5/+5
2025-06-11sched/eevdf: Correct the comment in place_entitywang wei1-1/+1
2025-06-11sched: Make clangd usablePeter Zijlstra32-1/+80
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-8/+10
2025-06-08Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds2-53/+143
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-8/+10
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+88
2025-06-07tracing: Add rcu annotation around file->filter accessesSteven Rostedt1-4/+6
2025-06-06Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+29
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-06-06ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set()Dmitry Antipov1-3/+1
2025-06-06tracing: Fix regression of filter waiting a long time on RCU synchronizationSteven Rostedt1-48/+138
2025-06-05kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_countMax Kellermann1-0/+26
2025-06-05alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan1-2/+3
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt18-110/+152
2025-06-06tinyconfig: enable CONFIG_LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada1-0/+1
2025-06-05kernel: ftrace: export ftrace_sync_ipiAndy Chiu1-1/+1
2025-06-04Merge tag 'sched_ext-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-18/+19
2025-06-03Merge tag 'trace-v6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-3/+10
2025-06-03Merge tag 'cgroup-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+16