summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, olpc: fix endian bug in openfirmware workaroundHarvey Harrison2008-09-241-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-09-2322-85/+124
|\
| * USB: revert recovery from transient errorsAlan Stern2008-09-231-22/+17
| * usb: unusual devs patch for Nokia 5310 Music XpressDavid Almaroad2008-09-231-0/+7
| * usb: ftdi_sio: add support for Domintell devicesGaetan Carlier2008-09-232-0/+6
| * USB: drivers/usb/musb/: disable it on SuperHAndrew Morton2008-09-231-0/+1
| * USB Serial: Sierra: Add MC8785 VID/PIDKevin Lloyd2008-09-231-0/+1
| * USB: serial: add ZTE CDMA Tech id to option driverOtavio Salvador2008-09-231-0/+2
| * USB: ftdi_sio: Add 0x5050/0x0900 USB IDs (Papouch Quido USB 4/4)Jaroslav Kysela2008-09-232-0/+2
| * usb serial: ti_usb_3410_5052 obviously broken by firmware changesChris Adams2008-09-231-1/+1
| * USB: fsl_usb2_udc: fix VDBG() format stringPeter Korsgaard2008-09-231-1/+1
| * USB: unusual_devs addition for RockChip MP3 playerAlan Stern2008-09-231-0/+7
| * USB: SERIAL CP2101 add device IDsCraig Shelley2008-09-231-0/+3
| * usb-serial: Add Siemens EF81 to PL-2303 hack triggersAndreas Bombe2008-09-231-1/+3
| * USB: fix EHCI periodic transfersDavid Brownell2008-09-231-18/+14
| * usb: musb: fix include pathFelipe Balbi2008-09-233-6/+6
| * USB: Fixing Nokia 3310c in storage modeFilip Joelsson2008-09-231-0/+7
| * usb gadget: fix omap_udc DMA regressionDavid Brownell2008-09-231-2/+2
| * USB: update of Documentation/usb/anchors.txtOliver Neukum2008-09-231-0/+12
| * USB: fix hcd interrupt disablingGeoff Levand2008-09-231-1/+2
| * USB: Correct Sierra Wireless USB EVDO Modem Device IDTony Murray2008-09-231-1/+1
| * USB: Fix the Nokia 6300 storage-mode.Richard Nauber2008-09-231-0/+7
| * USB: ehci: fix some ehci hangs and crashesDavid Brownell2008-09-231-10/+16
| * USB Serial: Sierra: Device addition & version revKevin Lloyd2008-09-231-4/+5
| * USB Storage: Sierra: Non-configurable TRU-InstallKevin Lloyd2008-09-234-18/+1
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-2310-15/+50
|\ \
| * | timers: fix build error in !oneshot caseIngo Molnar2008-09-231-0/+1
| * | x86: c1e_idle: don't mark TSC unstable if CPU has invariant TSCAndreas Herrmann2008-09-231-2/+3
| * | x86: prevent C-states hang on AMD C1E enabled machinesThomas Gleixner2008-09-233-0/+4
| * | clockevents: prevent mode mismatch on cpu onlineThomas Gleixner2008-09-233-1/+12
| * | clockevents: check broadcast device not tick deviceThomas Gleixner2008-09-231-2/+2
| * | clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner2008-09-231-0/+3
| * | x86: prevent stale state of c1e_mask across CPU offline/onlineThomas Gleixner2008-09-234-3/+13
| * | clockevents: prevent cpu online to interfere with nohzThomas Gleixner2008-09-233-7/+12
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-09-231-1/+1
|\ \ \
| * | | sched: fix init_hrtick() section mismatch warningRakib Mullick2008-09-231-1/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-233-8/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86: fix 27-rc crash on vsmp due to paravirt during module loadRavikiran G Thirumalai2008-09-231-1/+1
| * | | x86, oprofile: BUG scheduling while atomicAndrea Righi2008-09-221-1/+3
| * | | AMD IOMMU: protect completion wait loop with iommu lockJoerg Roedel2008-09-181-4/+8
| * | | AMD IOMMU: set iommu sunc flag after command queuingJoerg Roedel2008-09-181-2/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-09-233-8/+8
|\ \ \ \
| * | | | PCI: fix compiler warnings in pci_get_subsys()Greg KH2008-09-162-7/+7
| * | | | PCI: Fix pcie_aspm=forceSitsofe Wheeler2008-09-161-1/+1
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-09-232-2/+5
|\ \ \ \ \
| * | | | | [IA64] kexec fails on systems with blocks of uncached memoryJay Lan2008-09-221-2/+3
| * | | | | [IA64] Ski simulator doesn't need check_sal_cache_flushAlex Chiang2008-09-221-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-09-231-1/+2
|\ \ \ \ \
| * | | | | ALSA: ASoC: maintainers - update email address for Liam GirdwoodLiam Girdwood2008-09-231-1/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-09-235-18/+19
|\ \ \ \ \ \