| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2019-04-20 | 6 | -8/+12 |
|\ |
|
| * | scsi: aic7xxx: fix EISA support | Christoph Hellwig | 2019-04-18 | 4 | -6/+7 |
| * | Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO" | Saurav Kashyap | 2019-04-18 | 1 | -1/+0 |
| * | scsi: core: set result when the command cannot be dispatched | Jaesoo Lee | 2019-04-15 | 1 | -1/+5 |
* | | Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-04-20 | 2 | -4/+3 |
|\ \ |
|
| * | | i3c: dw: Fix dw_i3c_master_disable controller by using correct mask | Vitor Soares | 2019-04-10 | 1 | -1/+1 |
| * | | i3c: Fix the verification of random PID | Vitor Soares | 2019-04-10 | 1 | -3/+2 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2019-04-20 | 4 | -33/+3 |
|\ \ \ |
|
| * | | | clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_start | Nathan Chancellor | 2019-04-16 | 1 | -28/+0 |
| * | | | clocksource/drivers/oxnas: Fix OX820 compatible | Neil Armstrong | 2019-04-11 | 1 | -1/+1 |
| * | | | clocksource/drivers/arm_arch_timer: Remove unneeded pr_fmt macro | Yangtao Li | 2019-04-11 | 1 | -4/+1 |
| * | | | clocksource/drivers/npcm: select TIMER_OF | Arnd Bergmann | 2019-04-11 | 1 | -0/+1 |
* | | | | Merge tag 'tty-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2019-04-19 | 3 | -4/+9 |
|\ \ \ \ |
|
| * | | | | sc16is7xx: put err_spi and err_i2c into correct #ifdef | Guoqing Jiang | 2019-04-19 | 1 | -2/+2 |
| * | | | | vt: fix cursor when clearing the screen | Mikulas Patocka | 2019-04-17 | 1 | -1/+2 |
| * | | | | sc16is7xx: move label 'err_spi' to correct section | Guoqing Jiang | 2019-04-16 | 1 | -0/+2 |
| * | | | | serial: sh-sci: Fix HSCIF RX sampling point adjustment | Geert Uytterhoeven | 2019-04-16 | 1 | -1/+1 |
| * | | | | serial: sh-sci: Fix HSCIF RX sampling point calculation | Geert Uytterhoeven | 2019-04-16 | 1 | -1/+3 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-04-19 | 2 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ... | Andrea Arcangeli | 2019-04-19 | 1 | -0/+3 |
| * | | | | | mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock | zhong jiang | 2019-04-19 | 1 | -1/+1 |
* | | | | | | Merge tag 'staging-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-04-19 | 21 | -115/+192 |
|\ \ \ \ \ \ |
|
| * | | | | | | staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_buf | Ian Abbott | 2019-04-17 | 1 | -3/+1 |
| * | | | | | | staging: comedi: ni_usb6501: Fix use of uninitialized mutex | Ian Abbott | 2019-04-17 | 1 | -3/+3 |
| * | | | | | | staging: erofs: fix unexpected out-of-bound data access | Gao Xiang | 2019-04-16 | 1 | -1/+1 |
| * | | | | | | staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_buf | Ian Abbott | 2019-04-16 | 1 | -3/+1 |
| * | | | | | | staging: comedi: vmk80xx: Fix use of uninitialized semaphore | Ian Abbott | 2019-04-16 | 1 | -2/+2 |
| * | | | | | | staging: most: core: use device description as name | Christian Gromm | 2019-04-02 | 1 | -1/+1 |
| * | | | | | | Merge tag 'iio-fixes-for-5.1a' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2019-04-02 | 17 | -102/+183 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | iio: core: fix a possible circular locking dependency | Fabrice Gasnier | 2019-03-31 | 1 | -2/+2 |
| | * | | | | | iio: ad_sigma_delta: select channel when reading register | Dragos Bogdan | 2019-03-24 | 1 | -0/+1 |
| | * | | | | | iio: pms7003: select IIO_TRIGGERED_BUFFER | Arnd Bergmann | 2019-03-16 | 1 | -0/+1 |
| | * | | | | | iio: cros_ec: Fix the maths for gyro scale calculation | Gwendal Grignou | 2019-03-16 | 1 | -3/+4 |
| | * | | | | | iio: adc: xilinx: prevent touching unclocked h/w on remove | Sven Van Asbroeck | 2019-03-16 | 1 | -1/+1 |
| | * | | | | | iio: adc: xilinx: fix potential use-after-free on probe | Sven Van Asbroeck | 2019-03-16 | 1 | -0/+1 |
| | * | | | | | iio: adc: xilinx: fix potential use-after-free on remove | Sven Van Asbroeck | 2019-03-16 | 1 | -1/+1 |
| | * | | | | | iio: dac: mcp4725: add missing powerdown bits in store eeprom | Jean-Francois Dagenais | 2019-03-16 | 1 | -0/+1 |
| | * | | | | | io: accel: kxcjk1013: restore the range after resume. | he, bo | 2019-03-09 | 1 | -0/+2 |
| | * | | | | | iio:chemical:bme680: Fix SPI read interface | Mike Looijmans | 2019-03-09 | 4 | -62/+118 |
| | * | | | | | iio:chemical:bme680: Fix, report temperature in millidegrees | Mike Looijmans | 2019-03-09 | 1 | -9/+7 |
| | * | | | | | iio: chemical: fix missing Kconfig block for sgp30 | Jonathan Cameron | 2019-03-09 | 1 | -0/+13 |
| | * | | | | | iio: adc: at91: disable adc channel interrupt in timeout case | Georg Ottinger | 2019-03-09 | 1 | -11/+17 |
| | * | | | | | iio: gyro: mpu3050: fix chip ID reading | Sergey Larin | 2019-03-09 | 1 | -3/+5 |
| | * | | | | | iio: Fix scan mask selection | Lars-Peter Clausen | 2019-03-09 | 1 | -3/+2 |
| | * | | | | | staging: iio: ad7192: Fix ad7193 channel address | Mircea Caprioru | 2019-03-09 | 1 | -4/+4 |
| | * | | | | | iio/gyro/bmg160: Use millidegrees for temperature scale | Mike Looijmans | 2019-03-09 | 1 | -3/+3 |
| | * | | | | | Staging: iio: meter: fixed typo | Leonard Pollak | 2019-03-09 | 1 | -1/+1 |
* | | | | | | | Merge tag 'char-misc-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-04-19 | 4 | -8/+12 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'extcon-fixes-for-5.1-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2019-04-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | extcon: ptn5150: fix COMPILE_TEST dependencies | Arnd Bergmann | 2019-04-05 | 1 | -1/+1 |
| | |/ / / / / / |
|