aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-068-55/+72
|\
| * x86: fix mttr trimmingYinghai Lu2008-02-061-10/+9
| * x86: fix 64-bit sectionsSam Ravnborg2008-02-061-10/+5
| * x86: mark the .rodata section also NXArjan van de Ven2008-02-061-1/+1
| * x86: fix iret exception recovery on 64-bitRoland McGrath2008-02-061-2/+1
| * x86: fix sparse warnings in powernow-k8.cHarvey Harrison2008-02-061-1/+0
| * x86: fix sparse error in traps_32.cHarvey Harrison2008-02-061-10/+5
| * x86: trivial sparse/checkpatch in quirks.cHarvey Harrison2008-02-061-13/+13
| * x86 ptrace: disallow null cs/ssRoland McGrath2008-02-061-2/+23
| * x86: make traps on entry code be debuggable in user space, 64-bitRoland McGrath2008-02-061-6/+15
* | idle_regs() must be __cpuinitAdrian Bunk2008-02-061-1/+1
* | calibrate_delay() must be __cpuinitAdrian Bunk2008-02-062-4/+0
|/
* iommu sg: x86: convert gart IOMMU to use the IOMMU helperFUJITA Tomonori2008-02-051-16/+25
* iommu sg: x86: convert calgary IOMMU to use the IOMMU helperFUJITA Tomonori2008-02-051-14/+20
* iommu sg merging: x86: make pci-gart iommu respect the segment size limitsFUJITA Tomonori2008-02-051-0/+7
* timerfd: wire the new timerfd API to the x86 familyDavide Libenzi2008-02-051-1/+3
* x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_ma...Andi Kleen2008-02-041-1/+2
* x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZEAndi Kleen2008-02-042-3/+3
* x86: fix EFI mappingHuang, Ying2008-02-042-38/+41
* x86: add cpu mtrr init function definitions to mtrr.hHarvey Harrison2008-02-042-4/+4
* x86: add cpu init function defintions to cpu.hHarvey Harrison2008-02-042-10/+9
* x86: small sparse fix in process_32.cHarvey Harrison2008-02-041-1/+1
* x86: add include to cpu/intel.cHarvey Harrison2008-02-041-0/+1
* x86: cleanup - eliminate numbers in LDT allocation codeCyrill Gorcunov2008-02-041-1/+2
* x86: remove misleading comments in trampoline_*.SPavel Machek2008-02-042-9/+1
* x86: remove long dead cyrix mtrr codeHarvey Harrison2008-02-042-119/+0
* x86: unify CPU feature string namesH. Peter Anvin2008-02-044-150/+84
* x86: cpuid, msr: use inode mutex instead of big kernel lockH. Peter Anvin2008-02-042-9/+12
* x86: cpuid: allow querying %ecx-sensitive CPUID levelsH. Peter Anvin2008-02-041-25/+20
* x86: use _ASM_EXTABLE macro in arch/x86/kernel/test_nx.cH. Peter Anvin2008-02-041-10/+2
* x86: rename module scx200_32 to scx200Sam Ravnborg2008-02-041-1/+2
* x86: restore correct module name for apmSam Ravnborg2008-02-041-1/+2
* x86: VMI fixIngo Molnar2008-02-041-3/+3
* Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-021-2/+6
|\
| * Suspend: Clean up suspend_64.cBorislav Petkov2008-02-011-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-02-021-20/+23
|\ \ | |/ |/|
| * PCI: use dev_printk in x86 quirk messagesbjorn.helgaas@hp.com2008-02-011-20/+23
* | x86: fix bootup crash in native_read_tsc()Ingo Molnar2008-02-021-1/+1
* | x86: avoid section mismatch involving arch_register_cpuAlexander van Heukelum2008-02-011-2/+1
* | x86: fixes for lookup_address argsHarvey Harrison2008-02-011-1/+1
* | x86: fix sparse warnings in cpu/common.cHarvey Harrison2008-02-011-10/+10
* | x86: make early_console static in early_printk.cHarvey Harrison2008-02-011-1/+1
* | x86: fix section mismatch warning in kernel/pci-calgarySam Ravnborg2008-02-011-2/+2
* | x86: fix section mismatch warning in acpi/boot.cSam Ravnborg2008-02-011-1/+7
* | x86: fix section mismatch warnings when referencing notifiersSam Ravnborg2008-02-013-3/+3
* | x86: silence section mismatch warning in smpboot_64.cSam Ravnborg2008-02-011-1/+1
* | x86_64: make bootmap_start page align v6Yinghai Lu2008-02-012-4/+7
* | x86_64: add debug name for early_resYinghai Lu2008-02-012-8/+13
|/
* x86: fix small sparse warningHarvey Harrison2008-01-311-1/+1
* x86: fix sparse warning in kernel/scx200_32.cHarvey Harrison2008-01-311-1/+1