summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-05-183-522/+255
|\
| * x86, UV: uv_irq.c: Fix all sparse warningsRandy Dunlap2010-04-171-1/+1
| * x86, UV: Improve BAU performance and error recoveryCliff Wickman2010-04-141-72/+175
| * x86, UV: Clean up UV headers for MMR definitionsJack Steiner2010-03-111-449/+79
* | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-1/+6
|\ \
| * | x86, tboot: Add support for S3 memory integrity protectionShane Wang2010-03-191-1/+6
* | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-181-19/+25
|\ \ \
| * | | x86, pat: Update the page flags for memtype atomically instead of using memty...Robin Holt2010-04-231-19/+25
* | | | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-183-4/+70
|\ \ \ \
| * | | | x86, hweight: Use a 32-bit popcnt for __arch_hweight32()H. Peter Anvin2010-05-171-4/+6
| * | | | x86: Add optimized popcnt variantsBorislav Petkov2010-04-063-4/+68
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-182-16/+7
|\ \ \ \ \
| * | | | | x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefinedEric W. Biederman2010-05-061-0/+1
| * | | | | x86, irq: Kill io_apic_renumber_irqEric W. Biederman2010-05-041-1/+0
| * | | | | x86, ioapic: Simplify probe_nr_irqs_gsi.Eric W. Biederman2010-05-041-6/+0
| * | | | | x86, ioapic: Teach mp_register_ioapic to compute a global gsi_endEric W. Biederman2010-05-041-0/+1
| * | | | | x86, ioapic: Fix the types of gsi valuesEric W. Biederman2010-05-041-5/+5
| * | | | | x86, ioapic: Only export mp_find_ioapic and mp_find_ioapic_pin in io_apic.hEric W. Biederman2010-05-041-4/+0
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-186-40/+162
|\ \ \ \ \ \
| * | | | | | x86, fpu: Use static_cpu_has() to implement use_xsave()H. Peter Anvin2010-05-111-9/+3
| * | | | | | x86: Add new static_cpu_has() function using alternativesH. Peter Anvin2010-05-111-0/+57
| * | | | | | x86, fpu: Use the proper asm constraint in use_xsave()H. Peter Anvin2010-05-101-1/+1
| * | | | | | x86: Introduce 'struct fpu' and related APIAvi Kivity2010-05-103-34/+94
| * | | | | | x86: Eliminate TS_XSAVEAvi Kivity2010-05-102-5/+16
| * | | | | | x86: Merge simd_math_error() into math_error()Brian Gerst2010-05-031-1/+1
| |/ / / / /
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-186-35/+49
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-083-7/+26
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | x86: Clean up the hypervisor layerH. Peter Anvin2010-05-075-42/+39
| * | | | | | x86: Detect running on a Microsoft HyperV systemKy Srinivasan2010-05-063-0/+16
| * | | | | | x86, k8: Fix build error when K8_NB is disabledBorislav Petkov2010-05-031-0/+5
| * | | | | | x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfoBorislav Petkov2010-04-091-0/+1
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86: Clean up arch/x86/Kconfig*Jan Beulich2010-04-281-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-185-71/+265
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/asm' into x86/atomicH. Peter Anvin2010-04-2979-905/+1038
| |\ \ \ \ \ \ \
| * | | | | | | | x86: Fix LOCK_PREFIX_HERE for uniprocessor buildH. Peter Anvin2010-04-291-0/+1
| * | | | | | | | x86: Implement atomic[64]_dec_if_positive()Luca Barbieri2010-03-012-0/+46
| * | | | | | | | x86-32: Rewrite 32-bit atomic64 functions in assemblyLuca Barbieri2010-02-251-67/+211
| * | | | | | | | x86-32: Allow UP/SMP lock replacement in cmpxchg64Luca Barbieri2010-02-251-1/+2
| * | | | | | | | x86: Add support for lock prefix in alternativesLuca Barbieri2010-02-251-3/+5
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-185-5/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Use .cfi_sections for assembly codeRoland McGrath2010-05-131-0/+12
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | x86-64: Reduce SMP locks table sizeJan Beulich2010-04-282-4/+4
| * | | | | | | | x86, asm: Introduce and use percpu_inc()Jan Beulich2010-04-282-1/+25
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-1812-449/+871
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-071-0/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-011-0/+5
| * | | | | | | | | hw-breakpoints: Change/Enforce some breakpoints policiesFrederic Weisbecker2010-05-011-3/+2
| * | | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-232-6/+26
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | perf: Enhance perf to allow for guest statistic collection from hostZhang, Yanmin2010-04-191-11/+4
OpenPOWER on IntegriCloud