summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko2021-03-231-1/+1
* serial: imx: drop workaround for forced irq threadingJohan Hovold2021-03-231-8/+2
* serial: pch_uart: fix build error with !CONFIG_DEBUG_FSWei Yongjun2021-03-231-3/+0
* serial: stm32: update wakeup IRQ managementAlexandre Torgue2021-03-232-22/+12
* irqchip/stm32: add usart instances exti direct event supportErwan Le Ray2021-03-231-0/+7
* serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray2021-03-231-2/+0
* serial: stm32: rework wakeup managementErwan Le Ray2021-03-231-3/+3
* vgacon: drop unused vga_init_doneStephen Kitt2021-03-231-3/+0
* drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'Wang Qing2021-03-231-1/+1
* tty: max310x: fix flexible_array.cocci warningskernel test robot2021-03-231-1/+1
* tty: serial: 8250: delete redundant printing of return valueWang Qing2021-03-231-4/+1
* tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski2021-03-231-9/+6
* Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-15288-1107/+2332
|\
| * Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-143-9/+2
| |\
| | * irqchip/ingenic: Add support for the JZ4760Paul Cercueil2021-03-092-0/+2
| | * irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLERMarc Zyngier2021-03-081-9/+0
| * | Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-141-0/+16
| |\ \
| | * | efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP tableArd Biesheuvel2021-03-071-0/+16
| | |/
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-143-10/+13
| |\ \
| | * | zram: fix broken page writebackMinchan Kim2021-03-131-3/+3
| | * | zram: fix return value on writeback_storeMinchan Kim2021-03-131-3/+8
| | * | mm: use is_cow_mapping() across tree where properPeter Xu2021-03-132-4/+2
| * | | Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-03-1310-28/+94
| |\ \ \
| | * | | misc/pvpanic: Export module FDT device tableShile Zhang2021-03-101-0/+1
| | * | | misc: fastrpc: restrict user apps from sending kernel RPC messagesDmitry Baryshkov2021-03-101-0/+5
| | * | | virt: acrn: Correct type casting of argument of copy_from_user()Shuo Liu2021-03-101-1/+1
| | * | | virt: acrn: Use EPOLLIN instead of POLLINYejune Deng2021-03-101-1/+1
| | * | | virt: acrn: Use vfs_poll() instead of f_op->poll()Yejune Deng2021-03-101-2/+2
| | * | | virt: acrn: Make remove_cpu sysfs invisible with !CONFIG_HOTPLUG_CPUShuo Liu2021-03-101-0/+9
| | * | | habanalabs: fix debugfs address translationfarah kassabri2021-03-101-12/+26
| | * | | habanalabs: Disable file operations after device is removedTomer Tayar2021-03-102-6/+46
| | * | | habanalabs: Call put_pid() when releasing control deviceTomer Tayar2021-03-101-0/+2
| | * | | drivers: habanalabs: remove unused dentry pointer for debugfs filesGreg Kroah-Hartman2021-03-102-6/+1
| | * | | habanalabs: mark hl_eq_inc_ptr() as staticOded Gabbay2021-03-101-1/+1
| | | |/ | | |/|
| * | | Merge tag 'staging-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-1349-38/+169
| |\ \ \
| | * | | Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-1027-0/+106
| | * | | staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()Dan Carpenter2021-03-101-2/+4
| | * | | staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()Dan Carpenter2021-03-101-0/+5
| | * | | staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()Dan Carpenter2021-03-101-2/+4
| | * | | staging: comedi: pcl726: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| | * | | staging: comedi: ni_65xx: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+2
| | * | | staging: comedi: ni_6527: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| | * | | staging: comedi: comedi_parport: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+2
| | * | | staging: comedi: amplc_pc236_common: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| | * | | staging: comedi: pcl818: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| | * | | staging: comedi: pcl711: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| | * | | staging: comedi: me4000: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| | * | | staging: comedi: dmm32at: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| | * | | staging: comedi: das800: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| | * | | staging: comedi: das6402: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1