summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86, ioapic, acpi quirk: disable IRQ 0 through I/O APIC for some HP systemsMatthew Garrett2008-07-081-0/+37
* x86, ioapic, acpi: add a knob to disable IRQ 0 through I/O APICMaciej W. Rozycki2008-07-081-0/+10
* x86: update mptable fix with no ioapic v2Yinghai Lu2008-07-082-41/+65
* x86: cleanup machine_specific_memory_setup, v2Yinghai Lu2008-07-081-6/+7
* x86: use acpi_numa_init to parse on 32-bit numaYinghai Lu2008-07-082-162/+74
* x86: move some function out of setup_bootmem_allocYinghai Lu2008-07-081-15/+16
* x86: merge setup_memory_map with e820Yinghai Lu2008-07-085-129/+74
* x86: kill bad_pproYinghai Lu2008-07-081-0/+9
* x86: move e820_resource_resources to e820.cYinghai Lu2008-07-084-249/+207
* x86 boot: pass E820 memory map entries more than 128 via linked list of setup...Huang, Ying2008-07-082-13/+49
* x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu2008-07-081-11/+0
* x86: rename two e820 related functionsYinghai Lu2008-07-084-11/+11
* x86: use dstapic in mp_config_acpi_legacy_irqsYinghai Lu2008-07-081-13/+13
* x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu2008-07-082-6/+10
* x86: clean up relocate_initrdYinghai Lu2008-07-081-4/+7
* x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu2008-07-082-13/+7
* x86: make generic arch support NUMAQ, fix #2Yinghai Lu2008-07-081-4/+5
* x86: e820 merge parsing of the mem=/memmap= boot parametersYinghai Lu2008-07-083-189/+86
* x86: unify the reserve_bootmem() behavior of early_res_to_bootmem()Ingo Molnar2008-07-081-4/+0
* x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64Bernhard Walle2008-07-081-1/+1
* x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle2008-07-081-2/+3
* Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-0829-130/+424
|\
| * Merge branch 'x86/s2ram-fix' into x86/urgentIngo Molnar2008-07-053-2/+57
| |\
| | * x86 ACPI: normalize segment descriptor register on resumeH. Peter Anvin2008-07-053-2/+57
| * | x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64Rafael J. Wysocki2008-07-051-1/+1
| |/
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-041-4/+4
| |\
| | * x86: fix Intel Mac booting with EFIHugh Dickins2008-07-031-4/+4
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-06-302-3/+2
| |\ \ | | |/
| | * ptrace GET/SET FPXREGS brokenTAKADA Yoshihito2008-06-301-2/+2
| | * x86: fix cpu hotplug crashZhang, Yanmin2008-06-301-1/+0
| * | x86: KVM guest: Use the paravirt clocksource structs and functionsGerd Hoffmann2008-06-241-56/+33
| * | x86: Add structs and functions for paravirt clocksourceGerd Hoffmann2008-06-242-0/+142
| |/
| * x86, geode: add a VSA2 ID for General SoftwareJordan Crouse2008-06-191-1/+4
| * x86: use BOOTMEM_EXCLUSIVE on 32-bitBernhard Walle2008-06-191-2/+8
| * x86, 32-bit: fix boot failure on TSC-less processorsMikael Pettersson2008-06-191-10/+8
| * x86: fix NULL pointer deref in __switch_toSuresh Siddha2008-06-192-0/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-06-141-4/+10
| |\
| | * Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Jesse Barnes2008-06-121-4/+10
| | |\
| | | * x86, pci-dma.c: don't always add __GFP_NORETRY to gfpMiquel van Smoorenburg2008-06-101-3/+10
| | | * suspend-vs-iommu: prevent suspend if we could not resumePavel Machek2008-06-021-1/+30
| | | * x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRYMiquel van Smoorenburg2008-06-021-4/+3
| * | | provide rtc_cmos platform deviceStas Sergeev2008-06-121-0/+34
| * | | x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"Vegard Nossum2008-06-121-0/+1
| * | | x86: fix lockdep warning during suspend-to-ramPeter Zijlstra2008-06-121-0/+1
| * | | Revert "x86: fix ioapic bug again"Ingo Molnar2008-06-122-17/+4
| * | | x86: fix asm warning in head_32.SJoe Korty2008-06-121-1/+1
| * | | geode: fix modular buildIngo Molnar2008-06-121-0/+2
| |/ /
| * | x86, fpu: fix CONFIG_PREEMPT=y corruption of application's FPU stackSuresh Siddha2008-06-042-2/+8
| * | suspend-vs-iommu: prevent suspend if we could not resumePavel Machek2008-06-041-1/+30
| * | x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha2008-06-041-15/+29