summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-0/+4
|\
| * xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-222-2/+1
|\ \
| * | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
| * | Merge branch 'master' into for-nextJiri Kosina2013-12-1942-592/+2416
| |\ \ | | |/
| * | vio: remove dangly makefile bitsAlan2013-12-031-1/+0
* | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-2213-104/+80
|\ \ \
| * | | agp/ati: Use PCI_COMMAND instead of hard-coded 4Bjorn Helgaas2014-01-071-2/+2
| * | | agp/intel: Use CPU physical address, not bus address, for ioremap()Bjorn Helgaas2014-01-071-7/+7
| * | | agp/intel: Use pci_bus_address() to get GTTADR bus addressBjorn Helgaas2014-01-072-5/+4
| * | | agp/intel: Use pci_bus_address() to get MMADR bus addressBjorn Helgaas2014-01-072-9/+5
| * | | agp/intel: Support 64-bit GMADRYinghai Lu2014-01-072-10/+6
| * | | agp/intel: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas2014-01-071-8/+8
| * | | agp: Use pci_resource_start() to get CPU physical address for BARBjorn Helgaas2014-01-073-9/+11
| * | | agp: Support 64-bit APBASEBjorn Helgaas2014-01-0611-60/+43
* | | | mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko2014-01-211-1/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-01-2116-885/+623
|\ \ \ \
| * | | | tpm/tpm-sysfs: active_show() can be staticFengguang Wu2014-01-061-1/+1
| * | | | tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPJason Gunthorpe2014-01-061-5/+1
| * | | | tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe2014-01-062-50/+57
| * | | | tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe2014-01-064-33/+16
| * | | | tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-0612-15/+21
| * | | | tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-0613-307/+72
| * | | | tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe2014-01-064-274/+314
| * | | | tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-0614-279/+217
| * | | | char: tpm: nuvoton: remove unused variableMichal Nazarewicz2014-01-061-1/+0
| * | | | tpm/tpm_i2c_atmel: fix coccinelle warningsFengguang Wu2014-01-061-1/+1
| * | | | tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)Peter Huewe2014-01-061-1/+0
| * | | | tpm/tpm_i2c_stm_st33: Check return code of get_burstcountPeter Huewe2014-01-061-1/+6
| * | | | tpm/tpm_ppi: Check return value of acpi_get_namePeter Huewe2014-01-061-0/+3
| * | | | tpm/tpm_ppi: Do not compare strcmp(a,b) == -1Peter Huewe2014-01-061-4/+4
| | |_|/ | |/| |
* | | | Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-201-2/+2
|\ \ \ \
| * | | | tty: synclink: avoid sleep_on raceArnd Bergmann2014-01-071-2/+2
| |/ / /
* | | | Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-205-161/+208
|\ \ \ \
| * | | | drivers/char: don't use module_init in non-modular ttyprintk.cPaul Gortmaker2014-01-131-1/+1
| * | | | char: nwbutton: open-code interruptible_sleep_onArnd Bergmann2014-01-081-1/+4
| * | | | i8k: Implement hwmon based fan speed controlGuenter Roeck2013-12-181-5/+44
| * | | | i8k: Stop reading SMM BIOS version during driver probeGuenter Roeck2013-12-181-40/+2
| * | | | i8k: Use driver_data field of dmi_system_id to override fan multiplierGuenter Roeck2013-12-181-1/+10
| * | | | i8k: Add support for Dell XPS M140Guenter Roeck2013-12-181-0/+7
| * | | | i8k: Add support for Dell Studio laptopsGuenter Roeck2013-12-181-0/+7
| * | | | i8k: Add copyrightGuenter Roeck2013-12-181-0/+1
| * | | | i8k: Force SMM to run on CPU 0Guenter Roeck2013-12-181-2/+17
| * | | | i8k: Drop driver version number and info message at startupGuenter Roeck2013-12-181-5/+0
| * | | | i8k: Remove obsolete link to out-of-tree driverGuenter Roeck2013-12-181-2/+0
| * | | | i8k: Support additional temperature sensorsGuenter Roeck2013-12-181-19/+45
| * | | | i8k: Convert to use to hwmon_device_register_with_groups hwmon APIGuenter Roeck2013-12-181-78/+54
| * | | | i8k: Fix various checkpatch warnings and errorsGuenter Roeck2013-12-181-17/+23
| * | | | i8k: Convert to use pr_ functions instead of printkGuenter Roeck2013-12-181-9/+10
| * | | | char: Int overflow in lp_do_ioctl().Yongjian Xu2013-12-181-0/+2
OpenPOWER on IntegriCloud