messages from 2022-06-23 16:28:58 to 2022-06-23 16:53:43 UTC [more...]
[PATCH 4.9 000/264] 4.9.320-rc1 review
2022-06-23 16:42 UTC (90+ messages)
` [PATCH 4.9 001/264] 9p: missing chunk of "fs/9p: Dont update file type when updating file attributes"
` [PATCH 4.9 002/264] random: remove stale maybe_reseed_primary_crng
` [PATCH 4.9 003/264] random: remove stale urandom_init_wait
` [PATCH 4.9 004/264] random: remove variable limit
` [PATCH 4.9 005/264] random: fix comment for unused random_min_urandom_seed
` [PATCH 4.9 006/264] random: convert get_random_int/long into get_random_u32/u64
` [PATCH 4.9 007/264] random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef block
` [PATCH 4.9 008/264] random: invalidate batched entropy after crng init
` [PATCH 4.9 009/264] random: silence compiler warnings and fix race
` [PATCH 4.9 010/264] random: add wait_for_random_bytes() API
` [PATCH 4.9 011/264] random: add get_random_{bytes,u32,u64,int,long,once}_wait family
` [PATCH 4.9 012/264] random: warn when kernel uses unseeded randomness
` [PATCH 4.9 013/264] random: do not ignore early device randomness
` [PATCH 4.9 014/264] random: suppress spammy warnings about unseeded randomness
` [PATCH 4.9 015/264] random: reorder READ_ONCE() in get_random_uXX
` [PATCH 4.9 016/264] random: fix warning message on ia64 and parisc
` [PATCH 4.9 017/264] random: use a different mixing algorithm for add_device_randomness()
` [PATCH 4.9 018/264] random: set up the NUMA crng instances after the CRNG is fully initialized
` [PATCH 4.9 019/264] random: fix possible sleeping allocation from irq context
` [PATCH 4.9 020/264] random: rate limit unseeded randomness warnings
` [PATCH 4.9 021/264] random: add a spinlock_t to struct batched_entropy
` [PATCH 4.9 022/264] char/random: silence a lockdep splat with printk()
` [PATCH 4.9 023/264] Revert "char/random: silence a lockdep splat with printk()"
` [PATCH 4.9 024/264] random: always use batched entropy for get_random_u{32,64}
` [PATCH 4.9 025/264] random: fix data race on crng_node_pool
` [PATCH 4.9 026/264] crypto: chacha20 - Fix keystream alignment for chacha20_block()
` [PATCH 4.9 027/264] random: always fill buffer in get_random_bytes_wait
` [PATCH 4.9 028/264] random: optimize add_interrupt_randomness
` [PATCH 4.9 029/264] drivers/char/random.c: remove unused dont_count_entropy
` [PATCH 4.9 030/264] random: Fix whitespace pre random-bytes work
` [PATCH 4.9 031/264] random: Return nbytes filled from hw RNG
` [PATCH 4.9 032/264] random: add a config option to trust the CPUs hwrng
` [PATCH 4.9 033/264] random: remove preempt disabled region
` [PATCH 4.9 034/264] random: Make crng state queryable
` [PATCH 4.9 035/264] random: make CPU trust a boot parameter
` [PATCH 4.9 036/264] drivers/char/random.c: constify poolinfo_table
` [PATCH 4.9 037/264] drivers/char/random.c: remove unused stuct poolinfo::poolbits
` [PATCH 4.9 038/264] drivers/char/random.c: make primary_crng static
` [PATCH 4.9 039/264] random: only read from /dev/random after its pool has received 128 bits
` [PATCH 4.9 044/264] random: Support freezable kthreads in add_hwgenerator_randomness()
` [PATCH 4.9 045/264] fdt: add support for rng-seed
` [PATCH 4.9 046/264] random: Use wait_event_freezable() in add_hwgenerator_randomness()
` [PATCH 4.9 047/264] char/random: Add a newline at the end of the file
` [PATCH 4.9 048/264] Revert "hwrng: core - Freeze khwrng thread during suspend"
` [PATCH 4.9 082/264] random: remove unused irq_flags argument from add_interrupt_randomness()
` [PATCH 4.9 083/264] random: use BLAKE2s instead of SHA1 in extraction
` [PATCH 4.9 084/264] random: do not sign extend bytes for rotation when mixing
` [PATCH 4.9 086/264] random: mix bootloader randomness into pool
` [PATCH 4.9 087/264] random: harmonize "crng init done" messages
` [PATCH 4.9 088/264] random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
` [PATCH 4.9 090/264] random: early initialization of ChaCha constants
` [PATCH 4.9 091/264] random: avoid superfluous call to RDRAND in CRNG extraction
` [PATCH 4.9 092/264] random: dont reset crng_init_cnt on urandom_read()
` [PATCH 4.9 093/264] random: fix typo in comments
` [PATCH 4.9 094/264] random: cleanup poolinfo abstraction
` [PATCH 4.9 095/264] crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
` [PATCH 4.9 096/264] random: cleanup integer types
` [PATCH 4.9 097/264] random: remove incomplete last_data logic
` [PATCH 4.9 098/264] random: remove unused extract_entropy() reserved argument
` [PATCH 4.9 099/264] random: try to actively add entropy rather than passively wait for it
` [PATCH 4.9 100/264] random: rather than entropy_store abstraction, use global
` [PATCH 4.9 101/264] random: remove unused OUTPUT_POOL constants
` [PATCH 4.9 102/264] random: de-duplicate INPUT_POOL constants
` [PATCH 4.9 103/264] random: prepend remaining pool constants with POOL_
` [PATCH 4.9 104/264] random: cleanup fractional entropy shift constants
` [PATCH 4.9 106/264] random: simplify arithmetic function flow in account()
` [PATCH 4.9 108/264] random: access primary_pool directly rather than through pointer
` [PATCH 4.9 109/264] random: only call crng_finalize_init() for primary_crng
` [PATCH 4.9 111/264] random: simplify entropy debiting
` [PATCH 4.9 112/264] random: use linear min-entropy accumulation crediting
` [PATCH 4.9 113/264] random: always wake up entropy writers after extraction
` [PATCH 4.9 115/264] random: remove use_input_pool parameter from crng_reseed()
` [PATCH 4.9 116/264] random: remove batched entropy locking
` [PATCH 4.9 117/264] random: fix locking in crng_fast_load()
` [PATCH 4.9 118/264] random: use RDSEED instead of RDRAND in entropy extraction
` [PATCH 4.9 120/264] random: ensure early RDSEED goes through mixer on init
` [PATCH 4.9 122/264] random: absorb fast pool into input pool after fast load
` [PATCH 4.9 123/264] random: use hash function for crng_slow_load()
` [PATCH 4.9 125/264] random: zero buffer after reading entropy from userspace
` [PATCH 4.9 127/264] random: remove ifdefd out interrupt bench
` [PATCH 4.9 128/264] random: remove unused tracepoints
` [PATCH 4.9 136/264] random: group entropy collection functions
` [PATCH 4.9 142/264] random: do not take pool spinlock at boot
` [PATCH 4.9 143/264] random: unify early init crng load accounting
` [PATCH 4.9 144/264] random: check for crng_init == 0 in add_device_randomness()
` [PATCH 4.9 145/264] hwrng: core - do not use multiple blank lines
` [PATCH 4.9 146/264] hwrng: core - rewrite better comparison to NULL
` [PATCH 4.9 147/264] hwrng: core - Rewrite the header
` [PATCH 4.9 149/264] hwrng: core - remove unused PFX macro
[PATCH hwmon-next v4 0/3] Add support for EMC2305 Fan Speed Controller
2022-06-23 16:52 UTC (4+ messages)
` [PATCH hwmon-next v4 1/3] hwmon: (emc2305) add support for EMC2301/2/3/5 RPM-based PWM "
` [PATCH hwmon-next v4 2/3] dt-bindings: hwmon: add Microchip EMC2305 fan controller
` [PATCH hwmon-next v4 3/3] docs: hwmon: add emc2305.rst to docs
[PATCH][next] drm/amdgpu/display: Fix spelling mistake "supporing" -> "supporting"
2022-06-23 16:52 UTC (4+ messages)
[PATCH][next] drm/amdkfd: Fix spelling mistake "mechanim" -> "mechanism"
2022-06-23 16:49 UTC (4+ messages)
[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
2022-06-23 16:50 UTC (13+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state
[PATCH] PCI: mvebu: Use devm_request_irq() for registering interrupt handler
2022-06-23 16:49 UTC (4+ messages)
[PATCH] drm/amdgpu: drop unexpected word 'for' in comments
2022-06-23 16:51 UTC (3+ messages)
[PATCH 0/9] Add Qualcomm BMC machines
2022-06-23 16:50 UTC (5+ messages)
` [PATCH 3/9] hw/arm/aspeed: qcom-dc-scm-v1: add block backed FRU device
[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
2022-06-23 16:49 UTC (11+ messages)
✅ PASS: Test report for 399bd66e (mainline.kernel.org-clang)
2022-06-23 16:50 UTC
[PATCH] drm/amd/display : Log DP link training failure reason
2022-06-23 16:48 UTC (2+ messages)
[PATCH] drm/rockchip: vop: Don't crash for invalid duplicate_state()
2022-06-23 16:46 UTC (4+ messages)
[PATCH 1/2] dpp: Add State and Role properties to dbus API
2022-06-23 16:47 UTC (5+ messages)
` [PATCH 2/2] doc: Add State and Role properties to DPP API
[PATCH] scsi: fcoe: remove redundant assignment to variable wlen
2022-06-23 16:47 UTC
[PATCH 0/5] support telemetry dump dev
2022-06-23 16:45 UTC (11+ messages)
` [PATCH v2 0/5] support telemetry dump
` [PATCH v2 1/5] telemetry: escape special char when tel string
[bvanassche:block-bitwise-opf 11/50] drivers/scsi/device_handler/scsi_dh_rdac.c:539:67: sparse: sparse: incorrect type in initializer (different base types)
2022-06-23 16:44 UTC
[PATCH RFC 00/30] Overhaul NFSD filecache
2022-06-23 16:44 UTC (4+ messages)
[ammarfaizi2-block:google/android/kernel/common/android13-5.10 7542/9999] include/uapi/linux/fuse.h:971:20: sparse: sparse: dubious one-bit signed bitfield
2022-06-23 16:44 UTC
[PATCHv2 1/3] ptest.bbclass: Honor PARALLEL_MAKE, PARALLEL_MAKEINST
2022-06-23 16:43 UTC (3+ messages)
` [PATCHv2 2/3] strace: Drop redundant oe_runmake parameter
` [PATCHv2 3/3] valgrind: "
[RFC PATCH 0/6] add json string escaping to telemetry
2022-06-23 16:42 UTC (7+ messages)
` [RFC PATCH 1/6] test/telemetry_json: print success or failure per subtest
` [RFC PATCH 2/6] telemetry: fix escaping of invalid json characters
` [RFC PATCH 3/6] telemetry: use json string function for string outputs
` [RFC PATCH 4/6] test/telemetry_json: add test for string character escaping
` [RFC PATCH 5/6] telemetry: add escaping of strings in arrays
` [RFC PATCH 6/6] test/telemetry-json: add test case for escaping "
[GIT PULL] Pagecache fixes for 5.19-rc4
2022-06-23 16:42 UTC
[PATCH V4 00/20] The Runtime Verification (RV) interface
2022-06-23 16:41 UTC (3+ messages)
[PATCH bpf-next v4 0/5] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
2022-06-23 16:41 UTC (2+ messages)
[PATCH 1/2] drm/amdgpu/display: drop set but unused variable
2022-06-23 16:41 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu: fix documentation warning
[PULL 00/33] migration queue
2022-06-23 16:37 UTC (3+ messages)
[RFC PATCH] include/qemu/host-utils: Remove the *_overflow wrappers
2022-06-23 16:40 UTC
[PATCH v4 0/2] dt-bindings: PCI: uniphier: Fix endpoint descriptions
2022-06-23 16:40 UTC (3+ messages)
[RFC PATCH 0/6] (e)SDK workflow directly in a Yocto build
2022-06-23 16:41 UTC (5+ messages)
` [RFC PATCH 2/6] meta-ide-support: adjust to provide (e)SDK experience directly in a yocto build
` [OE-core] "
[GIT PULL] MIPS fixes vor v5.19
2022-06-23 16:40 UTC
[PATCH 0/7] platform/chrome: cros_ec_proto: add Kunit tests
2022-06-23 16:40 UTC (15+ messages)
` [PATCH 1/7] platform/chrome: cros_ec_proto: add Kunit tests for cmd_xfer_status
` [PATCH 2/7] platform/chrome: cros_ec_proto: add Kunit test for cros_ec_map_error()
` [PATCH 3/7] platform/chrome: cros_ec_proto: add Kunit tests for get_next_event
` [PATCH 4/7] platform/chrome: cros_ec_proto: add Kunit tests for get_host_event
` [PATCH 5/7] platform/chrome: cros_ec_proto: add Kunit tests for check_features
` [PATCH 6/7] platform/chrome: cros_ec_proto: add Kunit tests for get_sensor_count
` [PATCH 7/7] platform/chrome: cros_ec_proto: add Kunit test for cros_ec_cmd()
[PATCH v2 0/2] Fix console probe delay due to fw_devlink
2022-06-23 16:39 UTC (5+ messages)
` [PATCH v2 2/2] of: base: Avoid console probe delay when fw_devlink.strict=1
[Intel-gfx] [PATCH] drm/fourcc: Document the Intel CCS modifiers' CC plane expected pitch
2022-06-23 16:39 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[Intel-gfx] [PATCH 0/2] drm/i915/display: stop HPD workers before display driver unregister
2022-06-23 16:38 UTC (6+ messages)
` "
` [Intel-gfx] [PATCH 1/2] drm/i915/hpd: postpone HPD cancel work after last user suspension
` "
` [PATCH 2/2] drm/i915/fbdev: suspend HPD before fbdev unregistration
` [Intel-gfx] "
[PATCH] include: sbi: Change spec version to 1.0
2022-06-23 16:38 UTC (2+ messages)
[RFC PATCH v3] RISC-V: Add Zawrs ISA extension support
2022-06-23 16:37 UTC (2+ messages)
[PATCH 6/7] ext4: Enable negative dentries on case-insensitive lookup
2022-06-23 16:36 UTC (5+ messages)
` [f2fs-dev] "
Netlink NLM_F_DUMP_INTR flag lost
2022-06-23 16:36 UTC (10+ messages)
[PATCH v22 0/5] Microchip Polarfire FPGA manager
2022-06-23 16:32 UTC (6+ messages)
` [PATCH v22 1/5] fpga: fpga-mgr: support bitstream offset in image buffer
` [PATCH v22 2/5] docs: fpga: mgr: document parse_header() callback
` [PATCH v22 3/5] fpga: microchip-spi: add Microchip MPF FPGA manager
` [PATCH v22 4/5] dt-bindings: fpga: add binding doc for microchip-spi fpga mgr
` [PATCH v22 5/5] MAINTAINERS: add Microchip PolarFire FPGA drivers entry
[PATCH 0/8] Fixes and cleanup for RS485
2022-06-23 16:32 UTC (11+ messages)
` [PATCH 1/8] serial: core: only get RS485 termination gpio if supported
` [PATCH 5/8] dt_bindings: rs485: Correct delay values
[PATCH] t3701: two subtests are fixed
2022-06-23 16:33 UTC (7+ messages)
[PATCH 0/6] RK3588 Power Domain Support
2022-06-23 16:29 UTC (8+ messages)
` [PATCH 1/6] dt-bindings: arm: rockchip: add rk3388 compatible string to pmu.yaml
` [PATCH 4/6] dt-bindings: mfd: syscon: Add rk3388 QoS register compatible
[RFC PATCH v2] riscv: Add Zawrs support for spinlocks
2022-06-23 16:31 UTC (3+ messages)
[PATCH 1/1] dt-bindings: i2c: i2c-rk3x: add rk3588 compatible
2022-06-23 16:31 UTC (2+ messages)
[PATCH 0/3] RK3588 Ethernet Support
2022-06-23 16:28 UTC (12+ messages)
` [PATCH 1/3] net: ethernet: stmmac: dwmac-rk: Disable delayline if it is invalid
` [PATCH 2/3] net: ethernet: stmmac: dwmac-rk: Add gmac support for rk3588
` [PATCH 3/3] dt-bindings: net: rockchip-dwmac: add rk3588 gmac compatible
[PATCH 0/8] scsi: aacraid: Replace one-element arrays with flexible-array members
2022-06-23 16:29 UTC (3+ messages)
` [PATCH 8/8][next] scsi: aacraid: Replace one-element array with flexible-array member in struct aac_aifcmd
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.