All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-27 10:50:41 to 2022-05-27 11:43:45 UTC [more...]

[PATCH 5.17 000/111] 5.17.12-rc1 review
 2022-05-27  8:49 UTC  (24+ 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 065/111] random: make random_get_entropy() return an unsigned long

[PATCH 5.10 000/163] 5.10.119-rc1 review
 2022-05-27  8:48 UTC  (21+ 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 040/163] random: fix typo in comments

[PATCH 5.15 000/145] 5.15.44-rc1 review
 2022-05-27  8:48 UTC  (19+ 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 023/145] random: cleanup poolinfo abstraction

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

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

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 

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

[PATCH v4 0/9] Record/replay refactoring and stuff
 2022-05-27 10:46 UTC  (10+ messages)
` [PATCH v4 1/9] replay: fix event queue flush for qemu shutdown
` [PATCH v4 2/9] replay: notify vCPU when BH is scheduled
` [PATCH v4 3/9] replay: rewrite async event handling
` [PATCH v4 4/9] replay: simplify async event processing
` [PATCH v4 5/9] docs: convert docs/devel/replay page to rst
` [PATCH v4 6/9] docs: move replay docs to docs/system/replay.rst
` [PATCH v4 7/9] tests/avocado: update replay_linux test
` [PATCH v4 8/9] tests/avocado: add replay Linux tests for virtio machine
` [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] "

[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  (7+ messages)
` [RFC 1/2] dt-bindings: usb: dwc3: Add support for multiport related properties
` [RFC 2/2] usb: dwc3: Refactor PHY logic to support Multiport Controller

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

[LTP] [PATCH] nice05: Add testcase for nice() syscall
 2022-05-27 11:07 UTC  (2+ messages)

[RESEND v1] Bluetooth: hci_qca: Return wakeup for qca_wakeup
 2022-05-27 11:07 UTC  (2+ messages)
` [RESEND,v1] "

[PATCH RFC 0/2] Add PLIC support for Renesas RZ/Five SoC
 2022-05-27 11:05 UTC  (4+ messages)
` [PATCH RFC 2/2] irqchip/sifive-plic: Add "

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

[PATCH RFC V2 06/10] irqchip/loongson-htvec: Add ACPI init support
 2022-05-27 11:02 UTC  (5+ messages)
` [PATCH RFC V2 07/10] irqchip/loongson-htvec: Add suspend/resume support
` [PATCH RFC V2 08/10] irqchip/loongson-liointc: Add ACPI init support
` [PATCH RFC V2 09/10] irqchip: Add Loongson Extended I/O interrupt controller support
` [PATCH RFC V2 10/10] irqchip: Add Loongson PCH LPC "

[PATCH RFC V2 00/10] irqchip: Add LoongArch-related irqchip drivers
 2022-05-27 11:02 UTC  (6+ messages)
` [PATCH RFC V2 01/10] irqchip: Adjust Kconfig for Loongson
` [PATCH RFC V2 02/10] irqchip: Add LoongArch CPU interrupt controller support
` [PATCH RFC V2 03/10] irqchip/loongson-pch-pic: Add ACPI init support
` [PATCH RFC V2 04/10] irqchip/loongson-pch-pic: Add suspend/resume support
` [PATCH RFC V2 05/10] irqchip/loongson-pch-msi: Add ACPI init support

[intel-tdx:kvm-upstream-workaround 333/429] include/linux/memfile_notifier.h:87:57: error: unknown type name 'flags'
 2022-05-27 11:01 UTC 

[PATCH v6 0/2] Introduce MediaTek CCI devfreq driver
 2022-05-27 11:00 UTC  (9+ messages)
` [PATCH v6 1/2] dt-bindings: interconnect: Add MediaTek CCI dt-bindings
` [PATCH v6 2/2] PM / devfreq: mediatek: Introduce MediaTek CCI devfreq driver

[PATCH net] net/mlx5: fix invalid structure access
 2022-05-27 11:01 UTC 

am335x: GPIOs in userspace
 2022-05-27 11:01 UTC 

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

[RFC 0/1] refactor all tasklet users into other APIs
 2022-05-27 10:59 UTC  (6+ messages)
` [RFC 1/1] drivers/dma/*: replace tasklets with workqueue

[RFC PATCH 0/3] x86/microcode: Drop old interface and default-disable late loading
 2022-05-27 10:58 UTC  (4+ messages)
` [RFC PATCH 2/3] x86/microcode: Default-disable "

[PATCH RFC V2 00/10] irqchip: Add LoongArch-related irqchip drivers
 2022-05-27 10:57 UTC 

[PATCH] virtio_balloon: check virtqueue_add_outbuf() return value
 2022-05-27 10:57 UTC  (3+ messages)

[PATCH 0/2] Add the property to make ocp level selectable
 2022-05-27 10:56 UTC  (6+ messages)
` [PATCH 2/2] backlight: rt4831: Add the property parsing for ocp level selection

[PATCH] drm/i915: don't flush TLB on GEN8
 2022-05-27 10:55 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH v4 0/4] Implement vdpasim stop operation
 2022-05-27 10:55 UTC  (4+ messages)

[PATCH v3 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-05-27 10:55 UTC  (6+ messages)
` [PATCH v3 20/23] dt-bindings: ata: ahci: Add Baikal-T1 AHCI SATA controller DT schema

RTT-PROBE: lore-subspace-rtt
 2022-05-27 10:55 UTC 

[xen-unstable test] 170751: tolerable FAIL
 2022-05-27 10:55 UTC 

next/pending-fixes build: 198 builds: 13 failed, 185 passed, 44 errors, 15 warnings (v5.18-9954-g9e21d180a100)
 2022-05-27 10:53 UTC 

[Bug 215576] New: HSP/HFP mSBC profile broken with QCA6174
 2022-05-27 10:52 UTC  (2+ messages)
` [Bug 215576] "

[PATCH] drivers: greybus: Directly use ida_alloc()/free()
 2022-05-27 11:13 UTC 

[Intel-gfx] [PATCH i-g-t 1/3] lib/igt_device_scan: Free filtered devices in igt_devices_free
 2022-05-27 10:50 UTC  (5+ messages)
` [Intel-gfx] [PATCH i-g-t 2/3] lib/drm_fdinfo: Ensure buffer is null terminated
  ` [igt-dev] "
` [Intel-gfx] [PATCH i-g-t 3/3] intel_gpu_top: Free all memory on exit
  ` [igt-dev] "


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.