aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | perf/x86: Mark Intel PT and LBR/BTS as mutually exclusiveAlexander Shishkin2015-04-02
| * | | | | | | | | | | | | | | x86: Add Intel Processor Trace (INTEL_PT) cpu feature detectionAlexander Shishkin2015-04-02
| * | | | | | | | | | | | | | | perf: Add per event clockid supportPeter Zijlstra2015-03-27
| * | | | | | | | | | | | | | | Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar2015-03-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()David Ahern2015-03-27
| | * | | | | | | | | | | | | | | Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-27
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | perf: Remove type specific target pointersPeter Zijlstra2015-03-23
| | | * | | | | | | | | | | | | | | perf/x86/intel: Fix Makefile to actually build the cqm driverMatt Fleming2015-03-23
| | | * | | | | | | | | | | | | | | perf/x86/intel: Enable conflicting event scheduling for CQMMatt Fleming2015-02-25
| | | * | | | | | | | | | | | | | | perf/x86/intel: Perform rotation on Intel CQM RMIDsMatt Fleming2015-02-25
| | | * | | | | | | | | | | | | | | perf/x86/intel: Support task events with Intel CQMMatt Fleming2015-02-25
| | | * | | | | | | | | | | | | | | perf/x86/intel: Implement LRU monitoring ID allocation for CQMMatt Fleming2015-02-25
| | | * | | | | | | | | | | | | | | perf/x86/intel: Add Intel Cache QoS Monitoring supportMatt Fleming2015-02-25
| | | * | | | | | | | | | | | | | | x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr2015-02-25
| | * | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar2015-03-27
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | perf/x86/intel: Add INST_RETIRED.ALL workaroundsAndi Kleen2015-03-27
| | * | | | | | | | | | | | | | | | perf/x86/intel: Add Broadwell core supportAndi Kleen2015-03-27
| | * | | | | | | | | | | | | | | | perf/x86/intel: Add new cache events table for HaswellAndi Kleen2015-03-27
| | * | | | | | | | | | | | | | | | kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin2015-03-17
| | * | | | | | | | | | | | | | | | Merge 'tip/perf/urgent' into perf/core to pick fixesArnaldo Carvalho de Melo2015-03-02
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar2015-02-26
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | / / / / / / / / / / | | | | |_|_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Discard zero length call entries in LBR call stackYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack modeYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Re-organize code that implicitly enables LBR/PEBSYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf: Simplify the branch stack checkYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Save/restore LBR stack during context switchYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Track number of events that use the LBR callstackYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Allocate space for storing LBR stackYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Add basic Haswell LBR call stack supportYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf: Introduce pmu context switch callbackYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/amd/ibs: Convert force_ibs_eilvt_setup() to voidAravind Gopalakrishnan2015-02-18
| | * | | | | | | | | | | | | | | | perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() callMarkus Elfring2015-02-18
| * | | | | | | | | | | | | | | | | Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar2015-03-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar2015-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-09
| | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | x86: Use common outgoing-CPU-notification codePaul E. McKenney2015-03-11
| | | |/ / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | livepatch: remove extern specifier from header filesMiroslav Benes2015-02-18
* | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | treewide: Fix typo in printk messagesMasanari Iida2015-03-06
* | | | | | | | | | | | | | | | | | | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas2015-03-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | / / / / / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-19
| | |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | |