All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-27 08:37:38 to 2022-05-27 09:06:36 UTC [more...]

[PATCH 5.17 000/111] 5.17.12-rc1 review
 2022-05-27  8:49 UTC  (35+ messages)
` [PATCH 5.17 001/111] HID: amd_sfh: Add support for sensor discovery
` [PATCH 5.17 002/111] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
` [PATCH 5.17 003/111] random: use computational hash for entropy extraction
` [PATCH 5.17 004/111] random: simplify entropy debiting
` [PATCH 5.17 005/111] random: use linear min-entropy accumulation crediting
` [PATCH 5.17 006/111] random: always wake up entropy writers after extraction
` [PATCH 5.17 007/111] random: make credit_entropy_bits() always safe
` [PATCH 5.17 008/111] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 5.17 009/111] random: remove batched entropy locking
` [PATCH 5.17 010/111] random: fix locking in crng_fast_load()
` [PATCH 5.17 011/111] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 5.17 012/111] random: get rid of secondary crngs
` [PATCH 5.17 013/111] random: inline leaves of rand_initialize()
` [PATCH 5.17 014/111] random: ensure early RDSEED goes through mixer on init
` [PATCH 5.17 015/111] random: do not xor RDRAND when writing into /dev/random
` [PATCH 5.17 016/111] random: absorb fast pool into input pool after fast load
` [PATCH 5.17 017/111] random: use simpler fast key erasure flow on per-cpu keys
` [PATCH 5.17 018/111] random: use hash function for crng_slow_load()
` [PATCH 5.17 019/111] random: make more consistent use of integer types
` [PATCH 5.17 020/111] random: remove outdated INT_MAX >> 6 check in urandom_read()
` [PATCH 5.17 021/111] random: zero buffer after reading entropy from userspace
` [PATCH 5.17 026/111] random: add proper SPDX header
` [PATCH 5.17 027/111] random: deobfuscate irq u32/u64 contributions
` [PATCH 5.17 028/111] random: introduce drain_entropy() helper to declutter crng_reseed()
` [PATCH 5.17 029/111] random: remove useless header comment
` [PATCH 5.17 030/111] random: remove whitespace and reorder includes
` [PATCH 5.17 031/111] random: group initialization wait functions
` [PATCH 5.17 032/111] random: group crng functions
` [PATCH 5.17 033/111] random: group entropy extraction functions
` [PATCH 5.17 034/111] random: group entropy collection functions
` [PATCH 5.17 035/111] random: group userspace read/write functions
` [PATCH 5.17 036/111] random: group sysctl functions
` [PATCH 5.17 037/111] random: rewrite header introductory comment
` [PATCH 5.17 038/111] random: defer fast pool mixing to worker

[PATCH 5.18 00/47] 5.18.1-rc1 review
 2022-05-27  8:50 UTC  (48+ messages)
