All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-23 17:58:44 to 2022-06-23 18:18:41 UTC [more...]

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-23 17:51 UTC  (3+ messages)
` [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

[PATCH v2 0/2] Fix console probe delay due to fw_devlink
 2022-06-23 18:17 UTC  (8+ messages)
` [PATCH v2 2/2] of: base: Avoid console probe delay when fw_devlink.strict=1

[PATCH 4.19 000/234] 4.19.249-rc1 review
 2022-06-23 16:44 UTC  (153+ messages)
` [PATCH 4.19 034/234] random: avoid warnings for !CONFIG_NUMA builds
` [PATCH 4.19 037/234] s390: Remove arch_has_random, arch_has_random_seed
` [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 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 122/234] random: check for signal and try earlier when generating entropy
` [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 125/234] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 4.19 126/234] random: mix build-time latent entropy into pool at init
` [PATCH 4.19 127/234] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 4.19 128/234] random: do not allow user to keep crng key around on stack
` [PATCH 4.19 129/234] random: check for signal_pending() outside of need_resched() check
` [PATCH 4.19 130/234] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 4.19 131/234] random: make random_get_entropy() return an unsigned long
` [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 4.19 151/234] random: do not pretend to handle premature next security model
` [PATCH 4.19 152/234] random: order timer entropy functions below interrupt functions
` [PATCH 4.19 153/234] random: do not use input pool from hard IRQs
` [PATCH 4.19 154/234] random: help compiler out with fast_mix() by using simpler arguments
` [PATCH 4.19 155/234] siphash: use one source of truth for siphash permutations
` [PATCH 4.19 156/234] random: use symbolic constants for crng_init states
` [PATCH 4.19 157/234] random: avoid initializing twice in credit race
` [PATCH 4.19 158/234] random: remove ratelimiting for in-kernel unseeded randomness
` [PATCH 4.19 159/234] random: use proper jiffies comparison macro
` [PATCH 4.19 160/234] random: handle latent entropy and command line from random_init()
` [PATCH 4.19 161/234] random: credit architectural init the exact amount
` [PATCH 4.19 162/234] random: use static branch for crng_ready()
` [PATCH 4.19 163/234] random: remove extern from functions in header
` [PATCH 4.19 164/234] random: use proper return types on get_random_{int,long}_wait()
` [PATCH 4.19 166/234] random: move randomize_page() into mm where it belongs
` [PATCH 4.19 167/234] random: convert to using fops->write_iter()
` [PATCH 4.19 168/234] random: wire up fops->splice_{read,write}_iter()
` [PATCH 4.19 169/234] random: check for signals after page of pool writes
` [PATCH 4.19 170/234] Revert "random: use static branch for crng_ready()"
` [PATCH 4.19 171/234] crypto: drbg - add FIPS 140-2 CTRNG for noise source
` [PATCH 4.19 173/234] crypto: drbg - prepare for more fine-grained tracking of seeding state
` [PATCH 4.19 175/234] crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()
` [PATCH 4.19 176/234] crypto: drbg - always try to free Jitter RNG instance
` [PATCH 4.19 177/234] crypto: drbg - make reseeding from get_random_bytes() synchronous
` [PATCH 4.19 178/234] random: avoid checking crng_ready() twice in random_init()
` [PATCH 4.19 179/234] random: mark bootloader randomness code as __init
` [PATCH 4.19 180/234] random: account for arch randomness in bits
` [PATCH 4.19 181/234] powerpc/kasan: Silence KASAN warnings in __get_wchan()
` [PATCH 4.19 182/234] ASoC: cs42l52: Fix TLV scales for mixer controls
` [PATCH 4.19 183/234] ASoC: cs53l30: Correct number of volume levels on SX controls
` [PATCH 4.19 184/234] ASoC: cs42l52: Correct TLV for Bypass Volume
` [PATCH 4.19 185/234] ASoC: cs42l56: Correct typo in minimum level for SX volume controls
` [PATCH 4.19 186/234] ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
` [PATCH 4.19 187/234] ASoC: wm8962: Fix suspend while playing music
` [PATCH 4.19 188/234] ASoC: es8328: Fix event generation for deemphasis control
` [PATCH 4.19 189/234] ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()
` [PATCH 4.19 190/234] scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
` [PATCH 4.19 191/234] scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
` [PATCH 4.19 192/234] scsi: ipr: Fix missing/incorrect resource cleanup in error case
` [PATCH 4.19 193/234] scsi: pmcraid: Fix missing "
` [PATCH 4.19 194/234] virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed
` [PATCH 4.19 195/234] nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
` [PATCH 4.19 196/234] ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
` [PATCH 4.19 197/234] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
` [PATCH 4.19 198/234] random: credit cpu and bootloader seeds by default
` [PATCH 4.19 199/234] pNFS: Dont keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
` [PATCH 4.19 200/234] i40e: Fix adding ADQ filter to TC0
` [PATCH 4.19 201/234] i40e: Fix call trace in setup_tx_descriptors
` [PATCH 4.19 202/234] tty: goldfish: Fix free_irq() on remove
` [PATCH 4.19 203/234] misc: atmel-ssc: Fix IRQ check in ssc_probe
` [PATCH 4.19 204/234] mlxsw: spectrum_cnt: Reorder counter pools
` [PATCH 4.19 205/234] net: bgmac: Fix an erroneous kfree() in bgmac_remove()
` [PATCH 4.19 206/234] arm64: ftrace: fix branch range checks
` [PATCH 4.19 207/234] certs/blacklist_hashes.c: fix const confusion in certs blacklist
` [PATCH 4.19 208/234] faddr2line: Fix overlapping text section failures, the sequel
` [PATCH 4.19 209/234] irqchip/gic/realview: Fix refcount leak in realview_gic_of_init

[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 "

strange interaction between fuse + pidns
 2022-06-23 17:21 UTC 

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

How to increase the size of the rootfs in the isar-cip-core image
 2022-06-23 18:15 UTC 

[PATCH V4 00/20] The Runtime Verification (RV) interface
 2022-06-23 17:21 UTC  (3+ messages)
` [PATCH V4 01/20] rv: Add "

