[PATCH 2/11] drivers/watchdog: Eliminate a NULL pointer dereference
[safe/jmp/linux-2.6] / drivers / usb / core /
2010-06-04 Alan SternUSB: unbind all interfaces before rebinding them
2010-05-21 Chris Wrightsysfs: add struct file* to bin_attr callbacks
2010-05-21 Thomas Gleixnerdrivers/base: Convert dev->sem to mutex
2010-05-20 Ming LeiUSB: remove match_device
2010-05-20 Ming LeiUSB: remove usb_find_device
2010-05-20 Ming LeiUSB: add missing "{}" in map_urb_for_dma
2010-05-20 Alan SternUSB: fix interface runtime-PM settings
2010-05-20 Andiry XuUSB: usbcore: Do not disable USB3 protocol ports in...
2010-05-20 Alan SternUSB: simplify usb_sg_init()
2010-05-20 Matthew WilcoxUSB: Change the scatterlist type in struct urb
2010-05-20 Matthew WilcoxUSB: Add a usb_pipe_endpoint() convenience function
2010-05-20 Alan SternUSB: remove URB_NO_SETUP_DMA_MAP
2010-05-20 Alan SternUSB: remove the usb_host_ss_ep_comp structure
2010-05-20 Michal NazarewiczUSB: core: config.c: usb_get_configuration() simplified
2010-05-20 Carlos Sánchez AcostaUSB: devices: fix Coding Styles
2010-05-20 Sarah SharpUSB: Support for allocating USB 3.0 streams.
2010-05-20 Alan SternUSB: deprecate the power/level sysfs attribute
2010-05-20 Alan SternUSB: use PM core routines to enable/disable autosuspend
2010-05-20 Alan SternUSB: don't enable remote wakeup by default
2010-05-20 Alan SternUSB: improve runtime remote wakeup settings
2010-05-20 Alan SternUSB: fix usbmon and DMA mapping for scatter-gather...
2010-05-20 Hans de GoedeUSB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES
2010-05-20 Alan SternUSB: remove uses of URB_NO_SETUP_DMA_MAP
2010-05-20 Alan SternUSB: straighten out port feature vs. port status usage
2010-05-20 Alan SternUSB: remove bogus USB_PORT_FEAT_*_SPEED symbols
2010-05-20 Huang WeiyiUSB: remove duplicated #include
2010-05-20 Eric LescouetUSB: make hub.h public (drivers dependency)
2010-05-20 Eric LescouetUSB: make hcd.h public (drivers dependency)
2010-05-15 Al ViroFix the regression created by "set S_DEAD on unlink...
2010-04-30 Daniel MackUSB: rename usb_buffer_alloc() and usb_buffer_free()
2010-04-30 Anand GadiyarUSB: fix build on OMAPs if CONFIG_PM_RUNTIME is not set
2010-04-30 Alan SternUSB: don't choose configs with no interfaces
2010-04-30 Dan CarpenterUSB: fix testing the wrong variable in fs_create_by_name()
2010-04-22 Alan SternUSB: put claimed interfaces in the "suspended" state
2010-04-22 Alan SternUSB: fix remote wakeup settings during system sleep
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-19 Matthew WilcoxUSB: Fix usb_fill_int_urb for SuperSpeed devices
2010-03-19 Alan SternUSB: fix usbfs regression
2010-03-08 Greg Kroah-HartmanDriver core: create lock/unlock functions for struct...
2010-03-07 Dmitry TorokhovUSB: remove unused defintion of struct usb_device_status
2010-03-07 Linus Torvaldsusbfs: fix deadlock on 'usbfs_mutex', clean up poll
2010-03-02 Roel KluinUSB: don't read past config->interface[] if usb_control...
2010-03-02 Alan SternUSB: fix the idProduct value for USB-3.0 root hubs
2010-03-02 Alan SternUSB: remove debugging message for uevent constructions
2010-03-02 Chris FreyUSB: usbfs_snoop: add data logging back in
2010-03-02 Thadeu Lima de Sou... USB: trivial: missing newline in usb core warning message
2010-03-02 Oliver NeukumUSB: BKL removal from ioctl path of usbfs
2010-03-02 Oliver NeukumUSB: Reduce scope of BKL in usb ioctl handling
2010-03-02 Oliver NeukumUSB: Push BKL on open down into the drivers
2010-03-02 Oliver NeukumUSB: Remove BKL from lseek implementations
2010-03-02 Oliver NeukumUSB: Remove BKL from usbdev_open()
2010-03-02 Oliver NeukumUSB: Remove BKL from poll()
2010-03-02 Németh MártonUSB hub: make USB device id constant
2010-03-02 Herbert XuUSB: Move hcd free_dev call into usb_disconnect to...
2010-03-02 Alan SternUSB: convert to the runtime PM framework
2010-03-02 Alan SternUSB: rearrange functions in driver.c
2010-03-02 Alan SternUSB: change handling of negative autosuspend delays
2010-03-02 Alan SternUSB: implement usb_enable_autosuspend
2010-03-02 Alan SternUSB: use the device lock for persist_enabled
2010-03-02 Alan SternUSB: consolidate remote wakeup routines
2010-03-02 Alan SternUSB: change locking for device-level autosuspend
2010-03-02 Alan SternUSB: rearrange code in usb_probe_interface
2010-03-02 Sarah SharpUSB: Use bInterfaceNumber in bandwidth allocations.
2010-03-02 Greg Kroah-HartmanUSB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
2010-03-02 Dan StreetmanUSB: retain USB device power/wakeup setting across...
2010-03-02 Oliver NeukumUSB: Export QUIRK_RESET_MORPHS through sysfs
2010-03-02 Oliver NeukumUSB: storage: Never reset devices that will morph to...
2010-03-02 Sarah SharpUSB: Add call to notify xHC of a device reset.
2010-03-02 Alan SternUSB: check the endpoint type against the pipe type
2010-02-26 Rafael J. WysockiPM: Allow USB devices to suspend/resume asynchronously
2010-02-26 Alan SternUSB: implement non-tree resume ordering constraints...
2010-02-16 Linus TorvaldsUSB: usbfs: properly clean up the as structure on error...
2010-02-16 Greg KHUSB: usbfs: only copy the actual data received
2010-01-20 Sarah SharpUSB: Fix duplicate sysfs problem after device reset.
2010-01-20 Greg Kroah-HartmanUSB: add speed values for USB 3.0 and wireless controllers
2010-01-20 Alan SternUSB: add missing delay during remote wakeup
2010-01-20 Oliver NeukumUSB: Don't use GFP_KERNEL while we cannot reset a stora...
2009-12-23 Randy DunlapUSB core: fix recent kernel-doc warnings
2009-12-23 Alan SternUSB: fix bugs in usb_(de)authorize_device
2009-12-23 Alan SternUSB: rename usb_configure_device
2009-12-15 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-15 Russ DillUSB: Close usb_find_interface race v3
2009-12-15 Greg Kroah-HartmanRevert "USB: Close usb_find_interface race"
2009-12-12 Linus TorvaldsMerge branch 'compat-ioctl-merge' of git://git./linux...
2009-12-11 Felipe BalbiUSB: core: message: fix sparse warning
2009-12-11 Felipe BalbiUSB: core: hub: fix sparse warning
2009-12-11 Felipe BalbiUSB: core: fix sparse warning for static function
2009-12-11 Sarah SharpUSB: Check bandwidth when switching alt settings.
2009-12-11 Sarah SharpUSB: Refactor code to find alternate interface settings.
2009-12-11 CHENG RenquanUSB: add remove_id sysfs attr for usb drivers
2009-12-11 Alan SternUSB: prepare for changover to Runtime PM framework
2009-12-11 Greg Kroah-HartmanUSB: add devpath sysfs attribute
2009-12-11 Dan CarpenterUSB: fix possible null deref in init_usb_class()
2009-12-11 Alan SternUSB: remove the auto_pm flag
2009-12-11 H Hartley SweetenUSB: hcd.c: quiet NULL pointer sparse noise
2009-12-11 Russ DillUSB: Close usb_find_interface race
2009-12-11 Larry FingerUSB: Check results of dma_map_single
2009-12-11 Alan SternUSB: fix a bug in the scatter-gather library
2009-12-11 Alan SternUSB: add a "remove hardware" sysfs attribute
next