summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-04-19sched: fix the task_group hierarchy for UID groupingPeter Zijlstra
2008-04-19sched: allow the group scheduler to have multiple levelsDhaval Giani
2008-04-19sched: mix tasks and groupsDhaval Giani
2008-04-19sched: fix checksIngo Molnar
2008-04-19sched: old sleeper bonusPeter Zijlstra
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis
2008-04-19sched: remove another cpumask_t variable from stackMike Travis
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis
2008-04-19sched: remove fixed NR_CPUS sized arrays in kernel_sched_cMike Travis
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis
2008-04-19sched: fix cpus_allowed settingsGregory Haskins
2008-04-19sched: allow cpuacct stats to be resetDhaval Giani
2008-04-19sched: cleanup cpuacct variable namesDhaval Giani
2008-04-19tasklets: execute tasklets in the same order they were queuedOlof Johansson
2008-04-19sched: rt-group: smp balancingPeter Zijlstra
2008-04-19sched: rt-group: synchonised bandwidth periodPeter Zijlstra
2008-04-19sched: fix regression with sched yieldPeter Zijlstra
2008-04-19latencytop: optimize LT_BACKTRACEDEPTH loops a bitDmitry Adamushko
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar
2008-04-19sched: reenable sync wakeupsIngo Molnar
2008-04-19sched: cache hot buddyIngo Molnar
2008-04-19sched: feat affine wakeupsIngo Molnar
2008-04-19sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it offIngo Molnar
2008-04-19sched: fix wakeup granularity for buddiesPeter Zijlstra
2008-04-19sched: fix rq->clock overflows detection with CONFIG_NO_HZGuillaume Chazarain
2008-04-19sched: sched.c needs tick.hReynes Philippe
2008-04-19sched: make cpu_clock() globally synchronousIngo Molnar
2008-04-19sched: re-do "sched: fix fair sleepers"Ingo Molnar
2008-04-19Audit: Final renamings and cleanupAhmed S. Darwish
2008-04-19SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish
2008-04-19Audit: internally use the new LSM audit hooksAhmed S. Darwish
2008-04-19Audit: use new LSM hooks instead of SELinux exportsAhmed S. Darwish
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds
2008-04-18Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds
2008-04-18Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds
2008-04-18ptrace_signal subroutineRoland McGrath
2008-04-18cgroup: fix a race condition in manipulating tsk->cg_listLi Zefan
2008-04-17kgdb: always use icache flush for sw breakpointsJason Wessel
2008-04-17kgdb: fix SMP NMI kgdb_handle_exception exit raceJason Wessel
2008-04-17kgdb: fix several kgdb regressionsJason Wessel
2008-04-17kgdb: fix optional arch functions and probe_kernel_*Jason Wessel
2008-04-17kgdb: add x86 HW breakpointsJason Wessel
2008-04-17kgdb: print breakpoint removed on exceptionJason Wessel