summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
*-----------------------------------. Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-0639-408/+831
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * x86: gart iommu have direct mapping when agp is present tooYinghai Lu2008-10-051-9/+11
| | | | | | | | | | | | | | | | | | * | x86, tsc calibration: fixIngo Molnar2008-09-061-1/+1
| | | | | | | | | | | | | | | | | | * | x86: quick TSC calibration, improveIngo Molnar2008-09-041-0/+6
| | | | | | | | | | | | | | | | | | * | x86: quick TSC calibrationLinus Torvalds2008-09-041-1/+118
| | | | | | | | | | | | | | | | | | * | x86: TSC make the calibration loop smarterThomas Gleixner2008-09-041-37/+58
| | | | | | | | | | | | | | | | | | * | x86: TSC: use one set of reference variablesThomas Gleixner2008-09-041-11/+11
| | | | | | | | | | | | | | | | | | * | x86: TSC: separate hpet/pmtimer calculation outThomas Gleixner2008-09-041-15/+41
| | | | | | | | | | | | | | | | | | * | x86: TSC: define the PIT latch value separateThomas Gleixner2008-09-041-5/+9
| | | | | | | | | | | | | | | | | * | | x86, olpc: fix endian bug in openfirmware workaroundHarvey Harrison2008-09-241-3/+3
| | | | | | | | | | | | | | | | * | | | x86: default to reboot via ACPIAvi Kivity2008-08-251-1/+5
| | | | | | | | | | | | | | | * | | | | x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost2008-08-222-6/+6
| | | | | | | | | | | | | * | | | | | | x86, NMI watchdog: setup before enabling NMI watchdogAristeu Rozanski2008-09-222-14/+42
| | | | | | | | | | | | | * | | | | | | x86, NMI watchdog: when booting with reset_devices, clear the performance cou...Aristeu Rozanski2008-09-221-0/+41
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup: treat WRPROT as UNCACHEABLEYinghai Lu2008-10-041-1/+4
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup: first 1M may be covered in var mtrrsYinghai Lu2008-10-041-0/+9
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup: print out correct type v2Yinghai Lu2008-10-041-1/+3
| | | | | | | | | | | | * | | | | | | | x86, debug: mtrr_cleanup print out var mtrr before change itYinghai Lu2008-10-031-1/+24
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup try gran_size to less than 1M, v3Yinghai Lu2008-10-031-1/+1
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup try gran_size to less than 1M, cleanupJ.A. Magallón2008-10-031-2/+2
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup try gran_size to less than 1MYinghai Lu2008-09-291-4/+4
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup prepare to make gran_size to less 1MYinghai Lu2008-09-291-24/+79
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup safe to get more spare regs nowYinghai Lu2008-09-291-3/+1
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup hole size should be less than half of chunk_size, v2Yinghai Lu2008-09-281-31/+43
| | | | | | | | | | | | * | | | | | | | x86: add mtrr_cleanup_debug command lineYinghai Lu2008-09-271-3/+11
| | | | | | | | | | | | * | | | | | | | x86: mtrr_cleanup optimization, v2Yinghai Lu2008-09-271-42/+37
| | | | | | | | | | | | * | | | | | | | x86: don't need to go to chunksize to 4GYinghai Lu2008-09-271-4/+4
| | | | | | | | | | * | | | | | | | | | x86: make poll_idle behave more like the other idle methodsJoe Korty2008-08-281-1/+2
| | | | | | | | | * | | | | | | | | | | x86 gart: allocate size-aligned address for alloc_coherent, v2FUJITA Tomonori2008-08-171-9/+16
| | | | | | | | | * | | | | | | | | | | Merge branch 'linus' into x86/gartIngo Molnar2008-08-1551-491/+796
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | | | | x86, pci: iommu fix potential overflow in alloc_iommu()Prarit Bhargava2008-07-231-1/+1
| | | | | * | | | | | | | | | | | | | | | x86, debug printouts: IOMMU setup failures should not be KERN_ERRAdam Jackson2008-09-301-3/+3
| | | | | * | | | | | | | | | | | | | | | x86_64: be less annoying on boot, v2dcg2008-09-291-1/+2
| | | | | * | | | | | | | | | | | | | | | x86_64: be less annoying on bootBill Nottingham2008-09-251-2/+0
| | | | | * | | | | | | | | | | | | | | | x86: use WARN_ONCE in workaround for mtrr maskYinghai Lu2008-09-221-6/+1
| | | | | * | | | | | | | | | | | | | | | Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar2008-09-2277-679/+1207
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |_|_|_|_|_|_|_|/ / / / / / / | | | | | | |/| | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | x86: print DMI information in the oops traceArjan van de Ven2008-09-171-2/+8
| | | | | * | | | | | | | | | | | | | | | x86_64: printout msr -v2Yinghai Lu2008-08-222-0/+52
| | | | | * | | | | | | | | | | | | | | | x86_64: remove empty lines from stack traces/oopsesAlexey Dobriyan2008-08-151-3/+2
| | | | | * | | | | | | | | | | | | | | | x86: print per_cpu data addressYinghai Lu2008-07-311-1/+8
| | | | | * | | | | | | | | | | | | | | | x86, 64-bit, dwarf2: push pushes 8 bytes and popf pops 8Alexander van Heukelum2008-07-241-2/+2
| | | | * | | | | | | | | | | | | | | | | x86: check for ioremap() failure in copy_oldmem_page()Akinobu Mita2008-09-221-2/+4
| | | | | |/ / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | x86, bootup: add built-in kernel command line for x86 (v2)Tim Bird2008-08-151-0/+16
| | | | |_|_|_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | x86: trivial printk fix in efi.cRuss Anderson2008-10-031-2/+4
| | * | | | | | | | | | | | | | | | | x86: use platform_device_register_simple()Akinobu Mita2008-09-221-10/+3
| | * | | | | | | | | | | | | | | | | x86: fix arch/x86/kernel/cpu/mtrr/main.c warningYinghai Lu2008-09-191-3/+2
| | * | | | | | | | | | | | | | | | | Merge commit 'v2.6.27-rc6' into x86/cleanupsIngo Molnar2008-09-1911-106/+356
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | x86: capitalize function call interrupts consistentlyAndi Kleen2008-09-042-2/+2
| | * | | | | | | | | | | | | | | | | x86: acpi: move acpi_mcfg_64bit_base_addr into CONFIG_PCI_MMCONFIGHiroshi Shimamoto2008-08-271-2/+2
| | * | | | | | | | | | | | | | | | | Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin2008-08-255-92/+75
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud