aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)Author
2018-04-19ipmi: Fix some error cleanup issuesCorey Minyard
2018-04-12tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas
2018-04-08/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook
2018-03-24hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook
2018-03-24/dev/mem: Add bounce buffer for copy-outKees Cook
2018-03-19agp/intel: Flush all chipset writes after updating the GGTTChris Wilson
2018-03-15tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas
2018-03-15tpm: remove unused variablesArnd Bergmann
2018-03-15tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas
2018-03-15tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh
2018-03-15tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh
2018-03-08tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-08tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-08tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone
2018-03-08tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-08tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-08ipmi_si: Fix error handling of platform deviceCorey Minyard
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-16ipmi: use dynamic memory for DMI driver overrideJohn Garry
2017-12-11Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2017-12-11ipmi_si: fix crash on pariscMikulas Patocka
2017-12-11ipmi_si: Fix oops with PCI devicesCorey Minyard
2017-12-06ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki
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