All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-27 11:09:37 to 2022-05-27 11:51:33 UTC [more...]

[PATCH 5.10 000/163] 5.10.119-rc1 review
 2022-05-27  8:48 UTC  (39+ messages)
` [PATCH 5.10 017/163] crypto: x86/blake2s - define shash_alg structs using macros
` [PATCH 5.10 018/163] crypto: blake2s - remove unneeded includes
` [PATCH 5.10 019/163] crypto: blake2s - move update and final logic to internal/blake2s.h
` [PATCH 5.10 020/163] crypto: blake2s - share the "shash" API boilerplate code
` [PATCH 5.10 021/163] crypto: blake2s - optimize blake2s initialization
` [PATCH 5.10 022/163] crypto: blake2s - add comment for blake2s_state fields
` [PATCH 5.10 023/163] crypto: blake2s - adjust include guard naming
` [PATCH 5.10 024/163] crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>
` [PATCH 5.10 025/163] lib/crypto: blake2s: include as built-in
` [PATCH 5.10 026/163] lib/crypto: blake2s: move hmac construction into wireguard
` [PATCH 5.10 027/163] lib/crypto: sha1: re-roll loops to reduce code size
` [PATCH 5.10 028/163] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
` [PATCH 5.10 029/163] random: document add_hwgenerator_randomness() with other input functions
` [PATCH 5.10 030/163] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 5.10 031/163] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 5.10 032/163] random: do not sign extend bytes for rotation when mixing
` [PATCH 5.10 033/163] random: do not re-init if crng_reseed completes before primary init
` [PATCH 5.10 034/163] random: mix bootloader randomness into pool
` [PATCH 5.10 035/163] random: harmonize "crng init done" messages
` [PATCH 5.10 036/163] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 5.10 037/163] random: early initialization of ChaCha constants
` [PATCH 5.10 038/163] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 5.10 039/163] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 5.10 040/163] random: fix typo in comments
` [PATCH 5.10 041/163] random: cleanup poolinfo abstraction
` [PATCH 5.10 042/163] random: cleanup integer types
` [PATCH 5.10 043/163] random: remove incomplete last_data logic
` [PATCH 5.10 044/163] random: remove unused extract_entropy() reserved argument
` [PATCH 5.10 045/163] random: rather than entropy_store abstraction, use global
` [PATCH 5.10 046/163] random: remove unused OUTPUT_POOL constants
` [PATCH 5.10 047/163] random: de-duplicate INPUT_POOL constants
` [PATCH 5.10 049/163] random: cleanup fractional entropy shift constants
` [PATCH 5.10 051/163] random: selectively clang-format where it makes sense
` [PATCH 5.10 052/163] random: simplify arithmetic function flow in account()
` [PATCH 5.10 053/163] random: continually use hwgenerator randomness
` [PATCH 5.10 054/163] random: access primary_pool directly rather than through pointer
` [PATCH 5.10 055/163] random: only call crng_finalize_init() for primary_crng
` [PATCH 5.10 057/163] random: simplify entropy debiting

[PATCH 5.15 000/145] 5.15.44-rc1 review
 2022-05-27  8:49 UTC  (37+ messages)
` [PATCH 5.15 004/145] ACPI: sysfs: Fix BERT error region memory mapping
` [PATCH 5.15 005/145] MAINTAINERS: co-maintain random.c
` [PATCH 5.15 006/145] MAINTAINERS: add git tree for random.c
` [PATCH 5.15 007/145] lib/crypto: blake2s: include as built-in
` [PATCH 5.15 008/145] lib/crypto: blake2s: move hmac construction into wireguard
` [PATCH 5.15 009/145] lib/crypto: sha1: re-roll loops to reduce code size
` [PATCH 5.15 010/145] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
` [PATCH 5.15 011/145] random: document add_hwgenerator_randomness() with other input functions
` [PATCH 5.15 012/145] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 5.15 013/145] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 5.15 014/145] random: do not sign extend bytes for rotation when mixing
` [PATCH 5.15 015/145] random: do not re-init if crng_reseed completes before primary init
` [PATCH 5.15 016/145] random: mix bootloader randomness into pool
` [PATCH 5.15 017/145] random: harmonize "crng init done" messages
` [PATCH 5.15 018/145] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 5.15 019/145] random: early initialization of ChaCha constants
` [PATCH 5.15 020/145] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 5.15 021/145] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 5.15 022/145] random: fix typo in comments
` [PATCH 5.15 023/145] random: cleanup poolinfo abstraction
` [PATCH 5.15 024/145] random: cleanup integer types
` [PATCH 5.15 025/145] random: remove incomplete last_data logic
` [PATCH 5.15 026/145] random: remove unused extract_entropy() reserved argument
` [PATCH 5.15 027/145] random: rather than entropy_store abstraction, use global
` [PATCH 5.15 028/145] random: remove unused OUTPUT_POOL constants
` [PATCH 5.15 029/145] random: de-duplicate INPUT_POOL constants
` [PATCH 5.15 031/145] random: cleanup fractional entropy shift constants
` [PATCH 5.15 032/145] random: access input_pool_data directly rather than through pointer
` [PATCH 5.15 033/145] random: selectively clang-format where it makes sense
` [PATCH 5.15 035/145] random: continually use hwgenerator randomness
` [PATCH 5.15 036/145] random: access primary_pool directly rather than through pointer
` [PATCH 5.15 037/145] random: only call crng_finalize_init() for primary_crng
` [PATCH 5.15 038/145] random: use computational hash for entropy extraction
` [PATCH 5.15 039/145] random: simplify entropy debiting
` [PATCH 5.15 040/145] random: use linear min-entropy accumulation crediting
` [PATCH 5.15 041/145] random: always wake up entropy writers after extraction

