aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-28[x86 setup] Correct the SMAP check for INT 0x15, AX=0xe820H. Peter Anvin1-3/+6
2007-09-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setupLinus Torvalds1-7/+23
2007-09-26[x86 setup] Handle case of improperly terminated E820 chainH. Peter Anvin1-7/+23
2007-09-26xen: execve's error paths don't pin the mm before unpinningJeremy Fitzhardinge1-1/+4
2007-09-20[x86 setup] Fix typo in arch/i386/boot/header.SPaul Bolle1-1/+1
2007-09-20[acpi] Correct the decoding of video mode numbers in wakeup.SH. Peter Anvin1-31/+10
2007-09-20[x86 setup] Present the canonical video mode number to the kernelH. Peter Anvin1-4/+10
2007-09-19xen: don't bother trying to set cr4Jeremy Fitzhardinge1-2/+2
2007-09-12i386: Fix leak of ../kernel from top levelAndi Kleen2-2/+2
2007-09-12x86_64: Prevent doing anything from cache_remove_dev() when info setup failed.Andi Kleen1-1/+3
2007-09-11revert "highmem: catch illegal nesting"Andrew Morton1-4/+3
2007-09-11PCI: irq and pci_ids patch for Intel TolapaiJason Gaston1-0/+1
2007-09-11PCI: Remove __devinit from pcibios_get_irq_routing_tableRalf Baechle1-1/+1
2007-09-10i386: fix a hang on stuck nmi watchdogDaniel Walker1-1/+1
2007-09-10x86_64: Remove CLFLUSH in text_poke()Andi Kleen1-4/+2
2007-09-10i386: Fix perfctr watchdog on core duoStephane Eranian1-6/+22
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath1-1/+0
2007-09-05[x86 setup] Work around bug in Xen HVMChristian Ehrhardt1-1/+5
2007-08-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setupLinus Torvalds1-13/+21
2007-08-31x86: be even more careful about checking the stack frame on dumpingLinus Torvalds1-12/+21
2007-08-31[x86 setup] Don't rely on the VESA BIOS being register-cleanH. Peter Anvin1-13/+21
2007-08-31hugepage: fix broken check for offset alignment in hugepage mappingsDavid Gibson1-1/+1
2007-08-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-8/+0
2007-08-24Pull bugzilla-1641 into release branchLen Brown1-8/+0
2007-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setupLinus Torvalds5-31/+33
2007-08-23[x86 setup] Make sure AH=00h when setting a video modeH. Peter Anvin1-2/+3
2007-08-23[x86 setup] Volatilize asm() statementsH. Peter Anvin5-29/+30
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar1-1/+0
2007-08-22Xen i386 xen-head.S fix sections mixupMathieu Desnoyers1-3/+3
2007-08-22Fix lazy mode vmalloc synchronization for paravirtZachary Amsden1-2/+3
2007-08-21i386: Mark NUMA support experimentalAndi Kleen1-2/+6
2007-08-21ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown1-8/+0
2007-08-18x86: properly initialize temp insn buffer for paravirt patchingChris Wright1-0/+2
2007-08-18x86_64: Check for .cfi_rel_offset in CFI probeAndi Kleen1-2/+2
2007-08-18x86_64: Fix to keep watchdog disabled by default for i386/x86_64Daniel Gollub2-3/+3
2007-08-18Add some help texts to recently-introduced kconfig itemsJan Engelhardt1-0/+5
2007-08-14[x86 setup] edd.c: make sure MBR signatures actually get reportedH. Peter Anvin1-13/+11
2007-08-14[x86 setup] Don't use EDD to get the MBR signatureH. Peter Anvin1-29/+1
2007-08-14[x86 setup] The current display page is returned in %bh, not %blH. Peter Anvin1-1/+1
2007-08-12genirq: mark io_apic level interrupts to avoid resendThomas Gleixner1-2/+5
2007-08-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-26/+15
2007-08-12i386: Fix broken mmiocfg accessesLinus Torvalds1-3/+3
2007-08-12Pull processor into release branchLen Brown1-26/+15
2007-08-11i386: Fix double fault handlerChuck Ebbert1-6/+7
2007-08-11i386: Fix start_kernel warningAndi Kleen1-3/+1
2007-08-11i386: Use global flag to disable broken local apic timer on AMD CPUs.Andi Kleen2-7/+10
2007-08-11i386: really stop MCEs during code patchingAdrian Bunk1-2/+2
2007-08-11i386: Make patching more robust, fix paravirt issueAndi Kleen4-57/+75
2007-08-11x86: Disable CLFLUSH support againAndi Kleen1-1/+1
2007-08-11x86: Work around mmio config space quirk on AMD Fam10hdean gaudet2-8/+49