index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Lines
2018-01-15
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
Masamitsu Yamazaki
-1
/
+3
2018-01-11
agp: sworks: Deprecate pci_get_bus_and_slot()
Sinan Kaya
-1
/
+2
2018-01-11
agp: nvidia: Deprecate pci_get_bus_and_slot()
Sinan Kaya
-3
/
+9
2018-01-09
char: xillybus: remove direct dependency on DT functions
Rob Herring
-10
/
+6
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
-9
/
+8
2018-01-08
ipmi: use correct string length
Xiongfeng Wang
-2
/
+2
2018-01-08
tpm: remove unused variables
Arnd Bergmann
-2
/
+0
2018-01-08
tpm: remove unused data fields from I2C and OF device ID tables
Javier Martinez Canillas
-21
/
+6
2018-01-08
tpm: only attempt to disable the LPC CLKRUN if is already enabled
Javier Martinez Canillas
-1
/
+10
2018-01-08
tpm: follow coding style for variable declaration in tpm_tis_core_init()
Javier Martinez Canillas
-1
/
+3
2018-01-08
tpm: delete the TPM_TIS_CLK_ENABLE flag
Javier Martinez Canillas
-18
/
+0
2018-01-08
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
Azhar Shaikh
-92
/
+118
2018-01-08
tpm_tis: Move ilb_base_addr to tpm_tis_data
Azhar Shaikh
-48
/
+56
2018-01-08
tpm2-cmd: allow more attempts for selftest execution
Alexander.Steffen@infineon.com
-7
/
+5
2018-01-08
tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
Javier Martinez Canillas
-8
/
+25
2018-01-08
tpm: Move Linux RNG connection to hwrng
Jason Gunthorpe
-69
/
+52
2018-01-08
tpm: use struct tpm_chip for tpm_chip_find_get()
Jarkko Sakkinen
-76
/
+87
2018-01-08
tpm: parse TPM event logs based on EFI table
Thiebaud Weksteen
-4
/
+88
2018-01-08
tpm: rename event log provider files
Thiebaud Weksteen
-2
/
+2
2018-01-08
tpm: move tpm_eventlog.h outside of drivers folder
Thiebaud Weksteen
-148
/
+30
2018-01-08
tpm: use tpm_msleep() value as max delay
Nayna Jain
-2
/
+2
2018-01-08
tpm: reduce tpm polling delay in tpm_tis_core
Nayna Jain
-2
/
+8
2018-01-05
hwrng: exynos - add Samsung Exynos True RNG driver
Ćukasz Stelmach
-0
/
+250
2018-01-02
Merge 4.15-rc6 into char-misc-next
Greg Kroah-Hartman
-23
/
+30
2017-12-22
hwrng: core - Clean up RNG list when last hwrng is unregistered
Gary R Hook
-0
/
+4
2017-12-21
Merge tag 'drm-intel-next-2017-12-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
-8
/
+8
2017-12-18
/dev/mem: Add bounce buffer for copy-out
Kees Cook
-5
/
+22
2017-12-16
tpm: move wait_for_tpm_stat() to respective driver files
Nayna Jain
-62
/
+121
2017-12-12
ipmi_si: Fix error handling of platform device
Corey Minyard
-3
/
+6
2017-12-12
ipmi watchdog: fix typo in parameter description
Wei Yongjun
-1
/
+1
2017-12-12
ipmi_si_platform: Fix typo in parameter description
Wei Yongjun
-1
/
+1
2017-12-12
drm/i915: prefer resource_size_t for everything stolen
Matthew Auld
-6
/
+6
2017-12-12
drm/i915: make dsm struct resource centric
Matthew Auld
-2
/
+0
2017-12-11
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
-23
/
+30
2017-12-11
ipmi_si: fix crash on parisc
Mikulas Patocka
-0
/
+2
2017-12-11
ipmi_si: Fix oops with PCI devices
Corey Minyard
-2
/
+5
2017-12-11
agp/intel: Flush all chipset writes after updating the GGTT
Chris Wilson
-0
/
+2
2017-12-06
ipmi: Stop timers before cleaning up the module
Masamitsu Yamazaki
-21
/
+23
2017-11-29
crypto: chacha20 - Fix keystream alignment for chacha20_block()
Eric Biggers
-12
/
+12
2017-11-29
hwrng: bcm63xx - Remove since bcm2835-rng takes over
Florian Fainelli
-168
/
+0
2017-11-29
hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platforms
Florian Fainelli
-4
/
+14
2017-11-29
hwrng: bcm2835 - Add Broadcom MIPS I/O accessors
Florian Fainelli
-2
/
+11
2017-11-29
hwrng: bcm2835 - Abstract I/O accessors
Florian Fainelli
-8
/
+19
2017-11-29
hwrng: bcm2835 - Manage an optional clock
Florian Fainelli
-1
/
+16
2017-11-29
hwrng: bcm2835 - Rework interrupt masking
Florian Fainelli
-16
/
+23
2017-11-29
hwrng: bcm2835 - Use device managed helpers
Florian Fainelli
-12
/
+1
2017-11-29
hwrng: bcm2835 - Implementation cleanup callback
Florian Fainelli
-3
/
+9
2017-11-29
hwrng: bcm2835 - Move enabling to hwrng::init
Florian Fainelli
-4
/
+12
2017-11-29
hwrng: bcm2835 - Define a driver private context
Florian Fainelli
-21
/
+34
2017-11-29
hwrng: bcm2835 - Obtain base register via resource
Florian Fainelli
-10
/
+10
[prev]
[next]