[PATCH 5.17 000/111] 5.17.12-rc1 review
 2022-05-27  8:49 UTC  (42+ messages)
` [PATCH 5.17 040/111] random: unify early init crng load accounting
` [PATCH 5.17 041/111] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 5.17 042/111] random: pull add_hwgenerator_randomness() declaration into random.h
` [PATCH 5.17 043/111] random: clear fast pool, crng, and batches in cpuhp bring up
` [PATCH 5.17 044/111] random: round-robin registers as ulong, not u32
` [PATCH 5.17 045/111] random: only wake up writers after zap if threshold was passed
` [PATCH 5.17 046/111] random: cleanup UUID handling
` [PATCH 5.17 047/111] random: unify cycles_t and jiffies usage and types
` [PATCH 5.17 048/111] random: do crng pre-init loading in worker rather than irq
` [PATCH 5.17 049/111] random: give sysctl_random_min_urandom_seed a more sensible value
` [PATCH 5.17 050/111] random: dont let 644 read-only sysctls be written to
` [PATCH 5.17 051/111] random: replace custom notifier chain with standard one
` [PATCH 5.17 052/111] random: use SipHash as interrupt entropy accumulator
` [PATCH 5.17 053/111] random: make consistent usage of crng_ready()
` [PATCH 5.17 054/111] random: reseed more often immediately after booting
` [PATCH 5.17 055/111] random: check for signal and try earlier when generating entropy
` [PATCH 5.17 056/111] random: skip fast_init if hwrng provides large chunk of entropy
` [PATCH 5.17 057/111] random: treat bootloader trust toggle the same way as cpu trust toggle
` [PATCH 5.17 058/111] random: re-add removed comment about get_random_{u32,u64} reseeding
` [PATCH 5.17 059/111] random: mix build-time latent entropy into pool at init
` [PATCH 5.17 060/111] random: do not split fast init input in add_hwgenerator_randomness()
` [PATCH 5.17 061/111] random: do not allow user to keep crng key around on stack
` [PATCH 5.17 062/111] random: check for signal_pending() outside of need_resched() check
` [PATCH 5.17 063/111] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
` [PATCH 5.17 064/111] random: allow partial reads if later user copies fail
` [PATCH 5.17 065/111] random: make random_get_entropy() return an unsigned long
` [PATCH 5.17 066/111] random: document crng_fast_key_erasure() destination possibility
` [PATCH 5.17 067/111] random: fix sysctl documentation nits
` [PATCH 5.17 068/111] init: call time_init() before rand_initialize()
` [PATCH 5.17 069/111] ia64: define get_cycles macro for arch-override
` [PATCH 5.17 070/111] s390: "
` [PATCH 5.17 071/111] parisc: "
` [PATCH 5.17 072/111] alpha: "
` [PATCH 5.17 073/111] powerpc: "
` [PATCH 5.17 074/111] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 5.17 075/111] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 5.17 076/111] riscv: "
` [PATCH 5.17 077/111] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 5.17 078/111] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 5.17 079/111] nios2: "
` [PATCH 5.17 080/111] x86/tsc: Use "

[Intel-wired-lan] [PATCH net] ice: disable stripping in default VSI ctx
 2022-05-27 11:51 UTC 

[Intel-gfx] [PATCH] drm/i915: don't flush TLB on GEN8
 2022-05-27 11:50 UTC  (3+ messages)

