summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move stack parameters for sed_ioctl to prevent oversized stack with CONFIG_KASANScott Bauer2017-02-151-1/+2
* cdrom: Make device operations read-onlyKees Cook2017-02-145-35/+33
* cciss: switch to pci_irq_alloc_vectorsChristoph Hellwig2017-02-132-43/+17
* block/loop: fix race between I/O and set_statusMing Lei2017-02-131-5/+12
* gdrom: Add missing error codeChristophe JAILLET2017-02-081-2/+6
* nvme: Add Support for Opal: Unlock from S3 & Opal Allocation/IoctlsScott Bauer2017-02-063-0/+46
* nvme/pci: Don't mark IOD as aborted if abort wasn't sentKeith Busch2017-01-311-2/+1
* lightnvm: allow targets to use sysfsJavier González2017-01-311-0/+9
* lightnvm: free properly on target creation errorJavier González2017-01-311-1/+1
* lightnvm: use end_io callback instead of instanceMatias Bjørling2017-01-315-13/+10
* lightnvm: add ioctls for vector I/OsMatias Bjørling2017-01-313-0/+230
* lightnvm: reduce number of nvm_id groups to oneMatias Bjørling2017-01-313-56/+46
* lightnvm: cleanup nvm transformation functionsMatias Bjørling2017-01-311-81/+34
* lightnvm: make nvm_map_* return voidMatias Bjørling2017-01-311-32/+9
* lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tblMatias Bjørling2017-01-311-36/+4
* lightnvm: remove nvm_submit_ppa* functionsMatias Bjørling2017-01-311-109/+0
* lightnvm: collapse nvm_erase_ppa and nvm_erase_blkMatias Bjørling2017-01-311-31/+26
* lightnvm: merge gennvm with coreMatias Bjørling2017-01-317-1658/+599
* block: add a op_is_flush helperChristoph Hellwig2017-01-273-19/+9
* blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-171-0/+1
* floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka2017-01-121-1/+1
* Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-0845-316/+549
|\
| * USB: fix problems with duplicate endpoint addressesAlan Stern2017-01-051-0/+10
| * usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin2017-01-051-14/+10
| * usb: storage: unusual_uas: Add JMicron JMS56x to unusual deviceOliver Neukum2017-01-051-0/+7
| * usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-051-30/+29
| * usb: musb: blackfin: add bfin_fifo_offset in bfin_opsJérémy Lefaure2017-01-051-0/+1
| * usb: musb: fix compilation warning on unused functionJérémy Lefaure2017-01-051-0/+2
| * usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren2017-01-051-1/+1
| * usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu2017-01-051-0/+12
| * usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2017-01-052-6/+11
| * Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-0516-58/+167
| |\
| | * USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold2017-01-041-0/+7
| | * USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold2017-01-041-0/+14
| | * USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold2017-01-041-4/+0
| | * USB: serial: pl2303: fix NULL-deref at openJohan Hovold2017-01-041-0/+8
| | * USB: serial: oti6858: fix NULL-deref at openJohan Hovold2017-01-041-0/+16
| | * USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold2017-01-041-0/+13
| | * USB: serial: mos7840: fix misleading interrupt-URB commentJohan Hovold2017-01-041-3/+1
| | * USB: serial: mos7840: remove unused write URBJohan Hovold2017-01-041-8/+0
| | * USB: serial: mos7840: fix NULL-deref at openJohan Hovold2017-01-041-0/+12
| | * USB: serial: mos7720: remove obsolete port initialisationJohan Hovold2017-01-041-5/+0
| | * USB: serial: mos7720: fix parallel probeJohan Hovold2017-01-041-23/+7
| | * USB: serial: mos7720: fix parport use-after-free on probe errorsJohan Hovold2017-01-041-10/+8
| | * USB: serial: mos7720: fix use-after-free on probe errorsJohan Hovold2017-01-041-1/+5
| | * USB: serial: mos7720: fix NULL-deref at openJohan Hovold2017-01-041-0/+5
| | * USB: serial: kobil_sct: fix NULL-deref in writeJohan Hovold2017-01-041-0/+12
| | * USB: serial: keyspan_pda: verify endpoints at probeJohan Hovold2017-01-041-0/+14
| | * USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold2017-01-041-0/+11
| | * USB: serial: io_ti: bind to interface after fw downloadJohan Hovold2017-01-041-2/+1