summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: n_tty: Add 2 missing parameter descriptionsLee Jones2020-11-061-0/+2
* tty: vt: consolemap: Demote weakly documented function headerLee Jones2020-11-061-2/+1
* tty: tty_jobctrl: Add missing function parameter descriptionsLee Jones2020-11-061-0/+3
* tty: tty_port: Demote obvious abuse of kernel-doc formattingLee Jones2020-11-061-2/+2
* tty: tty_buffer: Add missing description for 'limit'Lee Jones2020-11-061-0/+1
* tty: tty_io: Move 'tty_sysctl_init's prototype to shared spaceLee Jones2020-11-061-2/+0
* tty: tty_baudrate: Add missing description for 'tty'Lee Jones2020-11-061-0/+1
* tty: serdev: core: Provide missing description for 'owner'Lee Jones2020-11-061-0/+1
* tty: serdev: core: Remove unused variable 'dummy'Lee Jones2020-11-061-4/+1
* vt: keyboard, use tty_insert_flip_string in puts_queueJiri Slaby2020-11-041-5/+2
* vt: keyboard, use find_next_bit in kbd_matchJiri Slaby2020-11-041-8/+6
* vt: keyboard, make HW_RAW a functionJiri Slaby2020-11-041-6/+16
* vt: keyboard, union perm checks in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-4/+1
* vt: keyboard, extract and simplify vt_kdskbsentJiri Slaby2020-11-041-79/+23
* vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-22/+20
* vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctlJiri Slaby2020-11-041-8/+9
* vt: keyboard, use bool for repJiri Slaby2020-11-041-1/+1
* vt: keyboard, use DECLARE_BITMAP for key_downJiri Slaby2020-11-041-1/+1
* vt: keyboard, union perm checks in vt_do_kdsk_ioctlJiri Slaby2020-11-041-4/+1
* vt: keyboard, extract vt_kdgkbent and vt_kdskbentJiri Slaby2020-11-041-87/+102
* vt: keyboard, clean up max_valsJiri Slaby2020-11-041-4/+16
* vt: keyboard, sort includesJiri Slaby2020-11-041-16/+15
* vt: keyboard, include linux/spinlock.hJiri Slaby2020-11-041-0/+1
* vt: keyboard, remove ctrl_alt_del declarationJiri Slaby2020-11-041-2/+0
* Merge 5.10-rc2 into tty-nextGreg Kroah-Hartman2020-11-04245-23428/+1523
|\
| * Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-0180-22441/+34
| |\
| | * Merge tag 'icc-5.10-rc2' of https://git.linaro.org/people/georgi.djakov/linux...Greg Kroah-Hartman2020-10-306-13/+25
| | |\
| | | * interconnect: qcom: use icc_sync state for sm8[12]50Dmitry Baryshkov2020-10-272-6/+8
| | | * interconnect: qcom: Ensure that the floor bandwidth value is enforcedGeorgi Djakov2020-10-221-0/+7
| | | * interconnect: qcom: sc7180: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | | * interconnect: qcom: sdm845: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | | * interconnect: Aggregate before setting initial bandwidthGeorgi Djakov2020-10-151-0/+3
| | | * interconnect: qcom: sdm845: Enable keepalive for the MM1 BCMGeorgi Djakov2020-10-151-1/+1
| | * | coresight: cti: Initialize dynamic sysfs attributesSuzuki K Poulose2020-10-291-0/+7
| | * | coresight: Fix uninitialised pointer bug in etm_setup_aux()Mike Leach2020-10-291-1/+1
| | * | coresight: add module licenseArnd Bergmann2020-10-291-0/+1
| | * | misc: mic: remove the MIC driversSudeep Dutt2020-10-2871-22427/+0
| * | | Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-11-018-30/+49
| |\ \ \
| | * | | staging: fieldbus: anybuss: jump to correct label in an error pathJing Xiangfeng2020-10-271-1/+1
| | * | | staging: wfx: fix test on return value of gpiod_get_value()Jérôme Pouiller2020-10-271-1/+1
| | * | | staging: wfx: fix use of uninitialized pointerJérôme Pouiller2020-10-271-3/+3
| | * | | staging: mmal-vchiq: Fix memory leak for vchiq_instanceSeung-Woo Kim2020-10-271-4/+15
| | * | | staging: comedi: cb_pcidas: Allow 2-channel commands for AO subdeviceIan Abbott2020-10-271-0/+1
| | * | | staging: octeon: Drop on uncorrectable alignment or FCS errorAlexander Sverdlin2020-10-271-15/+19
| | * | | staging: octeon: repair "fixed-link" supportAlexander Sverdlin2020-10-272-6/+9
| | |/ /
| * | | Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-014-38/+37
| |\ \ \
| | * | | vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby2020-10-281-6/+5
| | * | | vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-10-281-4/+13
| | * | | vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-10-281-19/+9
| | * | | tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean2020-10-281-6/+7