aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-10tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe1-30/+18
2016-02-10tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe1-8/+10
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe3-30/+10
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen1-8/+4
2016-02-10tpm: remove unneeded include of actbl2.hJerry Snitselaar1-1/+0
2016-02-09char: nwbutton: avoid unused variable warningArnd Bergmann1-3/+2
2016-02-08ppdev: add support for compat ioctlBamvor Jian Zhang1-0/+12
2016-02-08ppdev: convert to y2038 safeBamvor Jian Zhang1-20/+55
2016-02-08drivers: char: raw: Removed unnecessary bracesBhumika Goyal1-3/+1
2016-02-08char/nvram: set array of const as constLABBE Corentin1-6/+6
2016-02-06char: constify tty_port_operations structsAya Mahfouz1-1/+1
2016-02-05PCI: 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-28tty: Use termios c_*flag macrosPeter Hurley1-13/+8
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/viro/vfsLinus Torvalds2-4/+4
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-12/+3
2016-01-22wrappers for ->i_mutex accessAl Viro2-4/+4
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus 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-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-7/+12
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-88/+10
2016-01-12ipmi: Remove unnecessary pci_disable_device.Dave Jones1-1/+0
2016-01-12char: ipmi: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2016-01-12ipmi: 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