index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-12
sched: export kick_process
Rusty Russell
1
-0
/
+1
2009-06-11
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+51
2009-06-11
sched: use slab in cpupri_init()
Pekka Enberg
1
-1
/
+1
2009-06-11
sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()
Pekka Enberg
1
-4
/
+4
2009-06-11
sched: use kzalloc() instead of the bootmem allocator
Pekka Enberg
1
-12
/
+8
2009-06-11
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-44
/
+315
2009-06-10
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+47
2009-06-10
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2009-06-10
Merge branch 'sched-docs-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+23
2009-06-02
perf_counter: Fix cpu migration counter
Paul Mackerras
1
-0
/
+1
2009-06-02
perf_counter: Initialize per-cpu context earlier on cpu up
Paul Mackerras
1
-2
/
+4
2009-05-23
perf_counter: Fix dynamic irq_period logging
Peter Zijlstra
1
-1
/
+2
2009-05-22
perf_counter: Optimize context switch between identical inherited contexts
Paul Mackerras
1
-1
/
+1
2009-05-19
sched: properly define the sched_group::cpumask and sched_domain::span fields
Ingo Molnar
1
-2
/
+3
2009-05-18
Merge commit 'v2.6.30-rc6' into perfcounters/core
Ingo Molnar
1
-1
/
+1
2009-05-15
sched, timers: cleanup avenrun users
Thomas Gleixner
1
-0
/
+15
2009-05-15
sched, timers: move calc_load() to scheduler
Thomas Gleixner
1
-10
/
+74
2009-05-11
Merge commit 'v2.6.30-rc5' into sched/core
Ingo Molnar
1
-4
/
+8
2009-05-08
Merge branch 'x86/urgent' into x86/xen
Ingo Molnar
1
-16
/
+150
2009-05-07
Merge branch 'tracing/hw-branch-tracing' into tracing/core
Ingo Molnar
1
-0
/
+43
2009-05-07
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-4
/
+8
2009-05-07
sched: emit thread info flags with stack trace
David Rientjes
1
-2
/
+3
2009-05-06
tracepoint: trace_sched_migrate_task(): remove parameter
Mathieu Desnoyers
1
-1
/
+1
2009-05-05
sched: rt: document the risk of small values in the bandwidth settings
Peter Zijlstra
1
-0
/
+7
2009-05-04
perf_counter: initialize the per-cpu context earlier
Ingo Molnar
1
-1
/
+4
2009-04-29
sched: account system time properly
Eric Dumazet
1
-1
/
+1
2009-04-29
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-15
/
+149
2009-04-29
sched: Document memory barriers implied by sleep/wake-up primitives
David Howells
1
-0
/
+23
2009-04-24
Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
Ingo Molnar
1
-15
/
+149
2009-04-21
sched: Replace first_cpu() with cpumask_first() in ILB nomination code
Gautham R Shenoy
1
-1
/
+1
2009-04-20
sched: remove extra call overhead for schedule()
Peter Zijlstra
1
-8
/
+4
2009-04-20
perfcounters, sched: remove __task_delta_exec()
Ingo Molnar
1
-23
/
+0
2009-04-17
sched: Avoid printing sched_group::__cpu_power for default case
Gautham R Shenoy
1
-2
/
+6
2009-04-15
sched: use group_first_cpu() instead of cpumask_first(sched_group_cpus())
Miao Xie
1
-2
/
+2
2009-04-14
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
1
-1
/
+1
2009-04-14
tracing: create automated trace defines
Steven Rostedt
1
-7
/
+3
2009-04-14
wait: don't use __wake_up_common()
Johannes Weiner
1
-1
/
+1
2009-04-14
sched: Nominate a power-efficient ilb in select_nohz_balancer()
Gautham R Shenoy
1
-1
/
+17
2009-04-14
sched: Nominate idle load balancer from a semi-idle package.
Gautham R Shenoy
1
-9
/
+118
2009-04-14
tracing, sched: mark get_parent_ip() notrace
Lai Jiangshan
1
-1
/
+1
2009-04-08
Merge commit 'v2.6.30-rc1' into sched/urgent
Ingo Molnar
1
-353
/
+788
2009-04-07
Merge commit 'origin/master' into for-linus/xen/master
Jeremy Fitzhardinge
1
-36
/
+125
2009-04-07
sched, hw-branch-tracer: add wait_task_context_switch() function to sched.h
Markus Metzger
1
-0
/
+43
2009-04-07
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-3
/
+11
2009-04-07
perf_counter: remove rq->lock usage
Peter Zijlstra
1
-20
/
+0
2009-04-06
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+11
2009-04-06
perf_counter: generic context switch event
Peter Zijlstra
1
-6
/
+0
2009-04-06
Merge branch 'linus' into perfcounters/core-v2
Ingo Molnar
1
-325
/
+809
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+4
2009-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
Linus Torvalds
1
-21
/
+22
[next]