summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-2620-2747/+9
* perf, x86: Clean up debugctlmsr bit definitionsPeter Zijlstra2010-03-263-26/+17
* x86, perf: Add raw events support for the P4 PMUCyrill Gorcunov2010-03-262-631/+806
* Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-2233-471/+106
|\
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-186-155/+176
| |\
| | * perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker2010-03-171-1/+2
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------. \ Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-14252-7258/+10334
| |\ \ \ \ \ \ \ \
| | | | | | * | | | ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang2010-03-141-0/+3
| | | | * | | | | | ACPI: plan to delete "acpi=ht" boot optionLen Brown2010-03-141-1/+3
| | | | * | | | | | ACPI: remove "acpi=ht" DMI blacklistLen Brown2010-03-141-93/+0
| | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | x86/mce: Fix build bug with CONFIG_PROVE_LOCKING=y && CONFIG_X86_MCE_INTEL=yIngo Molnar2010-03-141-2/+2
| | | | * | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-131-1/+2
| | | | |\ \ \ \ \
| | | | | * | | | | x86: Fix sched_clock_cpu for systems with unsynchronized TSCDimitri Sivanich2010-03-021-1/+2
| | | | * | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-03-137-11/+44
| | | | |\ \ \ \ \ \
| | | | | * | | | | | x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys...Borislav Petkov2010-03-133-3/+17
| | | | | * | | | | | x86, UV: Fix target_cpus() in x2apic_uv_x.cJack Steiner2010-03-121-3/+1
| | | | | * | | | | | x86: Reduce per cpu warning boot up messagesMike Travis2010-03-111-1/+1
| | | | | * | | | | | x86: Reduce per cpu MCA boot up messagesMike Travis2010-03-111-2/+2
| | | | | * | | | | | x86_64, cpa: Don't work hard in preserving kernel 2M mappings when using 4K a...Suresh Siddha2010-02-221-2/+23
| | | | * | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-132-4/+8
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | x86/mce: Fix RCU lockdep splatsPaul E. McKenney2010-03-111-3/+8
| | | | | | | | | | | |
| | | | | | \ \ \ \ \ \
| | | | | *-. \ \ \ \ \ \ Merge branches 'core/futexes' and 'core/iommu' into core/urgentIngo Molnar2010-03-041-1/+0
| | | | | |\ \ \ \ \ \ \ \
| | | | | | | * | | | | | | x86/gart: Unexport gart_iommu_apertureFUJITA Tomonori2010-02-161-1/+0
| | | | | | | | |_|_|_|/ / | | | | | | | |/| | | | |
| | | | * | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-1310-69/+85
| | | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-1210-23/+23
| | | | |\ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-0810-23/+23
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | tree-wide: Assorted spelling fixesDaniel Mack2010-02-095-18/+18
| | | | | | * | | | | | | | | | fix comment typo in pci-dma.cJustin P. Mattock2010-02-051-1/+1
| | | | | | * | | | | | | | | | xen: Fix misspelled CONFIG variable in comment.Robert P. J. Day2010-02-051-1/+1
| | | | | | * | | | | | | | | | Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
| | | | | | * | | | | | | | | | arch/x86/kernel/apic/apic_flat_64.c: Make comment match the codeJasper Spaans2010-02-041-1/+1
| | | | | | * | | | | | | | | | vmiclock: fix comment spelling mistakeShaun Patterson2010-02-041-1/+1
| | | | * | | | | | | | | | | | pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori2010-03-121-2/+0
| | | | * | | | | | | | | | | | pci-dma: x86: use include/linux/pci-dma.hFUJITA Tomonori2010-03-122-28/+5
| | | | * | | | | | | | | | | | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig2010-03-121-7/+0
| | | | * | | | | | | | | | | | Add generic sys_olduname()Christoph Hellwig2010-03-127-115/+4
| | | | * | | | | | | | | | | | improve sys_newuname() for compat architecturesChristoph Hellwig2010-03-124-17/+3
| | | | * | | | | | | | | | | | Add generic sys_ipc wrapperChristoph Hellwig2010-03-123-86/+1
| | | | * | | | | | | | | | | | Add generic sys_old_mmap()Christoph Hellwig2010-03-126-42/+7
| | | | * | | | | | | | | | | | Add generic sys_old_select()Christoph Hellwig2010-03-127-41/+3
| | | | | |_|_|_|_|_|_|_|/ / / | | | | |/| | | | | | | | | |
* | | | | | | | | | | | | | | perf, x86: Fix key indexing in Pentium-4 PMULin Ming2010-03-191-1/+1
* | | | | | | | | | | | | | | x86, perf: Fix few cosmetic dabs for P4 pmu (comments and constantify)Cyrill Gorcunov2010-03-182-3/+3
* | | | | | | | | | | | | | | perf_events: Fix resource leak in x86 __hw_perf_event_init()Stephane Eranian2010-03-181-1/+4
* | | | | | | | | | | | | | | perf, x86: Add cache events for the Pentium-4 PMULin Ming2010-03-183-6/+159
* | | | | | | | | | | | | | | perf, x86: Add a key to simplify template lookup in Pentium-4 PMULin Ming2010-03-182-53/+38
* | | | | | | | | | | | | | | x86, perf: Use apic_write unconditionallyCyrill Gorcunov2010-03-182-6/+0
* | | | | | | | | | | | | | | x86, apic: Allow to use certain functions without APIC built-in supportCyrill Gorcunov2010-03-181-2/+11
* | | | | | | | | | | | | | | perf/core, x86: Remove duplicate perf_event_mask variableRobert Richter2010-03-171-6/+3
* | | | | | | | | | | | | | | perf/core, x86: Remove cpu_hw_events.interruptsRobert Richter2010-03-171-1/+0
* | | | | | | | | | | | | | | perf/core, x86: Reduce number of CONFIG_X86_LOCAL_APIC macrosRobert Richter2010-03-171-6/+9
OpenPOWER on IntegriCloud