All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-23 16:55:47 to 2022-06-23 17:16:09 UTC [more...]

[PATCH 4.14 000/237] 4.14.285-rc1 review
 2022-06-23 16:40 UTC  (6+ messages)
` [PATCH 4.14 001/237] 9p: missing chunk of "fs/9p: Dont update file type when updating file attributes"
` [PATCH 4.14 002/237] crypto: chacha20 - Fix keystream alignment for chacha20_block()
` [PATCH 4.14 004/237] random: optimize add_interrupt_randomness
` [PATCH 4.14 013/237] drivers/char/random.c: remove unused stuct poolinfo::poolbits
` [PATCH 4.14 014/237] drivers/char/random.c: make primary_crng static

[PULL 00/25] migration queue
 2022-06-23 16:53 UTC  (24+ messages)
` [PULL 01/25] migration: Remove RDMA_UNREGISTRATION_EXAMPLE
` [PULL 02/25] QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
` [PULL 03/25] QIOChannelSocket: Fix zero-copy send so socket flush works
` [PULL 04/25] migration: Change zero_copy_send from migration parameter to migration capability
` [PULL 05/25] io: add a QIOChannelNull equivalent to /dev/null
` [PULL 06/25] migration: switch to use QIOChannelNull for dummy channel
` [PULL 07/25] migration: remove unreachble RDMA code in save_hook impl
` [PULL 08/25] migration: rename rate limiting fields in QEMUFile
` [PULL 09/25] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PULL 10/25] migration: rename qemu_ftell to qemu_file_total_transferred
` [PULL 11/25] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PULL 12/25] migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
` [PULL 13/25] migration: introduce a QIOChannel impl for BlockDriverState VMState
` [PULL 14/25] migration: convert savevm to use QIOChannelBlock for VMState
` [PULL 15/25] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PULL 16/25] migration: hardcode assumption that QEMUFile is backed with QIOChannel
` [PULL 17/25] migration: introduce new constructors for QEMUFile
` [PULL 18/25] migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
` [PULL 19/25] migration: remove the QEMUFileOps 'shut_down' callback
` [PULL 20/25] migration: remove the QEMUFileOps 'set_blocking' callback
` [PULL 22/25] migration: remove the QEMUFileOps 'get_buffer' callback
` [PULL 24/25] migration: remove the QEMUFileOps 'get_return_path' callback
` [PULL 25/25] migration: remove the QEMUFileOps abstraction

[PATCH v2] optee-ftpm: Update to "main" branch
 2022-06-23 17:15 UTC  (2+ messages)

[PATCH] ci: work around zephyr test issues
 2022-06-23 17:14 UTC  (2+ messages)

[PATCH 1/2][kirkstone] arm/fvp-base-r-aem: Upgrade to version 11.18.16
 2022-06-23 17:14 UTC  (2+ messages)

[PATCH 4.9 000/264] 4.9.320-rc1 review
 2022-06-23 16:44 UTC  (145+ messages)
` [PATCH 4.9 049/264] crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()
` [PATCH 4.9 050/264] crypto: blake2s - generic C library implementation and selftest
` [PATCH 4.9 051/264] lib/crypto: blake2s: move hmac construction into wireguard
` [PATCH 4.9 052/264] lib/crypto: sha1: re-roll loops to reduce code size
` [PATCH 4.9 053/264] random: Dont wake crng_init_wait when crng_init == 1
` [PATCH 4.9 054/264] random: Add a urandom_read_nowait() for random APIs that dont warn
` [PATCH 4.9 055/264] random: add GRND_INSECURE to return best-effort non-cryptographic bytes
` [PATCH 4.9 056/264] random: ignore GRND_RANDOM in getentropy(2)
` [PATCH 4.9 057/264] random: make /dev/random be almost like /dev/urandom
` [PATCH 4.9 085/264] random: do not re-init if crng_reseed completes before primary init
` [PATCH 4.9 089/264] random: initialize ChaCha20 constants with correct endianness
` [PATCH 4.9 105/264] random: access input_pool_data directly rather than through pointer
` [PATCH 4.9 107/264] random: continually use hwgenerator randomness
` [PATCH 4.9 110/264] random: use computational hash for entropy extraction
` [PATCH 4.9 114/264] random: make credit_entropy_bits() always safe
` [PATCH 4.9 119/264] random: inline leaves of rand_initialize()
` [PATCH 4.9 121/264] random: do not xor RDRAND when writing into /dev/random
` [PATCH 4.9 124/264] random: remove outdated INT_MAX >> 6 check in urandom_read()
` [PATCH 4.9 126/264] random: tie batched entropy generation to base_crng generation
` [PATCH 4.9 129/264] random: add proper SPDX header
` [PATCH 4.9 130/264] random: deobfuscate irq u32/u64 contributions
` [PATCH 4.9 131/264] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH 4.9 132/264] random: remove useless header comment
` [PATCH 4.9 133/264] random: remove whitespace and reorder includes
` [PATCH 4.9 134/264] random: group initialization wait functions
` [PATCH 4.9 135/264] random: group entropy extraction functions
` [PATCH 4.9 137/264] random: group userspace read/write functions
` [PATCH 4.9 138/264] random: group sysctl functions
` [PATCH 4.9 139/264] random: rewrite header introductory comment
` [PATCH 4.9 140/264] workqueue: make workqueue available early during boot
` [PATCH 4.9 141/264] random: defer fast pool mixing to worker
` [PATCH 4.9 152/264] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 4.9 153/264] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 4.9 154/264] random: round-robin registers as ulong, not u32
` [PATCH 4.9 155/264] random: only wake up writers after zap if threshold was passed
` [PATCH 4.9 156/264] random: cleanup UUID handling
` [PATCH 4.9 157/264] random: unify cycles_t and jiffies usage and types
` [PATCH 4.9 158/264] random: do crng pre-init loading in worker rather than irq
` [PATCH 4.9 159/264] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 4.9 160/264] random: dont let 644 read-only sysctls be written to
` [PATCH 4.9 161/264] random: replace custom notifier chain with standard one
` [PATCH 4.9 162/264] random: use SipHash as interrupt entropy accumulator
` [PATCH 4.9 163/264] random: make consistent usage of crng_ready()
` [PATCH 4.9 164/264] random: reseed more often immediately after booting
` [PATCH 4.9 165/264] random: check for signal and try earlier when generating entropy
` [PATCH 4.9 166/264] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 4.9 167/264] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 4.9 168/264] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 4.9 169/264] random: mix build-time latent entropy into pool at init
` [PATCH 4.9 170/264] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 4.9 171/264] random: do not allow user to keep crng key around on stack
` [PATCH 4.9 172/264] random: check for signal_pending() outside of need_resched() check
` [PATCH 4.9 173/264] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 4.9 174/264] random: make random_get_entropy() return an unsigned long
` [PATCH 4.9 175/264] random: document crng_fast_key_erasure() destination possibility
` [PATCH 4.9 176/264] random: fix sysctl documentation nits
` [PATCH 4.9 177/264] init: call time_init() before rand_initialize()
` [PATCH 4.9 178/264] ia64: define get_cycles macro for arch-override
` [PATCH 4.9 179/264] s390: "
` [PATCH 4.9 180/264] parisc: "
` [PATCH 4.9 181/264] alpha: "
` [PATCH 4.9 182/264] powerpc: "
` [PATCH 4.9 183/264] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 4.9 184/264] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 4.9 185/264] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 4.9 186/264] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 4.9 187/264] nios2: "
` [PATCH 4.9 188/264] x86/tsc: Use "
` [PATCH 4.9 189/264] um: use "
` [PATCH 4.9 190/264] sparc: "
` [PATCH 4.9 191/264] xtensa: "
` [PATCH 4.9 192/264] uapi: rename ext2_swab() to swab() and share globally in swab.h
` [PATCH 4.9 193/264] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 4.9 194/264] random: do not use batches when !crng_ready()
` [PATCH 4.9 195/264] random: do not pretend to handle premature next security model
` [PATCH 4.9 196/264] random: order timer entropy functions below interrupt functions
` [PATCH 4.9 197/264] random: do not use input pool from hard IRQs
` [PATCH 4.9 198/264] random: help compiler out with fast_mix() by using simpler arguments
` [PATCH 4.9 199/264] siphash: use one source of truth for siphash permutations
` [PATCH 4.9 200/264] random: use symbolic constants for crng_init states
` [PATCH 4.9 201/264] random: avoid initializing twice in credit race
` [PATCH 4.9 202/264] random: remove ratelimiting for in-kernel unseeded randomness
` [PATCH 4.9 203/264] random: use proper jiffies comparison macro
` [PATCH 4.9 204/264] random: handle latent entropy and command line from random_init()
` [PATCH 4.9 205/264] random: credit architectural init the exact amount
` [PATCH 4.9 206/264] random: use static branch for crng_ready()
` [PATCH 4.9 207/264] random: remove extern from functions in header
` [PATCH 4.9 208/264] random: use proper return types on get_random_{int,long}_wait()
` [PATCH 4.9 209/264] random: move initialization functions out of hot pages
` [PATCH 4.9 210/264] random: move randomize_page() into mm where it belongs
` [PATCH 4.9 211/264] random: convert to using fops->write_iter()
` [PATCH 4.9 212/264] random: wire up fops->splice_{read,write}_iter()
` [PATCH 4.9 213/264] random: check for signals after page of pool writes
` [PATCH 4.9 214/264] Revert "random: use static branch for crng_ready()"
` [PATCH 4.9 215/264] crypto: drbg - add FIPS 140-2 CTRNG for noise source
` [PATCH 4.9 216/264] crypto: drbg - always seeded with SP800-90B compliant "
` [PATCH 4.9 217/264] crypto: drbg - prepare for more fine-grained tracking of seeding state
` [PATCH 4.9 218/264] crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
` [PATCH 4.9 219/264] crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()
` [PATCH 4.9 220/264] crypto: drbg - always try to free Jitter RNG instance
` [PATCH 4.9 221/264] crypto: drbg - make reseeding from get_random_bytes() synchronous
` [PATCH 4.9 222/264] random: avoid checking crng_ready() twice in random_init()
` [PATCH 4.9 223/264] random: mark bootloader randomness code as __init
` [PATCH 4.9 224/264] random: account for arch randomness in bits
` [PATCH 4.9 225/264] ASoC: cs42l52: Fix TLV scales for mixer controls
` [PATCH 4.9 226/264] ASoC: cs53l30: Correct number of volume levels on SX controls
` [PATCH 4.9 227/264] ASoC: cs42l52: Correct TLV for Bypass Volume
` [PATCH 4.9 228/264] ASoC: cs42l56: Correct typo in minimum level for SX volume controls
` [PATCH 4.9 229/264] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
` [PATCH 4.9 230/264] ASoC: wm8962: Fix suspend while playing music
` [PATCH 4.9 231/264] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
` [PATCH 4.9 232/264] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH 4.9 233/264] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed
` [PATCH 4.9 234/264] nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
` [PATCH 4.9 235/264] ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
` [PATCH 4.9 236/264] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
` [PATCH 4.9 237/264] random: credit cpu and bootloader seeds by default
` [PATCH 4.9 238/264] pNFS: Dont keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
` [PATCH 4.9 239/264] misc: atmel-ssc: Fix IRQ check in ssc_probe
` [PATCH 4.9 240/264] irqchip/gic/realview: Fix refcount leak in realview_gic_of_init
` [PATCH 4.9 241/264] irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()
` [PATCH 4.9 242/264] comedi: vmk80xx: fix expression for tx buffer size
` [PATCH 4.9 243/264] USB: serial: option: add support for Cinterion MV31 with new baseline
` [PATCH 4.9 244/264] USB: serial: io_ti: add Agilent E5805A support
` [PATCH 4.9 245/264] usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe
` [PATCH 4.9 246/264] serial: 8250: Store to lsr_save_flags after lsr read
` [PATCH 4.9 247/264] ext4: fix bug_on ext4_mb_use_inode_pa
` [PATCH 4.9 248/264] ext4: make variable "count" signed
` [PATCH 4.9 249/264] ext4: add reserved GDT blocks check
` [PATCH 4.9 250/264] l2tp: dont use inet_shutdown on ppp session destroy
` [PATCH 4.9 251/264] l2tp: fix race in pppol2tp_release with session object destroy
` [PATCH 4.9 252/264] s390/mm: use non-quiescing sske for KVM switch to keyed guest
` [PATCH 4.9 253/264] xprtrdma: fix incorrect header size calculations
` [PATCH 4.9 254/264] swiotlb: fix info leak with DMA_FROM_DEVICE
` [PATCH 4.9 255/264] Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
` [PATCH 4.9 256/264] fuse: fix pipe buffer lifetime for direct_io
` [PATCH 4.9 257/264] tcp: change source port randomizarion at connect() time
` [PATCH 4.9 258/264] tcp: add some entropy in __inet_hash_connect()
` [PATCH 4.9 259/264] secure_seq: use the 64 bits of the siphash for port offset calculation
` [PATCH 4.9 260/264] tcp: use different parts of the port_offset for index and offset
` [PATCH 4.9 261/264] tcp: add small random increments to the source port
` [PATCH 4.9 262/264] tcp: dynamically allocate the perturb table used by source ports
` [PATCH 4.9 263/264] tcp: increase source port perturb table to 2^16
` [PATCH 4.9 264/264] tcp: drop the hash_32() part from the index calculation

