summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-3/+13
|\
| * membarrier: riscv: Provide core serializing commandAndrea Parri2024-02-151-0/+4
| * membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri2024-02-151-1/+6
| * membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri2024-02-151-2/+3
* | Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-111-3/+1
|\ \
| * | sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde2024-02-161-3/+1
| |/
* | sched: Add a new function to compare if two cpus have the same capacityQais Yousef2024-02-241-0/+11
* | block: update cached timestamp post schedule/preemptionJens Axboe2024-02-051-2/+4
|/
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\
| * rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
* | sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot2023-11-231-52/+38
* | sched/timers: Explain why idle task schedules out on remote timer enqueueFrederic Weisbecker2023-11-151-0/+22
* | sched/deadline: Introduce deadline serversPeter Zijlstra2023-11-151-0/+17
* | sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra2023-11-151-4/+1
* | sched: Use WRITE_ONCE() for p->on_rqPaul E. McKenney2023-11-151-2/+4
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-26/+3
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-26/+3
* | | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-301-371/+274
|\ \ \
| * | | sched/fair: Remove SIS_PROPPeter Zijlstra2023-10-241-5/+0
| * | | sched: Add cpus_share_resources APIBarry Song2023-10-241-0/+12
| * | | sched/core: Fix RQCF_ACT_SKIP leakHao Jia2023-10-241-4/+1
| * | | sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra2023-10-131-2/+8
| * | | sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot2023-10-091-1/+1
| * | | sched/debug: Print 'tgid' in sched_show_task()Yajun Deng2023-10-071-3/+3
| * | | sched/core: Update stale comment in try_to_wake_up()Ingo Molnar2023-10-071-1/+1
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-071-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | sched/headers: Remove duplicate header inclusionsYu Liao2023-10-031-1/+0
| * | | sched/debug: Add new tracepoint to track compute energy computationQais Yousef2023-09-291-0/+1
| * | | sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao2023-09-241-6/+4
| * | | sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu2023-09-221-2/+1
| * | | sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar2023-09-191-7/+7
| * | | freezer,sched: Use saved_state to reduce some spurious wakeupsElliot Berman2023-09-181-9/+14
| * | | sched/core: Remove ifdeffery for saved_stateElliot Berman2023-09-181-6/+2
| * | | sched/core: Use do-while instead of for loop in set_nr_if_polling()Uros Bizjak2023-09-151-4/+3
| * | | sched: Misc cleanupsPeter Zijlstra2023-09-131-104/+63
| * | | sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra2023-09-131-19/+19
| * | | sched: Simplify sched_move_task()Peter Zijlstra2023-09-131-6/+4
| * | | sched: Simplify sched_rr_get_interval()Peter Zijlstra2023-09-131-22/+14
| * | | sched: Simplify yield_to()Peter Zijlstra2023-09-131-38/+29
| * | | sched: Simplify sched_{set,get}affinity()Peter Zijlstra2023-09-131-39/+14
| * | | sched: Simplify syscallsPeter Zijlstra2023-09-131-86/+68
| * | | sched: Simplify set_user_nice()Peter Zijlstra2023-09-131-7/+6
| | |/ | |/|
* | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixesIngo Molnar2023-10-091-1/+1
|\ \ \ | | |/ | |/|
| * | kernel/sched: Modify initial boot task idle setupLiam R. Howlett2023-09-191-1/+1
| |/
* | sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra2023-09-201-4/+32
* | sched: Extract __schedule_loop()Thomas Gleixner2023-09-201-10/+11
* | sched: Constrain locks in sched_submit_work()Peter Zijlstra2023-09-201-0/+9
|/
* Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-281-224/+272
|\