summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | tpm_tis_spi: Prefer async probeDouglas Anderson2020-07-021-0/+1
* | | | | | tpm: ibmvtpm: Wait for ready buffer before probing for TPM2 attributesDavid Gibson2020-07-021-7/+7
* | | | | | tpm/st33zp24: fix spelling mistake "drescription" -> "description"Binbin Zhou2020-07-023-4/+4
* | | | | | tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin2020-07-021-1/+1
* | | | | | tpm_tis_spi: Don't send anything during flow controlDouglas Anderson2020-07-021-5/+4
* | | | | | tpm: Fix TIS locality timeout problemsJames Bottomley2020-07-021-10/+9
|/ / / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-211-0/+1
|\| | | |
| * | | | hwrng: ks-sa - Fix runtime PM imbalance on errorDinghao Liu2020-06-151-0/+1
| | |_|/ | |/| |
* / | | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
|/ / /
* | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-145-63/+63
* | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\ \ \
| * | | random: fix an incorrect __user annotation on proc_do_entropyChristoph Hellwig2020-06-081-1/+1
* | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* | | | 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