summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: misc ioc cleanupsTejun Heo2011-12-142-45/+39
| * | | block, cfq: move cfqd->cic_index to q->idTejun Heo2011-12-145-55/+32
| * | | block: add missing blk_queue_dead() checksTejun Heo2011-12-142-2/+25
| * | | block: fix drain_all condition in blk_drain_queue()Tejun Heo2011-12-141-6/+18
| * | | block: add blk_queue_dead()Tejun Heo2011-12-146-9/+10
| * | | block, sx8: kill blk_insert_request()Tejun Heo2011-12-143-53/+8
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-1529-468/+1262
|\ \ \ \
| * | | | perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim2012-01-081-1/+0
| * | | | perf report: Fix --stdio output alignment when --showcpuutilization usedNamhyung Kim2012-01-081-16/+18
| * | | | perf annotate: Get rid of field_sep checkNamhyung Kim2012-01-081-5/+0
| * | | | perf annotate: Fix usage stringNamhyung Kim2012-01-081-1/+1
| * | | | perf kmem: Fix a memory leakNamhyung Kim2012-01-081-0/+1
| * | | | perf kmem: Add missing closedir() callsNamhyung Kim2012-01-081-0/+2
| * | | | perf top: Add error message for EMFILENamhyung Kim2012-01-081-0/+4
| * | | | perf test: Change type of '-v' option to INCRNamhyung Kim2012-01-081-1/+1
| * | | | perf script: Add missing closedir() callsNamhyung Kim2012-01-081-0/+4
| * | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-01-0810-60/+93
| |\ \ \ \
| | * | | | perf tools: Add const.h to MANIFEST to make perf-tar-src-pkg work againSebastian Andrzej Siewior2012-01-061-0/+1
| | * | | | perf tools: Add support for guest/host-only profilingJoerg Roedel2012-01-062-2/+14
| | * | | | perf kvm: Do guest-only counting by defaultJoerg Roedel2012-01-065-5/+26
| | * | | | perf top: Don't update total_period on process_sampleArnaldo Carvalho de Melo2012-01-061-1/+0
| | * | | | perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2012-01-062-48/+48
| | * | | | perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo2012-01-061-8/+8
| * | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-01-08277-1455/+3694
| |\ \ \ \ \
| | * | | | | recordmcount: Fix handling of elf64 big-endian objects.David Daney2012-01-061-1/+1
| * | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-01-086-350/+768
| |\ \ \ \ \ \
| | * | | | | | tracing: Fix compile error when static ftrace is enabledSteven Rostedt2012-01-071-0/+1
| | * | | | | | tracing: Factorize filter creationTejun Heo2011-12-211-141/+142
| | * | | | | | tracing: Have stack tracing set filtered functions at bootSteven Rostedt2011-12-212-0/+19
| | * | | | | | ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-212-4/+7
| | * | | | | | tracing: Have stack_tracer use a separate list of functionsSteven Rostedt2011-12-211-1/+18
| | * | | | | | ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-212-10/+11
| | * | | | | | ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-212-16/+60
| | * | | | | | ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2011-12-211-11/+17
| | * | | | | | ftrace: Fix ftrace hash record update with notraceSteven Rostedt2011-12-211-1/+1
| | * | | | | | ftrace: Use bsearch to find record ipSteven Rostedt2011-12-211-15/+23
| | * | | | | | ftrace: Sort the mcount records on each pageSteven Rostedt2011-12-211-0/+29
| | * | | | | | ftrace: Replace record newlist with record page listSteven Rostedt2011-12-212-35/+38
| | * | | | | | ftrace: Allocate the mcount record pages as groupsSteven Rostedt2011-12-211-51/+128
| | * | | | | | ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-212-52/+49
| | * | | | | | ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-212-38/+246
| | * | | | | | ftrace: Do not function trace inlined functionsSteven Rostedt2011-12-211-0/+5
| | * | | | | | ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13
| * | | | | | | Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-01-077-33/+369
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-214-8/+40
| | * | | | | | x86: Allow NMIs to hit breakpoints in i386Steven Rostedt2011-12-211-7/+94
| | * | | | | | x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-216-0/+65
| | * | | | | | x86: Add workaround to NMI iret woesSteven Rostedt2011-12-211-0/+177
| | * | | | | | x86: Document the NMI handler about not using paranoid_exitSteven Rostedt2011-12-211-1/+8
| | * | | | | | x86: Do not schedule while still in NMI contextLinus Torvalds2011-12-211-32/+0
| | | |_|/ / / | | |/| | | |
OpenPOWER on IntegriCloud