aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-16Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-242/+405
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-16/+13
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2-4/+30
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+3
2013-11-13drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava2-4/+30
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds3-0/+3
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-3/+106
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes initializedHannes Frederic Sowa1-1/+4
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-6/+5
2013-11-03random: add debugging code to detect early use of get_random_bytes()Theodore Ts'o1-0/+9
2013-11-03random: initialize the last_time field in struct timer_rand_stateTheodore Ts'o1-2/+6
2013-11-03random: don't zap entropy count in rand_initialize()Theodore Ts'o1-7/+9
2013-11-03random: printk notifications for urandom pool initializationTheodore Ts'o1-1/+11
2013-11-03random: make add_timer_randomness() fill the nonblocking pool firstTheodore Ts'o1-3/+4
2013-10-29virtio_console: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs1-2/+4
2013-10-24consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-9/+3
2013-10-19Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman2-6/+6
2013-10-17virtio: use size-based config accessors.Rusty Russell1-10/+5
2013-10-16tlclk: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-16various char drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker4-8/+5
2013-10-16hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-15Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2013-10-11hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman3-0/+95
2013-10-11hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman1-3/+11
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-6/+5
2013-10-10random: convert DEBUG_ENT to tracepointsTheodore Ts'o1-36/+16
2013-10-10random: push extra entropy to the output poolsTheodore Ts'o1-32/+86
2013-10-10random: drop trickle modeTheodore Ts'o1-17/+2
2013-10-10random: adjust the generator polynomials in the mixing function slightlyTheodore Ts'o1-54/+49
2013-10-10random: speed up the fast_mix function by a factor of fourTheodore Ts'o1-22/+28
2013-10-10random: cap the rate which the /dev/urandom pool gets reseededTheodore Ts'o1-0/+24
2013-10-10random: optimize the entropy_store structureTheodore Ts'o1-8/+8
2013-10-10random: optimize spinlock use in add_device_randomness()Theodore Ts'o1-4/+10
2013-10-10random: fix the tracepoint for get_random_bytes(_arch)Theodore Ts'o1-1/+3
2013-10-10random: account for entropy loss due to overwritesH. Peter Anvin1-8/+52
2013-10-10random: allow fractional bits to be trackedH. Peter Anvin1-46/+92
2013-10-10random: statically compute poolbitshift, poolbytes, poolbitsH. Peter Anvin1-20/+19
2013-10-10random: mix in architectural randomness earlier in extract_buf()Theodore Ts'o1-12/+12
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o1-4/+4
2013-10-10tpm: xen-tpmfront: fix missing declaration of xen_domainRob Herring1-0/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring2-0/+2
2013-10-03char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek1-1/+0
2013-09-29Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman1-36/+0
2013-09-26Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upon an errorElad Wexler1-4/+4
2013-09-26char: xilinx_hwicap: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-26hpet: remove useless check if fixmem32 is NULLTomas Winkler1-2/+0
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-36/+0