summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-08random: fix an incorrect __user annotation on proc_do_entropyChristoph Hellwig
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-05Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-29cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()Al Viro
2020-05-29nvram: drop useless access_ok()Al Viro
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek
2020-05-27ipmi:ssif: Remove dynamic platform device handingCorey Minyard
2020-05-27/dev/mem: Revoke mappings when a driver claims the regionDan Williams
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22tpm: eventlog: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-05-22tpm/tpm_ftpm_tee: Use UUID API for exporting the UUIDAndy Shevchenko
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig
2020-05-18Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedCorey Minyard
2020-05-18ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes
2020-05-18ipmi:bt-bmc: Fix error handling and status checkTang Bin
2020-05-18ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko
2020-05-18ipmi: use vzalloc instead of kmalloc for user creationFeng Tang
2020-05-18ipmi:bt-bmc: Fix some format issue of the codeTang Bin
2020-05-18ipmi:bt-bmc: Avoid unnecessary checkTang Bin
2020-05-17Merge tag 'for-linus-5.7-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2020-05-15docs: fix references for ipmi.rst fileMauro Carvalho Chehab
2020-05-14char: ipmi: convert to use i2c_new_client_device()Wolfram Sang
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers
2020-05-08hwrng: cctrng - update help descriptionHadar Gat
2020-05-08hwrng: cctrng - change default to nHadar Gat
2020-05-08hwrng: cctrng - Add dependency on OFHadar Gat
2020-04-30hwrng: cctrng - Make some symbols staticZou Wei
2020-04-30hwrng: optee - Use UUID API for exporting the UUIDAndy Shevchenko
2020-04-30hwrng: cctrng - Remove unnecessary FIPS ifdefHerbert Xu
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27Merge 5.7-rc3 into char-misc-nextGreg Kroah-Hartman
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-23drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik
2020-04-22hwrng: cctrng - Add dependency on HAS_IOMEMHerbert Xu
2020-04-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-21tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen
2020-04-21tpm: fix wrong return value in tpm_pcr_extendTianjia Zhang
2020-04-21tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson