Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | sched: clean up some unused variables | Peter Zijlstra | 2008-06-27 | 1 | -2/+0 | |
| * | | | | | Merge branch 'linus' into sched/devel | Ingo Molnar | 2008-06-25 | 48 | -498/+644 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'linus' into sched/devel | Ingo Molnar | 2008-06-23 | 283 | -5424/+9851 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | sched: rt: dont stop the period timer when there are tasks wanting to run | Peter Zijlstra | 2008-06-20 | 1 | -1/+2 | |
| * | | | | | | | sched: rt: fix the bandwidth contraint computations | Peter Zijlstra | 2008-06-20 | 1 | -3/+8 | |
| * | | | | | | | sched: rt: move some code around | Peter Zijlstra | 2008-06-20 | 1 | -62/+57 | |
| * | | | | | | | sched: rt: fix SMP bandwidth balancing for throttled groups | Peter Zijlstra | 2008-06-20 | 1 | -12/+29 | |
| * | | | | | | | sched: debug: add some rt debug output | Peter Zijlstra | 2008-06-20 | 2 | -3/+51 | |
| * | | | | | | | Merge branch 'sched' into sched-devel | Ingo Molnar | 2008-06-19 | 2 | -30/+40 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sched: rework of "prioritize non-migratable tasks over migratable ones" | Dmitry Adamushko | 2008-06-18 | 2 | -39/+11 | |
| * | | | | | | | | sched: fix typo in Documentation/scheduler/sched-rt-group.txt | Hiroshi Shimamoto | 2008-06-18 | 1 | -2/+2 | |
| * | | | | | | | | Merge branch 'linus' into sched-devel | Ingo Molnar | 2008-06-16 | 393 | -2468/+3936 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sched: kill off dead cfs_rq_set_shares() | Paul Mundt | 2008-06-10 | 1 | -8/+0 | |
| * | | | | | | | | | sched: trivial sched_features cleanup | Mike Galbraith | 2008-06-10 | 1 | -2/+0 | |
| * | | | | | | | | | sched: prevent bound kthreads from changing cpus_allowed | David Rientjes | 2008-06-10 | 4 | -1/+21 | |
| * | | | | | | | | | sched: fix hotplug cpus on ia64 | Peter Zijlstra | 2008-06-10 | 2 | -9/+115 | |
| * | | | | | | | | | sched: move weighted_cpuload into #ifdef CONFIG_SMP section | Thomas Gleixner | 2008-06-06 | 1 | -6/+6 | |
| * | | | | | | | | | sched: Move cpu masks from kernel/sched.c into kernel/cpu.c | Max Krasnyansky | 2008-06-06 | 3 | -20/+26 | |
| * | | | | | | | | | sched: CPU hotplug events must not destroy scheduler domains created by the c... | Max Krasnyansky | 2008-06-06 | 2 | -0/+28 | |
| * | | | | | | | | | sched: fix cpuprio build bug | Ingo Molnar | 2008-06-06 | 1 | -1/+4 | |
| * | | | | | | | | | sched: fix the cpuprio count really | Thomas Gleixner | 2008-06-06 | 1 | -2/+2 | |
| * | | | | | | | | | sched: fix cpupri priocount | Gregory Haskins | 2008-06-06 | 1 | -1/+1 | |
| * | | | | | | | | | sched: fix cpupri hotplug support | Gregory Haskins | 2008-06-06 | 3 | -22/+60 | |
| * | | | | | | | | | sched: print the sd->level in sched_domain_debug code | Gautham R Shenoy | 2008-06-06 | 1 | -1/+24 | |
| * | | | | | | | | | sched: update the sched-domains debug documentation | Gautham R Shenoy | 2008-06-06 | 1 | -5/+2 | |
| * | | | | | | | | | sched: add comments for ifdefs in sched.c | Dhaval Giani | 2008-06-06 | 1 | -38/+38 | |
| * | | | | | | | | | sched: print module list in the "scheduling while atomic" warning | Arjan van de Ven | 2008-06-06 | 1 | -0/+1 | |
| * | | | | | | | | | sched: reorder task_struct to reduce padding on 64bit builds | Richard Kennedy | 2008-06-06 | 1 | -8/+8 | |
| * | | | | | | | | | sched: fix defined-but-unused warning | Rabin Vincent | 2008-06-06 | 1 | -0/+2 | |
| * | | | | | | | | | namespacecheck: more sched.c fixes | Ingo Molnar | 2008-06-06 | 1 | -18/+0 | |
| * | | | | | | | | | namespacecheck: fixes in kernel/sched.c | Thomas Gleixner | 2008-06-06 | 1 | -1/+1 | |
| * | | | | | | | | | sched: check for SD_SERIALIZE atomically in rebalance_domains() | Dmitry Adamushko | 2008-06-06 | 1 | -2/+4 | |
| * | | | | | | | | | sched: fix SCHED_OTHER balance iterator to include all tasks | Gregory Haskins | 2008-06-06 | 1 | -12/+7 | |
| * | | | | | | | | | sched: use a 2-d bitmap for searching lowest-pri CPU | Gregory Haskins | 2008-06-06 | 5 | -77/+239 | |
| * | | | | | | | | | sched: make !hrtick faster | Mike Galbraith | 2008-06-06 | 1 | -3/+5 | |
| * | | | | | | | | | sched: prioritize non-migratable tasks over migratable ones | Gregory Haskins | 2008-06-06 | 2 | -9/+72 | |
* | | | | | | | | | | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-07-14 | 407 | -16658/+24394 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge commit 'v2.6.26' into x86/core | Ingo Molnar | 2008-07-14 | 21 | -43/+107 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | x86: make 64bit hpet_set_mapping to use ioremap too, v2 | Yinghai Lu | 2008-07-14 | 2 | -17/+4 | |
| * | | | | | | | | | | x86: get x86_phys_bits early | Yinghai Lu | 2008-07-14 | 3 | -26/+8 | |
| * | | | | | | | | | | x86: max_low_pfn_mapped fix #4 | Yinghai Lu | 2008-07-14 | 1 | -5/+2 | |
| * | | | | | | | | | | x86: change _node_to_cpumask_ptr to return const ptr | Mike Travis | 2008-07-13 | 3 | -10/+11 | |
| * | | | | | | | | | | x86: I/O APIC: remove an IRQ2-mask hack | Maciej W. Rozycki | 2008-07-13 | 5 | -32/+0 | |
| * | | | | | | | | | | x86: fix numaq_tsc_disable calling | Yinghai Lu | 2008-07-13 | 4 | -3/+18 | |
| * | | | | | | | | | | x86, e820: remove end_user_pfn | Yinghai Lu | 2008-07-13 | 1 | -17/+2 | |
| * | | | | | | | | | | x86: max_low_pfn_mapped fix, #3 | Yinghai Lu | 2008-07-13 | 1 | -0/+14 | |
| * | | | | | | | | | | x86: max_low_pfn_mapped fix, #2 | Yinghai Lu | 2008-07-13 | 4 | -6/+7 | |
| * | | | | | | | | | | x86: max_low_pfn_mapped fix, #1 | Yinghai Lu | 2008-07-13 | 1 | -0/+11 | |
| * | | | | | | | | | | Merge branch 'linus' into x86/core | Ingo Molnar | 2008-07-12 | 62 | -190/+1812 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86_64: fix delayed signals | Roland McGrath | 2008-07-12 | 1 | -4/+3 |