[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)
    ` [f2fs-dev] "

[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:09 UTC  (6+ messages)

[PATCH][next] NTB: EPF: set pointer addr to null using NULL rather than 0
 2022-06-23 16:57 UTC 

[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] md/raid5: Fix divide type in raid5_make_request()
 2022-06-23 16:55 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: Create dynamic subtests
 2022-06-23 17:08 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/bios: debug log ddi port info after parsing
 2022-06-23 17:04 UTC  (3+ messages)

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-23 17:04 UTC  (9+ messages)

[PATCH v10 00/69] Introducing the Maple Tree
 2022-06-23 17:03 UTC  (4+ messages)
` [PATCH v10 09/69] mm: add VMA iterator

iommu_sva_bind_device question
 2022-06-23 17:02 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  (2+ messages)

[PATCH] GPU: drm: i915: drop unexpected word 'for' in comments
 2022-06-23 17:00 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] timekeeping: contribute wall clock to rng on time change
 2022-06-23 16:52 UTC 

[PATCH][next] drm/amdgpu/display: Fix spelling mistake "supporing" -> "supporting"
 2022-06-23 16:52 UTC  (3+ messages)

[PATCH 1/2] x86: notify hypervisor about guest entering s2idle state
 2022-06-23 16:47 UTC  (11+ messages)

[PATCH] drm/amdgpu: drop unexpected word 'for' in comments
 2022-06-23 16:51 UTC  (2+ messages)

[PATCH mm v4 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-06-23 16:55 UTC  (5+ messages)
` [PATCH mm v5 0/9] memcg: accounting for objects allocated by mkdir, cgroup


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.