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
2020-05-18
Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added
Corey Minyard
-0
/
+1
2020-05-18
ipmi_si: Load acpi_ipmi when ACPI IPMI interface added
Stuart Hayes
-0
/
+2
2020-05-18
ipmi:bt-bmc: Fix error handling and status check
Tang Bin
-6
/
+6
2020-05-18
ipmi: Replace guid_copy() with import_guid() where it makes sense
Andy Shevchenko
-1
/
+1
2020-05-18
ipmi: use vzalloc instead of kmalloc for user creation
Feng Tang
-3
/
+4
2020-05-18
ipmi:bt-bmc: Fix some format issue of the code
Tang Bin
-3
/
+3
2020-05-18
ipmi:bt-bmc: Avoid unnecessary check
Tang Bin
-3
/
+0
2020-05-17
Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
-2
/
+2
2020-05-15
docs: fix references for ipmi.rst file
Mauro Carvalho Chehab
-3
/
+3
2020-05-14
char: ipmi: convert to use i2c_new_client_device()
Wolfram Sang
-2
/
+2
2020-05-08
crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h
Eric Biggers
-1
/
+1
2020-05-08
crypto: lib/sha1 - rename "sha" to "sha1"
Eric Biggers
-3
/
+3
2020-05-08
hwrng: cctrng - update help description
Hadar Gat
-6
/
+7
2020-05-08
hwrng: cctrng - change default to n
Hadar Gat
-1
/
+0
2020-05-08
hwrng: cctrng - Add dependency on OF
Hadar Gat
-1
/
+1
2020-04-30
hwrng: cctrng - Make some symbols static
Zou Wei
-2
/
+2
2020-04-30
hwrng: optee - Use UUID API for exporting the UUID
Andy Shevchenko
-1
/
+1
2020-04-30
hwrng: cctrng - Remove unnecessary FIPS ifdef
Herbert Xu
-3
/
+1
2020-04-28
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...
Daniel Borkmann
-1
/
+1
2020-04-27
Merge 5.7-rc3 into char-misc-next
Greg Kroah-Hartman
-65
/
+83
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
-1
/
+1
2020-04-23
drivers: char: tlclk.c: Avoid data race between init and interrupt handler
Madhuparna Bhowmik
-7
/
+10
2020-04-22
hwrng: cctrng - Add dependency on HAS_IOMEM
Herbert Xu
-0
/
+1
2020-04-21
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-0
/
+1
2020-04-21
tpm/tpm_tis: Free IRQ if probing fails
Jarkko Sakkinen
-1
/
+7
2020-04-21
tpm: fix wrong return value in tpm_pcr_extend
Tianjia Zhang
-1
/
+1
2020-04-21
tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()
George Wilson
-63
/
+73
2020-04-21
tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as module
Stefan Berger
-0
/
+1
2020-04-20
hwrng: cctrng - add missing include to linux/fips.h
Hadar Gat
-0
/
+1
2020-04-18
drm/i915: Refactor setting dma info to a common helper
Michael J. Ruhl
-7
/
+10
2020-04-17
virtio-rng: pull in slab.h
Michael S. Tsirkin
-0
/
+1
2020-04-16
Merge drm/drm-next into drm-intel-next-queued
Joonas Lahtinen
-1942
/
+390
2020-04-16
hwrng: xgene - Delete an error message in xgene_rng_probe()
Markus Elfring
-3
/
+1
2020-04-16
hwrng: omap - Delete an error message in of_get_omap_rng_device_details()
Markus Elfring
-4
/
+1
2020-04-16
hwrng: cctrng - introduce Arm CryptoCell driver
Hadar Gat
-0
/
+821
2020-04-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-2
/
+2
2020-04-10
change email address for Pali Rohár
Pali Rohár
-2
/
+2
2020-04-10
Merge tag 'for-linus-5.7-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
-32
/
+139
2020-04-10
agp/intel: Reinforce the barrier after GTT updates
Chris Wilson
-1
/
+3
2020-04-07
ipmi: kcs: Fix aspeed_kcs_probe_of_v1()
Dan Carpenter
-1
/
+1
2020-04-05
sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn
Linus Torvalds
-4
/
+4
2020-04-05
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-35
/
+51
2020-04-03
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1817
/
+64
2020-04-03
ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...
Jules Irenge
-0
/
+2
2020-04-03
ipmi: kcs: aspeed: Implement v2 bindings
Andrew Jeffery
-23
/
+121
2020-04-03
ipmi: kcs: Finish configuring ASPEED KCS device before enable
Andrew Jeffery
-3
/
+4
2020-04-03
ipmi: fix hung processes in __get_guid()
Wen Yang
-2
/
+2
2020-04-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-24
/
+79
2020-03-30
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-5
/
+4
2020-03-25
Merge branch 'x86/cpu' into perf/core, to resolve conflict
Ingo Molnar
-5
/
+4
[prev]
[next]