aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-23x86: ARRAY_SIZE cleanupAlejandro Martinez Ruiz2-5/+3
2007-10-23x86: fix more TSC clock source calibration errorsDave Johnson1-14/+20
2007-10-23x86: fix TSC clock source calibration errorDave Johnson1-3/+2
2007-10-23x86: add instrumentation menuAdrian Bunk1-17/+0
2007-10-23Revert lguest magic and use hook in head.SRusty Russell2-29/+5
2007-10-23Lguest support for VirtioRusty Russell2-0/+26
2007-10-23Remove old lguest bus and drivers.Rusty Russell1-41/+0
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell1-0/+1
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell3-10/+39
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-0/+1
2007-10-23Make hypercalls arch-independent.Jes Sorensen1-4/+4
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen1-0/+1
2007-10-23Move lguest guest support to arch/x86.Rusty Russell4-0/+1208
2007-10-23Normalize config options for guest supportRusty Russell1-2/+3
2007-10-22Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-8/+10
2007-10-22Update arch/ to use sg helpersJens Axboe3-8/+10
2007-10-22kexec: add BSS to resource treeBernhard Walle5-5/+33
2007-10-22Intel IOMMU: Iommu Gfx workaroundKeshavamurthy, Anil S1-0/+19
2007-10-22Intel IOMMU: DMAR fault handling supportKeshavamurthy, Anil S1-1/+58
2007-10-22Intel IOMMU: Intel IOMMU driverKeshavamurthy, Anil S1-0/+5
2007-10-22Intel IOMMU: clflush_cache_range now takes size paramKeshavamurthy, Anil S1-3/+3
2007-10-22i386: paravirt boot sequenceRusty Russell4-6/+63
2007-10-22update boot spec to 2.07Rusty Russell1-0/+7
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds48-78/+78
2007-10-20Fix typo in arch/x86/kernel/tsc_32.cJosh Triplett1-1/+1
2007-10-20spelling fixes: arch/x86_64/Simon Arlott9-13/+13
2007-10-20spelling fixes: arch/i386/Simon Arlott37-57/+57
2007-10-20BOOT: Show that no_ipi_broadcast() takes a parameter.Robert P. J. Day1-1/+1
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds65-624/+618
2007-10-19more UTF-8 conversionsMarcin Garski1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt2-4/+4
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds1-2/+7
2007-10-19Use extended crashkernel command line on x86_64Bernhard Walle3-35/+34
2007-10-19Use extended crashkernel command line on i386Bernhard Walle3-28/+46
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan4-7/+7
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn3-3/+3
2007-10-19kmap leak fix for x86_32 kdumpFernando Luis Vázquez Cao1-0/+1
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis31-110/+125
2007-10-19x86: introduce frame_pointer() and stack_pointer()Jan Blunck1-10/+2
2007-10-19i386: do not BUG_ON() when MSR is unknownStephane Eranian1-4/+12
2007-10-19x86: acpi use cpu_physical_idMike Travis1-0/+2
2007-10-19x86: convert cpu_llc_id to be a per cpu variableMike Travis3-8/+8
2007-10-19x86: convert cpu_to_apicid to be a per cpu variableMike Travis9-17/+71
2007-10-19i386: introduce "used_vectors" bitmap which can be used to reserve vectors.Rusty Russell3-6/+20
2007-10-19x86: use raw locks during oopsesAndi Kleen2-14/+14
2007-10-19x86: honor _PAGE_PSE bit on page walksJan Beulich2-2/+3
2007-10-19i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE.Akinobu Mita1-13/+19
2007-10-19x86: implement missing x86_64 function smp_call_function_mask()Laurent Vivier1-56/+63
2007-10-19x86: use descriptor's functions instead of inline assemblyGlauber de Oliveira Costa4-9/+11