aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-12/+1
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-5/+6
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1041/+0
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-9/+14
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-8/+8
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-286/+1
2012-03-20Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-3/+2
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-12/+1
2012-03-16Revert "char: Fix typo in viotape.c"Jiri Kosina1-1/+1
2012-03-16powerpc: Remove some of the legacy iSeries specific device driversStephen Rothwell1-1041/+0
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-1/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby2-3/+0
2012-03-08tty: delete briq_panel.c driverGreg Kroah-Hartman3-282/+0
2012-03-05tpm_tis: fix tis_lock with respect to RCUJiri Kosina1-5/+5
2012-02-24char/ramoops: included linux/err.h twiceDanny Kukawka1-1/+0
2012-02-14TPM: Zero buffer whole after copying to userspaceTim Gardner1-1/+2
2012-02-14tpm_tis: Clean up after module_param cleanupStefan Berger1-4/+5
2012-02-14tpm_tis: Only probe iTPMsStefan Berger2-3/+7
2012-02-10Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter30-235/+371
2012-02-09char: Fix typo in tlclk.cMasanari Iida1-1/+1
2012-02-09char: Fix typo in viotape.cMasanari Iida1-1/+1
2012-02-09agp/intel-gtt: export the gtt pagetable iomappingDaniel Vetter1-0/+1
2012-02-09agp/intel-gtt: export the scratch page dma addressDaniel Vetter1-5/+4
2012-02-09char: Fix typo in tlclk.cMasanari Iida1-1/+1
2012-02-09char: Fix typo in viotape.cMasanari Iida1-1/+1
2012-02-09Merge branch 'next-queue' into nextJames Morris1-1/+0
2012-02-03Merge branch 'master' into for-nextJiri Kosina24-228/+323
2012-02-03drivers/char: comment fix: CMOS RTC update code is now in kernel/time/ntp.cMichael Witten2-3/+3
2012-01-26agp: fix scratch page cleanupMichal Kubecek1-6/+6
2012-01-19ima: fix Kconfig dependenciesFabio Estevam1-1/+0
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger2-0/+12
2012-01-17agp/intel: Add pci id for hostbridge from has/qemuBen Widawsky1-0/+1
2012-01-16Merge branch 'x86/rdrand' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2012-01-16random: Adjust the number of loops when initializingH. Peter Anvin1-1/+1
2012-01-16random: Use arch-specific RNG to initialize the entropy storeTheodore Ts'o1-0/+6
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds9-14/+14
2012-01-13hwrng: tx4939 - use devm_request_and_ioremapJulia Lawall1-4/+1
2012-01-12Merge branch 'akpm' (aka "Andrew's patch-bomb, take two")Linus Torvalds1-12/+12
2012-01-12ramoops: update parameters only after successful initKees Cook1-8/+9
2012-01-12ramoops: fix use of rounddown_pow_of_two()Marco Stornelli1-2/+2
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong1-2/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell9-14/+14
2012-01-12Merge tag 'to-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2-32/+110
2012-01-12virtio: console: Disable callbacks for virtqueues at start of S4 freezeAmit Shah1-0/+8
2012-01-12virtio: console: Add freeze and restore handlers to support S4Amit Shah1-0/+58
2012-01-12virtio: console: Move vq and vq buf removal into separate functionsAmit Shah1-28/+40
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2-4/+4
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-80/+7
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds4-80/+152