` [PATCH 5.18 01/47] lockdown: also lock down previous kgdb use
` [PATCH 5.18 02/47] HID: amd_sfh: Add support for sensor discovery
` [PATCH 5.18 03/47] random: fix sysctl documentation nits
` [PATCH 5.18 04/47] init: call time_init() before rand_initialize()
` [PATCH 5.18 05/47] ia64: define get_cycles macro for arch-override
` [PATCH 5.18 06/47] s390: "
` [PATCH 5.18 07/47] parisc: "
` [PATCH 5.18 08/47] alpha: "
` [PATCH 5.18 09/47] powerpc: "
` [PATCH 5.18 10/47] timekeeping: Add raw clock fallback for random_get_entropy()
` [PATCH 5.18 11/47] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH 5.18 12/47] riscv: "
` [PATCH 5.18 13/47] mips: use fallback for random_get_entropy() instead of just c0 random
` [PATCH 5.18 14/47] arm: use fallback for random_get_entropy() instead of zero
` [PATCH 5.18 15/47] nios2: "
` [PATCH 5.18 16/47] x86/tsc: Use "
` [PATCH 5.18 17/47] um: use "
` [PATCH 5.18 18/47] sparc: "
` [PATCH 5.18 19/47] xtensa: "
` [PATCH 5.18 20/47] random: insist on random_get_entropy() existing in order to simplify
` [PATCH 5.18 21/47] random: do not use batches when !crng_ready()
` [PATCH 5.18 22/47] random: use first 128 bits of input as fast init
` [PATCH 5.18 23/47] random: do not pretend to handle premature next security model
` [PATCH 5.18 24/47] random: order timer entropy functions below interrupt functions
` [PATCH 5.18 25/47] random: do not use input pool from hard IRQs
` [PATCH 5.18 26/47] random: help compiler out with fast_mix() by using simpler arguments
` [PATCH 5.18 27/47] siphash: use one source of truth for siphash permutations
` [PATCH 5.18 28/47] random: use symbolic constants for crng_init states
` [PATCH 5.18 29/47] random: avoid initializing twice in credit race
` [PATCH 5.18 30/47] random: move initialization out of reseeding hot path
` [PATCH 5.18 31/47] random: remove ratelimiting for in-kernel unseeded randomness
` [PATCH 5.18 32/47] random: use proper jiffies comparison macro
` [PATCH 5.18 33/47] random: handle latent entropy and command line from random_init()
` [PATCH 5.18 34/47] random: credit architectural init the exact amount
` [PATCH 5.18 35/47] random: use static branch for crng_ready()
` [PATCH 5.18 36/47] random: remove extern from functions in header
` [PATCH 5.18 37/47] random: use proper return types on get_random_{int,long}_wait()
` [PATCH 5.18 38/47] random: make consistent use of buf and len
` [PATCH 5.18 39/47] random: move initialization functions out of hot pages
` [PATCH 5.18 40/47] random: move randomize_page() into mm where it belongs
` [PATCH 5.18 41/47] random: unify batched entropy implementations
` [PATCH 5.18 42/47] random: convert to using fops->read_iter()
` [PATCH 5.18 43/47] random: convert to using fops->write_iter()
` [PATCH 5.18 44/47] random: wire up fops->splice_{read,write}_iter()
` [PATCH 5.18 45/47] random: check for signals after page of pool writes
` [PATCH 5.18 46/47] ACPI: sysfs: Fix BERT error region memory mapping
` [PATCH 5.18 47/47] ALSA: ctxfi: Add SB046x PCI ID

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

[PATCH 5.10 000/163] 5.10.119-rc1 review
 2022-05-27  8:48 UTC  (17+ messages)
` [PATCH 5.10 001/163] lockdown: also lock down previous kgdb use
` [PATCH 5.10 002/163] staging: rtl8723bs: prevent ->Ssid overflow in rtw_wx_set_scan()
` [PATCH 5.10 003/163] KVM: x86: Properly handle APF vs disabled LAPIC situation
` [PATCH 5.10 004/163] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
` [PATCH 5.10 005/163] tcp: change source port randomizarion at connect() time
` [PATCH 5.10 006/163] secure_seq: use the 64 bits of the siphash for port offset calculation
` [PATCH 5.10 007/163] media: vim2m: Register video device after setting up internals
` [PATCH 5.10 008/163] media: vim2m: initialize the media device earlier
` [PATCH 5.10 009/163] ACPI: sysfs: Make sparse happy about address space in use
` [PATCH 5.10 010/163] ACPI: sysfs: Fix BERT error region memory mapping
` [PATCH 5.10 011/163] random: avoid arch_get_random_seed_long() when collecting IRQ randomness
` [PATCH 5.10 012/163] random: remove dead code left over from blocking pool
` [PATCH 5.10 013/163] MAINTAINERS: co-maintain random.c
` [PATCH 5.10 014/163] MAINTAINERS: add git tree for random.c
` [PATCH 5.10 015/163] crypto: lib/blake2s - Move selftest prototype into header file
` [PATCH 5.10 016/163] crypto: blake2s - define shash_alg structs using macros

[kbuild] drivers/firmware/arm_scmi/clock.c:242:40: warning: Variable 'msg' is not assigned a value. [unassignedVariable]
 2022-05-27  8:57 UTC  (2+ messages)

[RFC PATCH] reset: mediatek: Move mediatek system clock reset to reset folder
 2022-05-27  9:03 UTC  (2+ messages)

