summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+4
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+1
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-104/+80
2014-01-21mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko1-1/+0
2014-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds16-885/+623
2014-01-20Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-161/+208
2014-01-13drivers/char: don't use module_init in non-modular ttyprintk.cPaul Gortmaker1-1/+1
2014-01-08char: nwbutton: open-code interruptible_sleep_onArnd Bergmann1-1/+4
2014-01-07tty: synclink: avoid sleep_on raceArnd Bergmann1-2/+2
2014-01-07agp/ati: Use PCI_COMMAND instead of hard-coded 4Bjorn Helgaas1-2/+2
2014-01-07agp/intel: Use CPU physical address, not bus address, for ioremap()Bjorn Helgaas1-7/+7
2014-01-07agp/intel: Use pci_bus_address() to get GTTADR bus addressBjorn Helgaas2-5/+4
2014-01-07agp/intel: Use pci_bus_address() to get MMADR bus addressBjorn Helgaas2-9/+5
2014-01-07agp/intel: Support 64-bit GMADRYinghai Lu2-10/+6
2014-01-07agp/intel: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas1-8/+8
2014-01-07agp: Use pci_resource_start() to get CPU physical address for BARBjorn Helgaas3-9/+11
2014-01-06agp: Support 64-bit APBASEBjorn Helgaas11-60/+43
2014-01-06tpm/tpm-sysfs: active_show() can be staticFengguang Wu1-1/+1
2014-01-06tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe1-5/+1
2014-01-06tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe2-50/+57
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe4-33/+16
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe12-15/+21
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe13-307/+72
2014-01-06tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe4-274/+314
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe14-279/+217
2014-01-06char: tpm: nuvoton: remove unused variableMichal Nazarewicz1-1/+0
2014-01-06tpm/tpm_i2c_atmel: fix coccinelle warningsFengguang Wu1-1/+1
2014-01-06tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)Peter Huewe1-1/+0
2014-01-06tpm/tpm_i2c_stm_st33: Check return code of get_burstcountPeter Huewe1-1/+6
2014-01-06tpm/tpm_ppi: Check return value of acpi_get_namePeter Huewe1-0/+3
2014-01-06tpm/tpm_ppi: Do not compare strcmp(a,b) == -1Peter Huewe1-4/+4
2014-01-05ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu1-6/+9
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-12-19Merge branch 'master' into for-nextJiri Kosina42-592/+2416
2013-12-18i8k: Implement hwmon based fan speed controlGuenter Roeck1-5/+44
2013-12-18i8k: Stop reading SMM BIOS version during driver probeGuenter Roeck1-40/+2
2013-12-18i8k: Use driver_data field of dmi_system_id to override fan multiplierGuenter Roeck1-1/+10
2013-12-18i8k: Add support for Dell XPS M140Guenter Roeck1-0/+7
2013-12-18i8k: Add support for Dell Studio laptopsGuenter Roeck1-0/+7
2013-12-18i8k: Add copyrightGuenter Roeck1-0/+1
2013-12-18i8k: Force SMM to run on CPU 0Guenter Roeck1-2/+17
2013-12-18i8k: Drop driver version number and info message at startupGuenter Roeck1-5/+0
2013-12-18i8k: Remove obsolete link to out-of-tree driverGuenter Roeck1-2/+0
2013-12-18i8k: Support additional temperature sensorsGuenter Roeck1-19/+45
2013-12-18i8k: Convert to use to hwmon_device_register_with_groups hwmon APIGuenter Roeck1-78/+54
2013-12-18i8k: Fix various checkpatch warnings and errorsGuenter Roeck1-17/+23
2013-12-18i8k: Convert to use pr_ functions instead of printkGuenter Roeck1-9/+10
2013-12-18char: Int overflow in lp_do_ioctl().Yongjian Xu1-0/+2