summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard2019-02-101-42/+74
| * | ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2019-02-101-2/+3
| * | ipmi: Fix return value when a message is truncatedCorey Minyard2019-02-101-3/+3
| * | ipmi: clean an indentation issue, remove extraneous spaceColin Ian King2019-02-101-1/+1
| * | ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-103-76/+92
| * | ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-103-45/+105
| * | ipmi: Fix SSIF flag requestsCorey Minyard2019-02-101-12/+52
| * | ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-02-103-4/+11
* | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-069-629/+300Star
|\ \ \
| * | | hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-261-5/+2Star
| * | | 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/+0Star
| * | | powerpc: Adopt nvram module for PPC64Finn Thain2019-01-221-0/+4
| * | | char/generic_nvram: Remove as unusedFinn Thain2019-01-222-165/+1Star
| * | | powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain2019-01-221-10/+9Star
| * | | 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/+5Star
| * | | char/nvram: Re-order functions to remove forward declarations and #ifdefsFinn Thain2019-01-221-95/+72Star
| * | | m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain2019-01-221-245/+35Star
| * | | scsi/atari_scsi: Don't select CONFIG_NVRAMFinn Thain2019-01-221-4/+1Star
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-2/+0Star
|\ \ \
| * | | agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand2019-03-061-2/+0Star
* | | | 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-261-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-044-7/+7
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-01-0214-1062/+1123
|\