summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-02-031-2/+1
|\
| * ipmi: put acpi.h with the other headersTony Camuso2016-02-031-2/+1
* | hwrng: stm32 - Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-261-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-232-4/+4
|\
| * wrappers for ->i_mutex accessAl Viro2016-01-222-4/+4
* | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-221-12/+3
|/
* Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-191-1/+1
|\
| * block: use bd{grab,put}() instead of open-codingIlya Dryomov2016-01-131-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-177-174/+213
|\ \
| * | keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen2015-12-201-4/+20
| * | keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen2015-12-202-6/+40
| * | tpm_ibmvtpm: properly handle interrupted packet receptionsStefan Berger2015-12-202-2/+21
| * | tpm_tis: Tighten IRQ auto-probingJason Gunthorpe2015-12-201-7/+12
| * | tpm_tis: Refactor the interrupt setupJason Gunthorpe2015-12-201-100/+84
| * | tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe2015-12-202-45/+20
| * | tpm: rework tpm_get_timeouts()Jason Gunthorpe2015-12-203-28/+34
| * | tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe2015-12-201-11/+9
| * | tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe2015-12-201-1/+1
| * | tpm_tis: further simplify calculation of ordinal durationMartin Wilck2015-12-021-3/+5
| |/
* | Merge tag 'for-linus-4.5' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2016-01-133-16/+20
|\ \
| * | ipmi: Remove unnecessary pci_disable_device.Dave Jones2016-01-121-1/+0
| * | char: ipmi: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-01-121-1/+0
| * | ipmi: constify some struct and char arraysLABBE Corentin2016-01-122-14/+20
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-122-7/+12
|\ \ \
| * | | hwrng: core - sleep interruptible in readJiri Slaby2015-12-041-1/+5
| * | | hwrng: omap3-rom - convert timer to delayed workAaro Koskinen2015-11-231-6/+7
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-124-88/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'memdup_user_nul' into work.miscAl Viro2016-01-041-4/+4
| |\ \ \
| * | | | new helpers: no_seek_end_llseek{,_size}()Al Viro2015-12-231-30/+1
| * | | | don't open-code generic_file_llseek_size()Al Viro2015-12-093-58/+9
| | |_|/ | |/| |
* | | | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-2/+3
| |/ / |/| |
* | | ipmi: move timer init to before irq is setupJan Stancek2015-12-091-4/+4
|/ /
* | ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye2015-11-161-1/+7
* | char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt2015-11-151-1/+1
* | ipmi: Stop the timer immediately if idleCorey Minyard2015-11-151-0/+7
* | ipmi: Start the timer and thread on internal msgsCorey Minyard2015-11-151-29/+44
|/
* Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd in...James Morris2015-11-124-16/+30
|\
| * tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen2015-11-091-8/+10
| * tpm: fix missing migratable flag in sealing functionality for TPM2Jarkko Sakkinen2015-11-091-5/+10
| * TPM: revert the list handling logic fixed in 398a1e7Jarkko Sakkinen2015-11-091-1/+1
| * TPM: Avoid reference to potentially freed memoryChristophe JAILLET2015-11-091-1/+2
| * tpm_tis: restore IRQ vector in IO memory after failed probingMartin Wilck2015-11-091-1/+5
| * tpm_tis: free irq after probingMartin Wilck2015-11-091-0/+2
* | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-051-6/+10
|\ \
| * | agp/uninorth: fix a memleak in create_gatt_tableDenis Kirjanov2015-10-021-6/+10
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-0516-127/+720
|\ \ \ | | |/ | |/|
| * | TPM: remove unnecessary little endian conversionHon Ching \(Vicky\) Lo2015-10-191-2/+2
| * | vTPM: support little endian guestsHon Ching \(Vicky\) Lo2015-10-192-22/+62
| * | char: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-10-194-4/+0
| * | vTPM: fix searching for the right vTPM node in device treeHon Ching \(Vicky\) Lo2015-10-191-1/+1
OpenPOWER on IntegriCloud