aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2011-11-17fix typo/thinko in get_random_bytes()Gravatar Luck, Tony 1-1/+1
2011-11-08agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is setGravatar Keith Packard 1-2/+3
2011-11-08drm/i915: fix if statement (bogus semi-colon)Gravatar Dan Carpenter 1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-0/+6
2011-11-02Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Gravatar Linus Torvalds 1-2/+4
2011-11-02Merge git://github.com/rustyrussell/linuxGravatar Linus Torvalds 1-41/+79
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxGravatar Linus Torvalds 3-4/+19
2011-11-02um: switch to use of drivers/KconfigGravatar Al Viro 2-4/+4
2011-11-02um: clean Kconfig up a bitGravatar Al Viro 1-0/+15
2011-11-01Merge branch 'next/driver' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 3-0/+172
2011-11-02virtio: console: wait for first console port for early console outputGravatar Christian Borntraeger 1-0/+20
2011-11-02virtio: console: add port stats for bytes received, sent and discardedGravatar Amit Shah 1-0/+24
2011-11-02virtio: console: make discard_port_data() use get_inbuf()Gravatar Amit Shah 1-10/+5
2011-11-02virtio: console: rename variableGravatar Amit Shah 1-6/+5
2011-11-02virtio: console: make get_inbuf() return port->inbuf if presentGravatar Amit Shah 1-14/+8
2011-11-02virtio: console: Fix return type for get_inbuf()Gravatar Amit Shah 1-1/+1
2011-11-02virtio: console: Use wait_event_freezable instead of _interruptibleGravatar Amit Shah 1-4/+5
2011-11-02virtio: console: Ignore port name update request if name already setGravatar Amit Shah 1-0/+7
2011-11-02virtio: console: Fix indentationGravatar Amit Shah 1-1/+1
2011-11-02virtio-console: Use virtio_config_val() for retrieving configGravatar Sasha Levin 1-6/+4
2011-10-31drivers/char: Fix implicit use of err.h in ramoops.cGravatar Paul Gortmaker 1-0/+1
2011-10-31drivers/char: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredGravatar Paul Gortmaker 2-0/+2
2011-10-31drivers/char: Add module.h to those who were using it implicitlyGravatar Paul Gortmaker 3-0/+3
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+28
2011-10-28Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+21
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-22/+11
2011-10-26Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-613/+0
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 4-12/+6
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-10/+6
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-0/+3
2011-10-25Merge branch 'staging-next' into Linux 3.1Gravatar Greg Kroah-Hartman 1-613/+0
2011-10-24Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i...Gravatar Dave Airlie 1-0/+28
2011-10-20drm/i915: ILK + VT-d workaroundGravatar Ben Widawsky 1-0/+28
2011-10-10hw_random: add driver for atmel true hardware random number generatorGravatar Peter Korsgaard 3-0/+172
2011-10-10x86, nmi: Wire up NMI handlers to new routinesGravatar Don Zickus 1-22/+11
2011-09-27doc: fix broken referencesGravatar Paul Bolle 1-4/+1
2011-09-23TPM: Zero buffer after copying to userspaceGravatar Peter Huewe 1-1/+5
2011-09-23TPM: Call tpm_transmit with correct sizeGravatar Peter Huewe 1-0/+3
2011-09-23TPM: tpm_nsc: Fix a double free of pdev in cleanup_nscGravatar Axel Lin 1-2/+0
2011-09-23TPM: TCG_ATMEL should depend on HAS_IOPORTGravatar Geert Uytterhoeven 1-0/+1
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsGravatar Suresh Siddha 1-2/+2
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 14-433/+853
2011-09-15drivers/char/rtc: use printk_ratelimited instead of printk_ratelimitGravatar Christian Dietrich 1-4/+3
2011-09-15char: Convert vmalloc/memset to vzallocGravatar Joe Perches 2-4/+2
2011-08-29Merge 3.1-rc4 into staging-nextGravatar Greg Kroah-Hartman 1-613/+0
2011-08-25drivers/char/msm_smd_pkt.c: don't use IS_ERR()Gravatar Thomas Meyer 1-3/+2
2011-08-24Staging: remove drivers/char/scc.h as it should have gone a while agoGravatar Greg Kroah-Hartman 1-613/+0
2011-08-24tpm: suppress durations sysfs output if not readGravatar Stefan Berger 1-0/+3
2011-08-23[IA64] agp/hp-agp: Allow binding user memory to the AGP GARTGravatar Émeric Maschino 1-2/+4