aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds9-629/+300
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-0/+322
2019-03-05agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand1-2/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+11
2019-02-28hwrng: bcm2835 - fix probe as platform deviceJonas Gorski1-8/+10
2019-02-26hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva1-5/+2
2019-02-20hwrng: make symbol 'optee_rng_id_table' staticWei Yongjun1-1/+1
2019-02-20hwrng: Fix unsigned comparison with less than zeroYueHaibing1-2/+2
2019-02-20hwrng: optee: Initialize some structs using memset instead of bracesNathan Chancellor1-5/+13
2019-02-15Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann3-0/+314
2019-02-13char: lp: mark expected switch fall-throughGustavo A. R. Silva1-2/+2
2019-02-01hwrng: add OP-TEE based rng driverSumit Garg3-0/+314
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman3-81/+124
2019-01-25Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+7
2019-01-25hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard1-63/+80
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang1-1/+1
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen1-1/+1
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-8/+18
2019-01-23ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2019-01-22mbcs: add .owner to mbcs struct file_operationsNaveen Kumar Parna1-0/+1
2019-01-22applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-11/+24
2019-01-22hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh1-1/+1
2019-01-22efirtc: remove unnecessary code efi_rtc_open & efi_rtc_closeNaveen Kumar Parna1-23/+0
2019-01-22powerpc: Adopt nvram module for PPC64Finn Thain1-0/+4
2019-01-22char/generic_nvram: Remove as unusedFinn Thain2-165/+1
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain1-10/+9
2019-01-22powerpc: Implement nvram ioctlsFinn Thain1-0/+38
2019-01-22char/nvram: Add "devname:nvram" module aliasFinn Thain1-0/+1
2019-01-22m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPSFinn Thain1-1/+2
2019-01-22char/nvram: Implement NVRAM read/write methodsFinn Thain1-46/+74
2019-01-22char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain1-30/+40
2019-01-22char/nvram: Adopt arch_nvram_opsFinn Thain1-6/+24
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerFinn Thain1-0/+1
2019-01-22nvram: Replace nvram_* function exports with static functionsFinn Thain1-22/+5
2019-01-22char/nvram: Re-order functions to remove forward declarations and #ifdefsFinn Thain1-95/+72
2019-01-22m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain1-245/+35
2019-01-22scsi/atari_scsi: Don't select CONFIG_NVRAMFinn Thain1-4/+1
2019-01-18char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+7
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds4-7/+7
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds14-1062/+1123
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-4/+3
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-189/+197
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-1/+11
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-31/+27
2018-12-19char: lp: use new parport device modelSudip Mukherjee1-4/+9
2018-12-19char: lp: properly count the lp devicesSudip Mukherjee1-0/+1
2018-12-19char: lp: use first unused lp number while registeringSudip Mukherjee1-1/+5