summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* perf/x86: Add hardware events translations for AMD cpusJiri Olsa2012-10-244-5/+20
* perf/x86: Add hardware events translations for Intel cpusJiri Olsa2012-10-243-0/+44
* perf/x86: Filter out undefined events from sysfs events attributeJiri Olsa2012-10-241-0/+22
* perf/x86: Make hardware event translations available in sysfsJiri Olsa2012-10-242-0/+62
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-10-2413442-375143/+687738
|\
| * perf, cpu hotplug: Use cached value of smp_processor_id()Srivatsa S. Bhat2012-10-241-3/+4
| * perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabledSrivatsa S. Bhat2012-10-241-0/+3
| * x86/perf: Fix virtualization sanity checkAndre Przywara2012-10-241-4/+6
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-10-244-11/+22
| |\
| | * perf test: Fix exclude_guest parse events testsJiri Olsa2012-10-221-4/+8
| | * perf tools: do not flush maps on COMM for perf reportLuigi Semenzato2012-10-221-1/+0
| | * perf help: Fix --help for builtinsNamhyung Kim2012-10-221-1/+1
| | * perf trace: Check if sample raw_data field is setArnaldo Carvalho de Melo2012-10-221-0/+7
| | * perf trace: Validate syscall id before growing syscall tableArnaldo Carvalho de Melo2012-10-221-5/+6
| * | Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-2417-50/+58
| |\ \
| | * | xen: dbgp: Fix warning when CONFIG_PCI is not enabled.Ian Campbell2012-10-191-0/+2
| | * | Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-1913183-372432/+690556
| | |\ \
| | * | | xen: arm: comment on why 64-bit xen_pfn_t is safe even on 32 bitIan Campbell2012-10-191-1/+7
| | * | | xen: balloon: use correct type for frame_listIan Campbell2012-10-191-1/+1
| | * | | xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2012-10-192-4/+6
| | * | | xen: arm: make p2m operations NOPsIan Campbell2012-10-191-3/+10
| | * | | xen: balloon: don't include e820.hIan Campbell2012-10-191-1/+0
| | * | | xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2012-10-196-11/+7
| | * | | xen: events: pirq_check_eoi_map is X86 specificIan Campbell2012-10-191-0/+4
| | * | | xen: XENMEM_translate_gpfn_list was remove ages ago and is unused.Ian Campbell2012-10-191-22/+2
| | * | | xen: sysfs: fix build warning.Ian Campbell2012-10-193-1/+6
| | * | | xen: sysfs: include err.h for PTR_ERR etcIan Campbell2012-10-191-0/+1
| | * | | xen: xenbus: quirk uses x86 specific cpuidIan Campbell2012-10-191-0/+2
| | * | | xen PV passthru: assign SR-IOV virtual functions to separate virtual slotsLaszlo Ersek2012-10-191-4/+10
| | * | | xen/xenbus: Fix compile warning.Konrad Rzeszutek Wilk2012-10-191-1/+1
| | * | | xen/x86: remove duplicated include from enlighten.cWei Yongjun2012-10-191-2/+0
| * | | | alpha: separate thread-synchronous flagsAl Viro2012-10-244-45/+68
| * | | | Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-244-6/+6
| |\ \ \ \
| | * | | | KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENTSasha Levin2012-10-221-0/+3
| | * | | | KVM: apic: fix LDR calculation in x2apic modeGleb Natapov2012-10-221-1/+1
| | * | | | KVM: MMU: fix release noslot pfnXiao Guangrong2012-10-222-5/+2
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-247-212/+173
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-10-211-0/+4
| | |\ \ \ \
| | | * | | | ring-buffer: Check for uninitialized cpu buffer before resizingVaibhav Nagarnaik2012-10-111-0/+4
| | * | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-10-214-211/+165
| | |\ \ \ \ \
| | | * | | | | uprobes: Fix the racy uprobe->flags manipulationOleg Nesterov2012-10-071-14/+14
| | | * | | | | uprobes: Fix prepare_uprobe() race with itselfOleg Nesterov2012-10-071-0/+8
| | | * | | | | uprobes: Introduce prepare_uprobe()Oleg Nesterov2012-10-072-29/+41
| | | * | | | | uprobes: Fix handle_swbp() vs unregister() + register() raceOleg Nesterov2012-10-071-0/+9
| | | * | | | | uprobes: Do not delete uprobe if uprobe_unregister() failsOleg Nesterov2012-10-071-6/+6
| | | * | | | | uprobes: Don't return success if alloc_uprobe() failsOleg Nesterov2012-10-071-1/+3
| | | * | | | | uprobes/x86: Only rep+nop can be emulated correctlyOleg Nesterov2012-10-071-14/+2
| | | * | | | | uprobes: Simplify is_swbp_at_addr(), remove stale commentsOleg Nesterov2012-09-291-49/+24
| | | * | | | | uprobes: Kill set_orig_insn()->is_swbp_at_addr()Oleg Nesterov2012-09-291-9/+23
| | | * | | | | uprobes: Introduce copy_opcode(), kill read_opcode()Oleg Nesterov2012-09-291-44/+19