summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
* sched: high-res preemption tickPeter Zijlstra2008-01-252-0/+7
* x86: asm-x86/msr.h: pull in linux/types.hMike Frysinger2008-01-151-0/+4
* x86: fix asm-x86/msr.h for user-space exportMike Frysinger2008-01-011-35/+39
* x86: fix asm-x86/byteorder.h for userspace exportMike Frysinger2008-01-011-2/+2
* x86: also define AT_VECTOR_SIZE_ARCHJan Beulich2007-12-181-0/+7
* x86: jprobe bugfixMasami Hiramatsu2007-12-182-2/+2
* x86: disable hpet on shutdownOGAWA Hirofumi2007-12-031-0/+1
* x86: fix ACPI compile for LOCAL_APIC=nThomas Gleixner2007-11-261-0/+1
* ACPI: Set max_cstate to 1 for early Opterons.Alexey Starikovskiy2007-11-261-0/+27
* x86: fix reboot with no keyboard attachedTruxton Fulton2007-11-171-1/+1
* x86: voyager use correct header file nameRandy Dunlap2007-11-171-1/+1
* x86: fix bogus memcpy in es7000_check_dsdt()Thomas Gleixner2007-11-171-3/+3
* oprofile: fix oops on x86 32-bitJan Blunck2007-11-151-1/+1
* x86: fix taking DNA during 64bit sigreturnSiddha, Suresh B2007-11-121-0/+5
* voyager: use struct instead of PARAMRandy Dunlap2007-11-101-1/+3
* lguest: make async_hcall() staticAdrian Bunk2007-11-051-3/+0Star
* Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2007-11-032-0/+41
|\
| * lockdep: fixup irq tracingPeter Zijlstra2007-10-252-0/+41
* | x86 gart: rename symbols only used for the GART implementationJoerg Roedel2007-10-301-6/+6
* | x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel2007-10-302-2/+2
* | x86 gart: rename iommu.h to gart.hJoerg Roedel2007-10-302-2/+31
* | Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner2007-10-271-3/+6
* | x86 bitops: fix code style issuesRandy Dunlap2007-10-261-26/+26
* | bitops kernel-doc: inline instead of macroRandy Dunlap2007-10-262-4/+10
* | lguest: documentation updateRusty Russell2007-10-251-8/+8
|/
* x86: clean up setup.h and the boot codeH. Peter Anvin2007-10-231-6/+7
* x86: Save registers in saved_context during suspend and hibernationRafael J. Wysocki2007-10-231-16/+7Star
* x86: merge setup_32/64.hThomas Gleixner2007-10-234-95/+60Star
* x86: merge signal_32/64.hThomas Gleixner2007-10-234-425/+263Star
* x86: merge required-features.hBrian Gerst2007-10-233-104/+70Star
* x86: merge sigcontext_32/64.hThomas Gleixner2007-10-234-154/+137Star
* x86: merge msr_32/64.hThomas Gleixner2007-10-234-360/+347Star
* x86: merge mttr_32/64.hThomas Gleixner2007-10-234-281/+163Star
* x86: merge statfs_32/64.hThomas Gleixner2007-10-234-77/+61Star
* x86: merge stat_32/64.hThomas Gleixner2007-10-234-134/+112Star
* x86: merge shmbuf_32/64.hThomas Gleixner2007-10-234-94/+50Star
* x86: merge ptrace_32/64.hThomas Gleixner2007-10-234-158/+141Star
* x86: merge msgbuf_32/64.hThomas Gleixner2007-10-234-72/+38Star
* x86: merge elf_32/64.hThomas Gleixner2007-10-234-358/+288Star
* x86: merge byteorder_32/64.hThomas Gleixner2007-10-234-104/+70Star
* x86: unify div64{,_32,_64}.hChris Snook2007-10-233-56/+57
* x86: unify a.out{,_32,_64}.hChris Snook2007-10-234-65/+25Star
* x86: add safe_smp_processor_id for x86_64Hiroshi Shimamoto2007-10-231-0/+2
* x86: add lapic_shutdown for x86_64Hiroshi Shimamoto2007-10-231-0/+1
* x86: merge mmu{,_32,_64}.hChris Snook2007-10-233-43/+22Star
* x86: lock bitopsNick Piggin2007-10-232-2/+83
* Remove old lguest I/O infrrasructure.Rusty Russell2007-10-231-2/+1Star
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-231-2/+5
* Make hypercalls arch-independent.Jes Sorensen2007-10-231-3/+5
* Reorder guest saved regs to match hyperall orderJes Sorensen2007-10-231-2/+1Star