summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharingJeremy Fitzhardinge2007-05-026-4/+11
* [PATCH] i386: PARAVIRT: Allocate a fixmap slotJeremy Fitzhardinge2007-05-021-0/+3
* [PATCH] i386: PARAVIRT: Hooks to set up initial pagetableJeremy Fitzhardinge2007-05-022-1/+32
* [PATCH] i386: PARAVIRT: Add pagetable accessors to pack and unpack pagetable ...Jeremy Fitzhardinge2007-05-025-53/+169
* [PATCH] i386: PARAVIRT: use paravirt_nop to consistently mark no-op operationsJeremy Fitzhardinge2007-05-021-0/+3
* [PATCH] i386: i386 separate hardware-defined TSS from Linux additionsRusty Russell2007-05-021-8/+16
* [PATCH] i386: Remove smp_alt_instructionsJeremy Fitzhardinge2007-05-021-5/+1Star
* [PATCH] x86: Clean up x86 control register and MSR macros (corrected)H. Peter Anvin2007-05-0210-592/+356Star
* [PATCH] x86: Don't use MWAIT on AMD Family 10Andi Kleen2007-05-022-0/+4
* [PATCH] x86-64: Clean up asm-x86_64/bugs.hJeremy Fitzhardinge2007-05-022-26/+5Star
* [PATCH] i386: Make COMPAT_VDSO runtime selectable.Jeremy Fitzhardinge2007-05-021-2/+0Star
* [PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_...Jeremy Fitzhardinge2007-05-023-24/+29
* [PATCH] i386: clean up identify_cpuJeremy Fitzhardinge2007-05-021-1/+2
* [PATCH] i386: Clean up asm-i386/bugs.hJeremy Fitzhardinge2007-05-022-190/+5Star
* [PATCH] x86-64: fix arithmetic in commentAvi Kivity2007-05-021-1/+1
* [PATCH] x86-64: Use X86_EFLAGS_IF in x86-64/irqflags.h.Andi Kleen2007-05-023-25/+32
* [PATCH] x86: fix amd64-agp aperture validationJan Beulich2007-05-021-0/+1
* [PATCH] x86-64: Account for module percpu space separately from kernel percpuJeremy Fitzhardinge2007-05-024-35/+8Star
* [PATCH] i386: Add machine_ops interface to abstract halting and rebootingJeremy Fitzhardinge2007-05-021-0/+20
* [PATCH] i386: Add smp_ops interfaceJeremy Fitzhardinge2007-05-021-0/+53
* [PATCH] i386: cleanup GDT AccessRusty Russell2007-05-021-5/+2Star
* [PATCH] x86: sys_ioperm() prototype cleanupAdrian Bunk2007-05-021-1/+0Star
* [PATCH] x86-64: use lru instead of page->index and page->private for pgd list...Christoph Lameter2007-05-022-12/+4Star
* [PATCH] i386: Use X86_EFLAGS_IF in irqflags.h.Andi Kleen2007-05-023-22/+29
* [PATCH] x86: tighten kernel image page access rightsJan Beulich2007-05-021-3/+0Star
* [PATCH] x86: Improve handling of kernel mappings in change_page_attrJan Beulich2007-05-021-0/+2
* [PATCH] i386: rationalize paravirt wrappersRusty Russell2007-05-027-187/+384
* [PATCH] i386: clean up cpu_init()Rusty Russell2007-05-021-1/+1
* [PATCH] i386: Use per-cpu GDT immediately upon bootRusty Russell2007-05-022-3/+0Star
* [PATCH] i386: Use per-cpu variables for GDT, PDARusty Russell2007-05-024-5/+6
* [PATCH] i386: Allow i386 crash kernels to handle x86_64 dumpsIan Campbell2007-05-022-0/+11
* [PATCH] x86-64: Introduce load_TLS to the "for" loop.Rusty Russell2007-05-021-7/+4Star
* [PATCH] i386: Initialize esp0 properly all the timeRusty Russell2007-05-021-0/+1
* [PATCH] x86-64: configurable fake numa node sizesDavid Rientjes2007-05-021-1/+1
* [PATCH] x86: Log reason why TSC was marked unstablejohn stultz2007-05-023-4/+4
* [PATCH] i386: modpost apic related warning fixesVivek Goyal2007-05-022-39/+0Star
* [PATCH] x86-64: Set HASHDIST_DEFAULT to 1 for x86_64 NUMARavikiran G Thirumalai2007-05-021-2/+2
* [PATCH] x86-64: fix x86_64-mm-sched-clock-shareAndrew Morton2007-05-021-3/+16
* [PATCH] x86-64: build-time checkingVivek Goyal2007-05-021-0/+1
* [PATCH] x86-64: Relocatable Kernel SupportVivek Goyal2007-05-021-2/+4
* [PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal2007-05-022-6/+4Star
* [PATCH] x86-64: Remove the identity mapping as early as possibleVivek Goyal2007-05-022-3/+0Star
* [PATCH] x86-64: wakeup.S rename registers to reflect right namesVivek Goyal2007-05-021-6/+6
* [PATCH] x86-64: Add EFER to the register set saved by save_processor_stateVivek Goyal2007-05-021-0/+1
* [PATCH] x86-64: cleanup segmentsVivek Goyal2007-05-021-1/+1
* [PATCH] x86-64: Clean up the early boot page tableVivek Goyal2007-05-021-1/+0Star
* [PATCH] x86-64: Assembly safe page.h and pgtable.hVivek Goyal2007-05-024-30/+52
* [PATCH] x86-64: dma_ops as constStephen Hemminger2007-05-021-1/+1
* [PATCH] x86-64: fix cpu MHz reporting on constant_tsc cpusJoerg Roedel2007-05-021-0/+1
* [PATCH] x86-64: Remove duplicated code for reading control registersGlauber de Oliveira Costa2007-05-022-29/+11Star