| Commit message (Expand) | Author | Age | Files | Lines |
* | perf, x86: P4 PMU -- handle unflagged events | Cyrill Gorcunov | 2010-05-18 | 1 | -16/+16 |
* | x86, perf: P4 PMU - fix counters management logic | Cyrill Gorcunov | 2010-05-15 | 1 | -4/+4 |
* | x86, perf: P4 PMU -- use hash for p4_get_escr_idx() | Cyrill Gorcunov | 2010-05-13 | 1 | -55/+71 |
* | x86, perf: P4 PMU -- check for proper event index in RAW events | Cyrill Gorcunov | 2010-05-08 | 1 | -1/+10 |
* | x86, perf: P4 PMU -- Get rid of redundant check for array index | Cyrill Gorcunov | 2010-05-08 | 1 | -5/+0 |
* | x86, perf: P4 PMU -- protect sensible procedures from preemption | Cyrill Gorcunov | 2010-05-08 | 1 | -2/+6 |
* | x86, perf: P4 PMU -- configure predefined events | Cyrill Gorcunov | 2010-05-08 | 1 | -15/+14 |
* | perf, x86: implement group scheduling transactional APIs | Lin Ming | 2010-05-07 | 1 | -113/+67 |
* | perf, x86: Improve the PEBS ABI | Peter Zijlstra | 2010-05-07 | 3 | -9/+24 |
* | perf, x86: Consolidate some code repetition | Peter Zijlstra | 2010-05-07 | 1 | -53/+44 |
* | perf, x86: Remove PEBS SAMPLE_RAW support | Peter Zijlstra | 2010-05-07 | 1 | -14/+0 |
* | perf, x86: Use weight instead of cmask in for_each_event_constraint() | Robert Richter | 2010-05-07 | 1 | -1/+1 |
* | perf, x86: Pass enable bit mask to __x86_pmu_enable_event() | Robert Richter | 2010-05-07 | 2 | -6/+8 |
* | perf, x86: Call x86_setup_perfctr() from .hw_config() | Robert Richter | 2010-05-07 | 2 | -8/+3 |
* | perf, x86: Move x86_setup_perfctr() | Robert Richter | 2010-05-07 | 1 | -61/+59 |
* | perf, x86: Move perfctr init code to x86_setup_perfctr() | Robert Richter | 2010-05-07 | 1 | -6/+14 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-05-07 | 2 | -1/+5 |
|\ |
|
| * | powernow-k8: Fix frequency reporting | Mark Langsdorf | 2010-05-03 | 1 | -1/+2 |
| * | x86: Fix NULL pointer access in irq_force_complete_move() for Xen guests | Prarit Bhargava | 2010-04-30 | 1 | -0/+3 |
* | | hw-breakpoints: Change/Enforce some breakpoints policies | Frederic Weisbecker | 2010-05-01 | 1 | -35/+6 |
* | | hw-breakpoints: Tag ptrace breakpoint as exclude_kernel | Frederic Weisbecker | 2010-05-01 | 1 | -1/+1 |
* | | Merge commit 'v2.6.34-rc6' into perf/core | Ingo Molnar | 2010-04-30 | 4 | -3/+26 |
|\ \
| |/ |
|
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-04-28 | 3 | -3/+24 |
| |\ |
|
| | * | x86: Disable large pages on CPUs with Atom erratum AAE44 | H. Peter Anvin | 2010-04-23 | 1 | -0/+21 |
| | * | x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero | H. Peter Anvin | 2010-04-23 | 1 | -2/+2 |
| | * | x86, mrst: Conditionally register cpu hotplug notifier for apbt | Jacob Pan | 2010-04-20 | 1 | -1/+1 |
| * | | VMware Balloon driver | Dmitry Torokhov | 2010-04-24 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-23 | 6 | -30/+70 |
|\ \
| |/ |
|
| * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-04-20 | 1 | -2/+6 |
| |\ |
|
| | * | perf: Fix unsafe frame rewinding with hot regs fetching | Frederic Weisbecker | 2010-04-08 | 1 | -2/+6 |
| * | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Ingo Molnar | 2010-04-13 | 5 | -28/+64 |
| |\ \ |
|
| | * | | x86/gart: Disable GART explicitly before initialization | Joerg Roedel | 2010-04-07 | 2 | -1/+17 |
| | * | | Merge branch 'amd-iommu/fixes' into iommu/fixes | Joerg Roedel | 2010-04-07 | 3 | -27/+47 |
| | |\ \ |
|
| | | * | | x86/amd-iommu: use for_each_pci_dev | Chris Wright | 2010-04-07 | 1 | -1/+1 |
| | | * | | Revert "x86: disable IOMMUs on kernel crash" | Chris Wright | 2010-04-07 | 1 | -6/+0 |
| | | * | | x86/amd-iommu: warn when issuing command to uninitialized cmd buffer | Chris Wright | 2010-04-07 | 2 | -2/+4 |
| | | * | | x86/amd-iommu: enable iommu before attaching devices | Chris Wright | 2010-04-07 | 1 | -2/+3 |
| | | * | | x86/amd-iommu: Use helper function to destroy domain | Joerg Roedel | 2010-03-08 | 1 | -3/+1 |
| | | * | | x86/amd-iommu: Report errors in acpi parsing functions upstream | Joerg Roedel | 2010-03-01 | 1 | -11/+27 |
| | | * | | x86/amd-iommu: Pt mode fix for domain_destroy | Chris Wright | 2010-03-01 | 1 | -1/+1 |
| | | * | | x86/amd-iommu: Protect IOMMU-API map/unmap path | Joerg Roedel | 2010-03-01 | 1 | -0/+9 |
| | | * | | x86/amd-iommu: Remove double NULL check in check_device | Julia Lawall | 2010-03-01 | 1 | -1/+1 |
* | | | | | perf & kvm: Clean up some of the guest profiling callback API details | Zhang, Yanmin | 2010-04-20 | 1 | -6/+14 |
* | | | | | perf: Enhance perf to allow for guest statistic collection from host | Zhang, Yanmin | 2010-04-19 | 1 | -0/+31 |
* | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-04-08 | 57 | -25/+86 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-04-07 | 1 | -0/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | perf, x86: Enable Nehalem-EX support | Vince Weaver | 2010-04-06 | 1 | -0/+1 |
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-04-07 | 5 | -9/+44 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards | Suresh Siddha | 2010-04-02 | 1 | -0/+2 |
| | * | | | ibft, x86: Change reserve_ibft_region() to find_ibft_region() | Yinghai Lu | 2010-04-01 | 1 | -2/+12 |