All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-23 17:50:43 to 2022-06-23 18:11:01 UTC [more...]

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-23 17:51 UTC  (6+ messages)
` [RESEND PATCH v9 03/14] mm: Add balance_dirty_pages_ratelimited_flags() function
` [RESEND PATCH v9 05/14] iomap: Add async buffered write support
` [RESEND PATCH v9 07/14] fs: Add check for async buffered writes to generic_write_checks
` [RESEND PATCH v9 08/14] fs: add __remove_file_privs() with flags parameter
` [RESEND PATCH v9 09/14] fs: Split off inode_needs_update_time and __file_update_time

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-06-23 17:19 UTC  (3+ messages)
` [PATCHv7 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "

[meta-ti][dunfell][PATCH] conf: machine: wic: Fix j721s2-hs-evm image boot partition
 2022-06-23 18:10 UTC 

[PATCH 4.19 000/234] 4.19.249-rc1 review
 2022-06-23 16:43 UTC  (143+ messages)
` [PATCH 4.19 001/234] 9p: missing chunk of "fs/9p: Dont update file type when updating file attributes"
` [PATCH 4.19 002/234] drivers/char/random.c: constify poolinfo_table
` [PATCH 4.19 003/234] drivers/char/random.c: remove unused stuct poolinfo::poolbits
` [PATCH 4.19 004/234] drivers/char/random.c: make primary_crng static
` [PATCH 4.19 005/234] random: only read from /dev/random after its pool has received 128 bits
` [PATCH 4.19 006/234] random: move rand_initialize() earlier
` [PATCH 4.19 007/234] random: document get_random_int() family
` [PATCH 4.19 008/234] latent_entropy: avoid build error when plugin cflags are not set
` [PATCH 4.19 009/234] random: fix soft lockup when trying to read from an uninitialized blocking pool
` [PATCH 4.19 010/234] random: Support freezable kthreads in add_hwgenerator_randomness()
` [PATCH 4.19 011/234] fdt: add support for rng-seed
` [PATCH 4.19 012/234] random: Use wait_event_freezable() in add_hwgenerator_randomness()
` [PATCH 4.19 013/234] char/random: Add a newline at the end of the file
` [PATCH 4.19 014/234] Revert "hwrng: core - Freeze khwrng thread during suspend"
` [PATCH 4.19 015/234] crypto: blake2s - generic C library implementation and selftest
` [PATCH 4.19 016/234] lib/crypto: blake2s: move hmac construction into wireguard
` [PATCH 4.19 017/234] lib/crypto: sha1: re-roll loops to reduce code size
` [PATCH 4.19 018/234] random: Dont wake crng_init_wait when crng_init == 1
` [PATCH 4.19 019/234] random: Add a urandom_read_nowait() for random APIs that dont warn
` [PATCH 4.19 020/234] random: add GRND_INSECURE to return best-effort non-cryptographic bytes
` [PATCH 4.19 021/234] random: ignore GRND_RANDOM in getentropy(2)
` [PATCH 4.19 022/234] random: make /dev/random be almost like /dev/urandom
` [PATCH 4.19 023/234] char/random: silence a lockdep splat with printk()
` [PATCH 4.19 024/234] random: fix crash on multiple early calls to add_bootloader_randomness()
` [PATCH 4.19 025/234] random: remove the blocking pool
` [PATCH 4.19 026/234] random: delete code to pull data into pools
` [PATCH 4.19 027/234] random: remove kernel.random.read_wakeup_threshold
` [PATCH 4.19 028/234] random: remove unnecessary unlikely()
` [PATCH 4.19 029/234] random: convert to ENTROPY_BITS for better code readability
` [PATCH 4.19 030/234] random: Add and use pr_fmt()
` [PATCH 4.19 031/234] random: fix typo in add_timer_randomness()
` [PATCH 4.19 032/234] random: remove some dead code of poolinfo
` [PATCH 4.19 033/234] random: split primary/secondary crng init paths
` [PATCH 4.19 034/234] random: avoid warnings for !CONFIG_NUMA builds
` [PATCH 4.19 035/234] x86: Remove arch_has_random, arch_has_random_seed
` [PATCH 4.19 036/234] powerpc: "
` [PATCH 4.19 037/234] s390: "
` [PATCH 4.19 038/234] linux/random.h: "
` [PATCH 4.19 039/234] linux/random.h: Use false with bool
` [PATCH 4.19 040/234] linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH 4.19 041/234] powerpc: Use bool in archrandom.h
` [PATCH 4.19 042/234] random: add arch_get_random_*long_early()
` [PATCH 4.19 043/234] random: avoid arch_get_random_seed_long() when collecting IRQ randomness
` [PATCH 4.19 044/234] random: remove dead code left over from blocking pool
` [PATCH 4.19 045/234] MAINTAINERS: co-maintain random.c
` [PATCH 4.19 046/234] crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
` [PATCH 4.19 047/234] crypto: blake2s - adjust include guard naming
` [PATCH 4.19 048/234] random: document add_hwgenerator_randomness() with other input functions
` [PATCH 4.19 049/234] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 4.19 050/234] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 4.19 051/234] random: do not sign extend bytes for rotation when mixing
` [PATCH 4.19 052/234] random: do not re-init if crng_reseed completes before primary init
` [PATCH 4.19 053/234] random: mix bootloader randomness into pool
` [PATCH 4.19 054/234] random: harmonize "crng init done" messages
` [PATCH 4.19 055/234] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 4.19 056/234] random: initialize ChaCha20 constants with correct endianness
` [PATCH 4.19 057/234] random: early initialization of ChaCha constants
` [PATCH 4.19 058/234] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 4.19 059/234] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 4.19 060/234] random: fix typo in comments
` [PATCH 4.19 061/234] random: cleanup poolinfo abstraction
` [PATCH 4.19 062/234] random: cleanup integer types
` [PATCH 4.19 063/234] random: remove incomplete last_data logic
` [PATCH 4.19 064/234] random: remove unused extract_entropy() reserved argument
` [PATCH 4.19 065/234] random: rather than entropy_store abstraction, use global
` [PATCH 4.19 066/234] random: remove unused OUTPUT_POOL constants
` [PATCH 4.19 067/234] random: de-duplicate INPUT_POOL constants
` [PATCH 4.19 068/234] random: prepend remaining pool constants with POOL_
` [PATCH 4.19 069/234] random: cleanup fractional entropy shift constants
` [PATCH 4.19 070/234] random: access input_pool_data directly rather than through pointer
` [PATCH 4.19 071/234] random: simplify arithmetic function flow in account()
` [PATCH 4.19 072/234] random: continually use hwgenerator randomness
` [PATCH 4.19 073/234] random: access primary_pool directly rather than through pointer
` [PATCH 4.19 074/234] random: only call crng_finalize_init() for primary_crng
` [PATCH 4.19 075/234] random: use computational hash for entropy extraction
` [PATCH 4.19 076/234] random: simplify entropy debiting
` [PATCH 4.19 077/234] random: use linear min-entropy accumulation crediting
` [PATCH 4.19 078/234] random: always wake up entropy writers after extraction
` [PATCH 4.19 079/234] random: make credit_entropy_bits() always safe
` [PATCH 4.19 080/234] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 4.19 081/234] random: remove batched entropy locking
` [PATCH 4.19 082/234] random: fix locking in crng_fast_load()
` [PATCH 4.19 083/234] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 4.19 084/234] random: inline leaves of rand_initialize()
` [PATCH 4.19 085/234] random: ensure early RDSEED goes through mixer on init
` [PATCH 4.19 086/234] random: do not xor RDRAND when writing into /dev/random
` [PATCH 4.19 087/234] random: absorb fast pool into input pool after fast load
` [PATCH 4.19 088/234] random: use hash function for crng_slow_load()
` [PATCH 4.19 089/234] random: remove outdated INT_MAX >> 6 check in urandom_read()
` [PATCH 4.19 090/234] random: zero buffer after reading entropy from userspace
` [PATCH 4.19 091/234] random: tie batched entropy generation to base_crng generation
` [PATCH 4.19 092/234] random: remove ifdefd out interrupt bench
` [PATCH 4.19 093/234] random: remove unused tracepoints
` [PATCH 4.19 094/234] random: add proper SPDX header
` [PATCH 4.19 095/234] random: deobfuscate irq u32/u64 contributions
` [PATCH 4.19 096/234] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH 4.19 097/234] random: remove useless header comment
` [PATCH 4.19 098/234] random: remove whitespace and reorder includes
` [PATCH 4.19 099/234] random: group initialization wait functions
` [PATCH 4.19 100/234] random: group entropy extraction functions
` [PATCH 4.19 101/234] random: group entropy collection functions
` [PATCH 4.19 102/234] random: group userspace read/write functions
` [PATCH 4.19 103/234] random: group sysctl functions
` [PATCH 4.19 104/234] random: rewrite header introductory comment
` [PATCH 4.19 105/234] random: defer fast pool mixing to worker
` [PATCH 4.19 106/234] random: do not take pool spinlock at boot
` [PATCH 4.19 107/234] random: unify early init crng load accounting
` [PATCH 4.19 108/234] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 4.19 109/234] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 4.19 110/234] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 4.19 111/234] random: round-robin registers as ulong, not u32
` [PATCH 4.19 112/234] random: only wake up writers after zap if threshold was passed
` [PATCH 4.19 113/234] random: cleanup UUID handling
` [PATCH 4.19 114/234] random: unify cycles_t and jiffies usage and types
` [PATCH 4.19 115/234] random: do crng pre-init loading in worker rather than irq
` [PATCH 4.19 116/234] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 4.19 117/234] random: dont let 644 read-only sysctls be written to
` [PATCH 4.19 118/234] random: replace custom notifier chain with standard one
` [PATCH 4.19 119/234] random: use SipHash as interrupt entropy accumulator
` [PATCH 4.19 120/234] random: make consistent usage of crng_ready()
` [PATCH 4.19 121/234] random: reseed more often immediately after booting
` [PATCH 4.19 123/234] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 4.19 124/234] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 4.19 132/234] random: document crng_fast_key_erasure() destination possibility
` [PATCH 4.19 133/234] random: fix sysctl documentation nits
` [PATCH 4.19 134/234] init: call time_init() before rand_initialize()
` [PATCH 4.19 135/234] ia64: define get_cycles macro for arch-override
` [PATCH 4.19 136/234] s390: "
` [PATCH 4.19 137/234] parisc: "
` [PATCH 4.19 138/234] alpha: "
` [PATCH 4.19 139/234] powerpc: "
` [PATCH 4.19 140/234] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 4.19 141/234] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 4.19 142/234] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 4.19 143/234] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 4.19 144/234] nios2: "
` [PATCH 4.19 145/234] x86/tsc: Use "
` [PATCH 4.19 146/234] um: use "
` [PATCH 4.19 147/234] sparc: "
` [PATCH 4.19 148/234] xtensa: "
` [PATCH 4.19 149/234] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 4.19 150/234] random: do not use batches when !crng_ready()

