aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-09-18rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney2-37/+32
2009-09-18rcu: Add debug checks to TREE_PREEMPT_RCU for premature grace periodsPaul E. McKenney2-0/+27
2009-09-18rcutorture: Occasionally delay readers enough to make RCU force_quiescent_stateJosh Triplett1-6/+9
2009-09-18rcu: Initialize multi-level RCU grace periods holding locksPaul E. McKenney1-29/+12
2009-09-18rcu: Need to update rnp->gpnum if preemptable RCU is to be reliablePaul E. McKenney1-1/+5
2009-09-17perf_counter: Allow for a wakeup watermarkPeter Zijlstra1-13/+19
2009-09-17perf_counter: Do not throttle single swcounter eventsPeter Zijlstra1-4/+13
2009-09-17softirq: add BLOCK_IOPOLL to softirq_to_nameLi Zefan1-1/+1
2009-09-17tracing: switch function prints from %pf to %psSteven Rostedt3-7/+7
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar55-4375/+4003
2009-09-17sched: Fix SD_POWERSAVING_BALANCE|SD_PREFER_LOCAL vs SD_WAKE_AFFINEPeter Zijlstra1-15/+27
2009-09-17sched: Stop buddies from hogging the systemPeter Zijlstra1-3/+8
2009-09-17sched: Add new wakeup preemption mode: WAKEUP_RUNNINGPeter Zijlstra4-10/+27
2009-09-17sched: Fix TASK_WAKING & loadaverage breakageIngo Molnar1-0/+4
2009-09-17kprobes: Prevent re-registration of the same kprobeAnanth N Mavinakayanahalli1-20/+38
2009-09-17tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu1-2/+2
2009-09-17tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu1-5/+12
2009-09-17tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu1-22/+63
2009-09-17ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu1-0/+5
2009-09-17ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu1-1/+4
2009-09-17tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu1-23/+19
2009-09-17tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu1-6/+27
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-177/+0
2009-09-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+4
2009-09-16sched: Rename flags to wake_flagsPeter Zijlstra1-3/+3
2009-09-16sched: Clean up the load_idx selection in select_task_rq_fairPeter Zijlstra1-19/+8
2009-09-16sched: Optimize cgroup vs wakeup a bitPeter Zijlstra3-22/+10
2009-09-16tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji1-2/+2
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen1-0/+25
2009-09-16HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen1-0/+22
2009-09-16sched: Implement a gentler fair-sleepers featureIngo Molnar2-2/+16
2009-09-16sched: Add SD_PREFER_LOCALPeter Zijlstra1-2/+5
2009-09-15block: fix linkage problem with blk_iopoll and !CONFIG_BLOCKJens Axboe1-0/+4
2009-09-15sched: Add a few SYNC hint knobs to play withPeter Zijlstra2-3/+21
2009-09-15sched: Fix sync wakeups againPeter Zijlstra1-4/+4
2009-09-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2009-09-15driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2-177/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds4-11/+11
2009-09-15Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+1
2009-09-15tracing: optimize global_trace_clock cachelinesSteven Rostedt1-10/+14
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+48
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2009-09-15hrtimer: Eliminate needless reprogramming of clock events deviceAshwin Chaugule1-18/+35
2009-09-15sched: Add WF_FORKPeter Zijlstra2-2/+2
2009-09-15sched: Rename sync argumentsPeter Zijlstra4-20/+24
2009-09-15sched: Rename select_task_rq() argumentPeter Zijlstra3-10/+10
2009-09-15sched: Feature to disable APERF/MPERF cpu_powerPeter Zijlstra2-2/+15
2009-09-15sched: Provide arch_scale_freq_powerPeter Zijlstra1-2/+19
2009-09-15sched: Improve latencies and throughputMike Galbraith1-1/+1
2009-09-15sched: Tweak wake_idxPeter Zijlstra1-3/+18