summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-183-6/+6
|\
| * x86, percpu: silence section mismatch warnings related to EARLY_PER_CPU varia...Marcin Slusarz2008-08-181-1/+1
| * x86: mmconf: fix section mismatch warningMarcin Slusarz2008-08-181-1/+1
| * x86: correct register constraints for 64-bit atomic operationsMathieu Desnoyers2008-08-181-4/+4
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-168-18/+48
|\ \ | |/
| * x86: add MAP_STACK mmap flagIngo Molnar2008-08-151-0/+1
| * Merge branch 'x86/geode' into x86/urgentIngo Molnar2008-08-151-1/+2
| |\
| | * x86, geode-mfgpt: check IRQ before using MFGPT as clocksourceJens Rottmann2008-08-151-1/+2
| * | x86-64: fix overlap of modules and fixmap areasJan Beulich2008-08-151-1/+1
| * | x86: fix spin_is_contended()Jan Beulich2008-08-151-2/+2
| * | x86: fix readb() et al compile error with gcc-3.2.3Mikael Pettersson2008-08-151-9/+9
| * | x86: invalidate caches before going into suspendMark Langsdorf2008-08-151-0/+23
| * | Merge branch 'x86/amd-iommu' into x86/urgentIngo Molnar2008-08-152-3/+37
| |\ \
| | * | x86m AMD IOMMU: cleanup: replace LOW_U32 macro with generic lower_32_bitsJoerg Roedel2008-08-151-3/+0
| | * | x86, AMD IOMMU: initialize device table properlyJoerg Roedel2008-08-151-0/+1
| | * | x86, AMD IOMMU: use status bit instead of memory write-back for completion waitJoerg Roedel2008-08-151-0/+4
| | |/
| * | Merge branch 'x86/fpu' into x86/urgentIngo Molnar2008-08-141-2/+0
| |\ \
| | * | x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha2008-07-261-2/+0
| * | | Merge commit 'v2.6.27-rc3' into x86/urgentIngo Molnar2008-08-131-0/+6
| |\ \ \
| * | | | x86: propagate new nonpanic bootmem macros to CONFIG_HAVE_ARCH_BOOTMEM_NODEJohannes Weiner2008-08-131-0/+6
* | | | | x86: add MAP_STACK mmap flagIngo Molnar2008-08-151-0/+1
* | | | | kexec jump: check code size in control pageHuang Ying2008-08-151-0/+4
* | | | | kexec jump: rename KEXEC_CONTROL_CODE_SIZE to KEXEC_CONTROL_PAGE_SIZEHuang Ying2008-08-151-2/+2
| |_|_|/ |/| | |
* | | | crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha2008-08-131-0/+32
| |/ / |/| |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-113-4/+20
|\ \ \ | |/ /
| * | EFI, x86: fix function prototypeRandy Dunlap2008-08-111-1/+1
| * | x86_64: restore the proper NR_IRQS define so larger systems work.Eric W. Biederman2008-08-111-1/+9
| * | x86: Restore proper vector locking during cpu hotplugEric W. Biederman2008-08-111-2/+10
* | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-08-011-0/+6
|\ \ \ | |/ / |/| |
| * | KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli2008-07-291-0/+6
* | | generic, x86: fix add iommu_num_pages helper functionFUJITA Tomonori2008-07-291-0/+2
|/ /
* | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-2968-525/+1327
|\ \
| * | KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2008-07-271-0/+1
| * | [PATCH] kill altrootAl Viro2008-07-261-11/+0
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-262-7/+1
| |\ \
| | * | x86: fix IBM Summit based systems' phys_cpu_present_map on 32-bit kernelsChris McDermott2008-07-261-1/+1
| | * | x86, RDC321x: remove gpio.h complicationsIngo Molnar2008-07-261-6/+0
| | |/
| * | x86: lockless get_user_pages_fast()Nick Piggin2008-07-261-0/+1
| * | x86: implement pte_specialNick Piggin2008-07-261-3/+6
| * | kexec jumpHuang Ying2008-07-261-8/+10
| * | x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer2008-07-261-0/+1
| * | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-263-32/+72
| |/
| * Merge git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds2008-07-251-1/+0
| |\
| | * remove dummy asm/kvm.h filesAdrian Bunk2008-07-251-1/+0
| * | include/asm/ptrace.h userspace headers cleanupAdrian Bunk2008-07-251-1/+0
| * | gpiolib: allow user-selectionMichael Buesch2008-07-251-0/+56
| * | clean up duplicated alloc/free_thread_infoFUJITA Tomonori2008-07-251-0/+2
| |/
| * x86-64: Clean up 'save/restore_i387()' usageLinus Torvalds2008-07-241-54/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-241-65/+0
| |\
| | * ide: remove <asm/ide.h> for some archsBartlomiej Zolnierkiewicz2008-07-241-18/+0
OpenPOWER on IntegriCloud