summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-18x86: fix i486 suspend to disk CR4 oopsDavid Fries4-16/+22
2008-08-18x86: mpparse.c: fix section mismatch warningMarcin Slusarz1-2/+2
2008-08-18x86: mmconf: fix section mismatch warningMarcin Slusarz2-2/+2
2008-08-18x86: fix MP_processor_info section mismatch warningMarcin Slusarz1-1/+1
2008-08-18x86, tsc: fix section mismatch warningMarcin Slusarz1-1/+1
2008-08-18x86: correct register constraints for 64-bit atomic operationsMathieu Desnoyers1-4/+4
2008-08-15x86: add MAP_STACK mmap flagIngo Molnar1-0/+1
2008-08-15x86: fix section mismatch warning - spp_getpage()Marcin Slusarz1-1/+5
2008-08-15x86: change init_gdt to update the gdt via write_gdt, rather than a direct wr...Alex Nixon1-7/+10
2008-08-15Merge branch 'x86/geode' into x86/urgentIngo Molnar2-16/+39
2008-08-15x86-64: fix overlap of modules and fixmap areasJan Beulich2-1/+2
2008-08-15x86, geode-mfgpt: check IRQ before using MFGPT as clocksourceJens Rottmann2-16/+39
2008-08-15x86, acpi: cleanup, temp_stack is used only when CONFIG_SMP is setMarcin Slusarz1-1/+1
2008-08-15x86: fix spin_is_contended()Jan Beulich1-2/+2
2008-08-15x86, nmi: clean UP NMI watchdog failure messageIngo Molnar1-13/+19
2008-08-15x86, NMI: fix watchdog failure messageAristeu Rozanski1-0/+4
2008-08-15x86: fix /proc/meminfo DirectMapHugh Dickins2-7/+17
2008-08-15x86: fix readb() et al compile error with gcc-3.2.3Mikael Pettersson1-9/+9
2008-08-15arch/x86/Kconfig: clean up, experimental adjustementPavel Machek1-3/+3
2008-08-15x86: invalidate caches before going into suspendMark Langsdorf3-6/+27
2008-08-15x86, perfctr: don't use CCCR_OVF_PMI1 on Pentium 4DsAristeu Rozanski1-1/+7
2008-08-15Merge branch 'x86/amd-iommu' into x86/urgentIngo Molnar318-5763/+20418
2008-08-15x86, AMD IOMMU: initialize dma_ops after sysfs registrationJoerg Roedel1-3/+3
2008-08-15x86m AMD IOMMU: cleanup: replace LOW_U32 macro with generic lower_32_bitsJoerg Roedel2-4/+1
2008-08-15x86, AMD IOMMU: initialize device table properlyJoerg Roedel2-0/+19
2008-08-15x86, AMD IOMMU: use status bit instead of memory write-back for completion waitJoerg Roedel2-7/+14
2008-08-15x86: silence mmconfig printkDave Jones1-1/+1
2008-08-15x86, msr: fix NULL pointer deref due to msr_open on nonexistent CPUsDarrick J. Wong1-1/+1
2008-08-14x86: hpet: workaround SB700 BIOSThomas Gleixner1-0/+24
2008-08-14x86: check bigsmp in smp_sanity_check instead of cpu_upYinghai Lu1-10/+28
2008-08-14x86: don't call e820_regiter_active_regions if out of range on nodeYinghai Lu1-4/+8
2008-08-14x86: resurrect proper handling of maxcpus= kernel option (v2)Max Krasnyansky4-33/+2
2008-08-14Merge branch 'x86/fpu' into x86/urgentIngo Molnar3-4/+18
2008-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds80-2548/+16723
2008-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-8/+57
2008-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds46-1693/+2265
2008-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds17-49/+186
2008-08-14usb: musb: pass configuration specifics via pdataFelipe Balbi5-208/+51
2008-08-14usb: musb: fix hanging when rmmod gadget driverFelipe Balbi1-9/+7
2008-08-14USB: Add MUSB and TUSB supportFelipe Balbi30-0/+15764
2008-08-14USB: serial: remove CONFIG_USB_DEBUG from sierra and option driversGreg Kroah-Hartman2-9/+0
2008-08-14USB: Add vendor/product id of ZTE MF628 to optionOliver Martin1-0/+5
2008-08-14USB: quirk PLL power down modeLibin Yang4-0/+164
2008-08-14USB: omap_udc: fix compilation with debug enabledDmitry Baryshkov1-2/+3
2008-08-14usb: cdc-acm: drain writes on closeDavid Brownell2-5/+35
2008-08-14usb: cdc-acm: stop dropping tx buffersDavid Brownell2-31/+3
2008-08-14usb: cdc-acm: bugfix release()David Brownell1-6/+9
2008-08-14usb gadget: issue notifications from ACM functionDavid Brownell3-27/+235
2008-08-14usb gadget: remove needless struct membersDavid Brownell5-10/+0
2008-08-14USB: sh: r8a66597-hcd: fix disconnect regressionYoshihiro Shimoda1-23/+26