summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog: f71808e_wdt: do stricter parameter validationAhmad Fatoum2020-08-051-25/+12
* watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum2020-08-051-0/+7
* watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum2020-08-051-2/+1
* watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum2020-08-051-1/+2
* watchdog: dw_wdt: Add DebugFS filesSerge Semin2020-08-051-0/+68
* watchdog: dw_wdt: Add pre-timeouts supportSerge Semin2020-08-051-8/+130
* watchdog: dw_wdt: Support devices with asynch clocksSerge Semin2020-08-051-5/+43
* watchdog: dw_wdt: Support devices with non-fixed TOP valuesSerge Semin2020-08-051-24/+167
* watchdog: Use kobj_to_dev() APIWang Qing2020-08-051-1/+1
* watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()Tiezhu Yang2020-08-051-1/+1
* watchdog: sunxi_wdt: fix improper error exit codeMartin Wu2020-08-051-1/+1
* watchdog: test_bit() => watchdog_active()Bumsik Kim2020-08-051-1/+1
* watchdog: mlx-wdt: support new watchdog type with longer timeout periodMichael Shych2020-08-051-11/+62
* platform/x86: mlx-platform: support new watchdog type with longer timeoutMichael Shych2020-08-051-0/+106
* Merge tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-2616-111/+176
|\
| * interconnect: msm8916: Fix buswidth of pcnoc_s nodesGeorgi Djakov2020-07-231-7/+7
| * interconnect: Do not skip aggregation for disabled pathsGeorgi Djakov2020-07-231-3/+9
| * /dev/mem: Add missing memory barriers for devmem_inodeEric Biggers2020-07-231-3/+7
| * binder: Don't use mmput() from shrinker function.Tetsuo Handa2020-07-231-1/+1
| * Merge tag 'misc-habanalabs-fixes-2020-07-19' of git://people.freedesktop.org/...Greg Kroah-Hartman2020-07-201-3/+11
| |\
| | * habanalabs: prevent possible out-of-bounds array accessOded Gabbay2020-07-191-3/+11
| * | Merge tag 'fpga-late-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2020-07-202-2/+4
| |\ \ | | |/ | |/|
| | * fpga: dfl: fix bug in port reset handshakeMatthew Gerlach2020-07-141-1/+2
| | * fpga: dfl: pci: reduce the scope of variable 'ret'Xu Yilun2020-07-141-1/+2
| * | Merge tag 'misc-habanalabs-fixes-2020-07-10' of git://people.freedesktop.org/...Greg Kroah-Hartman2020-07-179-92/+137
| |\ \
| | * | habanalabs: set 4s timeout for message to device CPUOded Gabbay2020-07-107-30/+38
| | * | habanalabs: set clock gating per engineOded Gabbay2020-07-106-61/+93
| | * | habanalabs: block WREG_BULK packet on PDMAOded Gabbay2020-07-101-1/+6
* | | | Merge tag 'driver-core-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-261-1/+1
|\ \ \ \
| * | | | device property: Avoid NULL pointer dereference in device_get_next_child_node()Andy Shevchenko2020-07-231-1/+1
* | | | | Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-265-19/+63
|\ \ \ \ \
| * | | | | staging: wlan-ng: properly check endpoint typesRustam Kovhaev2020-07-221-1/+15
| * | | | | staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-6/+14
| * | | | | staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-5/+19
| * | | | | staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-6/+14
| * | | | | staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG supportIan Abbott2020-07-201-1/+1
| |/ / / /
* | | | | Merge tag 'tty-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-07-2610-32/+69
|\ \ \ \ \
| * | | | | serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell2020-07-241-1/+11
| * | | | | fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa2020-07-234-8/+8
| * | | | | serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin2020-07-211-0/+18
| * | | | | serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang2020-07-211-1/+1
| * | | | | serial: tegra: drop bogus NULL tty-port checksJohan Hovold2020-07-211-9/+4
| * | | | | serial: tegra: fix CREAD handling for PIOJohan Hovold2020-07-211-2/+5
| * | | | | tty: xilinx_uartps: Really fix id assignmentHelmut Grohne2020-07-211-2/+6
| * | | | | vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-211-11/+18
| |/ / / /
* | | | | Merge tag 'usb-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-07-263-1/+8
|\ \ \ \ \
| * | | | | usb: tegra: Fix allocation for the FPCI contextJon Hunter2020-07-231-1/+1
| * | | | | usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman2020-07-211-0/+3
| * | | | | usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun2020-07-211-0/+4
| |/ / / /
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-07-261-5/+11
|\ \ \ \ \