summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2018-04-25random: rate limit unseeded randomness warningsTheodore Ts'o
2018-04-24random: fix possible sleeping allocation from irq contextTheodore Ts'o
2018-04-23char: mspec: change return type to vm_fault_tSouptick Joarder
2018-04-21Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-21hwrng: via - support new Centaur CPUdavidwang
2018-04-19ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva
2018-04-18ipmi: add an NPCM7xx KCS BMC driverHaiyue Wang
2018-04-18ipmi_si: Clean up shutdown a bitCorey Minyard
2018-04-18ipmi_si: Rename intf_num to si_numCorey Minyard
2018-04-18ipmi: Remove smi->intf checksCorey Minyard
2018-04-18ipmi_ssif: Get rid of unused intf_numCorey Minyard
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard
2018-04-18ipmi_devintf: Add an error return on invalid ioctlsCorey Minyard
2018-04-18ipmi_ssif: Remove usecount handlingCorey Minyard
2018-04-18ipmi: Remove condition on interface shutdownCorey Minyard
2018-04-18ipmi_ssif: Convert over to a shutdown handlerCorey Minyard
2018-04-18ipmi_si: Convert over to a shutdown handlerCorey Minyard
2018-04-18ipmi: Rework locking and shutdown for hot removeCorey Minyard
2018-04-18ipmi: Fix some counter issuesCorey Minyard
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard
2018-04-18ipmi_devintf: Small lock reworkCorey Minyard
2018-04-18ipmi: Clean up some style issues in the message handlerCorey Minyard
2018-04-18ipmi: Break up i_ipmi_requestCorey Minyard
2018-04-18ipmi:devintf: Clean up some coding style issuesCorey Minyard
2018-04-18ipmi: Clean up some debug codeCorey Minyard
2018-04-18ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard
2018-04-18ipmi: Add a panic handler for IPMI usersCorey Minyard
2018-04-18ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard
2018-04-18ipmi:watchdog: Rework locking and handlingCorey Minyard
2018-04-18ipmi: Add a maintenance mode for IPMB messagesCorey Minyard
2018-04-18ipmi: Add a way to tune some timeoutsCorey Minyard
2018-04-14random: add new ioctl RNDRESEEDCRNGTheodore Ts'o
2018-04-14random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o
2018-04-14random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o
2018-04-14random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o
2018-04-14random: fix crng_ready() testTheodore Ts'o
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-04-05kernel.h: Retain constant expression output for max()/min()Kees Cook
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-03Merge tag 'for-linus-4.17' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2018-03-28/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook
2018-03-27ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 serversHelge Deller
2018-03-26char: remove blackfin OTP driverArnd Bergmann
2018-03-26char: remove tile-srom.cArnd Bergmann
2018-03-26char: remove obsolete ds1302 rtc driverArnd Bergmann
2018-03-23hwrng: ks-sa - add hw_random driverVitaly Andrianov