[PATCH] iio: Directly use ida_alloc()/free()
 2022-05-27  9:17 UTC 

[PATCH 5.15 000/145] 5.15.44-rc1 review
 2022-05-27  8:48 UTC  (4+ messages)
` [PATCH 5.15 001/145] HID: amd_sfh: Add support for sensor discovery
` [PATCH 5.15 002/145] KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
` [PATCH 5.15 003/145] [PATCH 5.15] ice: fix crash at allocation failure

[PATCH] usb: common: usb-conn-gpio: Allow wakeup from system suspend
 2022-05-27  8:56 UTC  (2+ messages)

[PATCH 1/2] test-manual/intro: reorder bitbake-selftest steps
 2022-05-27  9:03 UTC  (5+ messages)
` [PATCH 2/2] test-manual/intro: bitbake-selftest needs bitbake
  ` [docs] "
` [docs] [PATCH 1/2] test-manual/intro: reorder bitbake-selftest steps

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-05-27  9:02 UTC  (3+ messages)
` [RFC PATCH v2 1/7] statx: add "
  ` [f2fs-dev] "

[PATCH v2] arm64: Expand the static memblock memory table
 2022-05-27  8:56 UTC  (4+ messages)

[PATCH 1/2] arm64: dts: amlogic: adjust whitespace around '='
 2022-05-27  9:00 UTC  (3+ messages)

[PATCH] arm64/hugetlb: Fix building errors in huge_ptep_clear_flush()
 2022-05-27  8:55 UTC  (6+ messages)

linux-next: wireless for-next branches
 2022-05-27  8:58 UTC 

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

RTT-PROBE: lore-subspace-rtt
 2022-05-27  9:00 UTC 

Introduce akcipher service for virtio-crypto
 2022-05-27  8:47 UTC  (3+ messages)
` [PATCH v8 1/1] crypto: Introduce RSA algorithm

[RESEND] mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E
 2022-05-27  8:54 UTC  (2+ messages)

[RFC] mm: MADV_COLLAPSE semantics
 2022-05-27  8:56 UTC  (4+ messages)

[PATCH v3 0/9] Record/replay refactoring and stuff
 2022-05-27  8:45 UTC  (6+ messages)
` [PATCH v3 2/9] replay: notify vCPU when BH is scheduled

HELP: I can't get whpx working on ryzen / win11
 2022-05-27  8:39 UTC 

[selftests net] edae34a3ed: kernel-selftests.net.make_fail
 2022-05-27  8:53 UTC  (2+ messages)

[PATCH] PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains
 2022-05-27  8:45 UTC  (4+ messages)

[dpdk-dev v4] crypto/qat: use intel-ipsec-mb for partial hash & aes
 2022-05-27  8:55 UTC  (2+ messages)
` [dpdk-dev v5] "

[PATCH V6 0/9] rework on the IRQ hardening of virtio
 2022-05-27  8:52 UTC  (3+ messages)
` [PATCH V6 2/9] virtio: use virtio_reset_device() when possible

[PATCH 1/1] nbd: trace long NBD operations
 2022-05-27  8:43 UTC 

[Intel-gfx] [PATCH i-g-t] intel_gpu_top: Don't show client header if no kernel support
 2022-05-27  8:52 UTC  (3+ messages)
  ` [igt-dev] "

[PATCH V3 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-05-27  8:52 UTC  (5+ messages)
` [PATCH V3 net-next 1/4] net: bridge: add fdb flag to extent locked port feature
      ` [Bridge] "

[Buildroot] [PATCH 1/1] package/libeXosip2: fix build with libressl
 2022-05-27  8:52 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/qpdf: link with -latomic if needed
 2022-05-27  8:51 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-27  8:50 UTC 

Multiple errors with DVD drive
 2022-05-27  8:50 UTC  (3+ messages)

[PATCH] cve-extra-exclusions: Add kernel CVEs
 2022-05-27  8:50 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] net: phy: at803x: disable WOL at probe
 2022-05-27  8:49 UTC 

[PATCH v3 0/3] RTC: nuvoton: Add nuvoton real time clock driver
 2022-05-27  8:46 UTC  (8+ messages)
` [PATCH v3 1/3] dt-bindings: rtc: nuvoton: add NCT3018Y Real Time Clock
` [PATCH v3 2/3] ARM: dts: nuvoton: Add nuvoton RTC3018Y node
` [PATCH v3 3/3] RTC: nuvoton: Add NCT3018Y real time clock driver

