summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt2012-02-131-4/+4
* x86/tracing: Denote the power and cpuidle tracepoints as _rcuidle()Steven Rostedt2012-02-132-12/+14
* tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_i...Steven Rostedt2012-02-131-4/+18
* tracing/softirq: Move __raise_softirq_irqoff() out of headerSteven Rostedt2012-02-033-6/+9
* ftrace: Change filter/notrace set functions to return exit codeJiri Olsa2012-02-032-8/+11
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-01-3120-56/+149
|\
| * perf python: Use attr.watermark in twatch.pyArnaldo Carvalho de Melo2012-01-301-1/+1
| * perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2012-01-308-8/+1
| * perf lock: Document lock info subcommandNamhyung Kim2012-01-302-5/+19
| * perf top: Fix number of samples displayedStephane Eranian2012-01-301-3/+10
| * perf script: Add option resolving vmlinux pathAkihiro Nagai2012-01-304-3/+13
| * perf script: Add the offset field specifierAkihiro Nagai2012-01-306-15/+46
| * perf script: Print branch_from and branch_to of BTS eventsAkihiro Nagai2012-01-301-0/+42
| * perf script: Unify the expressions indicating "unknown"Akihiro Nagai2012-01-306-39/+42
| * perf evsel: Fix spelling typoMasanari Iida2012-01-301-1/+1
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-01-314-42/+78
|\ \ | |/ |/|
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-01-3110-20/+14
| |\
| | * perf top: Fix number of samples displayedStephane Eranian2012-01-301-3/+10
| | * perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian2012-01-301-1/+1
| | * perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-308-16/+3
| |/
| * x86/dumpstack: Remove unneeded check in dump_trace()Dan Carpenter2012-01-281-1/+1
| * perf: Fix broken interrupt rate throttlingStephane Eranian2012-01-272-38/+67
* | jump_label: Add some documentationPeter Zijlstra2012-01-271-0/+32
* | Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-2713-29/+328
|\ \
| * | perf tools: Add x86 RDPMC, RDTSC testPeter Zijlstra2011-12-211-2/+175
| * | perf: Extend the mmap control page with time (TSC) fieldsPeter Zijlstra2011-12-213-8/+31
| * | perf, x86: Provide means for disabling userspace RDPMCPeter Zijlstra2011-12-214-1/+64
| * | perf, x86: Implement user-space RDPMC support, to allow fast, user-space acce...Peter Zijlstra2011-12-211-0/+15
| * | perf: Fix mmap_page::offset computationPeter Zijlstra2011-12-211-1/+1
| * | perf, arch: Rework perf_event_index()Peter Zijlstra2011-12-2110-18/+41
| * | perf: Update the mmap control page on mmap()Peter Zijlstra2011-12-211-0/+2
* | | Merge branch 'linus' into perf/coreIngo Molnar2012-01-2728-114/+145
|\ \ \ | | |/ | |/|
| * | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-266-16/+45
| |\ \
| | * | [media] cinergyT2-fe: Fix bandwdith settingsMauro Carvalho Chehab2012-01-231-3/+4
| | * | [media] V4L: atmel-isi: add clk_prepare()/clk_unprepare() functionsJosh Wu2012-01-231-0/+14
| | * | [media] cxd2820r: sleep on DVB-T/T2 delivery system switchAntti Palosaari2012-01-231-2/+11
| | * | [media] anysee: fix CI initAntti Palosaari2012-01-231-0/+8
| | * | [media] cxd2820r: remove unused parameter from cxd2820r_attachAntti Palosaari2012-01-234-10/+5
| | * | [media] cxd2820r: fix dvb_frontend_opsAntti Palosaari2012-01-231-1/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-01-261-0/+3
| |\ \ \
| | * | | sparc32: forced setting of mode of sun4m per-cpu timersTkhai Kirill2012-01-101-0/+3
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-267-6/+30
| |\ \ \ \
| | * | | | x86/microcode_amd: Add support for CPU family specific container filesAndreas Herrmann2012-01-261-2/+22
| | * | | | x86/amd: Add missing feature flag for fam15h models 10h-1fh processorsAndreas Herrmann2012-01-261-0/+1
| | * | | | x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()Jesper Juhl2012-01-261-0/+2
| | * | | | x86/numachip: Drop unnecessary conflict with EDACDaniel J Blueman2012-01-261-1/+0
| | * | | | x86/uv: Fix uninitialized spinlocksCliff Wickman2012-01-262-1/+3
| | * | | | x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson2012-01-261-2/+2
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-262-3/+1
| |\ \ \ \ \
| | * | | | | perf: Call perf_cgroup_event_time() directlyNamhyung Kim2012-01-211-1/+1
OpenPOWER on IntegriCloud