aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] paravirt: Patch inline replacements for paravirt interceptsRusty Russell6-163/+297
2006-12-07[PATCH] paravirt: header and stubs for paravirtualisationRusty Russell15-34/+411
2006-12-07[PATCH] x86: comment magic constants in delay.hPaolo 'Blaisorblade' Giarrusso1-1/+4
2006-12-07[PATCH] i386: Move memory map printing and other code to e820.cbibo,mao1-0/+2
2006-12-07[PATCH] i386: Move e820/efi memmap walking code to e820.cbibo,mao1-0/+2
2006-12-07[PATCH] i386: Move find_max_pfn function to e820.cbibo,mao1-0/+1
2006-12-07[PATCH] i386: Use CLFLUSH instead of WBINVD in change_page_attrAndi Kleen1-0/+1
2006-12-07[PATCH] i386: Retrieve CLFLUSH size from CPUIDAndi Kleen1-0/+1
2006-12-07[PATCH] i386: Implement CONFIG_PHYSICAL_ALIGNVivek Goyal1-1/+5
2006-12-07[PATCH] i386: CONFIG_PHYSICAL_START cleanupEric W. Biederman1-3/+0
2006-12-07[PATCH] i386: define __pa_symbol()Eric W. Biederman1-0/+3
2006-12-07[PATCH] i386: PDA: Fix math emulator for new pt_regsAndi Kleen1-0/+1
2006-12-07[PATCH] i386: Store the interrupt regs pointer in the PDAJeremy Fitzhardinge2-1/+28
2006-12-07[PATCH] i386: Implement "current" with the PDAJeremy Fitzhardinge2-3/+6
2006-12-07[PATCH] i386: Implement smp_processor_id() with the PDAJeremy Fitzhardinge2-1/+4
2006-12-07[PATCH] i386: Update sys_vm86 to cope with changed pt_regs and %gs usageJeremy Fitzhardinge1-15/+2
2006-12-07[PATCH] i386: Fix places where using %gs changes the usermode ABIJeremy Fitzhardinge2-1/+2
2006-12-07[PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge3-3/+7
2006-12-07[PATCH] i386: Initialize the per-CPU data areaJeremy Fitzhardinge1-0/+3
2006-12-07[PATCH] i386: Basic definitions for i386-pdaJeremy Fitzhardinge2-1/+99
2006-12-07[PATCH] i386: add Intel Core related PMU MSRsStephane Eranian1-0/+13
2006-12-07[PATCH] i386: add sleazy FPU optimizationChuck Ebbert1-1/+4
2006-12-07[PATCH] i386: espfix cleanupStas Sergeev2-4/+48
2006-12-07[PATCH] x86: all cpu backtraceAndrew Morton1-0/+8
2006-12-07[PATCH] i386: remove default_ldt, and simplify ldt-setting.Jeremy Fitzhardinge2-33/+21
2006-12-07[PATCH] i386: i386 add X86_FEATURE_PEBS and detectionStephane Eranian1-0/+2
2006-12-07[PATCH] i386: i386 rename X86_FEATURE_DTES to X86_FEATURE_DSStephane Eranian1-1/+2
2006-12-06x86[-64]:Remove 'volatile' from atomic_tLinus Torvalds1-1/+1
2006-12-06[PATCH] Remove 'volatile' from spinlock_typesArt Haas1-2/+2
2006-12-04[PATCH] Centralise definitions of sector_t and blkcnt_tMatthew Wilcox1-10/+0
2006-12-02[NET]: I386 checksum annotations and cleanups.Al Viro1-34/+31
2006-12-01ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt1-1/+9
2006-12-01Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt1-0/+7
2006-11-28[PATCH] i386: Fix compilation with UP genericarchAndi Kleen1-0/+4
2006-11-14[PATCH] x86: Add acpi_user_timer_override option for Asus boardsAndi Kleen1-0/+1
2006-11-06[CPUFREQ] p4-clockmod: add more CPUsDominik Brodowski1-0/+2
2006-11-01i386: clean up io-apic accessesLinus Torvalds1-28/+1
2006-10-28[PATCH] visws build fixAndrey Panin2-53/+5
2006-10-21ACPI: uninline ACPI global locking functionsAndrew Morton1-24/+2
2006-10-15[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardwareVenkatesh Pallipadi1-0/+3
2006-10-14ACPI: Processor native C-states using MWAITVenkatesh Pallipadi1-0/+2
2006-10-12[VOYAGER] fix up ptregs removal messJames Bottomley1-1/+1
2006-10-12[VOYAGER] fix up attribute packed specifiers in voyager.hJames Bottomley1-80/+80
2006-10-11[PATCH] uaccess.h: match kernel-doc and function namesRandy Dunlap1-33/+34
2006-10-11[PATCH] Consolidate check_signatureMatthew Wilcox1-27/+0
2006-10-11[PATCH] epoll_pwait()Davide Libenzi1-1/+2
2006-10-08[PATCH] i386/x86_64: Remove global IO_APIC_VECTOREric W. Biederman1-3/+0
2006-10-06[PATCH] make kernels with CONFIG_X86_GENERIC and !CONFIG_SMP compilableJiri Kosina1-2/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells10-21/+22
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2-3/+0