summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | hwrng: core - Freeze khwrng thread during suspendStephen Boyd2019-08-151-1/+4
| * | | | | hwrng: n2-drv - fix typoStephen Rothwell2019-08-081-1/+1
| * | | | | hwrng: drivers - Use device-managed registration APIChuhong Yuan2019-08-029-36/+9
| * | | | | hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-271-3/+1
| * | | | | hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-271-3/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-183-5/+26
|\ \ \ \ \
| * | | | | toshiba: Add correct printk log level while emitting error logRishi Gupta2019-09-041-4/+4
| * | | | | /dev/mem: Bail out upon SIGKILL.Tetsuo Handa2019-09-041-0/+21
| * | | | | Merge 5.3-rc4 into char-misc-nextGreg Kroah-Hartman2019-08-125-25/+64
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge 5.3-rc2 into char-misc-nextGreg Kroah-Hartman2019-07-291-2/+1
| |\ \ \ \ \
| * | | | | | char: ppdev: Fix a possible null-pointer dereference in pp_release()Jia-Ju Bai2019-07-251-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-1611-2764/+13
|\ \ \ \ \ \
| * | | | | | ia64: remove support for machvecsChristoph Hellwig2019-08-161-2/+2
| * | | | | | ia64: remove the zx1 swiotlb machvecChristoph Hellwig2019-08-161-1/+1
| * | | | | | char/mspec: remove SGI SN2 supportChristoph Hellwig2019-08-161-144/+11
| * | | | | | char/agp: remove the sgi-agp driverChristoph Hellwig2019-08-163-346/+0
| * | | | | | char: remove the SGI tiocx/mbcs driverChristoph Hellwig2019-08-164-1399/+0
| * | | | | | char: remove the SGI snsc driverChristoph Hellwig2019-08-165-873/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-162-0/+23
|\ \ \ \ \ \
| * | | | | | fdt: add support for rng-seedHsin-Yi Wang2019-08-232-0/+23
| |/ / / / /
* | | | | | tpm/tpm_ftpm_tee: A driver for firmware TPM running inside TEESasha Levin2019-09-024-0/+396
* | | | | | tpm: Remove a deprecated comments about implicit sysfs lockingJarkko Sakkinen2019-09-022-12/+2
* | | | | | tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interruptsStefan Berger2019-09-021-0/+1
* | | | | | tpm_tis_core: Turn on the TPM before probing IRQ'sStefan Berger2019-09-021-0/+2
|/ / / / /
* | | | | tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain2019-08-054-17/+47
* | | | | tpm: Fix null pointer dereference on chip register error pathMilan Broz2019-08-051-7/+16
| |_|/ / |/| | |
* | | | Merge tag 'for-linus-5.3-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-07-311-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi2019-07-241-1/+1
* | | | hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-07-251-2/+1
| |/ / |/| |
* | | docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-152-3/+3
* | | docs: admin-guide: add laptops documentationMauro Carvalho Chehab2019-07-151-1/+1
* | | docs: laptops: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
|/ /
* | Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-07-136-4/+386
|\ \
| * | fix platform_no_drv_owner.cocci warningskbuild test robot2019-06-231-1/+0
| * | ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann2019-06-191-10/+11
| * | ipmi: ipmb: Fix build error while CONFIG_I2C is set to mYueHaibing2019-06-121-0/+1
| * | Add support for IPMB driverAsmaa Mnebhi2019-06-103-0/+373
| * | drivers: ipmi: Drop device referenceSuzuki K Poulose2019-06-031-0/+1
| * | ipmi_ssif: fix unexpected driver unregister warningKefeng Wang2019-05-241-1/+4
| * | ipmi_si: use bool type for initialized variableKefeng Wang2019-05-201-2/+2
| * | ipmi_si: fix unexpected driver unregister warningKefeng Wang2019-05-201-1/+5
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-5/+5
|\ \ \
| * | | driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-4/+4
| * | | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | | | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-112-4/+4
|\ \ \ \
| * \ \ \ Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2019-06-238-31/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-0992-502/+104
| |\ \ \ \
| * | | | | bsr: "foo * bar" should be "foo *bar"Naveen Kumar Parna2019-05-241-1/+1
| * | | | | bsr: do not use assignment in if conditionNaveen Kumar Parna2019-05-241-1/+2
| * | | | | char: misc: Move EXPORT_SYMBOL immediately next to the functions/variblesNaveen Kumar Parna2019-05-241-2/+1
| | |_|_|/ | |/| | |