| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge tag 'fixes-for-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2017-01-03 | 14 | -91/+103 |
| |\ \
| | |/
| |/| |
|
| | * | usb: gadget: Fix copy/pasted error message | David Lechner | 2017-01-03 | 1 | -1/+1 |
| | * | usb: dwc3: gadget: Fix full speed mode | Roger Quadros | 2017-01-03 | 2 | -7/+4 |
| | * | usb: gadget: udc: core: fix return code of usb_gadget_probe_driver() | Felix Hädicke | 2017-01-02 | 1 | -1/+5 |
| | * | usb: dwc3: pci: add Intel Gemini Lake PCI ID | Heikki Krogerus | 2017-01-02 | 1 | -0/+2 |
| | * | usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enable | Marek Szyprowski | 2017-01-02 | 1 | -1/+1 |
| | * | usb: dwc3: pci: Add "linux,sysdev_is_parent" property | John Youn | 2017-01-02 | 1 | -10/+3 |
| | * | usb: dwc3: omap: fix race of pm runtime with irq handler in probe | Grygorii Strashko | 2017-01-02 | 1 | -2/+4 |
| | * | USB: gadgetfs: remove unnecessary assignment | Alan Stern | 2017-01-02 | 1 | -1/+0 |
| | * | USB: gadgetfs: fix checks of wTotalLength in config descriptors | Alan Stern | 2017-01-02 | 1 | -3/+7 |
| | * | USB: gadgetfs: fix use-after-free bug | Alan Stern | 2017-01-02 | 1 | -0/+2 |
| | * | USB: gadgetfs: fix unbounded memory allocation bug | Alan Stern | 2017-01-02 | 1 | -1/+1 |
| | * | usb: gadget: f_fs: Fix possibe deadlock | Baolin Wang | 2017-01-02 | 1 | -2/+6 |
| | * | usb: dwc3: skip interrupt when ep disabled | Janusz Dziedzic | 2017-01-02 | 1 | -3/+8 |
| | * | usb: gadgetfs: restrict upper bound on device configuration size | Greg Kroah-Hartman | 2017-01-02 | 1 | -1/+2 |
| | * | USB: dummy-hcd: fix bug in stop_activity (handle ep0) | Alan Stern | 2017-01-02 | 1 | -3/+3 |
| | * | usb: gadget: f_fs: Fix ExtCompat descriptor validation | Vincent Pelletier | 2017-01-02 | 1 | -1/+1 |
| | * | usb: gadget: f_fs: Document eventfd effect on descriptor format. | Vincent Pelletier | 2017-01-02 | 2 | -2/+3 |
| | * | usb: gadget: composite: Test get_alt() presence instead of set_alt() | Krzysztof Opasiak | 2017-01-02 | 1 | -4/+8 |
| | * | usb: dwc3: pci: Fix dr_mode misspelling | Hans de Goede | 2017-01-02 | 1 | -1/+1 |
| | * | usb: dwc3: core: avoid Overflow events | Felipe Balbi | 2017-01-02 | 1 | -3/+1 |
| | * | usb: dwc3: gadget: always unmap EP0 requests | Felipe Balbi | 2017-01-02 | 1 | -4/+4 |
| | * | usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb() | Felipe Balbi | 2017-01-02 | 1 | -13/+15 |
| | * | usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb() | Felipe Balbi | 2017-01-02 | 1 | -10/+16 |
| | * | usb: dwc2: gadget: fix default value for gadget-dma-desc | Stefan Wahren | 2017-01-02 | 1 | -1/+1 |
| | * | usb: dwc2: fix default value for DMA support | Stefan Wahren | 2017-01-02 | 1 | -2/+2 |
| | * | usb: dwc2: fix dwc2_get_device_property for u8 and u16 | Stefan Wahren | 2017-01-02 | 1 | -12/+0 |
| | * | usb: dwc2: Do not set host parameter in peripheral mode | Stefan Wahren | 2017-01-02 | 1 | -6/+6 |
| |/ |
|
* | | Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-01-08 | 6 | -19/+24 |
|\ \ |
|
| * | | hyper-v: Add myself as additional MAINTAINER | Stephen Hemminger | 2017-01-05 | 1 | -0/+1 |
| * | | nvmem: fix nvmem_cell_read() return type doc | Brian Norris | 2017-01-04 | 1 | -2/+2 |
| * | | nvmem: imx-ocotp: Fix wrong register size | Daniel Schultz | 2017-01-04 | 1 | -1/+1 |
| * | | nvmem: qfprom: Allow single byte accesses for read/write | Vivek Gautam | 2017-01-04 | 1 | -7/+7 |
| * | | mei: move write cb to completion on credentials failures | Alexander Usyskin | 2017-01-04 | 1 | -8/+12 |
| * | | mei: bus: fix mei_cldev_enable KDoc | Alexander Usyskin | 2017-01-04 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-01-08 | 10 | -30/+56 |
|\ \ |
|
| * | | MAINTAINERS: add greybus subsystem mailing list | Greg Kroah-Hartman | 2017-01-07 | 1 | -0/+1 |
| * | | staging: octeon: Call SET_NETDEV_DEV() | Florian Fainelli | 2017-01-03 | 1 | -0/+2 |
| * | | Merge tag 'iio-fixes-for-4.10a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2017-01-02 | 8 | -30/+53 |
| |\ \
| | |/
| |/| |
|
| | * | iio: accel: st_accel: fix LIS3LV02 reading and scaling | Linus Walleij | 2016-12-31 | 3 | -2/+31 |
| | * | iio: common: st_sensors: fix channel data parsing | Lorenzo Bianconi | 2016-12-31 | 2 | -2/+6 |
| | * | iio: max44000: correct value in illuminance_integration_time_available | Akinobu Mita | 2016-12-30 | 1 | -1/+1 |
| | * | iio: adc: TI_AM335X_ADC should depend on HAS_DMA | Geert Uytterhoeven | 2016-12-30 | 1 | -1/+1 |
| | * | iio: bmi160: Fix time needed to sleep after command execution | Marcin Niestroj | 2016-12-30 | 1 | -19/+6 |
| | * | iio: 104-quad-8: Fix active level mismatch for the preset enable option | William Breathitt Gray | 2016-12-03 | 1 | -1/+4 |
| | * | iio: 104-quad-8: Fix off-by-one errors when addressing IOR | William Breathitt Gray | 2016-12-03 | 1 | -2/+2 |
| | * | iio: 104-quad-8: Fix index control configuration | William Breathitt Gray | 2016-12-03 | 1 | -2/+2 |
* | | | mm: workingset: fix use-after-free in shadow node shrinker | Johannes Weiner | 2017-01-08 | 3 | -4/+14 |
* | | | mm: stop leaking PageTables | Hugh Dickins | 2017-01-08 | 1 | -27/+20 |
* | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar... | Linus Torvalds | 2017-01-07 | 1 | -0/+6 |
|\ \ \ |
|