summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-161-242/+405
|\
| * random: add debugging code to detect early use of get_random_bytes()Theodore Ts'o2013-11-031-0/+9
| * random: initialize the last_time field in struct timer_rand_stateTheodore Ts'o2013-11-031-2/+6
| * random: don't zap entropy count in rand_initialize()Theodore Ts'o2013-11-031-7/+9
| * random: printk notifications for urandom pool initializationTheodore Ts'o2013-11-031-1/+11
| * random: make add_timer_randomness() fill the nonblocking pool firstTheodore Ts'o2013-11-031-3/+4
| * random: convert DEBUG_ENT to tracepointsTheodore Ts'o2013-10-101-36/+16
| * random: push extra entropy to the output poolsTheodore Ts'o2013-10-101-32/+86
| * random: drop trickle modeTheodore Ts'o2013-10-101-17/+2
| * random: adjust the generator polynomials in the mixing function slightlyTheodore Ts'o2013-10-101-54/+49
| * random: speed up the fast_mix function by a factor of fourTheodore Ts'o2013-10-101-22/+28
| * random: cap the rate which the /dev/urandom pool gets reseededTheodore Ts'o2013-10-101-0/+24
| * random: optimize the entropy_store structureTheodore Ts'o2013-10-101-8/+8
| * random: optimize spinlock use in add_device_randomness()Theodore Ts'o2013-10-101-4/+10
| * random: fix the tracepoint for get_random_bytes(_arch)Theodore Ts'o2013-10-101-1/+3
| * random: account for entropy loss due to overwritesH. Peter Anvin2013-10-101-8/+52
| * random: allow fractional bits to be trackedH. Peter Anvin2013-10-101-46/+92
| * random: statically compute poolbitshift, poolbytes, poolbitsH. Peter Anvin2013-10-101-20/+19
| * random: mix in architectural randomness earlier in extract_buf()Theodore Ts'o2013-10-101-12/+12
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-152-16/+13
|\ \
| * | virtio_console: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs2013-10-291-2/+4
| * | virtio: use size-based config accessors.Rusty Russell2013-10-171-10/+5
| * | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-232-4/+4
* | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-1/+4
|\ \ \
| * | | random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2013-11-111-1/+4
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-132-4/+30
|\ \ \ \
| * | | | drivers/char/hpet.c: allow user controlled mmap for user processesPrarit Bhargava2013-11-132-4/+30
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-9/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | consolidate the reassignments of ->f_op in ->open() instancesAl Viro2013-10-241-9/+3
* | | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-123-0/+3
|\ \ \ \ \
| * | | | | powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+1
| * | | | | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-6/+5
| |\ \ \ \ \
| * | | | | | drivers: clean-up prom.h implicit includesRob Herring2013-10-092-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-124-3/+106
|\ \ \ \ \ \
| * | | | | | hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman2013-10-113-0/+95
| * | | | | | hwrng: Return errors to upper levels in pseries-rng.cMichael Ellerman2013-10-111-3/+11
| |/ / / / /
* | | | | | Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman2013-10-192-6/+6
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-10-151-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | tpm: xen-tpmfront: fix missing declaration of xen_domainRob Herring2013-10-101-0/+1
| | |/ / /
| * | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-101-6/+5
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2013-10-101-4/+4
| | * | random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-09-231-2/+1
* | | | tlclk: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-1/+1
* | | | various char drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-164-8/+5
* | | | hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-2/+1
* | | | char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek2013-10-031-1/+0
* | | | Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman2013-09-291-36/+0
|\ \ \ \ | |/ / /
| * | | Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-251-36/+0
| |\ \ \ | | |_|/ | |/| |
| | * | tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe2013-09-241-29/+0
OpenPOWER on IntegriCloud