summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-212-29/+17
|\
| * tracing: Remove kernel_lock annotationsRichard Weinberger2012-05-191-2/+0
| * tracing: Fix initial buffer_size_kb stateVaibhav Nagarnaik2012-05-191-1/+2
| * ring-buffer: Merge separate resize loopsVaibhav Nagarnaik2012-05-191-26/+15
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-2113-54/+92
|\ \ | |/ |/|
| * Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-1813-54/+92
| |\
| | * tracing: Do not enable function event with enableSteven Rostedt2012-05-102-1/+5
| | * Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-04-291-6/+22
| | |\
| | | * PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver2012-04-241-6/+22
| | * | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-271-1/+0
| | |\ \
| | | * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2012-04-251-1/+0
| | | |\ \ | | | | |/ | | | |/|
| | | | * rcu: Permit call_rcu() from CPU_DYING notifiersPaul E. McKenney2012-04-171-1/+0
| | * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-04-273-14/+27
| | |\ \ \
| | | * | | sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo2012-04-261-6/+16
| | | * | | sched: Fix more load-balancing falloutPeter Zijlstra2012-04-262-8/+11
| | | |/ /
| | * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-274-6/+13
| | |\ \ \
| | | * | | perf: Fix perf_event_for_each() to use siblingMichael Ellerman2012-04-261-1/+1
| | | * | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-04-253-5/+12
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt2012-04-191-0/+5
| | | | * | tracing: Fix regression with tracing_onSteven Rostedt2012-04-161-3/+5
| | | | * | tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown2012-04-131-2/+2
| | * | | | Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-271-19/+19
| | |\ \ \ \
| | | * | | | irq: hide debug macros so they don't collide with others.Paul Gortmaker2012-04-231-19/+19
| | | |/ / /
| | * | | | tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha2012-04-191-1/+2
| | * | | | tick: Ensure that the broadcast device is initializedThomas Gleixner2012-04-191-0/+3
| | * | | | tick: Fix oneshot broadcast setup reallyThomas Gleixner2012-04-181-6/+1
| | |/ / /
* | | | | ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACERSteven Rostedt2012-05-161-1/+0
* | | | | ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-2/+2
* | | | | ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt2012-05-161-8/+13
* | | | | ftrace: Return record ip addr for ftrace_location()Steven Rostedt2012-05-161-6/+10
* | | | | ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt2012-05-161-40/+40
* | | | | ftrace: Speed up search by skipping pages by addressSteven Rostedt2012-05-161-6/+16
* | | | | ftrace: Remove extra helper functionsSteven Rostedt2012-05-161-37/+24
* | | | | ftrace: Sort all function addresses, not just per pageSteven Rostedt2012-05-161-12/+22
* | | | | tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik2012-05-161-0/+2
* | | | | tracing: Check return value of tracing_dentry_percpu()Namhyung Kim2012-05-161-0/+3
* | | | | ring-buffer: Reset head page before running self testSteven Rostedt2012-05-161-0/+4
* | | | | ring-buffer: Add integrity check at end of iter readSteven Rostedt2012-05-161-0/+29
* | | | | ring-buffer: Make addition of pages in ring buffer atomicVaibhav Nagarnaik2012-05-161-25/+77
* | | | | ring-buffer: Make removal of ring buffer pages atomicVaibhav Nagarnaik2012-05-162-76/+209
* | | | | tracing: Clean up tracing_mark_write()Steven Rostedt2012-05-161-13/+11
|/ / / /
* | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-05-092-100/+18
|\ \ \ \
| * | | | tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt2012-05-081-42/+2
| * | | | tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-082-58/+16
* | | | | sched, perf: Use a single callback into the schedulerPeter Zijlstra2012-05-092-12/+11
* | | | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-5/+4
|/ / / /
* | | | Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-074-200/+435
|\ \ \ \
| * | | | ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik2012-04-233-147/+293
| * | | | tracing: Remove an unneeded check in trace_seq_buffer()Dan Carpenter2012-04-231-4/+1
| * | | | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-233-49/+141
| | |_|/ | |/| |
OpenPOWER on IntegriCloud