aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-102/+4
2007-05-08x86, serial: convert legacy COM ports to platform devicesBjorn Helgaas2-0/+68
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli1-0/+5
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig1-13/+4
2007-05-08utimensat implementationUlrich Drepper1-0/+1
2007-05-08dma_declare_coherent_memory wrong allocationGuennadi Liakhovetski1-1/+1
2007-05-08apm: fix incorrect commentAlan Cox1-1/+1
2007-05-08EFI: warn only for pre-1.00 system tablesBjorn Helgaas1-7/+5
2007-05-08Kprobes: print details of kretprobe on assertion failureAnanth N Mavinakayanahalli1-2/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap14-14/+0
2007-05-08move die notifier handling to common codeChristoph Hellwig4-18/+4
2007-05-08ipmi: add new IPMI nmi watchdog handlingCorey Minyard1-0/+5
2007-05-08i386: Use functions from library in msr driverNicolas Boichat1-102/+4
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds1-2/+2
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds54-2696/+2406
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/voyager-2.6Linus Torvalds1-1/+1
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds3-4/+3
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds5-36/+34
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman1-2/+2
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2-2/+1
2007-05-02[PATCH] i386: Don't delete cpu_devs data to identify different x86 types in late_initcallThomas Renninger7-78/+0
2007-05-02[PATCH] i386: Drop noisy e820 debugging printksAndi Kleen1-13/+2
2007-05-02[PATCH] i386: Little cleanups in smpboot.cAndi Kleen1-3/+1
2007-05-02[PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386Andi Kleen1-1/+3
2007-05-02[PATCH] i386: Verify important CPUID bits in real modeAndi Kleen1-0/+65
2007-05-02[PATCH] i386: Clean up NMI watchdog codeAndi Kleen3-776/+713
2007-05-02[PATCH] i386: fix wrong comment for syscall stack layoutAndi Kleen1-1/+1
2007-05-02[PATCH] i386: convert to the kthread APIEric W. Biederman1-5/+3
2007-05-02[PATCH] i386: remove xtime_lock'ing around cpufreq notifierDaniel Walker1-7/+1
2007-05-02[PATCH] i386: check capabilityJoachim Deguara2-2/+4
2007-05-02[PATCH] i386: clean up flush_tlb_others fnKeshavamurthy, Anil S1-11/+1
2007-05-02[PATCH] i386: replace spin_lock_irqsave with spin_lockHisashi Hifumi1-4/+2
2007-05-02[PATCH] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not definedKeshavamurthy, Anil S1-1/+3
2007-05-02[PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependencyJeremy Fitzhardinge1-2/+1
2007-05-02[PATCH] i386: fix mtrr sectionsRandy Dunlap1-3/+4
2007-05-02[PATCH] i386: Use safe_apic_wait_icr_idle in safe_apic_wait_icr_idle - i386Fernando Luis [** ISO-8859-1 charset **] VázquezCao1-1/+4
2007-05-02[PATCH] i386: __send_IPI_dest_field - i386Fernando Luis [** ISO-8859-1 charset **] VázquezCao1-29/+18
2007-05-02[PATCH] i386: use safe_apic_wait_icr_idle in smpboot.cFernando Luis VazquezCao1-2/+5
2007-05-02[PATCH] i386: use safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao1-28/+8
2007-05-02[PATCH] i386: safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao1-0/+22
2007-05-02[PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in syncBernhard Kaindl1-25/+60
2007-05-02[PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl2-0/+18
2007-05-02[PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.Bernhard Kaindl1-1/+6
2007-05-02[PATCH] i386: Clean up ELF note generationJeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules tooAndi Kleen1-7/+1
2007-05-02[PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge3-10/+6
2007-05-02[PATCH] i386: Convert VMI timer to use clock eventsZachary Amsden5-508/+325
2007-05-02[PATCH] i386: Implement vmi_kmap_atomic_pteZachary Amsden1-12/+22
2007-05-02[PATCH] i386: Clean up arch/i386/kernel/cpu/mcheck/p4.cZachary Amsden1-12/+4
2007-05-02[PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patchingJeremy Fitzhardinge1-0/+13