summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook
2017-12-21Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2017-12-18/dev/mem: Add bounce buffer for copy-outKees Cook
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain
2017-12-12ipmi_si: Fix error handling of platform deviceCorey Minyard
2017-12-12ipmi watchdog: fix typo in parameter descriptionWei Yongjun
2017-12-12ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun
2017-12-12drm/i915: prefer resource_size_t for everything stolenMatthew Auld
2017-12-12drm/i915: make dsm struct resource centricMatthew Auld
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-11agp/intel: Flush all chipset writes after updating the GGTTChris Wilson
2017-12-06ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2017-11-29hwrng: bcm63xx - Remove since bcm2835-rng takes overFlorian Fainelli
2017-11-29hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platformsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Add Broadcom MIPS I/O accessorsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Abstract I/O accessorsFlorian Fainelli
2017-11-29hwrng: bcm2835 - Manage an optional clockFlorian Fainelli
2017-11-29hwrng: bcm2835 - Rework interrupt maskingFlorian Fainelli
2017-11-29hwrng: bcm2835 - Use device managed helpersFlorian Fainelli
2017-11-29hwrng: bcm2835 - Implementation cleanup callbackFlorian Fainelli
2017-11-29hwrng: bcm2835 - Move enabling to hwrng::initFlorian Fainelli
2017-11-29hwrng: bcm2835 - Define a driver private contextFlorian Fainelli
2017-11-29hwrng: bcm2835 - Obtain base register via resourceFlorian Fainelli
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28lp: support 64-bit time_t user spaceArnd Bergmann
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