index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-27
[PATCH] unnecessary long index i in sched
Steven Rostedt
1
-1
/
+2
2006-06-27
[PATCH] sched: fix interactive ceiling code
Con Kolivas
1
-25
/
+27
2006-06-27
[PATCH] sched: simplify bitmap definition
Steven Rostedt
1
-3
/
+1
2006-06-27
[PATCH] sched: fix smt nice lock contention and optimization
Chen, Kenneth W
1
-123
/
+59
2006-06-27
[PATCH] cpu hotplug: make cpu_notifier related notifier calls __cpuinit only
Chandra Seetharaman
1
-3
/
+4
2006-06-27
[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17
Chandra Seetharaman
1
-1
/
+1
2006-06-26
Merge branch 'x86-64'
Linus Torvalds
1
-2
/
+7
2006-06-26
[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status
Andi Kleen
1
-2
/
+7
2006-06-26
[PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()
Peter Williams
1
-1
/
+1
2006-06-25
[PATCH] cpu hotplug: fix CPU_UP_CANCEL handling
Heiko Carstens
1
-0
/
+2
2006-06-25
[PATCH] Define __raw_get_cpu_var and use it
Paul Mackerras
1
-2
/
+2
2006-06-23
[PATCH] cond_resched() might_sleep() fix
Ingo Molnar
1
-0
/
+3
2006-06-23
[PATCH] SELinux: add security hooks to {get,set}affinity
David Quigley
1
-1
/
+8
2006-05-21
Revert "[PATCH] sched: fix interactive task starvation"
Linus Torvalds
1
-44
/
+18
2006-04-26
[PATCH] Remove __devinitdata from notifier block definitions
Chandra Seetharaman
1
-1
/
+1
2006-04-11
[PATCH] sched: don't awaken RT tasks on expired array
Mike Galbraith
1
-1
/
+1
2006-04-11
[PATCH] sched: fix interactive task starvation
Mike Galbraith
1
-18
/
+44
2006-03-31
[PATCH] sched: activate SCHED BATCH expired
Con Kolivas
1
-3
/
+7
2006-03-31
[PATCH] sched: remove on runqueue requeueing
Con Kolivas
1
-2
/
+1
2006-03-31
[PATCH] sched: include noninteractive sleep in idle detect
Con Kolivas
1
-2
/
+1
2006-03-31
[PATCH] sched: dont decrease idle sleep avg
Con Kolivas
1
-5
/
+10
2006-03-31
[PATCH] sched: make task_noninteractive use sleep_type
Con Kolivas
1
-8
/
+8
2006-03-31
[PATCH] sched: cleanup task_activated()
Con Kolivas
1
-9
/
+15
2006-03-31
[PATCH] sched: reduce overhead of calc_load
Jack Steiner
1
-0
/
+15
2006-03-28
[PATCH] for_each_possible_cpu: fixes for generic part
KAMEZAWA Hiroyuki
1
-4
/
+4
2006-03-27
[PATCH] sched: fix group power for allnodes_domains
Siddha, Suresh B
1
-33
/
+29
2006-03-27
[PATCH] sched: new sched domain for representing multi-core
Siddha, Suresh B
1
-5
/
+68
2006-03-27
[PATCH] Small schedule() optimization
Andreas Mohr
1
-7
/
+5
2006-03-27
[PATCH] sched: fix task interactivity calculation
Martin Andersson
1
-1
/
+2
2006-03-26
[PATCH] kretprobe instance recycled by parent process
bibo mao
1
-1
/
+8
2006-03-23
[PATCH] make bug messages more consistent
Ingo Molnar
1
-2
/
+2
2006-03-23
[PATCH] fix scheduler deadlock
Anton Blanchard
1
-2
/
+7
2006-03-22
[PATCH] sched: remove sleep_avg multiplier
Mike Galbraith
1
-6
/
+0
2006-03-11
[PATCH] remove __put_task_struct_cb export again
Christoph Hellwig
1
-7
/
+0
2006-03-08
[PATCH] idle threads should have a sane ->timestamp value
Ingo Molnar
1
-0
/
+1
2006-03-06
Add early-boot-safety check to cond_resched()
Linus Torvalds
1
-0
/
+2
2006-02-17
[PATCH] Introduce CONFIG_DEFAULT_MIGRATION_COST
Ingo Molnar
1
-1
/
+12
2006-02-14
[PATCH] sched: revert "filter affine wakeups"
Chen, Kenneth W
1
-9
/
+1
2006-02-10
[PATCH] sched: remove smpnice
Nick Piggin
1
-111
/
+18
2006-02-05
[PATCH] sched: only print migration_cost once per boot
Chuck Ebbert
1
-6
/
+8
2006-02-05
[PATCH] percpu data: only iterate over possible CPUs
Eric Dumazet
1
-1
/
+1
2006-02-01
[PATCH] sys_sched_getaffinity() & hotplug
Jack Steiner
1
-1
/
+1
2006-01-31
[PATCH] Fix boot-time slowdown for measure_migration_cost
Ingo Molnar
1
-3
/
+3
2006-01-18
[PATCH] fix sched_setscheduler semantics
Jason Baron
1
-0
/
+4
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-8
/
+8
2006-01-14
[PATCH] sched: add new SCHED_BATCH policy
Ingo Molnar
1
-15
/
+33
2006-01-12
[PATCH] sched: filter affine wakeups
akpm@osdl.org
1
-1
/
+9
2006-01-12
[PATCH] scheduler cache-hot-autodetect
akpm@osdl.org
1
-0
/
+468
2006-01-11
[PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly
Andi Kleen
1
-3
/
+3
2006-01-11
[PATCH] move capable() to capability.h
Randy.Dunlap
1
-0
/
+1
[prev]
[next]