aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-4/+24
2008-11-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-26/+47
2008-11-11sched: release buddies on yieldPeter Zijlstra1-5/+12
2008-11-11timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq contextGautham R Shenoy1-1/+16
2008-11-11Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar10-70/+235
2008-11-11fix for account_group_exec_runtime(), make sure ->signal can't be freed under rq->lockOleg Nesterov2-0/+13
2008-11-10ring-buffer: prevent infinite looping on time stampingSteven Rostedt1-1/+1
2008-11-10ftrace: disable tracing on resizeSteven Rostedt1-1/+16
2008-11-10nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner1-0/+4
2008-11-10irq: call __irq_enter() before calling the tick_idle_checkThomas Gleixner1-3/+4
2008-11-10sched: clean up debug infoPeter Zijlstra2-21/+22
2008-11-09Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+48
2008-11-07sched: fix memory leak in a failure pathLi Zefan1-0/+1
2008-11-07sched: fix a bug in sched domain degenerateLi Zefan1-2/+4
2008-11-06Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-36/+111
2008-11-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-29/+54
2008-11-06cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan1-1/+0
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell2-0/+48
2008-11-06Add round_jiffies_up and related routinesAlan Stern1-30/+99
2008-11-06generic-ipi: fix the smp_mb() placementSuresh Siddha1-6/+12
2008-11-05sched: fix buddies for group schedulingPeter Zijlstra1-2/+14
2008-11-05sched: backward looking buddyPeter Zijlstra3-9/+30
2008-11-05sched: fix fair preempt checkPeter Zijlstra1-0/+3
2008-11-05sched: cleanup fair task selectionPeter Zijlstra1-22/+11
2008-11-05ftrace: fix breakage in bin_fmt resultsEric Anholt1-1/+1
2008-11-03tracing, ring-buffer: add paranoid checks for loopsSteven Rostedt1-0/+56
2008-11-03ftrace: use kretprobe trampoline name to test in outputSteven Rostedt1-18/+21
2008-11-03tracing, alpha: undefined reference to `save_stack_trace'Al Viro2-1/+3
2008-11-01PM_TEST_SUSPEND should depend on RTC_CLASS, not RTC_LIBAl Viro1-1/+1
2008-11-01reserve_region_with_split: Fix GFP_KERNEL usage under spinlockLinus Torvalds1-1/+1
2008-10-30Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-10/+17
2008-10-30Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+3
2008-10-31ftrace: handle archs that do not support irqs_disabled_flagsSteven Rostedt2-10/+17
2008-10-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+9
2008-10-30'kill sig -1' must only apply to caller's namespaceSukadev Bhattiprolu1-1/+2
2008-10-30kernel/profile: fix profile_init() section mismatchPaul Mundt1-1/+1
2008-10-30freezer_cg: simplify freezer_change_state()Li Zefan1-12/+7
2008-10-30freezer_cg: use thaw_process() in unfreeze_cgroup()Li Zefan2-21/+14
2008-10-30freezer_cg: remove redundant check in freezer_can_attach()Li Zefan1-9/+7
2008-10-30freezer_cg: fix improper BUG_ON() causing oopsLi Zefan1-1/+2
2008-10-30sched: change sched_debug's mode to 0444Li Zefan1-1/+1
2008-10-29ftrace: fix trace_nop config selectSteven Rostedt1-1/+1
2008-10-28resources: fix x86info results ioremap.c:226 __ioremap_caller+0xf2/0x2d6() WARNINGsSuresh Siddha1-1/+3
2008-10-28ftrace: perform an initialization for ftrace to enable itFrederic Weisbecker1-0/+8
2008-10-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-567/+143
2008-10-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-49/+9
2008-10-28Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-51/+131
2008-10-28ftrace: fix current_tracer error returnSteven Rostedt1-3/+4