aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-2915-68/+141
|\
| * hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Mahesh Salgaonkar2010-01-281-0/+4
| * Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-01-241-1/+2
| |\
| | * clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng2010-01-181-1/+2
| * | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds2010-01-243-1/+7
| |\ \
| | * | kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-313-1/+7
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-212-2/+10
| |\ \ \
| | * | | perf: Honour event state for aux stream dataPeter Zijlstra2010-01-211-0/+9
| | * | | perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra2010-01-211-2/+1
| | | |/ | | |/|
| * | | sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang2010-01-211-1/+4
| * | | sched: Fix vmark regression on big machinesMike Galbraith2010-01-211-1/+1
| |/ /
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-01-161-15/+12
| |\ \
| | * | futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro2010-01-131-15/+12
| * | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-01-163-14/+25
| |\ \ \
| | * | | tracing/filters: Add comment for match callbacksLi Zefan2010-01-141-1/+12
| | * | | tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan2010-01-141-4/+3
| | * | | tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan2010-01-141-1/+1
| | * | | tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan2010-01-141-2/+3
| | * | | tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan2010-01-141-1/+1
| | * | | ftrace: Fix MATCH_END_ONLY function filterLi Zefan2010-01-141-3/+3
| | * | | ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt2010-01-061-1/+1
| | * | | ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp2010-01-061-1/+1
| * | | | smp_call_function_any(): pass the node value to cpumask_of_node()David John2010-01-161-1/+1
| * | | | kfifo: document everywhere that size has to be power of twoAndi Kleen2010-01-161-1/+1
| * | | | kfifo: add kfifo_out_peekAndi Kleen2010-01-161-0/+21
| * | | | kfifo: sanitize *_user error handlingAndi Kleen2010-01-161-27/+49
| * | | | kfifo: use void * pointers for user buffersAndi Kleen2010-01-161-4/+4
| | |/ / | |/| |
* | | | perf_events: Fix sample_period transfer on inheritPeter Zijlstra2010-01-291-2/+9
* | | | tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong2010-01-291-17/+10
* | | | perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-293-142/+67
* | | | perf: Reimplement frequency driven samplingPeter Zijlstra2010-01-271-40/+92
* | | | Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-01-181-40/+109
|\ \ \ \
| * | | | perf: Better order flexible and pinned schedulingFrederic Weisbecker2010-01-171-7/+27
| * | | | perf: Don't schedule out/in pinned events on task tickFrederic Weisbecker2010-01-171-4/+4
| * | | | perf: Allow pinned and flexible groups to be scheduled separatelyFrederic Weisbecker2010-01-171-44/+93
| * | | | perf: Make __perf_event_sched_out staticFrederic Weisbecker2010-01-171-2/+2
* | | | | tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu2010-01-171-8/+47
|/ / / /
* | | | perf: Export software-only event group characteristic as a flagFrederic Weisbecker2010-01-161-19/+11
* | | | perf: Round robin flexible groups of events using list_rotate_left()Frederic Weisbecker2010-01-161-13/+4
* | | | perf/core: Split context's event group list into pinned and non-pinned listsFrederic Weisbecker2010-01-161-76/+151
* | | | sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()Jamie Iles2010-01-131-0/+6
* | | | tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu2010-01-131-17/+1
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-1335-504/+834
|\ \ \ \ | |/ / /
| * | | kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen2010-01-111-1/+2
| * | | cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson2010-01-111-1/+0
| * | | kmod: fix resource leak in call_usermodehelper_pipe()Masami Hiramatsu2010-01-111-5/+7
| |/ /
| * | modules: Skip empty sections when exporting section notesBen Hutchings2010-01-061-7/+10
| * | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-311-3/+2
| |\ \
| | * | perf: Fix NULL deref in inheritance codePeter Zijlstra2009-12-311-3/+2
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-311-1/+1
| |\ \ \ | | |/ /