Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7226017ad37a888915628e59a84a2d1e57b40707
/
kernel
/
sched
/
core.c
7226017
sched/uclamp: Fix a bug in propagating uclamp value in new cgroups
by Qais Yousef
· 5 years ago
686516b
sched/uclamp: Make uclamp util helpers use and return UL values
by Valentin Schneider
· 5 years ago
53a2336
sched/core: Remove unused variable from set_user_nice()
by Qian Cai
· 5 years ago
5443a0b
sched: Use fair:prio_changed() instead of ad-hoc implementation
by Frederic Weisbecker
· 5 years ago
168829a
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
77a0594
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
fb4b3d3
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
b21feab
Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies
by Ingo Molnar
· 5 years ago
7763baa
sched/uclamp: Fix overzealous type replacement
by Valentin Schneider
· 5 years ago
6e1ff07
sched/uclamp: Fix incorrect condition
by Qais Yousef
· 5 years ago
ff51ff8
sched/core: Avoid spurious lock dependencies
by Peter Zijlstra
· 5 years ago
98c2f70
sched/core: Simplify sched_class::pick_next_task()
by Peter Zijlstra
· 5 years ago
5d7d605
sched/core: Optimize pick_next_task()
by Peter Zijlstra
· 5 years ago
f488e10
sched/core: Make pick_next_task_idle() more consistent
by Peter Zijlstra
· 5 years ago
6e2df05
sched: Fix pick_next_task() vs 'change' pattern race
by Peter Zijlstra
· 5 years ago
e3b8b6a
sched/core: Fix compilation error when cgroup not selected
by Qais Yousef
· 5 years ago
771b53d0
io-wq: small threadpool implementation for io_uring
by Jens Axboe
· 5 years ago
5facae4
locking/lockdep: Remove unused @nested argument from lock_release()
by Qian Cai
· 5 years ago
dff3a85
sched_setattr: switch to copy_struct_from_user()
by Aleksa Sarai
· 5 years ago
9c5efe9
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
9fc41ac
sched/core: Remove double update_max_interval() call on CPU startup
by Valentin Schneider
· 5 years ago
a49b4f4
sched/core: Fix preempt_schedule() interrupt return comment
by Valentin Schneider
· 5 years ago
714e501
sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
by KeMeng Shi
· 5 years ago
227a4aa
sched/membarrier: Fix p->mm->membarrier_state racy load
by Mathieu Desnoyers
· 5 years ago
5311a98
tasks, sched/core: RCUify the assignment of rq->curr
by Eric W. Biederman
· 5 years ago
0ff7b2c
tasks, sched/core: Ensure tasks are available for a grace period after leaving the runqueue
by Eric W. Biederman
· 5 years ago
84da111
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 5 years ago
7f2444d
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
7e67a85
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
94d18ee
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
563c4f8
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
by Ingo Molnar
· 5 years ago
312364f3
kernel.h: Add non_block_start/end()
by Daniel Vetter
· 5 years ago
1251201
sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI logic and code
by Ingo Molnar
· 5 years ago
0413d7f
sched/uclamp: Always use 'enum uclamp_id' for clamp_id values
by Patrick Bellasi
· 5 years ago
babbe17
sched/uclamp: Update CPU's refcount on TG's clamp changes
by Patrick Bellasi
· 5 years ago
3eac870
sched/uclamp: Use TG's clamps to restrict TASK's clamps
by Patrick Bellasi
· 5 years ago
7274a5c
sched/uclamp: Propagate system defaults to the root group
by Patrick Bellasi
· 5 years ago
0b60ba2
sched/uclamp: Propagate parent clamps
by Patrick Bellasi
· 5 years ago
2480c09
sched/uclamp: Extend CPU's cgroup controller
by Patrick Bellasi
· 5 years ago
b0fdc01
sched/core: Schedule new worker even if PI-blocked
by Sebastian Andrzej Siewior
· 5 years ago
6769243
sched: Rework pick_next_task() slow-path
by Peter Zijlstra
· 6 years ago
5f2a45f
sched: Allow put_prev_task() to drop rq->lock
by Peter Zijlstra
· 6 years ago
03b7fad
sched: Add task_struct pointer to sched_class::set_curr_task
by Peter Zijlstra
· 6 years ago
10e7071
sched: Rework CPU hotplug task selection
by Peter Zijlstra
· 5 years ago
5feeb78
sched: Fix kerneldoc comment for ia64_set_curr_task
by Peter Zijlstra
· 6 years ago
139d025
sched: Clean up active_mm reference counting
by Peter Zijlstra
· 5 years ago
b55bd58
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
by Paul E. McKenney
· 6 years ago
d5096aa
sched: Mark hrtimers to expire in hard interrupt context
by Sebastian Andrzej Siewior
· 5 years ago
c1a280b
sched/preempt: Use CONFIG_PREEMPTION where appropriate
by Thomas Gleixner
· 5 years ago
a1dc044
sched/core: Silence a warning in sched_init()
by Qian Cai
· 5 years ago
a07db5c
sched/core: Fix CPU controller for !RT_GROUP_SCHED
by Juri Lelli
· 5 years ago
710da3c
sched/core: Prevent race condition between cpuset and __sched_setscheduler()
by Juri Lelli
· 5 years ago
4b211f2
sched/core: Streamle calls to task_rq_unlock()
by Mathieu Poirier
· 5 years ago
84ec3a0
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
by Paul E. McKenney
· 6 years ago
e3d8548
sched/core: Fix preempt warning in ttwu
by Peter Zijlstra
· 5 years ago
9d20ad7
sched/uclamp: Add uclamp_util_with()
by Patrick Bellasi
· 6 years ago
1a00d99
sched/uclamp: Set default clamps for RT tasks
by Patrick Bellasi
· 6 years ago
a87498a
sched/uclamp: Reset uclamp values on RESET_ON_FORK
by Patrick Bellasi
· 6 years ago
a509a7c
sched/uclamp: Extend sched_setattr() to support utilization clamping
by Patrick Bellasi
· 6 years ago
1d6362f
sched/core: Allow sched_setattr() to use the current policy
by Patrick Bellasi
· 6 years ago
e8f1417
sched/uclamp: Add system default clamps
by Patrick Bellasi
· 6 years ago
e496187
sched/uclamp: Enforce last task's UCLAMP_MAX
by Patrick Bellasi
· 6 years ago
60daf9c
sched/uclamp: Add bucket local max tracking
by Patrick Bellasi
· 6 years ago
69842cb
sched/uclamp: Add CPU's clamp buckets refcounting
by Patrick Bellasi
· 6 years ago
a056a5b
sched/debug: Export the newly added tracepoints
by Qais Yousef
· 6 years ago
aacedf2
sched/core: Optimize try_to_wake_up() for local wakeups
by Peter Zijlstra
· 6 years ago
e3b929b
sched/core: Add __sched tag for io_schedule()
by Gao Xiang
· 6 years ago
55627e3
sched/core: Remove rq->cpu_load[]
by Dietmar Eggemann
· 6 years ago
5e83eaf
sched/fair: Remove the rq->cpu_load[] update code
by Dietmar Eggemann
· 6 years ago
3bd3706
sched/core: Provide a pointer to the valid CPU mask
by Sebastian Andrzej Siewior
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
e00d413
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
77a5352
sched/core: Allow the remote scheduler tick to be started on CPU0
by Nicholas Piggin
· 6 years ago
1a8b454
sched/core: Check quota and period overflow at usec to nsec conversion
by Konstantin Khlebnikov
· 6 years ago
5b61d50
sched/core: Handle overflow in cpu_shares_write_u64
by Konstantin Khlebnikov
· 6 years ago
bee9853
sched/core: Fix typo in comment
by Joel Savitz
· 6 years ago
b1546ed
sched/core: Make some functions static
by YueHaibing
· 6 years ago
7dd7788
sched/core: Unify p->on_rq updates
by Peter Zijlstra
· 6 years ago
1b174a2
sched/core: Remove ttwu_activate()
by Peter Zijlstra
· 6 years ago
6d25be5
sched/core, workqueues: Distangle worker accounting from rq lock
by Thomas Gleixner
· 6 years ago
6455959
ia64/tlb: Eradicate tlb_migrate_finish() callback
by Peter Zijlstra
· 6 years ago
231c807
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
4c47acd
sched/core: Fix buffer overflow in cgroup2 property cpu.max
by Konstantin Khlebnikov
· 6 years ago
8dcd175
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
45802da
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
3478588
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
5e1f0f0
mm, compaction: capture a page under direct compaction
by Mel Gorman
· 6 years ago
b1b988a
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
568f196
bpf: check that BPF programs run with preemption disabled
by Peter Zijlstra
· 6 years ago
d0fe0b9
sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument
by Dietmar Eggemann
· 6 years ago
c9ba756
Merge tag 'v5.0-rc6' into sched/core, to pick up fixes
by Ingo Molnar
· 6 years ago
41ea391
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
by Thomas Gleixner
· 6 years ago
8dabe72
y2038: syscalls: rename y2038 compat syscalls
by Arnd Bergmann
· 6 years ago
c546951
sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()
by Andrea Parri
· 6 years ago
2312729
sched/fair: Update scale invariance of PELT
by Vincent Guittot
· 6 years ago
07879c6
sched/wake_q: Reduce reference counting for special users
by Davidlohr Bueso
· 6 years ago
b5a4e2b
Revert "sched/core: Take the hotplug lock in sched_init_smp()"
by Valentin Schneider
· 6 years ago
87ff19c
sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchg
by Davidlohr Bueso
· 6 years ago
4c4e373
sched/wake_q: Fix wakeup ordering for wake_q
by Peter Zijlstra
· 6 years ago
e6018c0
sched/wake_q: Document wake_q_add()
by Peter Zijlstra
· 6 years ago
Next »