messages from 2022-06-23 17:19:02 to 2022-06-23 17:40:12 UTC [more...]
[PATCH 4.14 000/237] 4.14.285-rc1 review
2022-06-23 16:43 UTC (153+ messages)
` [PATCH 4.14 003/237] random: always fill buffer in get_random_bytes_wait
` [PATCH 4.14 006/237] random: Fix whitespace pre random-bytes work
` [PATCH 4.14 007/237] random: Return nbytes filled from hw RNG
` [PATCH 4.14 008/237] random: add a config option to trust the CPUs hwrng
` [PATCH 4.14 009/237] random: remove preempt disabled region
` [PATCH 4.14 010/237] random: Make crng state queryable
` [PATCH 4.14 011/237] random: make CPU trust a boot parameter
` [PATCH 4.14 012/237] drivers/char/random.c: constify poolinfo_table
` [PATCH 4.14 021/237] fdt: add support for rng-seed
` [PATCH 4.14 023/237] char/random: Add a newline at the end of the file
` [PATCH 4.14 032/237] random: ignore GRND_RANDOM in getentropy(2)
` [PATCH 4.14 033/237] random: make /dev/random be almost like /dev/urandom
` [PATCH 4.14 034/237] char/random: silence a lockdep splat with printk()
` [PATCH 4.14 035/237] random: fix crash on multiple early calls to add_bootloader_randomness()
` [PATCH 4.14 036/237] random: remove the blocking pool
` [PATCH 4.14 037/237] random: delete code to pull data into pools
` [PATCH 4.14 038/237] random: remove kernel.random.read_wakeup_threshold
` [PATCH 4.14 039/237] random: remove unnecessary unlikely()
` [PATCH 4.14 040/237] random: convert to ENTROPY_BITS for better code readability
` [PATCH 4.14 041/237] random: Add and use pr_fmt()
` [PATCH 4.14 042/237] random: fix typo in add_timer_randomness()
` [PATCH 4.14 043/237] random: remove some dead code of poolinfo
` [PATCH 4.14 044/237] random: split primary/secondary crng init paths
` [PATCH 4.14 045/237] random: avoid warnings for !CONFIG_NUMA builds
` [PATCH 4.14 046/237] x86: Remove arch_has_random, arch_has_random_seed
` [PATCH 4.14 047/237] powerpc: "
` [PATCH 4.14 048/237] s390: "
` [PATCH 4.14 049/237] linux/random.h: "
` [PATCH 4.14 050/237] linux/random.h: Use false with bool
` [PATCH 4.14 051/237] linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH 4.14 052/237] powerpc: Use bool in archrandom.h
` [PATCH 4.14 053/237] random: add arch_get_random_*long_early()
` [PATCH 4.14 054/237] random: avoid arch_get_random_seed_long() when collecting IRQ randomness
` [PATCH 4.14 055/237] random: remove dead code left over from blocking pool
` [PATCH 4.14 056/237] MAINTAINERS: co-maintain random.c
` [PATCH 4.14 057/237] crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
` [PATCH 4.14 058/237] crypto: blake2s - adjust include guard naming
` [PATCH 4.14 059/237] random: document add_hwgenerator_randomness() with other input functions
` [PATCH 4.14 060/237] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 4.14 061/237] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 4.14 062/237] random: do not sign extend bytes for rotation when mixing
` [PATCH 4.14 063/237] random: do not re-init if crng_reseed completes before primary init
` [PATCH 4.14 064/237] random: mix bootloader randomness into pool
` [PATCH 4.14 065/237] random: harmonize "crng init done" messages
` [PATCH 4.14 066/237] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 4.14 067/237] random: initialize ChaCha20 constants with correct endianness
` [PATCH 4.14 068/237] random: early initialization of ChaCha constants
` [PATCH 4.14 069/237] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 4.14 070/237] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 4.14 071/237] random: fix typo in comments
` [PATCH 4.14 072/237] random: cleanup poolinfo abstraction
` [PATCH 4.14 073/237] crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
` [PATCH 4.14 074/237] random: cleanup integer types
` [PATCH 4.14 075/237] random: remove incomplete last_data logic
` [PATCH 4.14 076/237] random: remove unused extract_entropy() reserved argument
` [PATCH 4.14 077/237] random: try to actively add entropy rather than passively wait for it
` [PATCH 4.14 078/237] random: rather than entropy_store abstraction, use global
` [PATCH 4.14 079/237] random: remove unused OUTPUT_POOL constants
` [PATCH 4.14 080/237] random: de-duplicate INPUT_POOL constants
` [PATCH 4.14 081/237] random: prepend remaining pool constants with POOL_
` [PATCH 4.14 082/237] random: cleanup fractional entropy shift constants
` [PATCH 4.14 083/237] random: access input_pool_data directly rather than through pointer
` [PATCH 4.14 084/237] random: simplify arithmetic function flow in account()
` [PATCH 4.14 085/237] random: continually use hwgenerator randomness
` [PATCH 4.14 086/237] random: access primary_pool directly rather than through pointer
` [PATCH 4.14 087/237] random: only call crng_finalize_init() for primary_crng
` [PATCH 4.14 088/237] random: use computational hash for entropy extraction
` [PATCH 4.14 089/237] random: simplify entropy debiting
` [PATCH 4.14 090/237] random: use linear min-entropy accumulation crediting
` [PATCH 4.14 091/237] random: always wake up entropy writers after extraction
` [PATCH 4.14 092/237] random: make credit_entropy_bits() always safe
` [PATCH 4.14 093/237] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 4.14 094/237] random: remove batched entropy locking
` [PATCH 4.14 095/237] random: fix locking in crng_fast_load()
` [PATCH 4.14 096/237] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 4.14 097/237] random: inline leaves of rand_initialize()
` [PATCH 4.14 098/237] random: ensure early RDSEED goes through mixer on init
` [PATCH 4.14 099/237] random: do not xor RDRAND when writing into /dev/random
` [PATCH 4.14 100/237] random: absorb fast pool into input pool after fast load
` [PATCH 4.14 101/237] random: use hash function for crng_slow_load()
` [PATCH 4.14 102/237] random: remove outdated INT_MAX >> 6 check in urandom_read()
` [PATCH 4.14 103/237] random: zero buffer after reading entropy from userspace
` [PATCH 4.14 104/237] random: tie batched entropy generation to base_crng generation
` [PATCH 4.14 105/237] random: remove ifdefd out interrupt bench
` [PATCH 4.14 106/237] random: remove unused tracepoints
` [PATCH 4.14 107/237] random: add proper SPDX header
` [PATCH 4.14 108/237] random: deobfuscate irq u32/u64 contributions
` [PATCH 4.14 109/237] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH 4.14 110/237] random: remove useless header comment
` [PATCH 4.14 111/237] random: remove whitespace and reorder includes
` [PATCH 4.14 112/237] random: group initialization wait functions
` [PATCH 4.14 113/237] random: group entropy extraction functions
` [PATCH 4.14 114/237] random: group entropy collection functions
` [PATCH 4.14 115/237] random: group userspace read/write functions
` [PATCH 4.14 116/237] random: group sysctl functions
` [PATCH 4.14 117/237] random: rewrite header introductory comment
` [PATCH 4.14 118/237] random: defer fast pool mixing to worker
` [PATCH 4.14 119/237] random: do not take pool spinlock at boot
` [PATCH 4.14 120/237] random: unify early init crng load accounting
` [PATCH 4.14 121/237] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 4.14 122/237] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 4.14 123/237] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 4.14 124/237] random: round-robin registers as ulong, not u32
` [PATCH 4.14 125/237] random: only wake up writers after zap if threshold was passed
` [PATCH 4.14 126/237] random: cleanup UUID handling
` [PATCH 4.14 127/237] random: unify cycles_t and jiffies usage and types
` [PATCH 4.14 128/237] random: do crng pre-init loading in worker rather than irq
` [PATCH 4.14 129/237] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 4.14 130/237] random: dont let 644 read-only sysctls be written to
` [PATCH 4.14 131/237] random: replace custom notifier chain with standard one
` [PATCH 4.14 132/237] random: use SipHash as interrupt entropy accumulator
` [PATCH 4.14 133/237] random: make consistent usage of crng_ready()
` [PATCH 4.14 134/237] random: reseed more often immediately after booting
` [PATCH 4.14 135/237] random: check for signal and try earlier when generating entropy
` [PATCH 4.14 136/237] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 4.14 137/237] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 4.14 138/237] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 4.14 139/237] random: mix build-time latent entropy into pool at init
` [PATCH 4.14 140/237] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 4.14 143/237] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 4.14 144/237] random: make random_get_entropy() return an unsigned long
` [PATCH 4.14 145/237] random: document crng_fast_key_erasure() destination possibility
` [PATCH 4.14 146/237] random: fix sysctl documentation nits
` [PATCH 4.14 147/237] init: call time_init() before rand_initialize()
` [PATCH 4.14 148/237] ia64: define get_cycles macro for arch-override
` [PATCH 4.14 149/237] s390: "
` [PATCH 4.14 150/237] parisc: "
` [PATCH 4.14 151/237] alpha: "
` [PATCH 4.14 152/237] powerpc: "
` [PATCH 4.14 153/237] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 4.14 154/237] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 4.14 155/237] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 4.14 156/237] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 4.14 157/237] nios2: "
` [PATCH 4.14 158/237] x86/tsc: Use "
` [PATCH 4.14 159/237] um: use "
` [PATCH 4.14 160/237] sparc: "
` [PATCH 4.14 161/237] xtensa: "
` [PATCH 4.14 162/237] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 4.14 163/237] random: do not use batches when !crng_ready()
` [PATCH 4.14 164/237] random: do not pretend to handle premature next security model
` [PATCH 4.14 165/237] random: order timer entropy functions below interrupt functions
` [PATCH 4.14 167/237] random: help compiler out with fast_mix() by using simpler arguments
` [PATCH 4.14 168/237] siphash: use one source of truth for siphash permutations
` [PATCH 4.14 169/237] random: use symbolic constants for crng_init states
` [PATCH 4.14 170/237] random: avoid initializing twice in credit race
` [PATCH 4.14 171/237] random: remove ratelimiting for in-kernel unseeded randomness
` [PATCH 4.14 172/237] random: use proper jiffies comparison macro
` [PATCH 4.14 173/237] random: handle latent entropy and command line from random_init()
` [PATCH 4.14 175/237] random: use static branch for crng_ready()
` [PATCH 4.14 176/237] random: remove extern from functions in header
` [PATCH 4.14 177/237] random: use proper return types on get_random_{int,long}_wait()
[PATCH V4 0/2] rtc: Introduce rtc-ti-k3
2022-06-23 17:08 UTC (3+ messages)
` [PATCH V4 1/2] dt-bindings: rtc: Add TI K3 RTC description
` [PATCH V4 2/2] rtc: Introduce ti-k3-rtc
[PATCH 01/10] iio: adc: mcp3911: correct "microchip,device-addr" property
2022-06-23 17:08 UTC (10+ messages)
` [PATCH 02/10] iio: adc: mcp3911: use resource-managed version of iio_device_register
` [PATCH 03/10] iio: adc: mcp3911: add support for buffers
` [PATCH 04/10] iio: adc: mcp3911: add support for interrupts
` [PATCH 05/10] dt-bindings: iio: adc: mcp3911: add microchip,data-ready-hiz entry
` [PATCH 06/10] iio: adc: mcp3911: add support for oversampling ratio
` [PATCH 07/10] iio: adc: mcp3911: use correct formula for AD conversion
` [PATCH 08/10] iio: adc: mcp3911: add support for phase
` [PATCH 09/10] iio: adc: mcp3911: make use of the sign bit
` [PATCH 10/10] iio: adc: mcp3911: add support to set PGA
[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
2022-06-23 17:09 UTC (6+ messages)
[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
2022-06-23 17:37 UTC (12+ messages)
` [PATCHv7 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv7 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into unaccepted memory
` [PATCHv7 11/14] x86: Disable kexec if system has "
` [PATCHv7 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv7 13/14] x86/tdx: Refactor try_accept_one()
[PATCH 0/9] Add Qualcomm BMC machines
2022-06-23 17:37 UTC (5+ messages)
` [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device
[PATCH] docs: make DISTRO_FEATURES description more explicit
2022-06-23 17:37 UTC
[Intel-gfx] [PATCH 00/11] drm/i915: Add D3Cold-Off support for runtime-pm
2022-06-23 17:35 UTC (8+ messages)
` [Intel-gfx] [PATCH 04/11] drm/i915: Added is_intel_rpm_allowed helper
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Add D3Cold-Off support for runtime-pm (rev2)
drivers/misc/habanalabs/common/state_dump.c:79:9: warning: use of NULL 'buf' where non-null expected [CWE-476]
2022-06-23 17:34 UTC
[PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks
2022-06-23 17:32 UTC (2+ messages)
[PATCH] PCI: rcar-ep: Simplify bitmap allocation
2022-06-23 17:04 UTC (2+ messages)
[PATCH v2 0/2] Fix console probe delay due to fw_devlink
2022-06-23 17:30 UTC (7+ messages)
` [PATCH v2 2/2] of: base: Avoid console probe delay when fw_devlink.strict=1
[PATCH 1/2] dpp: Add State and Role properties to dbus API
2022-06-23 17:24 UTC (6+ messages)
` [PATCH 2/2] doc: Add State and Role properties to DPP API
[PATCH v2 0/4] Extending NMI watchdog during LPM
2022-06-23 17:28 UTC (3+ messages)
` [PATCH v2 4/4] pseries/mobility: Set NMI watchdog factor "
[PATCH v4 2/2] PCI/DPC: Disable DPC service when link is in L2/L3 ready, L2 and L3 state
2022-06-23 17:28 UTC (2+ messages)
[PATCH] arm64: cpufeature: make sure cpu_mitigations_off then kpti off
2022-06-23 17:27 UTC (2+ messages)
iommu_sva_bind_device question
2022-06-23 17:02 UTC
[nft PATCH v2] Revert "scanner: remove saddr/daddr from initial state"
2022-06-23 17:02 UTC (2+ messages)
[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
2022-06-23 17:26 UTC (10+ messages)
[RFC PATCH] arm64: compat: Implement misalignment fixups for multiword loads
2022-06-23 17:24 UTC
[PATCH v10 00/69] Introducing the Maple Tree
2022-06-23 17:25 UTC (3+ messages)
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
[Cluster-devel] [PATCH dlm-tool] controld: fix memory leak
2022-06-23 17:25 UTC
[norov:fns 7/19] include/linux/compiler_types.h:352:45: error: call to '__compiletime_assert_600' declared with attribute error: BUILD_BUG_ON failed: !__builtin_constant_p(res)
2022-06-23 17:01 UTC (3+ messages)
[PATCH v5 0/5] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
2022-06-23 17:13 UTC (5+ messages)
[PATCH v3 0/8] make statx() return DIO alignment information
2022-06-23 17:23 UTC (4+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [f2fs-dev] "
[PATCH v4 1/1] bus: mhi: host: Move IRQ allocation to controller registration phase
2022-06-23 17:00 UTC (3+ messages)
[PATCH 0/2] Kconfig: -O3 enablement
2022-06-23 17:00 UTC (4+ messages)
[PATCH] GPU: drm: i915: drop unexpected word 'for' in comments
2022-06-23 17:00 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.