aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-08-02sched: Optimize unused cgroup configurationPeter Zijlstra
2009-08-02sched: Fix cgroup smp fairnessPeter Zijlstra
2009-08-02Merge branch 'sched/urgent' into sched/coreIngo Molnar
2009-08-02sched: Fix race in cpupri introduced by cpumask_var changesGregory Haskins
2009-08-02sched: Fix latencytop and sleep profiling vs group schedulingPeter Zijlstra
2009-07-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-07-30kprobes: Use kernel_text_address() for checking probe addressMasami Hiramatsu
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-29cgroups: fix pid namespace bugLi Zefan
2009-07-29kexec: fix omitting offset in extended crashkernel syntaxHidetoshi Seto
2009-07-29mm: copy over oom_adj value at fork timeRik van Riel
2009-07-27update the comment in kthread_stop()Oleg Nesterov
2009-07-27module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger
2009-07-24sched: Fix return value of migration_init()Thomas Gleixner
2009-07-23tracing/stat: Fix seqfile memory leakLi Zefan
2009-07-23function-graph: Fix seqfile memory leakLi Zefan
2009-07-23trace_stack: Fix seqfile memory leakLi Zefan
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-07-22Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-07-22Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-07-22Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-07-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-07-22perf: fix stack data leakArjan van de Ven
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra
2009-07-22perf: Fix stack data leakArjan van de Ven
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra
2009-07-22softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner
2009-07-19clocksource: Prevent NULL pointer dereferenceThomas Gleixner
2009-07-18timer: Avoid reading uninitialized dataPavel Roskin
2009-07-18sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker
2009-07-18sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker
2009-07-18sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker
2009-07-18sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker
2009-07-18sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker
2009-07-18Merge branch 'linus' into sched/coreIngo Molnar
2009-07-18sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner
2009-07-18profile: Suppress warning about large allocations when profile=1 is specifiedMel Gorman
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard
2009-07-18sched: Account for vruntime wrappingFabio Checconi
2009-07-16tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-07-14Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-07-14Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds