aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 5-17/+14
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 5-9/+9
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+0
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-11/+10
2017-11-16x86/mm: Limit mmap() of /dev/mem to valid physical addressesGravatar Craig Bergstrom 1-0/+4
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2017-11-15kmemcheck: remove annotationsGravatar Levin, Alexander (Sasha Levin) 1-1/+0
2017-11-15Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 19-2201/+2987
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+3
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-32/+58
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-16/+12
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2017-11-13Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 10-171/+161
2017-11-10ipmi: get rid of pointless access_ok()Gravatar Al Viro 1-6/+0
2017-11-10hwrng: iproc-rng200 - Add support for BCM7278Gravatar Florian Fainelli 2-3/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 22-0/+22
2017-11-06hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeGravatar Jim Quigley 1-1/+20
2017-11-03hwrng: core - Reset user selected rng by writing "" to rng_currentGravatar PrasannaKumar Muralidharan 1-19/+32
2017-11-03hwrng: xgene - Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+3
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 7-52/+83
2017-11-02hwrng/xgene-rng: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+3
2017-11-02Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Corey Minyard 2-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 22-0/+22
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 2-3/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-2/+2
2017-10-20char: pcmcia: Convert timers to use timer_setup()Gravatar Kees Cook 3-11/+10
2017-10-18tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXGravatar Jérémy Lefaure 1-1/+2
2017-10-18tpm: fix duplicate inline declaration specifierGravatar Ruben Roy 1-1/+1
2017-10-18tpm: fix type of a local variables in tpm_tis_spi.cGravatar Jarkko Sakkinen 1-7/+18
2017-10-18tpm: fix type of a local variable in tpm2_map_command()Gravatar Jarkko Sakkinen 1-2/+2
2017-10-18tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Gravatar Jarkko Sakkinen 1-2/+2
2017-10-18tpm-dev-common: Reject too short writesGravatar Alexander Steffen 1-0/+6
2017-10-18tpm: React correctly to RC_TESTING from TPM 2.0 self testsGravatar Alexander Steffen 1-41/+11
2017-10-18tpm: Use dynamic delay to wait for TPM 2.0 self test resultGravatar Alexander Steffen 1-8/+9
2017-10-18tpm: Trigger only missing TPM 2.0 self testsGravatar Alexander Steffen 1-2/+2
2017-10-18tpm_tis_spi: Use DMA-safe memory for SPI transfersGravatar Alexander Steffen 1-18/+27
2017-10-18tpm/tpm_crb: Use start method value from ACPI table directlyGravatar Jiandi An 1-30/+29
2017-10-18tpm: constify transmit data pointersGravatar Arnd Bergmann 4-19/+16
2017-10-18tpm_tis: make array cmd_getticks static const to shrink object code sizeGravatar Colin Ian King 1-1/+1
2017-10-17ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Gravatar Markus Elfring 1-1/+0
2017-10-17ipmi_si: fix memory leak on new_smiGravatar Colin Ian King 1-0/+1
2017-10-12hwrng: core - pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2017-10-12tpm: migrate pubek_show to struct tpm_bufGravatar Jarkko Sakkinen 2-52/+48
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 4-4/+4
2017-10-05timer: Remove last user of TIMER_INITIALIZERGravatar Kees Cook 1-7/+5
2017-09-28ipmi: remove redundant initialization of bmcGravatar Colin Ian King 1-1/+1
2017-09-28ipmi: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-3/+3
2017-09-28ipmi: Clean up some print operationsGravatar Corey Minyard 1-56/+45
2017-09-28ipmi: Make the DMI probe into a generic platform probeGravatar Corey Minyard 7-94/+103