summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-21tty: fix up iterate_tty_read() EOVERFLOW handlingtty-spliceLinus Torvalds1-6/+13
2021-01-21tty: fix up hung_up_tty_read() conversionLinus Torvalds1-4/+5
2021-01-21tty: fix up hung_up_tty_write() conversionLinus Torvalds1-4/+5
2021-01-20tty: teach the n_tty ICANON case about the new "cookie continuations" tooLinus Torvalds1-7/+19
2021-01-20tty: teach n_tty line discipline about the new "cookie continuations"Linus Torvalds1-10/+42
2021-01-20tty: clean up legacy leftovers from n_tty line disciplineLinus Torvalds1-20/+9
2021-01-20tty: implement read_iterLinus Torvalds1-18/+18
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds12-100/+174
2021-01-20tty: implement write_iterLinus Torvalds1-22/+26
2020-12-13Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-blockLinus Torvalds6-393/+82
2020-12-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-9/+15
2020-12-12Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2020-12-12Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-137/+165
2020-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-40/+159
2020-12-12md: change mddev 'chunk_sectors' from int to unsignedMike Snitzer1-2/+2
2020-12-11Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn1-0/+12
2020-12-11Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-9/+27
2020-12-11Merge tag 'mmc-v5.10-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-15/+35
2020-12-11Merge tag 'at24-fixes-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel...Wolfram Sang1-1/+0
2020-12-11Input: cm109 - do not stomp on control URBDmitry Torokhov1-2/+5
2020-12-11mtd: rawnand: xway: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: socrates: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: plat_nand: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: pasemi: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: orion: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: mpc5121: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: gpio: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: au1550: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: ams-delta: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11Merge tag 'pinctrl-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-240/+320
2020-12-11Merge tag 'v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...Linus Torvalds6-8/+22
2020-12-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2020-12-11Revert "scsi: storvsc: Validate length of incoming packet in storvsc_on_chann...Andrea Parri (Microsoft)1-5/+0
2020-12-10Merge tag 'drm-fixes-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds21-74/+269
2020-12-11drm/i915/display: Go softly softly on initial modeset failureChris Wilson1-1/+1
2020-12-11Merge tag 'drm-intel-fixes-2020-12-09' of git://anongit.freedesktop.org/drm/d...Dave Airlie6-11/+18
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds44-151/+288
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-14/+11
2020-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-5/+13
2020-12-10Merge tag 'media/v5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds7-32/+58
2020-12-09Input: i8042 - add Acer laptops to the i8042 reset listChris Chiu1-0/+42
2020-12-09Revert "md: add md_submit_discard_bio() for submitting discard bio"Song Liu3-24/+12
2020-12-09Revert "md/raid10: extend r10bio devs to raid disks"Song Liu1-4/+5
2020-12-09Revert "md/raid10: pull codes that wait for blocked dev into one function"Song Liu1-67/+51
2020-12-09Revert "md/raid10: improve raid10 discard request"Song Liu1-255/+1
2020-12-09Revert "md/raid10: improve discard request for far layout"Song Liu2-64/+23
2020-12-09Revert "dm raid: remove unnecessary discard limits for raid10"Song Liu1-0/+11
2020-12-09drm/amd/pm: typo fix (CUSTOM -> COMPUTE)Evan Quan1-1/+1
2020-12-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-34/+90
2020-12-09Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov1-0/+1