aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2014-02-14Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-1/+2
2014-02-09fix a kmap leak in virtio_consoleGravatar Al Viro 1-6/+3
2014-02-07raw: set range for MAX_RAW_DEVSGravatar Paul Bolle 1-0/+1
2014-02-07raw: test against runtime value of max_raw_minorsGravatar Paul Bolle 1-1/+1
2014-01-30ipmi: Add missing rv in ipmi_parisc_probe()Gravatar Geert Uytterhoeven 1-0/+1
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 5-7/+25
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2014-01-29Update Jean Delvare's e-mail addressGravatar Jean Delvare 1-1/+1
2014-01-25Merge branch 'ipmi' (ipmi patches from Corey Minyard)Gravatar Linus Torvalds 4-25/+39
2014-01-25ipmi: Cleanup error returnGravatar Corey Minyard 1-15/+29
2014-01-25ipmi: fix timeout calculation when bmc is disconnectedGravatar Xie XiuQi 1-1/+1
2014-01-25ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulGravatar Xie XiuQi 3-7/+7
2014-01-25ipmi: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-2/+2
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-272/+154
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+4
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+1
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-104/+80
2014-01-21mm/memblock: remove unnecessary inclusions of bootmem.hGravatar Grygorii Strashko 1-1/+0
2014-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 16-885/+623
2014-01-20Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+2
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-161/+208
2014-01-16Merge commit origin/master into drm-intel-nextGravatar Daniel Vetter 2-6/+16
2014-01-13drivers/char: don't use module_init in non-modular ttyprintk.cGravatar Paul Gortmaker 1-1/+1
2014-01-12Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Gravatar Rafael J. Wysocki 1-2/+9
2014-01-12Merge branch 'acpi-dsm'Gravatar Rafael J. Wysocki 1-263/+142
2014-01-12Merge branch 'acpi-cleanup'Gravatar Rafael J. Wysocki 3-7/+3
2014-01-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Rafael J. Wysocki 1-2/+9
2014-01-08char: nwbutton: open-code interruptible_sleep_onGravatar Arnd Bergmann 1-1/+4
2014-01-07tty: synclink: avoid sleep_on raceGravatar Arnd Bergmann 1-2/+2
2014-01-07agp/ati: Use PCI_COMMAND instead of hard-coded 4Gravatar Bjorn Helgaas 1-2/+2
2014-01-07agp/intel: Use CPU physical address, not bus address, for ioremap()Gravatar Bjorn Helgaas 1-7/+7
2014-01-07agp/intel: Use pci_bus_address() to get GTTADR bus addressGravatar Bjorn Helgaas 2-5/+4
2014-01-07agp/intel: Use pci_bus_address() to get MMADR bus addressGravatar Bjorn Helgaas 2-9/+5
2014-01-07agp/intel: Support 64-bit GMADRGravatar Yinghai Lu 2-10/+6
2014-01-07agp/intel: Rename gtt_bus_addr to gtt_phys_addrGravatar Bjorn Helgaas 1-8/+8
2014-01-07agp: Use pci_resource_start() to get CPU physical address for BARGravatar Bjorn Helgaas 3-9/+11
2014-01-07apm-emulation: add hibernation APM events to support suspend2diskGravatar Bin Shi 1-2/+9
2014-01-06agp: Support 64-bit APBASEGravatar Bjorn Helgaas 11-60/+43
2014-01-06tpm/tpm-sysfs: active_show() can be staticGravatar Fengguang Wu 1-1/+1
2014-01-06tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNPGravatar Jason Gunthorpe 1-5/+1
2014-01-06tpm: Make tpm-dev allocate a per-file structureGravatar Jason Gunthorpe 2-50/+57
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificGravatar Jason Gunthorpe 4-33/+16
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversGravatar Jason Gunthorpe 12-15/+21
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cGravatar Jason Gunthorpe 13-307/+72
2014-01-06tpm: Move sysfs functions from tpm-interface to tpm-sysfsGravatar Jason Gunthorpe 4-274/+314
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cGravatar Jason Gunthorpe 14-279/+217
2014-01-06char: tpm: nuvoton: remove unused variableGravatar Michal Nazarewicz 1-1/+0
2014-01-06tpm/tpm_i2c_atmel: fix coccinelle warningsGravatar Fengguang Wu 1-1/+1
2014-01-06tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)Gravatar Peter Huewe 1-1/+0
2014-01-06tpm/tpm_i2c_stm_st33: Check return code of get_burstcountGravatar Peter Huewe 1-1/+6