summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-176-9/+193
|\
| * hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-111-6/+4
| * hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas2016-02-281-1/+3
| * hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson2016-02-173-0/+169
| * hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUsAnatoly Pugachev2016-01-261-0/+10
| * hwrng: bcm63xx - allow building for BMIPS_GENERICÁlvaro Fernández Rojas2016-01-251-1/+1
| * hwrng: bcm63xx - add device tree supportÁlvaro Fernández Rojas2016-01-251-0/+7
| * hwrng: bcm63xx - remove unused variablesÁlvaro Fernández Rojas2016-01-251-2/+0
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+0
|\ \
| * | PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
| |/
* | drivers: char: random: add get_random_long()Daniel Cashman2016-02-271-0/+22
* | hpet: Drop stale URLsMichael S. Tsirkin2016-02-171-1/+1
* | 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
OpenPOWER on IntegriCloud