summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2012-02-10Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter30-235/+371
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-01-26agp: fix scratch page cleanupMichal Kubecek1-6/+6
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/ti...Linus 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-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
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+4
2012-01-09Merge branch 'next' into for-linusJames Morris4-80/+152
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-5/+5
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-0/+2
2012-01-06agp: Fix multi-line warning message whitespaceTormod Volden1-4/+4
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro4-5/+5
2011-12-29random: Use arch_get_random_int instead of cycle counter if availLinus Torvalds1-2/+6
2011-12-20ipmi_watchdog: restore settings when BMC resetCorey Minyard1-3/+38
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-30char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv...Axel Lin7-80/+7
2011-11-22hwrng: nomadik: Enable module alias autogeneration for AMBA driversDave Martin1-0/+2
2011-11-17fix typo/thinko in get_random_bytes()Luck, Tony1-1/+1
2011-11-17Merge branch 'for-james' of git://github.com/srajiv/tpm into nextJames Morris4-80/+152
2011-11-16TPM: fix transmit_cmd error logicRajiv Andrade3-10/+9
2011-11-16TPM: NSC and TIS drivers X86 dependency fixRajiv Andrade1-0/+2
2011-11-16TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade3-53/+55
2011-11-16TPM: Use vendor specific function for status probeRajiv Andrade1-5/+5
2011-11-16tpm_tis: add delay after aborting commandStefan Berger1-0/+3
2011-11-16tpm_tis: Check return code from getting timeouts/durationsStefan Berger1-1/+5
2011-11-16tpm: Introduce function to poll for result of self testStefan Berger3-6/+51
2011-11-16tpm: Cleanup tpm_continue_selftestStefan Berger2-8/+24
2011-11-16tpm: Have tpm_get_timeouts return an error codeStefan Berger2-5/+6
2011-11-08agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is setKeith Packard1-2/+3
2011-11-08drm/i915: fix if statement (bogus semi-colon)Dan Carpenter1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-0/+6
2011-11-02Merge branch 'misc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl...Linus Torvalds1-2/+4
2011-11-02Merge git://github.com/rustyrussell/linuxLinus Torvalds1-41/+79