| Commit message (Expand) | Author | Age | Files | Lines |
* | Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASAN | Scott Bauer | 2017-02-15 | 1 | -1/+2 |
* | cdrom: Make device operations read-only | Kees Cook | 2017-02-14 | 5 | -35/+33 |
* | cciss: switch to pci_irq_alloc_vectors | Christoph Hellwig | 2017-02-13 | 2 | -43/+17 |
* | block/loop: fix race between I/O and set_status | Ming Lei | 2017-02-13 | 1 | -5/+12 |
* | gdrom: Add missing error code | Christophe JAILLET | 2017-02-08 | 1 | -2/+6 |
* | nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/Ioctls | Scott Bauer | 2017-02-06 | 3 | -0/+46 |
* | nvme/pci: Don't mark IOD as aborted if abort wasn't sent | Keith Busch | 2017-01-31 | 1 | -2/+1 |
* | lightnvm: allow targets to use sysfs | Javier González | 2017-01-31 | 1 | -0/+9 |
* | lightnvm: free properly on target creation error | Javier González | 2017-01-31 | 1 | -1/+1 |
* | lightnvm: use end_io callback instead of instance | Matias Bjørling | 2017-01-31 | 5 | -13/+10 |
* | lightnvm: add ioctls for vector I/Os | Matias Bjørling | 2017-01-31 | 3 | -0/+230 |
* | lightnvm: reduce number of nvm_id groups to one | Matias Bjørling | 2017-01-31 | 3 | -56/+46 |
* | lightnvm: cleanup nvm transformation functions | Matias Bjørling | 2017-01-31 | 1 | -81/+34 |
* | lightnvm: make nvm_map_* return void | Matias Bjørling | 2017-01-31 | 1 | -32/+9 |
* | lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl | Matias Bjørling | 2017-01-31 | 1 | -36/+4 |
* | lightnvm: remove nvm_submit_ppa* functions | Matias Bjørling | 2017-01-31 | 1 | -109/+0 |
* | lightnvm: collapse nvm_erase_ppa and nvm_erase_blk | Matias Bjørling | 2017-01-31 | 1 | -31/+26 |
* | lightnvm: merge gennvm with core | Matias Bjørling | 2017-01-31 | 7 | -1658/+599 |
* | block: add a op_is_flush helper | Christoph Hellwig | 2017-01-27 | 3 | -19/+9 |
* | blk-mq-sched: allow setting of default IO scheduler | Jens Axboe | 2017-01-17 | 1 | -0/+1 |
* | floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNEL | Vlastimil Babka | 2017-01-12 | 1 | -1/+1 |
* | Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-01-08 | 45 | -316/+549 |
|\ |
|
| * | USB: fix problems with duplicate endpoint addresses | Alan Stern | 2017-01-05 | 1 | -0/+10 |
| * | usb: ohci-at91: use descriptor-based gpio APIs correctly | Peter Rosin | 2017-01-05 | 1 | -14/+10 |
| * | usb: storage: unusual_uas: Add JMicron JMS56x to unusual device | Oliver Neukum | 2017-01-05 | 1 | -0/+7 |
| * | usb: hub: Move hub_port_disable() to fix warning if PM is disabled | Geert Uytterhoeven | 2017-01-05 | 1 | -30/+29 |
| * | usb: musb: blackfin: add bfin_fifo_offset in bfin_ops | Jérémy Lefaure | 2017-01-05 | 1 | -0/+1 |
| * | usb: musb: fix compilation warning on unused function | Jérémy Lefaure | 2017-01-05 | 1 | -0/+2 |
| * | usb: musb: Fix trying to free already-free IRQ 4 | Tony Lindgren | 2017-01-05 | 1 | -1/+1 |
| * | usb: musb: dsps: implement clear_ep_rxintr() callback | Bin Liu | 2017-01-05 | 1 | -0/+12 |
| * | usb: musb: core: add clear_ep_rxintr() to musb_platform_ops | Bin Liu | 2017-01-05 | 2 | -6/+11 |
| * | Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2017-01-05 | 16 | -58/+167 |
| |\ |
|
| | * | USB: serial: ti_usb_3410_5052: fix NULL-deref at open | Johan Hovold | 2017-01-04 | 1 | -0/+7 |
| | * | USB: serial: spcp8x5: fix NULL-deref at open | Johan Hovold | 2017-01-04 | 1 | -0/+14 |
| | * | USB: serial: quatech2: fix sleep-while-atomic in close | Johan Hovold | 2017-01-04 | 1 | -4/+0 |
| | * | USB: serial: pl2303: fix NULL-deref at open | Johan Hovold | 2017-01-04 | 1 | -0/+8 |
| | * | USB: serial: oti6858: fix NULL-deref at open | Johan Hovold | 2017-01-04 | 1 | -0/+16 |
| | * | USB: serial: omninet: fix NULL-derefs at open and disconnect | Johan Hovold | 2017-01-04 | 1 | -0/+13 |
| | * | USB: serial: mos7840: fix misleading interrupt-URB comment | Johan Hovold | 2017-01-04 | 1 | -3/+1 |
| | * | USB: serial: mos7840: remove unused write URB | Johan Hovold | 2017-01-04 | 1 | -8/+0 |
| | * | USB: serial: mos7840: fix NULL-deref at open | Johan Hovold | 2017-01-04 | 1 | -0/+12 |
| | * | USB: serial: mos7720: remove obsolete port initialisation | Johan Hovold | 2017-01-04 | 1 | -5/+0 |
| | * | USB: serial: mos7720: fix parallel probe | Johan Hovold | 2017-01-04 | 1 | -23/+7 |
| | * | USB: serial: mos7720: fix parport use-after-free on probe errors | Johan Hovold | 2017-01-04 | 1 | -10/+8 |
| | * | USB: serial: mos7720: fix use-after-free on probe errors | Johan Hovold | 2017-01-04 | 1 | -1/+5 |
| | * | USB: serial: mos7720: fix NULL-deref at open | Johan Hovold | 2017-01-04 | 1 | -0/+5 |
| | * | USB: serial: kobil_sct: fix NULL-deref in write | Johan Hovold | 2017-01-04 | 1 | -0/+12 |
| | * | USB: serial: keyspan_pda: verify endpoints at probe | Johan Hovold | 2017-01-04 | 1 | -0/+14 |
| | * | USB: serial: iuu_phoenix: fix NULL-deref at open | Johan Hovold | 2017-01-04 | 1 | -0/+11 |
| | * | USB: serial: io_ti: bind to interface after fw download | Johan Hovold | 2017-01-04 | 1 | -2/+1 |