index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-03
hwrng: atmel - remove extra line
Claudiu Beznea
1
-1
/
+0
2022-03-03
hwrng: atmel - add runtime pm support
Claudiu Beznea
1
-12
/
+32
2022-03-03
hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
Claudiu Beznea
1
-8
/
+4
2022-03-03
hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
Claudiu Beznea
1
-24
/
+25
2022-03-03
hwrng: atmel - rename enable/disable functions to init/cleanup
Claudiu Beznea
1
-7
/
+7
2022-03-03
hwrng: atmel - disable trng on failure path
Claudiu Beznea
1
-0
/
+1
2022-03-03
hwrng: atmel - add wait for ready support on read
Claudiu Beznea
1
-13
/
+30
2022-02-28
ipmi: kcs: aspeed: Remove old bindings support
Joel Stanley
1
-61
/
+7
2022-02-28
random: do crng pre-init loading in worker rather than irq
Jason A. Donenfeld
1
-46
/
+19
2022-02-28
random: unify cycles_t and jiffies usage and types
Jason A. Donenfeld
1
-29
/
+27
2022-02-28
random: cleanup UUID handling
Jason A. Donenfeld
1
-16
/
+13
2022-02-27
tpm: vtpm_proxy: Check length to avoid compiler warning
Kees Cook
1
-1
/
+1
2022-02-25
agp/intel: Remove usage of the deprecated "pci-dma-compat.h" API
Christophe JAILLET
1
-13
/
+13
2022-02-25
Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...
Arnd Bergmann
1
-3
/
+3
2022-02-25
powerpc/BSR: Make use of the helper macro LIST_HEAD()
Cai Huoqing
1
-1
/
+1
2022-02-25
xilinx_hwicap: cleanup comments
Tom Rix
2
-4
/
+4
2022-02-24
random: only wake up writers after zap if threshold was passed
Jason A. Donenfeld
1
-1
/
+1
2022-02-24
random: round-robin registers as ulong, not u32
Jason A. Donenfeld
1
-3
/
+3
2022-02-23
ipmi:ipmb: Add the ability to have a separate slave and master device
Corey Minyard
1
-9
/
+49
2022-02-23
ipmi:ipmi_ipmb: Unregister the SMI on remove
Corey Minyard
1
-0
/
+2
2022-02-22
ipmi: kcs: aspeed: Add AST2600 compatible string
Joel Stanley
1
-0
/
+1
2022-02-21
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
1
-15
/
+47
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
1
-0
/
+1
2022-02-21
random: check for crng_init == 0 in add_device_randomness()
Jason A. Donenfeld
1
-1
/
+1
2022-02-21
random: unify early init crng load accounting
Jason A. Donenfeld
1
-54
/
+58
2022-02-21
random: do not take pool spinlock at boot
Jason A. Donenfeld
1
-3
/
+3
2022-02-21
random: defer fast pool mixing to worker
Jason A. Donenfeld
1
-14
/
+49
2022-02-21
random: rewrite header introductory comment
Jason A. Donenfeld
1
-162
/
+21
2022-02-21
random: group sysctl functions
Jason A. Donenfeld
1
-6
/
+31
2022-02-21
random: group userspace read/write functions
Jason A. Donenfeld
1
-48
/
+77
2022-02-21
random: group entropy collection functions
Jason A. Donenfeld
1
-164
/
+206
2022-02-21
random: group entropy extraction functions
Jason A. Donenfeld
1
-107
/
+109
2022-02-21
random: group crng functions
Jason A. Donenfeld
1
-382
/
+410
2022-02-21
random: group initialization wait functions
Jason A. Donenfeld
1
-161
/
+172
2022-02-21
random: remove whitespace and reorder includes
Jason A. Donenfeld
1
-2
/
+1
2022-02-21
random: introduce drain_entropy() helper to declutter crng_reseed()
Jason A. Donenfeld
1
-13
/
+23
2022-02-21
random: deobfuscate irq u32/u64 contributions
Jason A. Donenfeld
1
-21
/
+28
2022-02-21
random: add proper SPDX header
Jason A. Donenfeld
1
-36
/
+1
2022-02-21
random: remove unused tracepoints
Jason A. Donenfeld
1
-27
/
+3
2022-02-21
random: remove ifdef'd out interrupt bench
Jason A. Donenfeld
1
-40
/
+0
2022-02-21
random: tie batched entropy generation to base_crng generation
Jason A. Donenfeld
1
-21
/
+8
2022-02-21
random: fix locking for crng_init in crng_reseed()
Dominik Brodowski
1
-3
/
+6
2022-02-21
random: zero buffer after reading entropy from userspace
Jason A. Donenfeld
1
-3
/
+8
2022-02-21
random: remove outdated INT_MAX >> 6 check in urandom_read()
Jason A. Donenfeld
1
-2
/
+1
2022-02-21
random: make more consistent use of integer types
Jason A. Donenfeld
1
-68
/
+55
2022-02-21
random: use hash function for crng_slow_load()
Jason A. Donenfeld
1
-27
/
+15
2022-02-21
random: use simpler fast key erasure flow on per-cpu keys
Jason A. Donenfeld
1
-166
/
+229
2022-02-21
random: absorb fast pool into input pool after fast load
Jason A. Donenfeld
1
-0
/
+4
2022-02-21
random: do not xor RDRAND when writing into /dev/random
Jason A. Donenfeld
1
-12
/
+2
2022-02-21
random: ensure early RDSEED goes through mixer on init
Jason A. Donenfeld
1
-11
/
+5
[prev]
[next]