[igt-dev] [RFC i-g-t 0/4] runner: Introduce --resolution to igt_runner
 2022-05-27 11:49 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] wifi: libertas: use variable-size data in assoc req/resp cmd
 2022-05-27 11:43 UTC  (5+ messages)

[PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2022-05-27 11:48 UTC  (3+ messages)
` [PATCH v6 22/22] drm/panfrost: Switch to generic memory shrinker

stable-rc/linux-4.19.y baseline: 88 runs, 10 regressions (v4.19.245-7-g9c188d12745c8)
 2022-05-27 11:43 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-27 11:45 UTC 

[intel-tdx:kvm-upstream-workaround 333/429] include/linux/memfile_notifier.h:93:13: error: 'memfile_unregister_notifier' defined but not used
 2022-05-27 11:40 UTC 

[Intel-gfx] [PATCH v6] drm/i915: Individualize fences before adding to dma_resv obj
 2022-05-27 11:44 UTC  (7+ messages)

[PATCH] examples/ipsec-secgw: add support of NEON with poll mode
 2022-05-27 11:44 UTC  (4+ messages)
  ` [EXT] "

stable-rc/queue/5.18 build: 153 builds: 2 failed, 151 passed, 6 errors, 2 warnings (v5.18-47-g5fcc940824037)
 2022-05-27 11:38 UTC 

[PATCH] drivers: iommu: Directly use ida_alloc()/free()
 2022-05-27  7:03 UTC 

[rppt:cet/kvm 18/51] arch/x86/mm/mmap.c:271 vm_start_gap() warn: bitwise AND condition is false here
 2022-05-27 11:40 UTC 

[RFC PATCH 0/1] stackdepot hash table autosizing
 2022-05-27 11:37 UTC  (2+ messages)
` [RFC PATCH 1/1] lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing

Queries: Using ifdef CONFIG condition in dts files
 2022-05-27 11:36 UTC  (5+ messages)

[PATCH v4 bpf-next 00/14] net: netfilter: add kfunc helper to update ct timeout
 2022-05-27 11:36 UTC  (4+ messages)
` [PATCH v4 bpf-next 06/14] bpf: Whitelist some fields in nf_conn for BPF_WRITE

RTT-PROBE: lore-subspace-rtt
 2022-05-27 11:35 UTC 

[libvirt PATCH] tools: add virt-qmp-proxy for proxying QMP clients to libvirt QEMU guests
 2022-05-27 11:32 UTC  (6+ messages)

[PATCH v2] media: imx-jpeg: Leave a blank space before the configuration data
 2022-05-27 11:33 UTC  (5+ messages)
  ` [EXT] "

[PATCH] spi: dt-bindings: Move 'rx-sample-delay-ns' to spi-peripheral-props.yaml
 2022-05-27 11:32 UTC  (4+ messages)

[PATCH net] net/ipv6: Change accept_unsolicited_na to accept_untracked_na
 2022-05-27 11:30 UTC  (3+ messages)

[intel-tdx:kvm-upstream-workaround 333/429] include/linux/memfile_notifier.h:87:57: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 2022-05-27 11:30 UTC 

[Buildroot] [PATCH 1/1] package/python3: fix unsafe openssl header path
 2022-05-27 11:29 UTC  (3+ messages)

[PATCH v3] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-27 10:46 UTC  (2+ messages)

[Intel-gfx] [PATCH i-g-t] intel_gpu_top: Don't show client header if no kernel support
 2022-05-27 11:29 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] mm: kmemleak: Skip check in kmemleak_*_phys when pfn bound is not ready
 2022-05-27 11:17 UTC  (5+ messages)

[PATCH net] ax25: Fix ax25 session cleanup problem in ax25_release
 2022-05-27 11:29 UTC  (3+ messages)

[GIT PULL] Crypto Fixes for 5.11
 2022-05-27 11:29 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes for 5.14
    ` [GIT PULL] Crypto Fixes for 5.15
        ` [GIT PULL] Crypto Fixes for 5.16
            ` [GIT PULL] Crypto Fixes for 5.17
                ` [GIT PULL] Crypto Fixes for 5.18
                  ` [GIT PULL] Crypto Fixes for 5.19

[patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-05-27 11:28 UTC  (13+ messages)
        ` clear_user (was: [patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE)
                ` [PATCH] x86/clear_user: Make it faster

[PATCH v1 0/5] Direct re-arming of buffers on receive side
 2022-05-27 11:28 UTC  (4+ messages)
` [PATCH v1 5/5] examples/l3fwd: enable direct rearm mode

RTT-PROBE: lore-subspace-rtt
 2022-05-27 11:25 UTC 

[Bug 205089] New: amdgpu : drm:amdgpu_cs_ioctl : Failed to initialize parser -125
 2022-05-27 11:23 UTC  (3+ messages)
` [Bug 205089] "

two more btrfs read repair tests v2
 2022-05-27 11:22 UTC  (3+ messages)
` [PATCH 1/9] btrfs: add a helpers for read repair testing

[PATCH] XArray: handle XA_FLAGS_ACCOUNT in xas_split_alloc
 2022-05-27 11:22 UTC  (5+ messages)

[Buildroot] [PATCH] boot/edk2: fix gcc 11 Werror
 2022-05-27 11:21 UTC 

[PATCH v5 00/15] IOMMU: superpage support when not sharing pagetables
 2022-05-27 11:21 UTC  (16+ messages)
` [PATCH v5 01/15] IOMMU/x86: restrict IO-APIC mappings for PV Dom0
` [PATCH v5 02/15] IOMMU/x86: perform PV Dom0 mappings in batches
` [PATCH v5 03/15] IOMMU/x86: support freeing of pagetables
` [PATCH v5 04/15] AMD/IOMMU: allow use of superpage mappings
` [PATCH v5 05/15] VT-d: "
` [PATCH v5 06/15] IOMMU: fold flush-all hook into "flush one"
` [PATCH v5 07/15] x86: introduce helper for recording degree of contiguity in page tables
` [PATCH v5 08/15] IOMMU/x86: prefill newly allocate "
` [PATCH v5 09/15] AMD/IOMMU: free all-empty "
` [PATCH v5 10/15] VT-d: "
` [PATCH v5 11/15] AMD/IOMMU: replace all-contiguous page tables by superpage mappings
` [PATCH v5 12/15] VT-d: "
` [PATCH v5 13/15] IOMMU/x86: add perf counters for page table splitting / coalescing
` [PATCH v5 14/15] VT-d: fold iommu_flush_iotlb{,_pages}()
` [PATCH v5 15/15] VT-d: fold dma_pte_clear_one() into its only caller

[PATCH] powerpc/64: Include cache.h directly in paca.h
 2022-05-27 11:20 UTC 

[PATCH] drivers: input: Directly use ida_alloc()/free()
 2022-05-27 11:20 UTC  (4+ messages)
  ` 答复: "

[PATCH] ppc: fix boot with sam460ex
 2022-05-27 10:51 UTC  (3+ messages)

[PATCH net-next] net: lan743x: PCI11010 / PCI11414 fix
 2022-05-27 11:20 UTC  (2+ messages)

[PATCH] net: usb: qmi_wwan: add Telit 0x1250 composition
 2022-05-27 11:20 UTC  (2+ messages)

Ingenic X SoC cache problems
 2022-05-27 11:19 UTC  (3+ messages)

[PATCH -next] Revert "evm: Fix memleak in init_desc"
 2022-05-27 11:17 UTC 

[Intel-gfx] [PATCH] drm/i915: Improve user experience and driver robustness under SIGINT or similar
 2022-05-27 11:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH 1/1] lpm: add a scalar version of lookupx4 function
 2022-05-27 11:16 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-27 11:15 UTC 

[PATCH] drivers: fsi: Directly use ida_alloc()/free()
 2022-05-27 11:29 UTC  (2+ messages)

make -j check failing on master, interesting valgrind errors on qos-test vhost-user-blk-test/basic
 2022-05-27 11:02 UTC  (2+ messages)

[PATCH v4 0/9] Record/replay refactoring and stuff
 2022-05-27 10:46 UTC  (2+ messages)
` [PATCH v4 9/9] tests/avocado: add replay Linux test for Aarch64 machines

[PATCH 0/2] add thread priority accessors
 2022-05-27 11:15 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] eal: get/set thread priority per thread identifier

[PATCH] crypto: octeontx2: fix potential null pointer access
 2022-05-27 11:14 UTC  (5+ messages)
  ` [EXT] "

[Intel-gfx] [CI] Revert "drm/i915: Add relocation exceptions for two other platforms"
 2022-05-27 11:12 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] procfs: add syscall statistics
 2022-05-27 11:09 UTC  (2+ messages)

[RFC 0/2] Add support for multiport controller
 2022-05-27 11:09 UTC  (4+ messages)
` [RFC 1/2] dt-bindings: usb: dwc3: Add support for multiport related properties

[PATCH 5.18 00/47] 5.18.1-rc1 review
 2022-05-27 11:09 UTC 


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.