aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2012-10-25sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_P...Yuanhan Liu1-1/+1
2012-10-16Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2012-10-16IPMI: Detect register spacing on PCI interfacesCorey Minyard1-2/+34
2012-10-16IPMI: Fix some uninitialized warningCorey Minyard1-1/+1
2012-10-16IPMI: Change link orderMatthew Garrett1-1/+0
2012-10-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-1/+1
2012-10-12drm/i915: disable wc gtt pte mappings on gen2Daniel Vetter1-1/+1
2012-10-11Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-...James Morris1-7/+14
2012-10-11Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for...James Morris3-11/+19
2012-10-11Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-6/+6
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-10-10tpm: Propagate error from tpm_transmit to fix a timeout hangPeter Huewe1-7/+14
2012-10-10driver/char/tpm: fix regression causesd by ppiGang Wei3-11/+19
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov3-3/+3
2012-10-07Merge branch 'late/fixes' into fixesOlof Johansson2-6/+6
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-20/+178
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-51/+70
2012-10-07ARM: footbridge: nw_gpio_lock is raw_spin_lockArnd Bergmann2-6/+6
2012-10-06sections: fix section conflicts in drivers/charAndi Kleen1-1/+1
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-69/+56
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-32/+30
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds16-160/+2440
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-3/+3
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-34/+0
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-99/+81
2012-10-01Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds8-18/+36
2012-09-28virtio: console: fix error handling in init() functionAlexey Khoroshilov1-1/+11
2012-09-28virtio/console: Allocate scatterlist according to the current pipe sizeMasami Hiramatsu1-11/+12
2012-09-28virtio/console: Wait until the port is ready on spliceMasami Hiramatsu1-12/+27
2012-09-28virtio/console: Add a failback for unstealable pipe bufferMasami Hiramatsu1-3/+25
2012-09-28virtio/console: Add splice_write supportMasami Hiramatsu1-8/+128
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris2-36/+70
2012-09-26pcmcia: synclink_cs: fix potential tty NULL dereferenceAlexey Khoroshilov1-7/+13
2012-09-26drivers/char/mmtimer.c: Remove useless kfreePeter Senna Tschudin1-2/+1
2012-09-26drivers/char: removes unnecessary semicolonPeter Senna Tschudin2-3/+3
2012-09-26Fix a crash when block device is read and block size is changed at the same timeMikulas Patocka1-1/+1
2012-09-23hwrng: OMAP: remove SoC restrictions from driver registrationPaul Walmsley1-3/+0
2012-09-23hwrng: OMAP: convert to use runtime PMPaul Walmsley1-26/+9
2012-09-23hwrng: OMAP: store per-device data in per-device variables, not file staticsPaul Walmsley1-38/+77
2012-09-20agp/intel: Use a write-combining map for updating PTEsChris Wilson1-3/+8
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson1-29/+22
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman1-3/+3
2012-09-16Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson4-14/+137
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas4-14/+137
2012-09-12tpm: fix tpm_acpi sparse warning on different address spacesKent Yoder1-2/+2
2012-09-07hwrng: mxc-rnga - Access data via structureFabio Estevam1-57/+51
2012-09-07hwrng: mxc-rnga - Adapt clocks to new i.mx clock frameworkFabio Estevam1-5/+5
2012-09-05virtio: console: fix error handling in init() functionAlexey Khoroshilov1-1/+11
2012-09-05ppdev: ppdev_init: do not return zero in case of failureAlexey Khoroshilov1-1/+2
2012-09-05serial: add a new helper functionHuang Shijie1-1/+1
2012-09-04driver/char/tpm: declare internal symbols as staticXiaoyan Zhang2-20/+21
2012-08-27Merge v3.6-rc3 into 'char-misc-next'Greg Kroah-Hartman1-1/+3
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman4-14/+137
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang4-1/+475
2012-08-22tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails.Jesper Juhl1-0/+5
2012-08-22drivers/char/tpm: Add securityfs support for event logAshley Lai4-12/+93
2012-08-22drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai5-0/+836
2012-08-22sgi-agp: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-3/+2
2012-08-22tpm: compile out unused code in the PNP and PM casesKent Yoder1-1/+2
2012-08-22tpm: fix double write race and tpm_release free issueKent Yoder1-2/+3
2012-08-22hw_random: add support for the TPM chip as a hardware RNG sourceKent Yoder3-0/+64
2012-08-22tpm: Move tpm_get_random api into the TPM device driverKent Yoder2-6/+76
2012-08-22tpm: modularize event log collectionKent Yoder5-142/+182
2012-08-22char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe3-0/+707
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2-3/+3
2012-08-20drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated dataJulia Lawall1-12/+5
2012-08-17drm/i915: fix hsw uncached pteDaniel Vetter2-36/+70
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter2-4/+4
2012-08-16drivers/char/tlclk.c: fix error return codeJulia Lawall1-1/+3
2012-08-14TTY: synclink_cs, fix buildJiri Slaby1-1/+1
2012-08-14Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-6/+93
2012-08-13TTY: synclink_cs, final cleanup in synclink_cs_initJiri Slaby1-33/+32
2012-08-13TTY: synclink_cs, use dynamic tty devicesJiri Slaby1-12/+15
2012-08-13TTY: synclink_cs, sanitize fail pathsJiri Slaby1-27/+14
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-0/+1
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby1-13/+4
2012-08-13Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Arnd Bergmann1-34/+0
2012-08-12Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+2
2012-08-10TTY: ttyprintk, initialize tty_port earlierJiri Slaby1-4/+4
2012-08-10TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby1-1/+1
2012-08-10TTY: ttyprintk, unregister tty driver on failureJiri Slaby1-0/+1
2012-08-10tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+2
2012-08-10omap-rng: fix use of SIMPLE_DEV_PM_OPSArnd Bergmann1-1/+1
2012-08-09Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2-6/+93
2012-08-07drm/i915: add more Haswell PCI IDsPaulo Zanoni2-6/+93
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman23-269/+793
2012-08-01char: nwflash: remove old led event codeBryan Wu1-34/+0
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-125/+230
2012-07-30Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+34
2012-07-30Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+190
2012-07-30virtio: rng: s3/s4 supportAmit Shah1-0/+17
2012-07-30virtio: rng: split out common code in probe / remove for s3/s4 opsAmit Shah1-2/+12
2012-07-30virtio: rng: don't wait on host when module is going awayAmit Shah1-0/+1
2012-07-30virtio: rng: allow tasks to be killed that are waiting for rng inputAmit Shah1-1/+4
2012-07-27random: mix in architectural randomness in extract_buf()H. Peter Anvin1-24/+32
2012-07-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-44/+66
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-8/+208
2012-07-26Merge tag 'char-misc-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2012-07-26[IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck1-1/+1
2012-07-24Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-13/+0
2012-07-24random: Add comment to random_initialize()Tony Luck1-0/+10
2012-07-24hw_random: add Broadcom BCM63xx RNG driverFlorian Fainelli3-0/+190
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+10
2012-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-10/+23
2012-07-23char/ipmi: remove local ioctl defines replaced by generic onesOskar Schirmer1-13/+0
2012-07-19pcmcia,synclink_cs: fix termios port I missedAlan Cox1-12/+12
2012-07-19random: remove rand_initialize_irq()Theodore Ts'o1-55/+0
2012-07-18Merge 3.5-rc7 into char-misc-next.Greg Kroah-Hartman1-1/+8
2012-07-17powerpc/BSR: cleanup the error path of bsr_initDevendra Naga1-3/+3
2012-07-178250: three way resolve of the 8250 diffsAlan Cox1-8/+8
2012-07-14random: add tracepoints for easier debugging and verificationTheodore Ts'o1-4/+22
2012-07-14random: add new get_random_bytes_arch() functionTheodore Ts'o1-5/+24
2012-07-14random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o1-9/+16
2012-07-14random: create add_device_randomness() interfaceLinus Torvalds1-0/+28
2012-07-14random: use lockless techniques in the interrupt pathTheodore Ts'o1-39/+39
2012-07-14random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-17/+86
2012-07-11powerpc: Disable /dev/port interface on systems without an ISA bridgeHaren Myneni1-1/+10
2012-07-11hwrng: exynos - Add support for Exynos random number generatorJonghwa Lee3-0/+195
2012-07-10PM / IPMI: Remove empty legacy PCI PM callbacksRafael J. Wysocki1-16/+0
2012-07-10tpm_nsc: Use struct dev_pm_ops for power managementRafael J. Wysocki1-11/+2
2012-07-10tpm_tis: Use struct dev_pm_ops for power managementRafael J. Wysocki1-9/+7
2012-07-10tpm_atmel: Use struct dev_pm_ops for power managementRafael J. Wysocki1-10/+2
2012-07-10PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki5-6/+6
2012-07-10omap-rng: Use struct dev_pm_ops for power managementRafael J. Wysocki1-6/+7
2012-07-06random: fix up sparse warningsTheodore Ts'o1-1/+2
2012-07-01sonypi: Use struct dev_pm_ops for power managementRafael J. Wysocki1-6/+7
2012-06-27hwrng: mxc-rnga - fix data_present APIBenoît Thébaudeau1-8/+13
2012-06-25agp/intel-agp: remove snb+ host bridge pciidsDaniel Vetter1-11/+0
2012-06-25Merge tag 'v3.5-rc4' into drm-intel-next-queuedDaniel Vetter3-1/+10
2012-06-20agp/intel: use correct GTT offset on VLVJesse Barnes1-0/+1
2012-06-20agp/intel: allow cacheable and GDFT PTEs on ValleyViewJesse Barnes1-2/+9
2012-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2012-06-12tpm: check the chip reference before using itAndi Shyti1-0/+6
2012-06-12TPM: fix memleak when register hardware failsWanlong Gao1-5/+4
2012-06-12TPM: chip disabled state erronously being reported as errorRajiv Andrade1-2/+10
2012-06-12MAINTAINERS: TPM maintainers' contacts updateRajiv Andrade1-3/+3
2012-06-12drm/i915: call intel_enable_gttDaniel Vetter1-1/+2
2012-06-12agp/intel-gtt: move gart base addres setupDaniel Vetter1-10/+10
2012-06-12drm/i915 + agp/intel-gtt: prep work for direct setupDaniel Vetter3-14/+40
2012-06-12agp/intel-gtt: don't require the agp bridge on setupDaniel Vetter1-3/+5
2012-06-12drm/i915: stop using dev->agp->baseDaniel Vetter1-3/+2
2012-06-12agp/intel-gtt: remove dead codeDaniel Vetter1-3/+0
2012-06-12hwrng: atmel-rng - fix data valid checkPeter Korsgaard1-1/+1
2012-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+7
2012-06-06char/agp: add another Ironlake host bridgeEugeni Dodonov2-0/+2
2012-05-31hwrng: atmel-rng - fix race condition leading to repeated bitsPeter Korsgaard1-0/+7
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-5/+64
2012-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-21/+3
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds3-0/+110
2012-05-22Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-259/+0
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-39/+3
2012-05-22Merge tag 'char-misc-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+31
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-05-19drm/i915: hook Haswell devices in placeEugeni Dodonov1-0/+4
2012-05-17virtio: console: tell host of open ports after resume from s3/s4Amit Shah1-0/+7
2012-05-16ramoops: Move to fs/pstore/ram.cAnton Vorontsov3-372/+0
2012-05-16ramoops: fix printk format warningsRandy Dunlap1-2/+3
2012-05-16ramoops: use pstore interfaceKees Cook2-46/+158
2012-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2-12/+3
2012-05-14powerpc/pseries/hwrng: PFO-based hwrng driverKent Yoder3-0/+110
2012-05-09printk - fix compilation for CONFIG_PRINTK=nKay Sievers1-0/+2
2012-05-07kmsg: export printk records to the /dev/kmsg interfaceKay Sievers1-60/+1
2012-05-07printk: convert byte-buffer to variable-length record bufferKay Sievers1-17/+38
2012-05-02Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet...Dave Airlie2-5/+10
2012-04-30hwrng: Kconfig - modify default state for atmel-rng driverNicolas Ferre1-1/+1
2012-04-27hwrng: omap - use devm_request_and_ioremapJulia Lawall1-20/+2
2012-04-19xilinx_hwicap: reset XHI_MAX_RETRIESDaniel Borkmann1-1/+1
2012-04-19xilinx_hwicap: add support for virtex6 FPGAsDaniel Borkmann1-0/+30
2012-04-17Merge tag 'v3.4-rc3' into drm-intel-next-queuedDaniel Vetter2-5/+10
2012-04-16hwrng: Kconfig: remove dependency for atmel-rng driverNicolas Ferre1-1/+1
2012-04-12Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2012-04-12drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers1-3/+8
2012-04-12agp: Use u32 __iomem annotation to silence sparse warning.Santosh Nayak1-1/+1
2012-04-12agp: Remove 'break' after 'return' statement.Santosh Nayak2-3/+0
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie3-1/+59
2012-04-09printk(): add KERN_CONT where needed in hpet and vt codeKay Sievers1-2/+2
2012-04-09drm/i915: add Haswell devices and their PCI IDsEugeni Dodonov2-0/+25
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds1-6/+6
2012-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-7/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-04-03APM: fix deadlock in APM_IOC_SUSPEND ioctlNeilBrown1-1/+1
2012-04-02tile-srom.c driver: minor code cleanupChris Metcalf1-6/+6
2012-04-02drm/i915: disable ppgtt on snb when dmar is enabledDaniel Vetter1-1/+0
2012-04-02drm/i915: add Ivy Bridge GT2 Server entriesEugeni Dodonov2-0/+3
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-168/+171
2012-03-28ipmi: use locks on watchdog timeout set on rebootCorey Minyard1-2/+2
2012-03-28ipmi: simplify lockingCorey Minyard1-33/+21
2012-03-28ipmi: fix message handling during panicsCorey Minyard2-64/+56
2012-03-28ipmi: use a tasklet for handling received messagesCorey Minyard2-67/+88
2012-03-28ipmi: increase KCS timeoutsMatthew Garrett1-2/+2
2012-03-28ipmi: decrease the IPMI message transaction time in interrupt modeSrinivas_Gowda1-1/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds18-18/+0
2012-03-29agp/intel: add ValleyView AGP driverJesse Barnes3-0/+29
2012-03-29agp/intel: map more registers for use by the GTT codeJesse Barnes1-1/+5
2012-03-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells18-18/+0
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2