summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-072-9/+109
|\
| * /dev/mem: Revoke mappings when a driver claims the regionDan Williams2020-05-271-2/+99
| * Merge 5.7-rc3 into char-misc-nextGreg Kroah-Hartman2020-04-275-65/+83
| |\
| * | drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik2020-04-231-7/+10
* | | Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-06-054-38/+18
|\ \ \
| * | | ipmi:ssif: Remove dynamic platform device handingCorey Minyard2020-05-271-22/+1
| * | | Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedCorey Minyard2020-05-181-0/+1
| * | | ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes2020-05-181-0/+2
| * | | ipmi:bt-bmc: Fix error handling and status checkTang Bin2020-05-181-6/+6
| * | | ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko2020-05-181-1/+1
| * | | ipmi: use vzalloc instead of kmalloc for user creationFeng Tang2020-05-181-3/+4
| * | | ipmi:bt-bmc: Fix some format issue of the codeTang Bin2020-05-181-3/+3
| * | | ipmi:bt-bmc: Avoid unnecessary checkTang Bin2020-05-181-3/+0
* | | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-1/+1
|\ \ \ \
| * | | | powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek2020-05-281-1/+1
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
| | | |/ | | |/|
* | | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-031-1/+1
|\ \ \ \
| * | | | fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig2020-05-201-1/+1
| | |/ / | |/| |
* | | | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-8/+13
|\ \ \ \
| * | | | drm/i915: Refactor setting dma info to a common helperMichael J. Ruhl2020-04-181-7/+10
| * | | | Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2020-04-1634-1942/+390
| |\| | |
| * | | | agp/intel: Reinforce the barrier after GTT updatesChris Wilson2020-04-101-1/+3
* | | | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-012-18/+0
|\ \ \ \ \
| * | | | | cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()Al Viro2020-05-291-14/+0
| * | | | | nvram: drop useless access_ok()Al Viro2020-05-291-4/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-013-3/+3
|\ \ \ \ \
| * | | | | docs: fix references for ipmi.rst fileMauro Carvalho Chehab2020-05-153-3/+3
| |/ / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-018-12/+828
|\ \ \ \ \
| * | | | | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers2020-05-081-1/+1
| * | | | | crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-3/+3
| * | | | | hwrng: cctrng - update help descriptionHadar Gat2020-05-081-6/+7
| * | | | | hwrng: cctrng - change default to nHadar Gat2020-05-081-1/+0
| * | | | | hwrng: cctrng - Add dependency on OFHadar Gat2020-05-081-1/+1
| * | | | | hwrng: cctrng - Make some symbols staticZou Wei2020-04-301-2/+2
| * | | | | hwrng: optee - Use UUID API for exporting the UUIDAndy Shevchenko2020-04-301-1/+1
| * | | | | hwrng: cctrng - Remove unnecessary FIPS ifdefHerbert Xu2020-04-301-3/+1
| * | | | | hwrng: cctrng - Add dependency on HAS_IOMEMHerbert Xu2020-04-221-0/+1
| * | | | | hwrng: cctrng - add missing include to linux/fips.hHadar Gat2020-04-201-0/+1
| * | | | | hwrng: xgene - Delete an error message in xgene_rng_probe()Markus Elfring2020-04-161-3/+1
| * | | | | hwrng: omap - Delete an error message in of_get_omap_rng_device_details()Markus Elfring2020-04-161-4/+1
| * | | | | hwrng: cctrng - introduce Arm CryptoCell driverHadar Gat2020-04-164-0/+821
| |/ / / /
* | | | | tpm: eventlog: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-05-221-7/+5
* | | | | tpm/tpm_ftpm_tee: Use UUID API for exporting the UUIDAndy Shevchenko2020-05-221-1/+1
| |_|_|/ |/| | |
* | | | Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-05-171-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | char: ipmi: convert to use i2c_new_client_device()Wolfram Sang2020-05-141-2/+2
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-211-0/+1
|\ \ \
| * | | virtio-rng: pull in slab.hMichael S. Tsirkin2020-04-171-0/+1
| |/ /