aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis2-9/+10
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis1-7/+0
2008-04-19sched: remove another cpumask_t variable from stackMike Travis1-9/+6
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis2-2/+14
2008-04-19cpumask: reduce stack usage in SD_x_INIT initializersMike Travis1-120/+248
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-15/+14
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis3-5/+6
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis2-22/+17
2008-04-19generic: use new set_cpus_allowed_ptr functionMike Travis4-11/+14
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 Travis1-1/+1
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 Zijlstra5-88/+313
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 Molnar4-23/+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-19x86: fpu xstate split fixSuresh Siddha1-3/+7
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha1-6/+25
2008-04-19x86: tsc prevent time going backwardsThomas Gleixner1-0/+2
2008-04-19generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSCErik Bosman1-1/+12
2008-04-18kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox6-7/+1
2008-04-19Audit: Final renamings and cleanupAhmed S. Darwish2-26/+26
2008-04-19SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish1-25/+0
2008-04-19Audit: internally use the new LSM audit hooksAhmed S. Darwish3-55/+22
2008-04-19Audit: use new LSM hooks instead of SELinux exportsAhmed S. Darwish3-37/+43
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds7-55/+54
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds3-0/+1713
2008-04-18Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds2-1/+265
2008-04-18Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds3-3/+5
2008-04-18ptrace_signal subroutineRoland McGrath1-29/+42
2008-04-18cgroup: fix a race condition in manipulating tsk->cg_listLi Zefan1-1/+6
2008-04-17kgdb: always use icache flush for sw breakpointsJason Wessel1-2/+2
2008-04-17kgdb: fix SMP NMI kgdb_handle_exception exit raceJason Wessel1-19/+8
2008-04-17kgdb: fix several kgdb regressionsJason Wessel1-6/+8
2008-04-17kgdb: fix optional arch functions and probe_kernel_*Jason Wessel1-0/+11
2008-04-17kgdb: add x86 HW breakpointsJason Wessel1-2/+2
2008-04-17kgdb: print breakpoint removed on exceptionJason Wessel1-1/+2