aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-02-05wait: prevent exclusive waiter starvationJohannes Weiner
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton
2009-02-05kernel/async.c: fix printk warningsAndrew Morton
2009-02-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-02-04Merge branch 'core/xen' into x86/urgentIngo Molnar
2009-02-03ftrace: do_each_pid_task() needs rcu lockOleg Nesterov
2009-02-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-02-02modules: Use a better scheme for refcountingEric Dumazet
2009-02-01irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu
2009-02-01sched_rt: don't use first_cpu on cpumask created with cpumask_andRusty Russell
2009-02-01sched: fix buddie group latencyPeter Zijlstra
2009-02-01sched: clear buddies more aggressivelyMike Galbraith
2009-02-01sched: symmetric sync vs avg_overlapPeter Zijlstra
2009-02-01sched: fix sync wakeupsPeter Zijlstra
2009-01-31Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-31Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-01-31Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-01-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-01-30hrtimer: prevent negative expiry value after clock_was_set()Thomas Gleixner
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue
2009-01-30hrtimers: increase clock min delta threshold while interrupt hangingFrederic Weisbecker
2009-01-30generic-ipi: use per cpu data for single cpu ipi callsSteven Rostedt
2009-01-29cgroup: fix root_count when mount fails due to busy subsystemPaul Menage
2009-01-29cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage
2009-01-29cgroups: fix lock inconsistency in cgroup_clone()Li Zefan
2009-01-29cgroups: use hierarchy mutex in creation failure pathKAMEZAWA Hiroyuki
2009-01-27cpumask fallout: Initialize irq_default_affinity earlierDavid Daney
2009-01-27Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney
2009-01-27Merge branch 'hibern_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2009-01-27Hibernation: Introduce system_entering_hibernationRafael J. Wysocki
2009-01-27signals, debug: fix BUG: using smp_processor_id() in preemptible code in prin...Ed Swierk
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds
2009-01-26Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-01-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-01-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-01-22ring-buffer: reset timestamps when ring buffer is resetSteven Rostedt
2009-01-22Merge branch 'core/debugobjects' into core/urgentThomas Gleixner
2009-01-21trace: set max latency variable to zero on defaultSteven Rostedt
2009-01-21trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt
2009-01-21trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt
2009-01-21ring_buffer: reset write when reserve buffer failLai Jiangshan
2009-01-21tracing/function-graph-tracer: fix a regression while suspend to diskFrederic Weisbecker
2009-01-21dma-coherent: Restore dma_alloc_from_coherent() large alloc fall back policy.Paul Mundt
2009-01-21dma-coherent: per-device coherent area is in pages, not bytes.Adrian McMenamin
2009-01-20ring-buffer: fix alignment problemSteven Rostedt
2009-01-19work_on_cpu: Use our own workqueue.Rusty Russell
2009-01-19work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell
2009-01-19cpuset: fix possible deadlock in async_rebuild_sched_domainsMiao Xie
2009-01-18hrtimers: fix inconsistent lock state on resume in hres_timers_resumePeter Zijlstra