| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: create module_usb_serial_driver macro | Greg KH | 2012-02-28 | 1 | -0/+28 |
* | usb/storage: remove Filler member from struct bulk_cs_wrap | Sebastian Andrzej Siewior | 2012-02-28 | 1 | -1/+0 |
* | usb/storage: redefine US_BULK_FLAG_IN and use it | Sebastian Andrzej Siewior | 2012-02-28 | 1 | -1/+1 |
* | usb/storage: a couple defines from drivers/usb/storage/transport.h to include... | Sebastian Andrzej Siewior | 2012-02-28 | 1 | -0/+39 |
* | USB: serial: remove usb_serial_register and usb_serial_deregister | Greg Kroah-Hartman | 2012-02-24 | 1 | -7/+0 |
* | usb-serial: new API for driver registration | Alan Stern | 2012-02-24 | 1 | -0/+9 |
* | Merge branch 'usb-3.3-rc4' into usb-next | Greg Kroah-Hartman | 2012-02-23 | 6 | -2/+104 |
|\ |
|
| * | USB/xHCI: Support device-initiated USB 3.0 resume. | Sarah Sharp | 2012-02-14 | 1 | -0/+2 |
| * | USB/xHCI: Enable USB 3.0 hub remote wakeup. | Sarah Sharp | 2012-02-14 | 1 | -0/+5 |
| * | Merge branch 'usb-linus' into usb-next | Greg Kroah-Hartman | 2012-02-13 | 1 | -8/+2 |
| |\ |
|
| * \ | Merge tag 'usb-3.3-rc3' into usb-next | Greg Kroah-Hartman | 2012-02-10 | 49 | -385/+165 |
| |\ \ |
|
| * | | | USB: serial: add macro for console error reporting | Johan Hovold | 2012-02-09 | 1 | -0/+15 |
| * | | | usb: Add support for indicating whether a port is removable | Matthew Garrett | 2012-02-09 | 1 | -0/+8 |
| * | | | SCSI & usb-storage: add flags for VPD pages and REPORT LUNS | Alan Stern | 2012-02-08 | 1 | -0/+3 |
| * | | | SCSI: fix typo in definition of struct scsi_target | Alan Stern | 2012-02-08 | 1 | -2/+2 |
| * | | | usb/uas: add usb_pipe_usage_descriptor | Sebastian Andrzej Siewior | 2012-02-02 | 1 | -0/+8 |
| * | | | usb/uas: move UAS structs / defines into a header file | Sebastian Andrzej Siewior | 2012-02-02 | 1 | -0/+61 |
* | | | | Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-02-22 | 1 | -8/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | USB: Remove duplicate USB 3.0 hub feature #defines. | Sarah Sharp | 2012-02-10 | 1 | -8/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-02-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | NFSv4: Fix an Oops in the NFSv4 getacl code | Trond Myklebust | 2012-02-03 | 1 | -1/+1 |
* | | | | sys_poll: fix incorrect type for 'timeout' parameter | Linus Torvalds | 2012-02-21 | 1 | -1/+1 |
* | | | | asm-generic: architecture independent readq/writeq for 32bit environment | Hitoshi Mitake | 2012-02-21 | 2 | -0/+56 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-02-20 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | vfs: Provide function to get superblock and wait for it to thaw | Jan Kara | 2012-02-13 | 1 | -0/+1 |
* | | | | | digsig: changed type of the timestamp | Dmitry Kasatkin | 2012-02-20 | 1 | -2/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-02-18 | 1 | -0/+20 |
|\ \ \ \ \ |
|
| * | | | | | crypto: sha512 - use standard ror64() | Alexey Dobriyan | 2012-02-16 | 1 | -0/+20 |
* | | | | | | mmc: dw_mmc: Fix PIO mode with support of highmem | Seungwon Jeon | 2012-02-13 | 1 | -2/+4 |
* | | | | | | mmc: core: Fix PowerOff Notify suspend/resume | Girish K S | 2012-02-13 | 1 | -0/+4 |
* | | | | | | mmc: core: add the capability for broken voltage | Jaehoon Chung | 2012-02-13 | 1 | -0/+1 |
* | | | | | | mmc: core: Ensure clocks are always enabled before host interaction | Sujit Reddy Thumma | 2012-02-13 | 1 | -0/+19 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-02-11 | 4 | -15/+5 |
|\ \ \ \ \ |
|
| * | | | | | cdrom: move shared static to cdrom_device_info | Paolo Bonzini | 2012-02-08 | 1 | -1/+2 |
| * | | | | | block: don't call elevator callbacks for plug merges | Tejun Heo | 2012-02-08 | 1 | -6/+0 |
| * | | | | | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct... | Tejun Heo | 2012-02-08 | 1 | -2/+1 |
| * | | | | | block: strip out locking optimization in put_io_context() | Tejun Heo | 2012-02-07 | 2 | -6/+2 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-02-10 | 6 | -14/+73 |
|\ \ \ \ \ \ |
|
| * | | | | | | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=m | Neil Horman | 2012-02-10 | 1 | -8/+40 |
| * | | | | | | net: Make qdisc_skb_cb upper size bound explicit. | David S. Miller | 2012-02-09 | 1 | -1/+8 |
| * | | | | | | ipv4: reset flowi parameters on route connect | Julian Anastasov | 2012-02-04 | 2 | -0/+14 |
| * | | | | | | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundary | Haiyang Zhang | 2012-02-02 | 1 | -1/+1 |
| * | | | | | | net: Disambiguate kernel message | Arun Sharma | 2012-02-01 | 1 | -4/+10 |
* | | | | | | | Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-02-10 | 2 | -2/+9 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | writeback: fix dereferencing NULL bdi->dev on trace_writeback_queue | Wu Fengguang | 2012-02-06 | 1 | -1/+4 |
| * | | | | | | lib: proportion: lower PROP_MAX_SHIFT to 32 on 64-bit kernel | Wu Fengguang | 2012-02-01 | 1 | -0/+4 |
| * | | | | | | writeback: fix NULL bdi->dev in trace writeback_single_inode | Wu Fengguang | 2012-02-01 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-02-09 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | usb: ch9.h: usb_endpoint_maxp() uses __le16_to_cpu() | Kuninori Morimoto | 2012-02-01 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge branch '3.3-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-02-08 | 3 | -3/+4 |
|\ \ \ \ \ \ |
|