summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-16x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-13Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-10ipmi: get rid of pointless access_ok()Al Viro
2017-11-10hwrng: iproc-rng200 - Add support for BCM7278Florian Fainelli
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-06hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley
2017-11-03hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan
2017-11-03hwrng: xgene - Convert timers to use timer_setup()Kees Cook
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2017-11-02hwrng/xgene-rng: Convert timers to use timer_setup()Kees Cook
2017-11-02Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Corey Minyard
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-20char: pcmcia: Convert timers to use timer_setup()Kees Cook
2017-10-18tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure
2017-10-18tpm: fix duplicate inline declaration specifierRuben Roy
2017-10-18tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen
2017-10-18tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen
2017-10-18tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen
2017-10-18tpm-dev-common: Reject too short writesAlexander Steffen
2017-10-18tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen
2017-10-18tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen
2017-10-18tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen
2017-10-18tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen
2017-10-18tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An
2017-10-18tpm: constify transmit data pointersArnd Bergmann
2017-10-18tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King
2017-10-17ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring
2017-10-17ipmi_si: fix memory leak on new_smiColin Ian King
2017-10-12hwrng: core - pr_err() strings should end with newlinesArvind Yadav
2017-10-12tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-10-05timer: Remove last user of TIMER_INITIALIZERKees Cook
2017-09-28ipmi: remove redundant initialization of bmcColin Ian King
2017-09-28ipmi: pr_err() strings should end with newlinesArvind Yadav
2017-09-28ipmi: Clean up some print operationsCorey Minyard
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard