summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-05-08cpu_stop: add dummy implementation for UPTejun Heo-1/+5
2010-05-07rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney-0/+1
2010-05-06sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney-10/+11
2010-05-06sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo-37/+3
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo-240/+127
2010-05-06stop_machine: reimplement using cpu_stopTejun Heo-140/+40
2010-05-06cpu_stop: implement stop_cpu[s]()Tejun Heo-5/+367
2010-04-23sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha-42/+40
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra-7/+8
2010-04-23sched: Cure load average vs NO_HZ woesPeter Zijlstra-15/+68
2010-04-15sched: Fix UP update_avg() build warningMike Galbraith-6/+6
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar-193/+309
2010-04-10PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby-1/+1
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki-1/+5
2010-04-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+10
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard-1/+1
2010-04-05Fix up possibly racy module refcountingNick Piggin-8/+27
2010-04-05audit: preface audit printk with auditEric Paris-1/+1
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds-6/+44
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-47/+78
2010-04-05Merge branch 'master' into export-slabhTejun Heo-129/+153
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+23
2010-04-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+1
2010-04-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+7
2010-04-03perf: Always build the stub perf_arch_fetch_caller_regs versionFrederic Weisbecker-2/+1
2010-04-02Merge branch 'kgdb-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds-102/+103
2010-04-02Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-6/+8
2010-04-02kgdb: Turn off tracing while in the debuggerJason Wessel-0/+8
2010-04-02kgdb: use atomic_inc and atomic_dec instead of atomic_setJason Wessel-8/+7
2010-04-02kgdb: eliminate kgdb_wait(), all cpus enter the same wayJason Wessel-83/+82
2010-04-02kgdb: have ebin2mem call probe_kernel_write onceJason Wessel-14/+9
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra-37/+30
2010-04-02sched: Fix nr_uninterruptible countPeter Zijlstra-2/+6
2010-04-02sched: Optimize task_rq_lock()Peter Zijlstra-8/+15
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra-47/+34
2010-04-02sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov-3/+43
2010-04-02sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov-13/+7
2010-04-02sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov-17/+8
2010-04-02sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov-7/+6
2010-04-02sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov-15/+15
2010-04-02sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov-33/+4
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan-40/+1
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov-1/+1
2010-04-02sched: Fix proc_sched_set_task()Mike Galbraith-4/+0
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar-789/+2950
2010-04-02perf: Fix 'perf sched record' deadlockMike Galbraith-3/+12
2010-04-02Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-5/+10
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker-3/+1
2010-04-01perf: Correctly align perf event tracing bufferFrederic Weisbecker-2/+9