summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-19sched: mix tasks and groupsDhaval Giani3-14/+103
2008-04-19sched: fix checksIngo Molnar1-4/+6
2008-04-19sched: old sleeper bonusPeter Zijlstra2-3/+8
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis3-13/+21
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis2-7/+17
2008-04-19sched: remove another cpumask_t variable from stackMike Travis1-9/+6
2008-04-19cpumask: add show cpu map functionsMike Travis2-6/+59
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis6-20/+108
2008-04-19x86: modify show_shared_cpu_map in intel_cacheinfoMike Travis1-7/+23
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis3-4/+39
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis2-1/+12
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis3-163/+256
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis6-39/+42
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis5-29/+30
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis4-30/+26
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis7-21/+27
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis8-58/+61
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis1-28/+52
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis3-3/+4
2008-04-19numa: move large array from stack to _initdata sectionMike Travis1-1/+2
2008-04-19asm-generic: add node_to_cpumask_ptr macroMike Travis6-9/+35
2008-04-19x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.cMike Travis1-22/+27
2008-04-19x86: reduce memory and stack usage in intel_cacheinfoMike Travis1-30/+40
2008-04-19cpumask: add cpumask_scnprintf_len functionMike Travis3-0/+24
2008-04-19sched: fix cpus_allowed settingsGregory Haskins1-0/+1
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani1-0/+24
2008-04-19sched: cleanup cpuacct variable namesDhaval Giani1-9/+9
2008-04-19tasklets: execute tasklets in the same order they were queuedOlof Johansson1-22/+41
2008-04-19sched: rt-group: smp balancingPeter Zijlstra2-6/+122
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra6-88/+320
2008-04-19time: add ns_to_ktime()Ingo Molnar1-0/+6
2008-04-19sched: fix regression with sched yieldPeter Zijlstra1-1/+1
2008-04-19latencytop: optimize LT_BACKTRACEDEPTH loops a bitDmitry Adamushko1-10/+17
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar5-24/+0
2008-04-19sched: reenable sync wakeupsIngo Molnar1-5/+5
2008-04-19sched: cache hot buddyIngo Molnar1-7/+9
2008-04-19sched: feat affine wakeupsIngo Molnar1-1/+3
2008-04-19sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it offIngo Molnar1-1/+6
2008-04-19sched: fix wakeup granularity for buddiesPeter Zijlstra1-20/+49
2008-04-19sched: fix rq->clock overflows detection with CONFIG_NO_HZGuillaume Chazarain1-3/+35
2008-04-19sched: sched.c needs tick.hReynes Philippe1-0/+1
2008-04-19sched: make cpu_clock() globally synchronousIngo Molnar1-3/+49
2008-04-19sched: re-do "sched: fix fair sleepers"Ingo Molnar1-2/+4
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds18-335/+503
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds944-119960/+82686
2008-04-19security: fix up documentation for security_module_enableJames Morris1-1/+1
2008-04-19Security: Introduce security= boot parameterAhmed S. Darwish8-4/+83
2008-04-19Audit: Final renamings and cleanupAhmed S. Darwish4-28/+93
2008-04-19SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish5-108/+71
2008-04-19Audit: internally use the new LSM audit hooksAhmed S. Darwish3-55/+22