summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-069-629/+300
|\
| * hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-261-5/+2
| * char: lp: mark expected switch fall-throughGustavo A. R. Silva2019-02-131-2/+2
| * Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-283-81/+124
| |\
| * | mbcs: add .owner to mbcs struct file_operationsNaveen Kumar Parna2019-01-221-0/+1
| * | applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-221-11/+24
| * | hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-01-221-1/+1
| * | efirtc: remove unnecessary code efi_rtc_open & efi_rtc_closeNaveen Kumar Parna2019-01-221-23/+0
| * | powerpc: Adopt nvram module for PPC64Finn Thain2019-01-221-0/+4
| * | char/generic_nvram: Remove as unusedFinn Thain2019-01-222-165/+1
| * | powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain2019-01-221-10/+9
| * | powerpc: Implement nvram ioctlsFinn Thain2019-01-221-0/+38
| * | char/nvram: Add "devname:nvram" module aliasFinn Thain2019-01-221-0/+1
| * | m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain2019-01-221-1/+2
| * | char/nvram: Implement NVRAM read/write methodsFinn Thain2019-01-221-46/+74
| * | char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain2019-01-221-30/+40
| * | char/nvram: Adopt arch_nvram_opsFinn Thain2019-01-221-6/+24
| * | powerpc: Replace nvram_* extern declarations with standard headerFinn Thain2019-01-221-0/+1
| * | nvram: Replace nvram_* function exports with static functionsFinn Thain2019-01-221-22/+5
| * | char/nvram: Re-order functions to remove forward declarations and #ifdefsFinn Thain2019-01-221-95/+72
| * | m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain2019-01-221-245/+35
| * | scsi/atari_scsi: Don't select CONFIG_NVRAMFinn Thain2019-01-221-4/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-2/+0
|\ \ \
| * | | agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand2019-03-051-2/+0
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-063-0/+322
|\ \ \ \ | |/ / / |/| | |
| * | | hwrng: make symbol 'optee_rng_id_table' staticWei Yongjun2019-02-201-1/+1
| * | | hwrng: Fix unsigned comparison with less than zeroYueHaibing2019-02-201-2/+2
| * | | hwrng: optee: Initialize some structs using memset instead of bracesNathan Chancellor2019-02-201-5/+13
| * | | Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann2019-02-153-0/+314
| |\ \ \ | | |_|/ | |/| |
| | * | hwrng: add OP-TEE based rng driverSumit Garg2019-02-013-0/+314
| | |/
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-052-9/+11
|\ \ \ | |/ / |/| |
| * | hwrng: bcm2835 - fix probe as platform deviceJonas Gorski2019-02-281-8/+10
| * | hwrng: virtio - Avoid repeated init of completionDavid Tolnay2019-01-251-1/+1
| |/
* | Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-251-0/+7
|\ \
| * | char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-181-0/+7
| |/
* | ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-231-63/+80
* | ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-231-1/+1
* | ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-231-1/+1
* | ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-231-8/+18
* | ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-231-8/+17
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-034-7/+7
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-01-0214-1062/+1123
|\
| * tpm: add support for partial readsTadeusz Struk2018-12-172-19/+38
| * tpm: tpm_ibmvtpm: fix kdoc warningsTomas Winkler2018-11-131-4/+2
| * tpm: fix kdoc for tpm2_flush_context_cmd()Tomas Winkler2018-11-131-4/+3
| * tpm: tpm_try_transmit() refactor error flow.Tomas Winkler2018-11-131-7/+8
| * tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-135-15/+14
| * tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler2018-11-132-20/+10
| * tpm1: reimplement SAVESTATE using tpm_bufTomas Winkler2018-11-131-10/+12
| * tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler2018-11-134-5/+5