Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
84a1d7a2f91d2f26d21026973dbf3023d17c701f
/
kernel
/
sched.c
84a1d7a
sched: remove the 'u64 now' parameter from update_curr_load()
by Ingo Molnar
· 17 years ago
ee0827d
sched: remove the 'u64 now' parameter from ->task_new()
by Ingo Molnar
· 17 years ago
31ee529
sched: remove the 'u64 now' parameter from ->put_prev_task()
by Ingo Molnar
· 17 years ago
ff95f3d
sched: remove the 'u64 now' parameter from pick_next_task()
by Ingo Molnar
· 17 years ago
fb8d472
sched: remove the 'u64 now' parameter from ->pick_next_task()
by Ingo Molnar
· 17 years ago
f02231e
sched: remove the 'u64 now' parameter from ->dequeue_task()
by Ingo Molnar
· 17 years ago
fd390f6
sched: remove the 'u64 now' parameter from ->enqueue_task()
by Ingo Molnar
· 17 years ago
d281918
sched: remove 'now' use from assignments
by Ingo Molnar
· 17 years ago
eb59449
sched: remove __rq_clock()
by Ingo Molnar
· 17 years ago
c1b3da3
sched: eliminate __rq_clock() use
by Ingo Molnar
· 17 years ago
2ab8115
sched: remove rq_clock()
by Ingo Molnar
· 17 years ago
a8e504d
sched: eliminate rq_clock() use
by Ingo Molnar
· 17 years ago
b04a0f4
sched: add [__]update_rq_clock(rq)
by Ingo Molnar
· 17 years ago
a4ac01c
sched: fix bug in balance_tasks()
by Peter Williams
· 17 years ago
e036185
sched: remove binary sysctls from kernel.sched_domain
by Alexey Dobriyan
· 17 years ago
8e717b1
sched: schedule() speedup
by Ingo Molnar
· 17 years ago
7bfd048
sched: uninline rq_clock()
by Ingo Molnar
· 17 years ago
9531b62
sched: clean up sched_getaffinity()
by Ulrich Drepper
· 17 years ago
4301065
sched: simplify move_tasks()
by Peter Williams
· 17 years ago
f1a438d
sched: reorder update_cpu_load(rq) with the ->task_tick() call
by Ingo Molnar
· 17 years ago
6cfb0d5
[PATCH] sched: reduce debug code
by Ingo Molnar
· 17 years ago
9c21724
[PATCH] sched: move load-calculation functions
by Ingo Molnar
· 17 years ago
cad60d9
[PATCH] sched: ->task_new cleanup
by Ingo Molnar
· 17 years ago
4e6f96f
[PATCH] sched: uninline inc/dec_nr_running()
by Ingo Molnar
· 17 years ago
cb1c4fc
[PATCH] sched: uninline calc_delta_mine()
by Ingo Molnar
· 17 years ago
ecf691d
[PATCH] sched: calc_delta_mine(): use fixed limit
by Ingo Molnar
· 17 years ago
5a4f3ea
[PATCH] sched: tidy up left over smpnice code
by Peter Williams
· 17 years ago
362a701
[PATCH] sched: remove cache_hot_time
by Ingo Molnar
· 17 years ago
421cee2
sched: fix kernel-doc warnings
by Randy Dunlap
· 17 years ago
e692ab5
[PATCH] sched: debug feature - make the sched-domains tree runtime-tweakable
by Nick Piggin
· 17 years ago
2cd4d0e
[PATCH] sched: make cpu_clock() not use the rq clock
by Ingo Molnar
· 17 years ago
018a221
[PATCH] sched: remove unused rq->load_balance_class
by Satoru Takeuchi
· 17 years ago
e107be3
[PATCH] sched: arch preempt notifier mechanism
by Avi Kivity
· 17 years ago
e436d80
[PATCH] sched: implement cpu_clock(cpu) high-speed time source
by Ingo Molnar
· 17 years ago
969bb4e
[PATCH] sched: fix the all pinned logic in load_balance_newidle()
by Suresh Siddha
· 17 years ago
9439aab
[PATCH] sched: fix newly idle load balance in case of SMT
by Suresh Siddha
· 17 years ago
f34e3b6
use the new percpu interface for shared data
by Fenghua Yu
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
e4af30b
[PATCH] sched: prettify prio_to_wmult[]
by Ingo Molnar
· 17 years ago
5714d2d
[PATCH] sched: document prio_to_wmult[]
by Ingo Molnar
· 17 years ago
f9153ee
[PATCH] sched: improve weight-array comments
by Ingo Molnar
· 17 years ago
4fd8851
CFS: Fix missing digit off in wmult table
by Thomas Gleixner
· 17 years ago
4bd7732
[PATCH] sched: fix show_task()/show_tasks() output
by Ingo Molnar
· 17 years ago
a5968df
[PATCH] sched: allow larger granularity
by Ingo Molnar
· 17 years ago
e127031
[PATCH] sched: fix prio_to_wmult[] for nice 1
by Mike Galbraith
· 17 years ago
c31f2e8
sched: add CFS credits
by Ingo Molnar
· 17 years ago
0fec171
sched: clean up sleep_on() APIs
by Ingo Molnar
· 17 years ago
9761eea
sched: style cleanups
by Ingo Molnar
· 17 years ago
b2cfba19
sched: remove unused rq types from sched.c
by Ingo Molnar
· 17 years ago
634fa8c
sched: remove interactivity types
by Ingo Molnar
· 17 years ago
dff06c1
sched: clean up include files in sched.c
by Ingo Molnar
· 17 years ago
1b9f19c
sched: turn on the use of unstable events
by Ingo Molnar
· 17 years ago
bb29ab2
sched: x86, track TSC-unstable events
by Ingo Molnar
· 17 years ago
dd41f59
sched: cfs core code
by Ingo Molnar
· 17 years ago
f3479f1
sched: remove the sleep-bonus interactivity code
by Ingo Molnar
· 17 years ago
c18a173
sched: remove expired_starving()
by Ingo Molnar
· 17 years ago
f2ac58e
sched: remove sleep_type
by Ingo Molnar
· 17 years ago
45bf76d
sched: cfs, add load-calculation methods
by Ingo Molnar
· 17 years ago
1453118
sched: clean up __normal_prio() position
by Ingo Molnar
· 17 years ago
71f8bd4
sched: cleanup: move dequeue/enqueue_task()
by Ingo Molnar
· 17 years ago
c24d20d
sched: move around resched_task()
by Ingo Molnar
· 17 years ago
e05606d
sched: clean up the rt priority macros
by Ingo Molnar
· 17 years ago
138a8ae
sched: add cfs_rq ops
by Ingo Molnar
· 17 years ago
41b86e9
sched: make posix-cpu-timers use CFS's accounting information
by Ingo Molnar
· 17 years ago
20d315d
sched: add rq_clock()/__rq_clock()
by Ingo Molnar
· 17 years ago
6aa645e
sched: cfs rq data types
by Ingo Molnar
· 17 years ago
425e096
sched: move code into kernel/sched_stats.h
by Ingo Molnar
· 17 years ago
1df2105
sched: add init_idle_bootup_task()
by Ingo Molnar
· 17 years ago
f64f611
sched: remove sched_exit()
by Ingo Molnar
· 17 years ago
c65cc87
sched: uninline set_task_cpu()
by Ingo Molnar
· 17 years ago
0437e10
sched: zap the migration init / cache-hot balancing code
by Ingo Molnar
· 17 years ago
d15bcfd
sched: rename idle_type/SCHED_IDLE
by Ingo Molnar
· 17 years ago
92c4ca5
sched: fix next_interval determination in idle_balance()
by Christoph Lameter
· 18 years ago
fa490cf
Fix possible runqueue lock starvation in wait_task_inactive()
by Linus Torvalds
· 18 years ago
a0f98a1
sched: fix SysRq-N (normalize RT tasks)
by Ingo Molnar
· 18 years ago
98d82567
Prevent going idle with softirq pending
by Thomas Gleixner
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
5be9361
Eliminate lock_cpu_hotplug in kernel/schedc
by Gautham R Shenoy
· 18 years ago
d5f9f94
revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array'
by Andrew Morton
· 18 years ago
c339662
sched: align rq to cacheline boundary
by Siddha, Suresh B
· 18 years ago
bd53f96
sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array
by Dmitry Adamushko
· 18 years ago
4953198
sched: optimize siblings status check logic in wake_idle()
by Siddha, Suresh B
· 18 years ago
5517d86
Speed up divides by cpu_power in scheduler
by Eric Dumazet
· 18 years ago
46cb4b7
sched: dynticks idle load balancing
by Siddha, Suresh B
· 18 years ago
bdecea3
sched: fix idle load balancing in softirqd context
by Siddha, Suresh B
· 18 years ago
04c9167
add touch_all_softlockup_watchdogs()
by Jeremy Fitzhardinge
· 18 years ago
476f353
Safer nr_node_ids and nr_node_ids determination and initial values
by Christoph Lameter
· 18 years ago
39bc89f
make SysRq-T show all tasks again
by Ingo Molnar
· 18 years ago
d354d2f
sched.c: Remove unused variable 'relative'
by Linus Torvalds
· 18 years ago
35f6f75
[PATCH] sched: get rid of p->children use in show_task()
by Ingo Molnar
· 18 years ago
69f7c0a
[PATCH] sched: remove SMT nice
by Con Kolivas
· 18 years ago
7355690
[PATCH] sched: fix SMT scheduler bug
by Ingo Molnar
· 18 years ago
c1e16aa
[PATCH] Fix posix-cpu-timer breakage caused by stale p->last_ran value
by Thomas Gleixner
· 18 years ago
9226d12
[PATCH] i386: paravirt CPU hypercall batching mode
by Zachary Amsden
· 18 years ago
ff91691
[PATCH] sched: avoid div in rebalance_tick
by Nick Piggin
· 18 years ago
72fd4a3
[PATCH] Numerous fixes to kernel-doc info in source files.
by Robert P. J. Day
· 18 years ago
b035b6d
[PATCH] Consolidate default sched_clock()
by Alexey Dobriyan
· 18 years ago
e5e5673
[PATCH] sched: tasks cannot run on cpus onlined after boot
by Nathan Lynch
· 18 years ago
9414232
[PATCH] sched: fix cond_resched_softirq() offset
by Ingo Molnar
· 18 years ago
67af63a
[PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map
by Tim Chen
· 18 years ago
Next »