summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2016-02-20tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen
2016-02-20tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen
2016-02-20tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer
2016-02-20tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen
2016-02-20tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen
2016-02-17hpet: Drop stale URLsMichael S. Tsirkin
2016-02-17hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson
2016-02-14ppdev: use dev_* macrosSudip Mukherjee
2016-02-14ppdev: use new parport device modelSudip Mukherjee
2016-02-14ppdev: remove space before tabSudip Mukherjee
2016-02-14ppdev: fix parenthesis alignmentSudip Mukherjee
2016-02-14ppdev: remove bracesSudip Mukherjee
2016-02-14ppdev: add missing blank lineSudip Mukherjee
2016-02-14ppdev: remove whitespace around pointersSudip Mukherjee
2016-02-14ppdev: space prohibited between function name and parenthesisSudip Mukherjee
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman
2016-02-12Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queuedDaniel Vetter
2016-02-11agp/intel-gtt: Only register fake agp driver for gen1Daniel Vetter
2016-02-10agp/intel-gtt: Don't leak the scratch pageDaniel Vetter
2016-02-10tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen
2016-02-10tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen
2016-02-10tpm_crb: Use devm_ioremap_resourceJason Gunthorpe
2016-02-10tpm_crb: Drop le32_to_cpu(ioread32(..))Jason Gunthorpe
2016-02-10tpm_tis: Clean up the force=1 module parameterJason Gunthorpe
2016-02-10tpm_tis: Use devm_ioremap_resourceJason Gunthorpe
2016-02-10tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe
2016-02-10tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe
2016-02-10tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen
2016-02-10tpm: remove unneeded include of actbl2.hJerry Snitselaar
2016-02-09char: nwbutton: avoid unused variable warningArnd Bergmann
2016-02-08ppdev: add support for compat ioctlBamvor Jian Zhang
2016-02-08ppdev: convert to y2038 safeBamvor Jian Zhang
2016-02-08drivers: char: raw: Removed unnecessary bracesBhumika Goyal
2016-02-08char/nvram: set array of const as constLABBE Corentin
2016-02-06char: constify tty_port_operations structsAya Mahfouz
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas
2016-02-03Merge tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds
2016-02-03ipmi: put acpi.h with the other headersTony Camuso
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2016-01-26hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUsAnatoly Pugachev
2016-01-26hwrng: stm32 - Fix dependencies for !HAS_IOMEM archsRichard Weinberger
2016-01-25hwrng: bcm63xx - allow building for BMIPS_GENERICÁlvaro Fernández Rojas
2016-01-25hwrng: bcm63xx - add device tree supportÁlvaro Fernández Rojas
2016-01-25hwrng: bcm63xx - remove unused variablesÁlvaro Fernández Rojas
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-22wrappers for ->i_mutex accessAl Viro