summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+13
2024-03-12Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef1-0/+11
2024-02-16sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde1-3/+1
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri1-0/+4
2024-02-15membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri1-1/+6
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri1-2/+3
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe1-2/+4
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet1-0/+1
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot1-52/+38
2023-11-15sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker1-0/+22
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra1-0/+17
2023-11-15sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra1-4/+1
2023-11-15sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney1-2/+4
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-26/+3
2023-10-31Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-371/+274
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra1-5/+0
2023-10-24sched: Add cpus_share_resources APIBarry Song1-0/+12
2023-10-24sched/core: Fix RQCF_ACT_SKIP leakHao Jia1-4/+1
2023-10-19treewide: mark stuff as __ro_after_initAlexey Dobriyan1-1/+1
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra1-2/+8
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar1-1/+1
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot1-1/+1
2023-10-07sched/debug: Print 'tgid' in sched_show_task()Yajun Deng1-3/+3
2023-10-07sched/core: Update stale comment in try_to_wake_up()Ingo Molnar1-1/+1
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar1-1/+1
2023-10-03sched/headers: Remove duplicate header inclusionsYu Liao1-1/+0
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef1-0/+1
2023-09-24sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao1-6/+4
2023-09-22sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu1-2/+1
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra1-4/+32
2023-09-20sched: Extract __schedule_loop()Thomas Gleixner1-10/+11
2023-09-20sched: Constrain locks in sched_submit_work()Peter Zijlstra1-0/+9
2023-09-19kernel/sched: Modify initial boot task idle setupLiam R. Howlett1-1/+1
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar1-7/+7
2023-09-18freezer,sched: Use saved_state to reduce some spurious wakeupsElliot Berman1-9/+14
2023-09-18sched/core: Remove ifdeffery for saved_stateElliot Berman1-6/+2
2023-09-15sched/core: Use do-while instead of for loop in set_nr_if_polling()Uros Bizjak1-4/+3
2023-09-13sched: Misc cleanupsPeter Zijlstra1-104/+63
2023-09-13sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra1-19/+19
2023-09-13sched: Simplify sched_move_task()Peter Zijlstra1-6/+4
2023-09-13sched: Simplify sched_rr_get_interval()Peter Zijlstra1-22/+14
2023-09-13sched: Simplify yield_to()Peter Zijlstra1-38/+29
2023-09-13sched: Simplify sched_{set,get}affinity()Peter Zijlstra1-39/+14
2023-09-13sched: Simplify syscallsPeter Zijlstra1-86/+68
2023-09-13sched: Simplify set_user_nice()Peter Zijlstra1-7/+6
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-26/+3
2023-08-29Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-224/+272