summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-9/+193
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2016-03-11hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann1-6/+4
2016-02-27hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas1-1/+3
2016-02-27drivers: char: random: add get_random_long()Daniel Cashman1-0/+22
2016-02-17hpet: Drop stale URLsMichael S. Tsirkin1-1/+1
2016-02-16hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson3-0/+169
2016-02-06PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-02-03Merge tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds1-2/+1
2016-02-03ipmi: put acpi.h with the other headersTony Camuso1-2/+1
2016-01-26hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUsAnatoly Pugachev1-0/+10
2016-01-26hwrng: stm32 - Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+1
2016-01-25hwrng: bcm63xx - allow building for BMIPS_GENERICÁlvaro Fernández Rojas1-1/+1
2016-01-25hwrng: bcm63xx - add device tree supportÁlvaro Fernández Rojas1-0/+7
2016-01-25hwrng: bcm63xx - remove unused variablesÁlvaro Fernández Rojas1-2/+0
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+4
2016-01-23tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-12/+3
2016-01-23wrappers for ->i_mutex accessAl Viro2-4/+4
2016-01-20Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds7-174/+213
2016-01-13Merge tag 'for-linus-4.5' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds3-16/+20
2016-01-13block: use bd{grab,put}() instead of open-codingIlya Dryomov1-1/+1
2016-01-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-7/+12
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-88/+10
2016-01-13ipmi: Remove unnecessary pci_disable_device.Dave Jones1-1/+0
2016-01-13char: ipmi: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2016-01-13ipmi: constify some struct and char arraysLABBE Corentin2-14/+20
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro1-4/+4
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-30/+1
2015-12-20keys, trusted: seal with a TPM2 authorization policyJarkko Sakkinen1-4/+20
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen2-6/+40
2015-12-20tpm_ibmvtpm: properly handle interrupted packet receptionsStefan Berger2-2/+21
2015-12-20tpm_tis: Tighten IRQ auto-probingJason Gunthorpe1-7/+12
2015-12-20tpm_tis: Refactor the interrupt setupJason Gunthorpe1-100/+84
2015-12-20tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe2-45/+20
2015-12-20tpm: rework tpm_get_timeouts()Jason Gunthorpe3-28/+34
2015-12-20tpm_tis: Ensure interrupts are disabled when the driver startsJason Gunthorpe1-11/+9
2015-12-20tpm_tis: Use devm_free_irq not free_irqJason Gunthorpe1-1/+1
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-2/+3
2015-12-09ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-12-09don't open-code generic_file_llseek_size()Al Viro3-58/+9
2015-12-04hwrng: core - sleep interruptible in readJiri Slaby1-1/+5
2015-12-02tpm_tis: further simplify calculation of ordinal durationMartin Wilck1-3/+5
2015-11-23hwrng: omap3-rom - convert timer to delayed workAaro Koskinen1-6/+7
2015-11-16ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye1-1/+7
2015-11-16char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt1-1/+1
2015-11-16ipmi: Stop the timer immediately if idleCorey Minyard1-0/+7
2015-11-16ipmi: Start the timer and thread on internal msgsCorey Minyard1-29/+44
2015-11-12Merge tag 'tpmdd-next-20151110' of https://github.com/jsakkine/linux-tpmdd in...James Morris4-16/+30
2015-11-09tpm: fix compat 'ppi' link handling in tpm_chip_register()Jarkko Sakkinen1-8/+10