summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore supportYan, Zheng2012-06-183-0/+581
* perf: Add generic PCI uncore PMU device supportYan, Zheng2012-06-182-5/+236
* perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU supportYan, Zheng2012-06-182-0/+245
* perf/x86: Add generic Intel uncore PMU supportYan, Zheng2012-06-183-1/+1085
* perf: Introduce perf_pmu_migrate_context()Yan, Zheng2012-06-182-0/+38
* perf: Allow the PMU driver to choose the CPU on which to install eventsYan, Zheng2012-06-181-4/+4
* perf: Avoid race between cpu hotplug and installing eventYan, Zheng2012-06-181-0/+5
* perf: Export perf_assign_events()Yan, Zheng2012-06-182-3/+5
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-06-189-14/+88
|\
| * perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2012-06-181-3/+7
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-06-155-8/+61
| |\
| | * perf tools: Fix synthesizing tracepoint names from the perf.data headersArnaldo Carvalho de Melo2012-06-121-0/+32
| | * perf stat: Fix default output fileStephane Eranian2012-06-111-1/+7
| | * perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern2012-06-114-7/+22
| * | watchdog: Quiet down the boot messagesDon Zickus2012-06-141-1/+18
| * | perf/x86: Fix broken LBR fixup codeStephane Eranian2012-06-131-1/+1
| |/
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-06-081-1/+1
| |\
| | * tracing: Have tracing_off() actually turn tracing offSteven Rostedt2012-06-061-1/+1
* | | perf/x86/amd: Fix RDPMC index calculation for AMD family 15hRobert Richter2012-06-181-1/+1
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-06-183-7/+6
|\ \ \
| * | | tracing: Register the ftrace internal events during early bootSteven Rostedt2012-06-141-1/+1
| * | | tracing: Add comments for the other bits of ftrace_event_call.flagsSteven Rostedt2012-06-141-0/+3
| * | | ftrace: Remove a superfluous checkBorislav Petkov2012-06-141-6/+2
* | | | uprobes: Remove the unnecessary initialization in add_utask()Oleg Nesterov2012-06-161-1/+0
* | | | uprobes: __copy_insn() needs "loff_t offset"Oleg Nesterov2012-06-161-6/+6
* | | | uprobes: Don't use loff_t for the valid virtual addressOleg Nesterov2012-06-161-17/+9
* | | | uprobes: Simplify the usage of uprobe->pending_listOleg Nesterov2012-06-161-8/+4
* | | | uprobes: Move BUG_ON(UPROBE_SWBP_INSN_SIZE) from write_opcode() to install_br...Oleg Nesterov2012-06-161-6/+5
* | | | uprobes: No need to re-check vma_address() in write_opcode()Oleg Nesterov2012-06-161-5/+0
* | | | uprobes: Copy_insn() should not return -ENOMEM if __copy_insn() failsOleg Nesterov2012-06-161-4/+4
* | | | uprobes: Copy_insn() shouldn't depend on mm/vma/vaddrOleg Nesterov2012-06-161-9/+6
* | | | uprobes: Document uprobe_register() vs uprobe_mmap() racePeter Zijlstra2012-06-161-3/+28
* | | | uprobes: Change build_map_info() to try kmalloc(GFP_NOWAIT) firstOleg Nesterov2012-06-161-0/+10
* | | | uprobes: Rework register_for_each_vma() to make it O(n)Oleg Nesterov2012-06-161-113/+86
* | | | uprobes: Install_breakpoint() should fail if is_swbp_insn() == TOleg Nesterov2012-06-161-1/+1
* | | | uprobes: Write_opcode()->__replace_page() can race with try_to_unmap()Oleg Nesterov2012-06-161-28/+13
* | | | uprobes: __copy_insn() should ensure a_ops->readpage != NULLOleg Nesterov2012-06-161-0/+3
* | | | uprobes: Valid_vma() should reject VM_HUGETLBOleg Nesterov2012-06-161-1/+2
|/ / /
* | | perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()Shuah Khan2012-06-111-1/+6
* | | Merge tag 'v3.5-rc2' into perf/coreIngo Molnar2012-06-11111-864/+1632
|\ \ \
| * | | Linux 3.5-rc2v3.5-rc2Linus Torvalds2012-06-081-1/+1
| * | | mm, oom: fix badness score underflowDavid Rientjes2012-06-081-2/+2
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-086-39/+179
| |\ \ \
| | * | | sched: Fix the relax_domain_level boot parameterDimitri Sivanich2012-06-061-6/+3
| | * | | sched: Validate assumptions in sched_init_numa()Peter Zijlstra2012-06-061-19/+80
| | * | | sched: Always initialize cpu-powerPeter Zijlstra2012-06-062-2/+13
| | * | | sched: Fix domain iterationPeter Zijlstra2012-06-064-10/+72
| | * | | sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra2012-06-061-1/+1
| | * | | sched/numa: Load balance between remote nodesAlex Shi2012-06-061-1/+1
| | * | | sched/x86: Calculate booted cores after construction of sibling_maskKamalesh Babulal2012-06-061-0/+9
OpenPOWER on IntegriCloud