1. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  2. 12fa97c Merge branch 'sched/migrate-disable' by Peter Zijlstra · 4 years, 2 months ago
  3. 95158a8 sched,rt: Use the full cpumask for balancing by Peter Zijlstra · 4 years, 3 months ago
  4. b13772f sched/cpupri: Add CPUPRI_HIGHER by Peter Zijlstra · 4 years, 3 months ago
  5. 934fc33 sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1 by Peter Zijlstra · 4 years, 3 months ago
  6. 1b08782 sched/cpupri: Remove pri_to_cpu[1] by Dietmar Eggemann · 4 years, 3 months ago
  7. 5e054bc sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE] by Dietmar Eggemann · 4 years, 3 months ago
  8. e94f80f sched/rt: cpupri_find: Trigger a full search as fallback by Qais Yousef · 4 years, 10 months ago
  9. a1bd02e sched/rt: Optimize cpupri_find() on non-heterogenous systems by Qais Yousef · 4 years, 10 months ago
  10. d9cb236 sched/rt: cpupri_find: Implement fallback mechanism for !fit case by Qais Yousef · 4 years, 10 months ago
  11. 804d402 sched/rt: Make RT capacity-aware by Qais Yousef · 5 years ago
  12. 23da766 Merge tag 'v5.2-rc5' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  13. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  14. 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
  15. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  16. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  17. 1c2a486 sched/cpupri: Don't re-initialize 'struct cpupri' by Viresh Kumar · 8 years ago
  18. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  19. ade42e0 sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowed by Thomas Gleixner · 9 years ago
  20. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  21. 4dac0b6 sched/cpupri: Replace NR_CPUS arrays by Peter Zijlstra · 11 years ago
  22. 6227cb0 sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check by Steven Rostedt (Red Hat) · 11 years ago
  23. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  24. e69f618 sched: Fix some kernel-doc warnings by Yacine Belkadi · 11 years ago
  25. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  26. 014acbf sched: Fix minor code style issues by Ying Xue · 12 years ago
  27. fa75728 kernel-doc: fix kernel-doc warnings in sched by Randy Dunlap · 13 years ago
  28. 391e43d sched: Move all scheduler bits into kernel/sched/ by Peter Zijlstra · 13 years ago[Renamed (98%) from kernel/sched_cpupri.c]
  29. 5710f15 sched/cpupri: Remove cpupri->pri_active by Yong Zhang · 13 years ago
  30. d473750 sched/cpupri: Fix memory barriers for vec updates to always be in order by Steven Rostedt · 13 years ago
  31. c92211d sched/cpupri: Remove the vec->lock by Steven Rostedt · 13 years ago
  32. 68c38fc sched: No need for bootmem special cases by Pekka Enberg · 14 years ago
  33. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  34. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  35. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 15 years ago
  36. 2a61aa4 Fix misspellings of "invocation" in comments. by Adam Buchbinder · 15 years ago
  37. 90fdbdb sched: Use for_each_bit by Akinobu Mita · 15 years ago
  38. fe84122 sched: Convert cpupri lock to raw_spinlock by Thomas Gleixner · 15 years ago
  39. c3a2ae3 sched: Add new prio to cpupri before removing old prio by Steven Rostedt · 15 years ago
  40. 07903af sched: Fix race in cpupri introduced by cpumask_var changes by Gregory Haskins · 15 years ago
  41. fd5e1b5 sched: Remove unneeded __ref tag by Li Zefan · 16 years ago
  42. 0fb5302 sched: use slab in cpupri_init() by Pekka Enberg · 16 years ago
  43. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 16 years ago
  44. 13b8bd0 sched_rt: don't allocate cpumask in fastpath by Rusty Russell · 16 years ago
  45. db2f59c sched: fix section mismatch by Li Zefan · 16 years ago
  46. 68e7456 sched: convert struct cpupri_vec cpumask_var_t. by Rusty Russell · 16 years ago
  47. 6e0534f sched: use a 2-d bitmap for searching lowest-pri CPU by Gregory Haskins · 17 years ago