summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-011-0/+1
|\
| * x86: build fixIngo Molnar2008-10-311-0/+1
* | x86: Clean up late e820 resource allocationLinus Torvalds2008-11-011-3/+5
|/
* Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-314-4/+8
|\
| * x86: cpu_index build fixIngo Molnar2008-10-311-0/+2
| * x86/voyager: fix missing cpu_index initialisationJames Bottomley2008-10-311-0/+2
| * x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c60...James Bottomley2008-10-311-1/+1
| * x86: use CONFIG_X86_SMP instead of CONFIG_SMPJames Bottomley2008-10-302-2/+2
| * x86: two trivial sparse annotationsHarvey Harrison2008-10-291-1/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-305-6/+8
|\|
| * x86, gart: fix gart detection for Fam11h CPUsJoerg Roedel2008-10-282-2/+1Star
| * x86, kdump: fix invalid access on i386 sparsememKen'ichi Ohmichi2008-10-281-1/+4
| * x86: AMD microcode patch loader author updatePeter Oruba2008-10-281-1/+1
| * x86: microcode patch loader author updatePeter Oruba2008-10-281-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-10-301-0/+16
|\ \
| * | x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu2008-10-241-0/+16
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-10-286-36/+29Star
|\ \ \
| * | | ftrace: use a real variable for ftrace_nop in x86Steven Rostedt2008-10-271-11/+5Star
| * | | Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar2008-10-2724-72/+126
| |\| |
| * | | ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace fileSteven Rostedt2008-10-232-5/+6
| * | | ftrace: remove mcount setSteven Rostedt2008-10-231-7/+0Star
| * | | ftrace: use probe_kernelSteven Rostedt2008-10-231-5/+3Star
| * | | ftrace: comment arch ftrace codeSteven Rostedt2008-10-231-1/+6
| * | | ftrace: return error on failed modified text.Steven Rostedt2008-10-231-7/+7
| * | | Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-226-9/+11
| |\ \ \
| | * | | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-205-7/+7
| | * | | ftrace: do not enclose logic in WARN_ONSteven Rostedt2008-10-201-2/+4
| | * | | Merge branch 'linus' into tracing-v28-for-linus-v3Ingo Molnar2008-10-1913-42/+91
| | |\ \ \
* | | \ \ \ Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-281-1/+13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86: restore the old swiotlb alloc_coherent behaviorFUJITA Tomonori2008-10-231-1/+13
* | | | | | x86/uv: memory allocation at initializationCliff Wickman2008-10-271-4/+3Star
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-2313-24/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86: fix section mismatch warning - apic_x2apic_physMarcin Slusarz2008-10-221-1/+1
| * | | | x86: fix section mismatch warning - apic_x2apic_clusterMarcin Slusarz2008-10-221-1/+1
| * | | | x86: fix section mismatch warning - apic_x2apic_uv_xMarcin Slusarz2008-10-221-1/+1
| * | | | x86: fix section mismatch warning - apic_physflatMarcin Slusarz2008-10-221-1/+1
| * | | | x86: fix section mismatch warning - apic_flatMarcin Slusarz2008-10-221-1/+1
| * | | | x86/tlb_uv: remove strange mc146818rtc includeJeremy Fitzhardinge2008-10-221-1/+1
| * | | | x86: remove redundant KERN_DEBUG on pr_debugGustavo F. Padovan2008-10-222-2/+2
| * | | | x86: do_boot_cpu - check if we have ESR registerCyrill Gorcunov2008-10-221-3/+5
| * | | | x86/proc: fix /proc/cpuinfo cpu offline bugLai Jiangshan2008-10-221-2/+4
| * | | | x86: call dmi-quirks for HP Laptops after early-quirks are executedAndreas Herrmann2008-10-221-0/+8
| * | | | x86, kexec: fix hang on i386 when panic occurs while console_sem is heldNeil Horman2008-10-221-1/+1
| * | | | MCE: Don't run 32bit machine checks with interrupts onAndi Kleen2008-10-222-9/+1Star
| * | | | x86: SB600: skip IRQ0 override if it is not routed to INT2 of IOAPICAndreas Herrmann2008-10-221-3/+52
| * | | | x86: make variables staticroel kluin2008-10-221-1/+1
| |/ / /
* | | | Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-10-233-4/+4
|\ \ \ \
| * | | | x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-232-3/+3
| * | | | x86, um: ... and asm-x86 moveAl Viro2008-10-231-1/+1
| |/ / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-10-236-25/+91
|\ \ \ \