aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-11-21perf_events: Fix default watermark calculationStephane Eranian1-1/+1
2009-11-21perf: Fix locking for PERF_FORMAT_GROUPPeter Zijlstra1-7/+13
2009-11-21perf: Fix event scaling for inherited countersPeter Zijlstra1-22/+26
2009-11-21perf: Fix time lockingPeter Zijlstra1-0/+9
2009-11-21perf: Simplify __perf_event_readPeter Zijlstra1-3/+2
2009-11-21perf: Simplify __perf_event_sync_statPeter Zijlstra1-4/+2
2009-11-21perf: Optimize __perf_event_read()Peter Zijlstra1-3/+0
2009-11-21perf: Optimize perf_event_task_sched_outPeter Zijlstra1-2/+2
2009-11-21perf: Fix PERF_FORMAT_GROUP scale infoPeter Zijlstra1-31/+21
2009-11-21perf: Optimize perf_event_mmap_ctx()Peter Zijlstra1-6/+1
2009-11-21perf: Optimize perf_event_comm_ctx()Peter Zijlstra1-6/+1
2009-11-21perf: Optimize perf_event_task_ctx()Peter Zijlstra1-6/+1
2009-11-21perf: Optimize perf_swevent_ctx_event()Peter Zijlstra1-6/+1
2009-11-21perf: Optimize some swcounter attr.sample_period==1 pathsPeter Zijlstra1-6/+11
2009-11-21perf: Allow for custom overflow handlersPeter Zijlstra1-1/+7
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar11-3/+1288
2009-11-20genirq: Fix spurious irq seqfile conversionThomas Gleixner1-1/+1
2009-11-19SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells1-9/+85
2009-11-19SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells4-11/+333
2009-11-19SLOW_WORK: Add delayed_slow_work supportJens Axboe1-2/+127
2009-11-19SLOW_WORK: Add support for cancellation of slow workJens Axboe1-6/+75
2009-11-19SLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optionalJens Axboe1-20/+16
2009-11-19SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells1-6/+126
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller40-639/+1040
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman2-134/+134
2009-11-18itimers: Fix racy writes to cpu_itimer fieldsStanislaw Gruszka1-2/+5
2009-11-18generic-ipi: Add smp_call_function_any()Rusty Russell1-0/+45
2009-11-18genirq: switch /proc/irq/*/spurious to seq_fileAlexey Dobriyan1-15/+21
2009-11-18posix-cpu-timers: optimize and document timer_create callbackStanislaw Gruszka1-3/+2
2009-11-18clockevents: Add missing include to pacify sparseH Hartley Sweeten1-0/+2
2009-11-17workqueue: fix race condition in schedule_on_each_cpu()Tejun Heo1-15/+13
2009-11-17tracing: Prevent build warning: 'ftrace_graph_buf' defined but not usedLai Jiangshan1-1/+1
2009-11-17tracing: Fix trace_marker outputCarsten Emde1-25/+14
2009-11-17ring-buffer: Move access to commit_page up into function usedSteven Rostedt1-6/+3
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpLin Ming1-3/+3
2009-11-17Merge branch 'perf/core' into perf/probesIngo Molnar26-200/+375
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman9-66/+108
2009-11-16perf_event: Optimize perf_output_lock()Peter Zijlstra1-10/+11
2009-11-16sched: Sched_rt_periodic_timer vs cpu hotplugPeter Zijlstra1-0/+2
2009-11-16workqueue: Add debugobjects supportThomas Gleixner1-3/+128
2009-11-15sched, kvm: Fix race condition involving sched_in_preempt_notifersTejun Heo1-1/+1
2009-11-15Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar1-0/+2
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar9-66/+108
2009-11-14rcu: Eliminate __rcu_pending() false positivesPaul E. McKenney1-2/+4
2009-11-14rcu: Further cleanups of use of lastcompPaul E. McKenney1-7/+6
2009-11-14clocksource/events: Fix fallout of generic code changesThomas Gleixner1-2/+2
2009-11-13locking: Reduce ifdefs in kernel/spinlock.cThomas Gleixner1-131/+127
2009-11-13locking: Make inlining decision Kconfig basedThomas Gleixner2-28/+227
2009-11-13nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter4-11/+13
2009-11-13nohz: Track last do_timer() cpuThomas Gleixner1-24/+28