summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo2012-03-0910-78/+468
* perf: Add callback to flush branch_stack on context switchStephane Eranian2012-03-055-8/+121
* perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-059-0/+57
* perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian2012-03-053-33/+321
* perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian2012-03-054-8/+125
* perf/x86: Disable LBR support for older Intel Atom processorsStephane Eranian2012-03-051-0/+10
* perf/x86: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filtersStephane Eranian2012-03-053-3/+104
* perf/x86: Sync branch stack sampling with precise_samplingStephane Eranian2012-03-051-0/+60
* perf/x86: Add Intel LBR sharing logicStephane Eranian2012-03-053-26/+52
* perf/x86: Add Intel LBR MSR definitionsStephane Eranian2012-03-052-9/+16
* perf: Add generic taken branch sampling supportStephane Eranian2012-03-053-12/+148
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-05920-46120/+7205
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-03-055-18/+42
| |\
| | * perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-03-034-15/+39
| | * perf tools: Change perf_guest default back to falseJoerg Roedel2012-03-031-1/+1
| | * perf record: No build id option failsDavid Ahern2012-03-031-2/+2
| |/
| * perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-024-4/+54
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-03-024-1/+22
| |\
| | * perf probe: Ensure offset provided is not greater than function length withou...Prashanth Nageshappa2012-02-291-0/+6
| | * perf tools: Ensure comm string is properly terminatedDavid Ahern2012-02-291-0/+1
| | * perf probe: Ensure offset provided is not greater than function lengthPrashanth Nageshappa2012-02-291-1/+11
| | * perf evlist: Return first evsel for non-sample event on old kernelNamhyung Kim2012-02-291-0/+4
| |/
| * perf/hwbp: Fix a possible memory leakNamhyung Kim2012-02-281-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfsLinus Torvalds2012-02-275-17/+12
| |\
| | * NTFS: Update git repo path in MAINTAINERS file.Anton Altaparmakov2012-02-271-1/+1
| | * Merge branch 'master' of /Volumes/CaseSensitiveDisk/linuxAnton Altaparmakov2012-02-27154-660/+1223
| | |\
| | * \ Merge branch 'master' of /Volumes/CaseSensitiveDisk/linuxAnton Altaparmakov2012-02-2465-466/+473
| | |\ \
| | * | | LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov2012-02-241-7/+4
| | * | | NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c.Anton Altaparmakov2012-02-241-3/+3
| | * | | NTFS: Do not dereference pointer before checking for NULL.Anton Altaparmakov2012-02-221-3/+3
| | * | | NTFS: Remove unused variable.Anton Altaparmakov2012-02-221-3/+1
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-10/+46
| |\ \ \ \
| | * | | | x86/mce/AMD: Fix UP build errorBorislav Petkov2012-02-221-0/+2
| | * | | | x86: Specify a size for the cmp in the NMI handlerSteven Rostedt2012-02-201-2/+2
| | * | | | x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt2012-02-201-0/+7
| | * | | | x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-091-8/+36
| | * | | | x86/microcode: Remove noisy AMD microcode warningPrarit Bhargava2012-02-071-1/+0
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-02-273-51/+2
| |\ \ \ \ \
| | * | | | | sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2012-02-223-51/+2
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-13/+37
| |\ \ \ \ \
| | * | | | | genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-154-11/+14
| | * | | | | genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner2012-02-151-2/+23
| * | | | | | compat: fix compile breakage on s390Heiko Carstens2012-02-2713-14/+9
| | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-262-8/+6
| |\ \ \ \ \
| | * | | | | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-202-4/+6
| | * | | | | xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk2012-02-201-4/+0
| * | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-02-261-4/+31
| |\ \ \ \ \ \
| | * | | | | | mod/file2alias: make modpost compile on darwin againAndreas Bießmann2012-02-271-4/+31
| * | | | | | | autofs4 - update MAINTAINERS mailing list entryIan Kent2012-02-261-1/+1
| |/ / / / / /
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-2661-204/+380
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud