index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
tea.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-08-09
sched: remove the 'u64 now' parameter from pick_next_task()
Ingo Molnar
1
-3
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from ->pick_next_task()
Ingo Molnar
5
-6
/
+6
2007-08-09
sched: remove the 'u64 now' parameter from ->dequeue_task()
Ingo Molnar
5
-8
/
+5
2007-08-09
sched: remove the 'u64 now' parameter from ->enqueue_task()
Ingo Molnar
4
-7
/
+4
2007-08-09
sched: remove the 'u64 now' parameter from update_curr_rt()
Ingo Molnar
1
-3
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from put_prev_entity()
Ingo Molnar
1
-3
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from pick_next_entity()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from set_next_entity()
Ingo Molnar
1
-3
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from dequeue_entity()
Ingo Molnar
1
-5
/
+4
2007-08-09
sched: remove the 'u64 now' parameter from enqueue_entity()
Ingo Molnar
1
-5
/
+4
2007-08-09
sched: remove the 'u64 now' parameter from enqueue_sleeper()
Ingo Molnar
1
-3
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from __enqueue_sleeper()
Ingo Molnar
1
-3
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_curr_end()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_dequeue()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_curr_start()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_wait_end()
Ingo Molnar
1
-3
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from __update_stats_wait_end()
Ingo Molnar
1
-2
/
+2
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_enqueue()
Ingo Molnar
1
-4
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from update_stats_wait_start()
Ingo Molnar
1
-3
/
+3
2007-08-09
sched: remove the 'u64 now' parameter from update_curr()
Ingo Molnar
1
-7
/
+7
2007-08-09
sched: remove the 'u64 now' parameter from print_cfs_rq()
Ingo Molnar
3
-6
/
+6
2007-08-09
sched: remove 'now' use from assignments
Ingo Molnar
3
-16
/
+17
2007-08-09
sched: remove __rq_clock()
Ingo Molnar
1
-7
/
+0
2007-08-09
sched: eliminate __rq_clock() use
Ingo Molnar
2
-4
/
+13
2007-08-09
sched: remove rq_clock()
Ingo Molnar
1
-6
/
+0
2007-08-09
sched: eliminate rq_clock() use
Ingo Molnar
2
-17
/
+40
2007-08-09
sched: add [__]update_rq_clock(rq)
Ingo Molnar
1
-8
/
+22
2007-08-09
sched: fix bug in balance_tasks()
Peter Williams
5
-54
/
+27