summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf, x86: Restrict the ANY flagPeter Zijlstra2010-03-021-0/+3
* perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter2010-03-016-16/+16
* perf, x86: add some IBS macros to perf_event.hRobert Richter2010-03-012-4/+6
* perf, x86: make IBS macros available in perf_event.hRobert Richter2010-03-012-11/+10
* Merge remote branch 'tip/oprofile' into tip/perf/coreRobert Richter2010-03-015-106/+198
|\
| * oprofile/x86: fix msr access to reserved countersRobert Richter2010-02-261-5/+4
| * oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter2010-02-264-18/+4
| * oprofile/x86: fix perfctr nmi reservation for mulitplexingRobert Richter2010-02-262-24/+6
| * oprofile/x86: add comment to counter-in-use warningNaga Chumbalkar2010-02-261-0/+9
| * oprofile/x86: warn user if a counter is already activeRobert Richter2010-02-263-2/+31
| * oprofile/x86: implement randomization for IBS periodic op counterRobert Richter2010-02-261-6/+63
| * oprofile/x86: implement lsfr pseudo-random number generator for IBSSuravee Suthikulpanit2010-02-261-0/+23
| * oprofile/x86: implement IBS cpuid feature detectionRobert Richter2010-02-261-17/+63
| * oprofile/x86: remove node check in AMD IBS initializationRobert Richter2010-02-261-10/+0
| * oprofile/x86: remove OPROFILE_IBS config optionRobert Richter2010-02-261-30/+1
* | x86/hw-breakpoints: Remove the name fieldFrederic Weisbecker2010-02-272-8/+0
* | Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2010-02-2743-1135/+353
|\ \
| * \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-223-25/+14
| |\ \
| | * | hw-breakpoint: Keep track of dr7 local enable bitsFrederic Weisbecker2010-02-192-2/+7
| | * | hw-breakpoints: Accept breakpoints on NULL addressFrederic Weisbecker2010-02-191-23/+7
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzill...Len Brown2010-02-181-8/+0
| |\ \ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * / | | | ACPI: remove Asus P2B-DS from acpi=ht blacklistLen Brown2010-02-161-8/+0
| | |/ / / /
| * | | | | x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32Oleg Nesterov2010-02-161-4/+1
| * | | | | x86: set_personality_ia32() misses force_personality32Oleg Nesterov2010-02-161-0/+1
| |/ / / /
| * | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-118-37/+31
| |\ \ \ \
| | * | | | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha2010-02-106-34/+28
| | * | | | x86-32: Make AT_VECTOR_SIZE_ARCH=2Serge E. Hallyn2010-02-101-2/+2
| | * | | | x86, doc: Fix minor spelling error in arch/x86/mm/gup.cAndy Shevchenko2010-02-031-1/+1
| * | | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-02-102-4/+6
| |\ \ \ \ \
| | * | | | | KVM: PIT: control word is write-onlyMarcelo Tosatti2010-02-091-0/+3
| | * | | | | kvmclock: count total_sleep_time when updating guest clockJason Wang2010-02-091-4/+3
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-02-081-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [CPUFREQ] Fix use after free of struct powernow_k8_dataThomas Renninger2010-01-131-1/+2
| * | | | | memory hotplug: fix a bug on /dev/mem for 64-bit kernelsShaohui Zheng2010-02-031-0/+19
| | |/ / / | |/| | |
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-011-57/+165
| |\ \ \ \
| | * | | | perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel2010-01-301-0/+51
| | * | | | x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel2010-01-301-57/+114
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-017-12/+54
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman2010-01-301-3/+11
| | * | | | x86: Add Dell OptiPlex 760 reboot quirkLeann Ogasawara2010-01-281-0/+9
| | * | | | x86, UV: Fix RTC latency bug by reading replicated cachelinesDimitri Sivanich2010-01-271-1/+12
| | * | | | Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2010-01-273-7/+20
| | |\ \ \ \
| | | * | | | x86/amd-iommu: Fix deassignment of a device from the pt_domainJoerg Roedel2010-01-221-2/+4
| | | * | | | x86/amd-iommu: Fix IOMMU-API initialization for iommu=ptJoerg Roedel2010-01-223-2/+10
| | | * | | | x86/amd-iommu: Fix NULL pointer dereference in __detach_device()Joerg Roedel2010-01-221-2/+5
| | | * | | | x86/amd-iommu: Fix possible integer overflowJoerg Roedel2010-01-221-1/+1
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2010-01-271-1/+2
| | |\ \ \ \
| | | * | | | oprofile/x86: add Xeon 7500 series supportAndi Kleen2010-01-251-0/+1
| | | * | | | oprofile/x86: fix crash when profiling more than 28 eventsSuravee Suthikulpanit2010-01-251-1/+1
| | | |/ / /
| * | | | | x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin2010-01-295-23/+13