[PATCH v2 0/4] tools/xenstore: add some new features to the documentation
 2022-06-23 18:14 UTC  (3+ messages)
` [PATCH v2 1/4] tools/xenstore: modify feature bit specification in xenstore-ring.txt

[PATCH 0/3] KVM: arm64: support MTE in protected VMs
 2022-06-23 18:12 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: add a hypercall for disowning pages

KernelCI reports
 2022-06-23 18:13 UTC 

[f2fs-dev] [PATCH v2 0/5] PAGE_SIZE and zoned storage related improvements
 2022-06-23 18:12 UTC  (6+ messages)
` [f2fs-dev] [PATCH v2 1/5] Fix the struct f2fs_dentry_block definition
` [f2fs-dev] [PATCH v2 2/5] Fix f2fs_report_zone()
` [f2fs-dev] [PATCH v2 3/5] Improve compile-time type checking for f2fs_report_zone()
` [f2fs-dev] [PATCH v2 4/5] Use F2FS_BLKSIZE for dev_read_block() buffers
` [f2fs-dev] [PATCH v2 5/5] Use F2FS_BLKSIZE as the size of struct f2fs_summary_block

[PATCH 0/3] perf: RISC-V: fix access to the highest available counter
 2022-06-23 18:10 UTC  (6+ 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

Tickless timer regression in v5.18.3 on riscv
 2022-06-23 18:11 UTC 

[GIT PULL] MIPS fixes vor v5.19
 2022-06-23 17:19 UTC  (2+ messages)

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

[GIT PULL] Pagecache fixes for 5.19-rc4
 2022-06-23 17:19 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH V6 2/2] xen/arm: Harden the P2M code in p2m_remove_mapping()

[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 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] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
 2022-06-23 17:18 UTC 

[PATCH] mm: Re-allow pinning of zero pfns
 2022-06-23 18:07 UTC  (4+ messages)

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

[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)

[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 1/1] lib: pmu: allow to use the highest available counter
 2022-06-23 17:59 UTC  (3+ messages)

[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


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.