summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-02-20tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2-2/+6
2016-02-20tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer1-4/+10
2016-02-20tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen1-1/+6
2016-02-20tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen1-3/+7
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-1/+1
2016-02-17hpet: Drop stale URLsMichael S. Tsirkin1-1/+1
2016-02-17hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson3-0/+169
2016-02-14ppdev: use dev_* macrosSudip Mukherjee1-7/+7
2016-02-14ppdev: use new parport device modelSudip Mukherjee1-5/+20
2016-02-14ppdev: remove space before tabSudip Mukherjee1-1/+1
2016-02-14ppdev: fix parenthesis alignmentSudip Mukherjee1-13/+13
2016-02-14ppdev: remove bracesSudip Mukherjee1-35/+22
2016-02-14ppdev: add missing blank lineSudip Mukherjee1-0/+6
2016-02-14ppdev: remove whitespace around pointersSudip Mukherjee1-12/+12
2016-02-14ppdev: space prohibited between function name and parenthesisSudip Mukherjee1-96/+96
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2-2/+2
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2-2/+2
2016-02-12Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queuedDaniel Vetter22-306/+268
2016-02-11agp/intel-gtt: Only register fake agp driver for gen1Daniel Vetter1-12/+12
2016-02-10agp/intel-gtt: Don't leak the scratch pageDaniel Vetter1-2/+6
2016-02-10tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen1-1/+3
2016-02-10tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen1-5/+5
2016-02-10tpm_crb: Use devm_ioremap_resourceJason Gunthorpe1-49/+102
2016-02-10tpm_crb: Drop le32_to_cpu(ioread32(..))Jason Gunthorpe1-11/+11
2016-02-10tpm_tis: Clean up the force=1 module parameterJason Gunthorpe1-65/+104
2016-02-10tpm_tis: Use devm_ioremap_resourceJason Gunthorpe1-15/+18
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/vir...Linus 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