aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2018-03-06ipmi: Remove some unnecessary initializationsGravatar Corey Minyard 1-5/+0
2018-03-06ipmi: Fix some error cleanup issuesGravatar Corey Minyard 1-4/+14
2018-03-03hwrng: stm32 - rework read timeout calculationGravatar lionel.debieve@st.com 1-15/+10
2018-03-03hwrng: stm32 - allow disable clock error detectionGravatar lionel.debieve@st.com 1-1/+9
2018-03-03hwrng: stm32 - add reset during probeGravatar lionel.debieve@st.com 1-0/+9
2018-03-01char: rtc: remove unused rtc_control() APIGravatar Alexandre Belloni 1-83/+0
2018-02-28drivers/char/random.c: remove unused dont_count_entropyGravatar Rasmus Villemoes 1-28/+25
2018-02-28random: optimize add_interrupt_randomnessGravatar Andi Kleen 1-1/+2
2018-02-28random: use a tighter cap in credit_entropy_bits_safe()Gravatar Theodore Ts'o 1-1/+1
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesGravatar Corey Minyard 22-206/+24
2018-02-26tpm: fix potential buffer overruns caused by bit glitches on the busGravatar Jeremy Boone 2-0/+8
2018-02-26tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busGravatar Jeremy Boone 1-2/+2
2018-02-26tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Gravatar Jeremy Boone 1-2/+3
2018-02-26tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busGravatar Jeremy Boone 1-2/+6
2018-02-26tpm_tis: fix potential buffer overruns caused by bit glitches on the busGravatar Jeremy Boone 1-2/+3
2018-02-26ipmi: Re-use existing macros for built-in propertiesGravatar Andy Shevchenko 1-13/+5
2018-02-26ipmi:pci: Make the PCI defines consistent with normal Linux onesGravatar Corey Minyard 1-17/+14
2018-02-26ipmi: kcs_bmc: coding-style fixes and use new poll typeGravatar Haiyue Wang 3-36/+41
2018-02-26ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_dataGravatar Gustavo A. R. Silva 1-0/+1
2018-02-26ipmi: add an Aspeed KCS IPMI BMC driverGravatar Haiyue Wang 3-0/+332
2018-02-26ipmi: add a KCS IPMI BMC driverGravatar Haiyue Wang 4-0/+574
2018-02-22hwrng: bcm2835 - Handle deferred clock properlyGravatar Stefan Wahren 1-0/+2
2018-02-15hwrng: imx-rngc - make symbol imx_rngc_pm_ops staticGravatar weiyongjun \(A\) 1-1/+1
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingGravatar Jia Zhang 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 16-32/+32
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-4/+11
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-8/+8
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-32/+80
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-9/+8
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 9-245/+389
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 20-513/+563
2018-01-31Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 7-14/+21
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 16-29/+29
2018-01-26hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()Gravatar weiyongjun \(A\) 1-3/+1
2018-01-25char: lp: use true or false for boolean valuesGravatar Gustavo A. R. Silva 1-1/+1
2018-01-22ipmi_ssif: Remove duplicate NULL checkGravatar Andy Shevchenko 1-2/+1
2018-01-22ipmi/powernv: Fix error return code in ipmi_powernv_probe()Gravatar Wei Yongjun 1-2/+3
2018-01-22ipmi: use dynamic memory for DMI driver overrideGravatar John Garry 1-1/+4
2018-01-18hwrng: imx-rngc - simplify the power management definitionsGravatar Martin Kaiser 1-10/+3
2018-01-18hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()Gravatar weiyongjun \(A\) 1-3/+1
2018-01-18hwrng: exynos - Signedness bug in exynos_trng_do_read()Gravatar Dan Carpenter 1-1/+1
2018-01-18hwrng: mediatek - Setup default RNG qualityGravatar Sean Wang 1-0/+1
2018-01-16ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driverGravatar Jeremy Kerr 1-1/+0
2018-01-15ipmi: Clear smi_info->thread to prevent use-after-free during module unloadGravatar Masamitsu Yamazaki 1-1/+3
2018-01-11agp: sworks: Deprecate pci_get_bus_and_slot()Gravatar Sinan Kaya 1-1/+2
2018-01-11agp: nvidia: Deprecate pci_get_bus_and_slot()Gravatar Sinan Kaya 1-3/+9
2018-01-09char: xillybus: remove direct dependency on DT functionsGravatar Rob Herring 2-10/+6
2018-01-09treewide: Use DEVICE_ATTR_ROGravatar Joe Perches 1-9/+8
2018-01-08ipmi: use correct string lengthGravatar Xiongfeng Wang 2-2/+2