[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
 2022-06-23 17:19 UTC  (14+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state

[PATCH 1/2] dpp: Add State and Role properties to dbus API
 2022-06-23 18:00 UTC  (5+ messages)
` [PATCH 2/2] doc: Add State and Role properties to DPP API

[PATCH V6 1/2] xen/gnttab: Store frame GFN in struct page_info on Arm
 2022-06-23 18:08 UTC  (4+ messages)
` [PATCH V6 2/2] xen/arm: Harden the P2M code in p2m_remove_mapping()

[PATCH] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
 2022-06-23 17:18 UTC 

[PATCH v3 00/14] Add Mediatek MT6370 PMIC support
 2022-06-23 18:07 UTC  (7+ messages)
` [PATCH v3 07/14] mfd: mt6370: Add Mediatek MT6370 support
` [PATCH v3 08/14] usb: typec: tcpci_mt6370: Add Mediatek MT6370 tcpci driver

[PATCH nft 1/2] intervals: do not empty cache for maps
 2022-06-23 17:19 UTC  (6+ messages)
` [PATCH nft 2/2,v2] intervals: Do not sort cached set elements over and over again

[PATCH] md/raid5: Fix divide type in raid5_make_request()
 2022-06-23 17:18 UTC  (3+ messages)

[PATCH] docs: make DISTRO_FEATURES description more explicit
 2022-06-23 18:08 UTC  (2+ messages)
` [docs] "

RTT-PROBE: lore-subspace-rtt
 2022-06-23 18:06 UTC 

[PATCH v5 0/4] Enable orphan-handling=warn for VDSO
 2022-06-23 18:05 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Call i915_gem_suspend() only after display is turned off
 2022-06-23 18:06 UTC  (6+ messages)

[PATCH nft 00/18] fixes and improvements for -o/--optimize
 2022-06-23 17:17 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/irqbalance: bump to version 1.9.0
 2022-06-23 18:02 UTC 

[PATCH] arm64/crypto: Select AEAD2 for GHASH_ARM64_CE
 2022-06-23 17:17 UTC  (2+ messages)

[Question] vmalloc latency in RT-Linux
 2022-06-23 18:04 UTC  (3+ messages)

[PATCH] aspeed: Set the dram container at the SoC level
 2022-06-23 18:02 UTC  (2+ messages)

[PATCH] PM / devfreq: imx-bus: use NULL to pass a null pointer rather than zero
 2022-06-23 18:00 UTC 

[PATCH 0/2] Kconfig: -O3 enablement
 2022-06-23 17:15 UTC  (5+ messages)

[PATCH 0/3] perf: RISC-V: fix access to the highest available counter
 2022-06-23 17:59 UTC  (5+ messages)
` [PATCH 1/3] perf: RISC-V: fix access beyond allocated array
` [PATCH 2/3] perf: RISC-V: allow to use the highest available counter

[PATCH 1/2] pmic: pca9450: Add optional SD_VSEL GPIO for LDO5
 2022-06-23 17:58 UTC  (4+ messages)
` [PATCH 2/2] imx: kontron-sl-mx8mm: Enable PCA9450 regulator driver and fix SD card access

RTT-PROBE: lore-subspace-rtt
 2022-06-23 17:56 UTC 

[PATCH] powerpc/64e: Rewrite p4d_populate() as a static inline function
 2022-06-23 17:13 UTC  (2+ messages)

[man-pages RFC PATCH] statx.2, open.2: document STATX_DIOALIGN
 2022-06-23 17:13 UTC  (4+ messages)

[PATCH] clk: qcom: sc8280xp: add parent to gcc_ufs_phy_axi_clk for sa8540p
 2022-06-23 17:13 UTC  (3+ messages)

[PATCH] powerpc/book3e: Fix PUD allocation size in map_kernel_page()
 2022-06-23 17:13 UTC  (2+ messages)

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-06-23 17:55 UTC  (7+ messages)

[PATCH v4 0/5] config: introduce discovery.bare and protected config
 2022-06-23 17:13 UTC  (2+ messages)

[PATCH 5.15 0/9] 5.15.50-rc1 review
 2022-06-23 16:44 UTC  (10+ messages)
` [PATCH 5.15 1/9] s390/mm: use non-quiescing sske for KVM switch to keyed guest
` [PATCH 5.15 2/9] drm/amd/display: Dont reinitialize DMCUB on s0ix resume
` [PATCH 5.15 3/9] net: mana: Add handling of CQE_RX_TRUNCATED
` [PATCH 5.15 4/9] zonefs: fix zonefs_iomap_begin() for reads
` [PATCH 5.15 5/9] usb: gadget: u_ether: fix regression in setting fixed MAC address
` [PATCH 5.15 6/9] bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
` [PATCH 5.15 7/9] selftests/bpf: Add selftest for calling global functions from freplace
` [PATCH 5.15 8/9] serial: core: Initialize rs485 RTS polarity already on probe
` [PATCH 5.15 9/9] arm64: mm: Dont invalidate FROM_DEVICE buffers at start of DMA transfer

[PATCH] meson.build: Require a recent version of libpng
 2022-06-23 17:49 UTC 

[PATCH 5.10 00/11] 5.10.125-rc1 review
 2022-06-23 16:44 UTC  (3+ messages)
` [PATCH 5.10 10/11] serial: core: Initialize rs485 RTS polarity already on probe
` [PATCH 5.10 11/11] arm64: mm: Dont invalidate FROM_DEVICE buffers at start of DMA transfer


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.