index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-30
random: remove use_input_pool parameter from crng_reseed()
Eric Biggers
1
-6
/
+6
2022-05-30
random: make credit_entropy_bits() always safe
Jason A. Donenfeld
1
-20
/
+9
2022-05-30
random: always wake up entropy writers after extraction
Jason A. Donenfeld
1
-22
/
+11
2022-05-30
random: use linear min-entropy accumulation crediting
Jason A. Donenfeld
1
-94
/
+20
2022-05-30
random: simplify entropy debiting
Jason A. Donenfeld
1
-70
/
+21
2022-05-30
random: use computational hash for entropy extraction
Jason A. Donenfeld
1
-249
/
+55
2022-05-30
random: only call crng_finalize_init() for primary_crng
Dominik Brodowski
1
-5
/
+5
2022-05-30
random: access primary_pool directly rather than through pointer
Dominik Brodowski
1
-7
/
+7
2022-05-30
random: continually use hwgenerator randomness
Dominik Brodowski
1
-4
/
+6
2022-05-30
random: simplify arithmetic function flow in account()
Jason A. Donenfeld
1
-11
/
+6
2022-05-30
random: selectively clang-format where it makes sense
Jason A. Donenfeld
1
-110
/
+99
2022-05-30
random: access input_pool_data directly rather than through pointer
Jason A. Donenfeld
1
-13
/
+8
2022-05-30
random: cleanup fractional entropy shift constants
Jason A. Donenfeld
1
-15
/
+13
2022-05-30
random: prepend remaining pool constants with POOL_
Jason A. Donenfeld
1
-20
/
+20
2022-05-30
random: de-duplicate INPUT_POOL constants
Jason A. Donenfeld
1
-11
/
+6
2022-05-30
random: remove unused OUTPUT_POOL constants
Jason A. Donenfeld
1
-3
/
+1
2022-05-30
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
1
-123
/
+96
2022-05-30
random: remove unused extract_entropy() reserved argument
Jason A. Donenfeld
1
-10
/
+7
2022-05-30
random: remove incomplete last_data logic
Jason A. Donenfeld
1
-35
/
+4
2022-05-30
random: cleanup integer types
Jason A. Donenfeld
1
-53
/
+52
2022-05-30
random: cleanup poolinfo abstraction
Jason A. Donenfeld
1
-37
/
+30
2022-05-30
random: fix typo in comments
Schspa Shi
1
-1
/
+1
2022-05-30
random: don't reset crng_init_cnt on urandom_read()
Jann Horn
1
-4
/
+0
2022-05-30
random: avoid superfluous call to RDRAND in CRNG extraction
Jason A. Donenfeld
1
-3
/
+1
2022-05-30
random: early initialization of ChaCha constants
Dominik Brodowski
1
-1
/
+4
2022-05-30
random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
Jason A. Donenfeld
1
-19
/
+11
2022-05-30
random: harmonize "crng init done" messages
Dominik Brodowski
1
-1
/
+1
2022-05-30
random: mix bootloader randomness into pool
Jason A. Donenfeld
1
-0
/
+1
2022-05-30
random: do not re-init if crng_reseed completes before primary init
Jason A. Donenfeld
1
-1
/
+1
2022-05-30
random: do not sign extend bytes for rotation when mixing
Jason A. Donenfeld
1
-1
/
+1
2022-05-30
random: use BLAKE2s instead of SHA1 in extraction
Jason A. Donenfeld
1
-41
/
+30
2022-05-30
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
2
-3
/
+3
2022-05-30
random: document add_hwgenerator_randomness() with other input functions
Mark Brown
1
-0
/
+11
2022-05-30
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
1
-6
/
+39
2022-05-30
lib/crypto: blake2s: include as built-in
Jason A. Donenfeld
1
-1
/
+0
2022-05-30
random: remove dead code left over from blocking pool
Eric Biggers
1
-14
/
+3
2022-05-30
random: avoid arch_get_random_seed_long() when collecting IRQ randomness
Ard Biesheuvel
1
-14
/
+1
2022-05-30
ACPI: sysfs: Fix BERT error region memory mapping
Lorenzo Pieralisi
1
-7
/
+18
2022-05-30
ACPI: sysfs: Make sparse happy about address space in use
Andy Shevchenko
1
-1
/
+1
2022-05-30
media: vim2m: initialize the media device earlier
Hans Verkuil
1
-6
/
+8
2022-05-30
media: vim2m: Register video device after setting up internals
Sakari Ailus
1
-9
/
+11
2022-05-30
staging: rtl8723bs: prevent ->Ssid overflow in rtw_wx_set_scan()
Denis Efremov (Oracle)
1
-2
/
+4
2022-05-25
i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()
Yang Yingliang
1
-2
/
+8
2022-05-25
Input: ili210x - fix reset timing
Marek Vasut
1
-2
/
+2
2022-05-25
net: atlantic: verify hw_head_ lies within TX buffer ring
Grant Grundler
1
-0
/
+7
2022-05-25
net: atlantic: add check for MAX_SKB_FRAGS
Grant Grundler
1
-1
/
+5
2022-05-25
net: atlantic: reduce scope of is_rsc_complete
Grant Grundler
1
-7
/
+6
2022-05-25
net: atlantic: fix "frag[0] not initialized"
Grant Grundler
1
-2
/
+1
2022-05-25
net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
Yang Yingliang
1
-3
/
+1
2022-05-25
ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()
Yang Yingliang
1
-1
/
+4
[prev]
[next]