index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
random.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-11
char-misc: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2023-05-24
tty, proc, kernfs, random: Use copy_splice_read()
David Howells
1
-2
/
+2
2023-03-06
cpumask: fix incorrect cpumask scanning result checks
Linus Torvalds
1
-1
/
+1
2022-12-20
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
1
-0
/
+1
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-12-04
random: align entropy_timer_state to cache line
Jason A. Donenfeld
1
-16
/
+17
2022-12-04
random: mix in cycle counter when jitter timer fires
Jason A. Donenfeld
1
-0
/
+2
2022-12-04
random: spread out jitter callback to different CPUs
Jason A. Donenfeld
1
-8
/
+44
2022-11-29
random: remove extraneous period and add a missing one in comments
Jason A. Donenfeld
1
-10
/
+8
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-11-22
random: add back async readiness notifier
Jason A. Donenfeld
1
-0
/
+22
2022-11-18
random: reseed in delayed work rather than on-demand
Jason A. Donenfeld
1
-36
/
+32
2022-11-18
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
1
-6
/
+6
2022-11-18
random: modernize documentation comment on get_random_bytes()
Jason A. Donenfeld
1
-5
/
+5
2022-11-18
random: adjust comment to account for removed function
Jason A. Donenfeld
1
-1
/
+1
2022-11-18
random: remove early archrandom abstraction
Jason A. Donenfeld
1
-2
/
+2
2022-11-18
random: use random.trust_{bootloader,cpu} command line option only
Jason A. Donenfeld
1
-5
/
+5
2022-11-18
random: add helpers for random numbers with given floor or range
Jason A. Donenfeld
1
-1
/
+17
2022-11-17
random: use rejection sampling for uniform bounded random integers
Jason A. Donenfeld
1
-0
/
+22
2022-10-29
random: use arch_get_random*_early() in random_init()
Jean-Philippe Brucker
1
-2
/
+2
2022-10-11
prandom: remove unused functions
Jason A. Donenfeld
1
-6
/
+5
2022-10-06
random: clear new batches when bringing new CPUs online
Jason A. Donenfeld
1
-12
/
+16
2022-10-01
random: fix typos in get_random_bytes() comment
William Zijl
1
-5
/
+5
2022-10-01
random: schedule jitter credit for next jiffy, not in two jiffies
Jason A. Donenfeld
1
-2
/
+2
2022-09-29
random: add 8-bit and 16-bit batches
Jason A. Donenfeld
1
-0
/
+2
2022-09-29
random: use init_utsname() instead of utsname()
Jason A. Donenfeld
1
-1
/
+1
2022-09-29
random: split initialization into early step and later step
Jason A. Donenfeld
1
-20
/
+30
2022-09-28
random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld
1
-7
/
+11
2022-09-28
random: avoid reading two cache lines on irq randomness
Jason A. Donenfeld
1
-1
/
+1
2022-09-23
random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld
1
-1
/
+1
2022-09-23
random: throttle hwrng writes if no entropy is credited
Jason A. Donenfeld
1
-2
/
+2
2022-09-23
random: use hwgenerator randomness more frequently at early boot
Dominik Brodowski
1
-12
/
+10
2022-09-23
random: restore O_NONBLOCK support
Jason A. Donenfeld
1
-0
/
+5
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2022-07-30
random: correct spelling of "overwrites"
Jason A. Donenfeld
1
-1
/
+1
2022-07-25
random: handle archrandom with multiple longs
Jason A. Donenfeld
1
-14
/
+31
2022-07-18
random: use try_cmpxchg in _credit_init_bits
Uros Bizjak
1
-2
/
+2
2022-07-16
random: cap jitter samples per bit to factor of HZ
Jason A. Donenfeld
1
-1
/
+1
2022-07-01
pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig
Kalesh Singh
1
-2
/
+2
2022-06-20
random: update comment from copy_to_user() -> copy_to_iter()
Jason A. Donenfeld
1
-1
/
+1
2022-06-19
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-1
/
+1
2022-06-19
random: schedule mix_interrupt_randomness() less often
Jason A. Donenfeld
1
-1
/
+1
2022-06-10
random: remove rng_has_arch_random()
Jason A. Donenfeld
1
-13
/
+0
2022-06-10
random: do not use jump labels before they are initialized
Jason A. Donenfeld
1
-1
/
+10
2022-06-10
random: account for arch randomness in bits
Jason A. Donenfeld
1
-5
/
+5
2022-06-10
random: mark bootloader randomness code as __init
Jason A. Donenfeld
1
-4
/
+3
2022-06-10
random: avoid checking crng_ready() twice in random_init()
Jason A. Donenfeld
1
-1
/
+1
2022-05-22
random: check for signals after page of pool writes
Jason A. Donenfeld
1
-4
/
+10
2022-05-20
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
1
-0
/
+4
2022-05-20
random: convert to using fops->write_iter()
Jens Axboe
1
-32
/
+35
[next]