summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2019-03-08Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-03-05agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-28hwrng: bcm2835 - fix probe as platform deviceJonas Gorski
2019-02-26hpet: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-22ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard
2019-02-22ipmi_si: Consolidate scanning the platform busCorey Minyard
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard
2019-02-22ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard
2019-02-22ipmi: Consolidate the adding of platform devicesCorey Minyard
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard
2019-02-22ipmi_si: Convert some types into unsignedCorey Minyard
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard
2019-02-20hwrng: make symbol 'optee_rng_id_table' staticWei Yongjun
2019-02-20hwrng: Fix unsigned comparison with less than zeroYueHaibing
2019-02-20hwrng: optee: Initialize some structs using memset instead of bracesNathan Chancellor
2019-02-15Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann
2019-02-13char: lp: mark expected switch fall-throughGustavo A. R. Silva
2019-02-09ipmi: Use dedicated API for copying a UUIDAndy Shevchenko
2019-02-09ipmi: Use defined constant for UUID representationAndy Shevchenko
2019-02-09ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard
2019-02-09ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire
2019-02-09ipmi: Fix return value when a message is truncatedCorey Minyard
2019-02-09ipmi: clean an indentation issue, remove extraneous spaceColin Ian King
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard
2019-02-09ipmi: Fix SSIF flag requestsCorey Minyard
2019-02-09ipmi_si: fix use-after-free of resource->nameYang Yingliang
2019-02-01hwrng: add OP-TEE based rng driverSumit Garg
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman
2019-01-25Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-25hwrng: virtio - Avoid repeated init of completionDavid Tolnay
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-01-23ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard
2019-01-22mbcs: add .owner to mbcs struct file_operationsNaveen Kumar Parna
2019-01-22applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-01-22hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh
2019-01-22efirtc: remove unnecessary code efi_rtc_open & efi_rtc_closeNaveen Kumar Parna
2019-01-22powerpc: Adopt nvram module for PPC64Finn Thain
2019-01-22char/generic_nvram: Remove as unusedFinn Thain
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain
2019-01-22powerpc: Implement nvram ioctlsFinn Thain