[Buildroot] [PATCH 1/1] package/rtl_433: fix CVE-2022-27419
 2022-05-27  8:49 UTC  (2+ messages)

[PATCH] cgroup: wait for css offline when rmdir
 2022-05-27  8:48 UTC  (5+ messages)

[PATCH] drivers: usb: Directly use ida_alloc()/free()
 2022-05-27  9:08 UTC 

[congwang:sch_bpf 3/4] net/core/filter.c:10495:31: sparse: sparse: symbol 'tc_qdisc_verifier_ops' was not declared. Should it be static?
 2022-05-27  8:45 UTC 

[RFC PATCH 2/2] Removes the x86 dependency on the QAT drivers
 2022-05-27  8:45 UTC  (5+ messages)

[PATCH 0/4] rcu/cpuset: Control RCU_NOCB offloading through cpusets
 2022-05-27  8:45 UTC  (9+ messages)
` [RFC PATCH 4/4] cpuset: Support RCU-NOCB toggle on v2 root partitions

simple synchronous read repair v2
 2022-05-27  8:43 UTC  (10+ messages)
` [PATCH 1/9] btrfs: save the original bi_iter into btrfs_bio for buffered read
` [PATCH 2/9] btrfs: set ->file_offset in end_bio_extent_readpage
` [PATCH 3/9] btrfs: factor out a btrfs_map_repair_bio helper
` [PATCH 4/9] btrfs: support read bios in btrfs_map_repair_bio
` [PATCH 5/9] btrfs: add new read repair infrastructure
` [PATCH 6/9] btrfs: use the new read repair code for direct I/O
` [PATCH 7/9] btrfs: use the new read repair code for buffered reads
` [PATCH 8/9] btrfs: remove io_failure_record infrastructure completely
` [PATCH 9/9] btrfs: fold repair_io_failure into btrfs_repair_eb_io_failure

[igt-dev] [RFC i-g-t 0/4] runner: Introduce --resolution to igt_runner
 2022-05-27  8:43 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for "

[PATCH v6 00/16] io-uring/xfs: support async buffered writes
 2022-05-27  8:42 UTC  (4+ messages)
` [PATCH v6 05/16] iomap: Add async buffered write support

am335x: 5.18.x: system stalling
 2022-05-27  8:38 UTC  (15+ messages)

[PATCH 0/6] Drain remote per-cpu directly v3
 2022-05-27  8:39 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-27  8:39 UTC 

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-27  8:39 UTC  (6+ messages)
` [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM

About Cleanup ASoC
 2022-05-27  8:38 UTC  (11+ messages)

[PATCH v4 00/37] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-05-27  8:39 UTC  (3+ messages)
` [PATCH v4 05/37] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently

[RFC] bus/fslmc: fix invalid use of default vfio config
 2022-05-27  8:38 UTC  (3+ messages)

[PATCH 0/3] Enable RPi header on j721e sk
 2022-05-27  8:35 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mfd: ti,j721e-system-controller: Add clock property
` [PATCH 2/3] arm64: dts: ti: k3-j721e-*: Add dts nodes for EHRPWMs
` [PATCH 3/3] arm64: dts: ti: k3-j721e-sk: Add pinmux for RPi Header

[PATCH] fpga: Directly use ida_alloc()/free()
 2022-05-27  8:59 UTC 

[PATCH 0/2] bitops: __fls adjustments
 2022-05-27  8:37 UTC  (5+ messages)
` [PATCH 1/2] ARC: bitops: Change __fls to return unsigned long

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

[congwang:sch_bpf 4/4] net/sched/sch_api.c:369:20: warning: assignment to 'struct tcf_chain *' from 'int' makes pointer from integer without a cast
 2022-05-27  8:35 UTC 

[GIT PULL] timer drivers for v5.19-rc1
 2022-05-27  8:36 UTC  (2+ messages)
` [tip: timers/core] Merge tag 'timers-v5.19-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core


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.