summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [PATCH] paravirt: Allow selected bug checks to beRusty Russell2006-12-071-1/+1
| * | | [PATCH] paravirt: Add startup infrastructure for paravirtualizationRusty Russell2006-12-074-0/+45
| * | | [PATCH] i386: cpu_detect extractionRusty Russell2006-12-071-16/+21
| * | | [PATCH] paravirt: Patch inline replacements for paravirt interceptsRusty Russell2006-12-076-25/+148
| * | | [PATCH] paravirt: header and stubs for paravirtualisationRusty Russell2006-12-0711-23/+479
| * | | [PATCH] i386: Fix double #includes in arch/i386Nicolas Kaiser2006-12-072-2/+0
| * | | [PATCH] i386: substitute __va lookup with pfn_to_kaddrDavid Rientjes2006-12-071-1/+1
| * | | [PATCH] x86-64: Don't force inlining of do_csumAndi Kleen2006-12-071-3/+1
| * | | [PATCH] i386: remove IOPL check on task switchChuck Ebbert2006-12-071-6/+0
| * | | [PATCH] x86-64: Fix race in IO-APIC routing entry setup.Andi Kleen2006-12-071-3/+9
| * | | [PATCH] i386: Fix race in IO-APIC routing entry setup.Andi Kleen2006-12-071-5/+11
| * | | [PATCH] x86-64: Make x86_64 udelay() round up instead of down.Paolo 'Blaisorblade' Giarrusso2006-12-071-2/+2
| * | | [PATCH] Calgary: allow compiling Calgary in but not using it by defaultMuli Ben-Yehuda2006-12-073-0/+25
| * | | [PATCH] Calgary: check BBAR ioremap success when ioremappingMuli Ben-Yehuda2006-12-071-36/+49
| * | | [PATCH] Calgary: use BIOS supplied BBARs and topology informationLaurent Vivier2006-12-071-36/+125
| * | | [PATCH] calgary: phb_shift can be intMuli Ben-Yehuda2006-12-071-1/+1
| * | | [PATCH] i386: Move memory map printing and other code to e820.cbibo,mao2006-12-072-152/+153
| * | | [PATCH] i386: Move e820/efi memmap walking code to e820.cbibo,mao2006-12-072-118/+115
| * | | [PATCH] i386: Move find_max_pfn function to e820.cbibo,mao2006-12-072-55/+52
| * | | [PATCH] i386: create e820.c for e820 map sanitize and copy functionbibo,mao2006-12-072-240/+252
| * | | [PATCH] i386: i386 create e820.c to handle standard io/mem resourcesbibo,mao2006-12-073-274/+293
| * | | [PATCH] x86-64: Support -mregparm arguments for signals with SA_SIGINFO in co...Albert Cahalan2006-12-071-0/+5
| * | | [PATCH] x86-64: Try multiple timer variants in check_timerAndi Kleen2006-12-072-78/+51
| * | | [PATCH] i386: Use probe_kernel_address instead of __get_user in fault pathsAndi Kleen2006-12-072-17/+19
| * | | [PATCH] x86-64: Use probe_kernel_address in arch/x86_64/*Andi Kleen2006-12-072-6/+6
| * | | [PATCH] x86-64: Extend clear_irq_vectorYinghai Lu2006-12-071-1/+17
| * | | [PATCH] i386: Use CLFLUSH instead of WBINVD in change_page_attrAndi Kleen2006-12-071-7/+17
| * | | [PATCH] i386: Retrieve CLFLUSH size from CPUIDAndi Kleen2006-12-072-1/+5
| * | | [PATCH] x86-64: Speed and clean up cache flushing in change_page_attrAndi Kleen2006-12-071-26/+32
| * | | [PATCH] i386: Fix entry.S code with !CONFIG_VM86Joe Korty2006-12-071-2/+4
| * | | [PATCH] i386: Mark CONFIG_RELOCATABLE EXPERIMENTALVivek Goyal2006-12-071-1/+2
| * | | [PATCH] i386: extend bzImage protocol for relocatable protected mode kernelVivek Goyal2006-12-071-1/+12
| * | | [PATCH] i386: Implement CONFIG_PHYSICAL_ALIGNVivek Goyal2006-12-074-31/+38
| * | | [PATCH] i386: Warn upon absolute relocations being presentVivek Goyal2006-12-072-11/+73
| * | | [PATCH] i386: Relocatable kernel supportEric W. Biederman2006-12-079-209/+918
| * | | [PATCH] relocatable kernel: Kallsyms generate relocatable symbolsEric W. Biederman2006-12-077-0/+7
| * | | [PATCH] i386: CONFIG_PHYSICAL_START cleanupEric W. Biederman2006-12-073-9/+7
| * | | [PATCH] i386: Reserve kernel memory starting from _textEric W. Biederman2006-12-071-2/+2
| * | | [PATCH] i386: Add comment for align to vmlinux.ldsVivek Goyal2006-12-071-0/+6
| * | | [PATCH] i386: Distinguish absolute symbolsVivek Goyal2006-12-071-50/+63
| * | | [PATCH] x86: Mention PCI instead of RAM in NMI parity error messageAndi Kleen2006-12-072-4/+2
| * | | [PATCH] x86: remove last two pci_find offenders in the core codeAlan Cox2006-12-072-2/+4
| * | | [PATCH] x86: Don't use nested idle loopsAndi Kleen2006-12-072-42/+18
| * | | [PATCH] i386: Implement "current" with the PDAJeremy Fitzhardinge2006-12-073-0/+5
| * | | [PATCH] i386: Implement smp_processor_id() with the PDAJeremy Fitzhardinge2006-12-073-3/+6
| * | | [PATCH] i386: Update sys_vm86 to cope with changed pt_regs and %gs usageJeremy Fitzhardinge2006-12-071-47/+74
| * | | [PATCH] i386: Fix places where using %gs changes the usermode ABIJeremy Fitzhardinge2006-12-072-15/+9
| * | | [PATCH] i386: Use %gs as the PDA base-segment in the kernelJeremy Fitzhardinge2006-12-076-46/+109
| * | | [PATCH] i386: Initialize the per-CPU data areaJeremy Fitzhardinge2006-12-073-50/+169
| * | | [PATCH] i386: Basic definitions for i386-pdaJeremy Fitzhardinge2006-12-071-1/+1