messages from 2024-05-08 10:24:02 to 2024-05-08 11:17:08 UTC [more...]
[PATCH 0/9] Support persistent reservation operations
2024-05-08 10:41 UTC (3+ messages)
` [PATCH 8/9] hw/nvme: add reservation protocal command
[Intel-wired-lan] [PATCH iwl-next] iavf: flower: validate control flags
2024-05-08 11:16 UTC (8+ messages)
[PATCH v9 0/9] Turris Omnia MCU driver
2024-05-08 11:16 UTC (13+ messages)
` [PATCH v9 1/9] dt-bindings: firmware: add cznic,turris-omnia-mcu binding
` [PATCH v9 2/9] platform: cznic: Add preliminary support for Turris Omnia MCU
` [PATCH v9 3/9] platform: cznic: turris-omnia-mcu: Add support for MCU connected GPIOs
` [PATCH v9 4/9] platform: cznic: turris-omnia-mcu: Add support for poweroff and wakeup
` [PATCH v9 5/9] platform: cznic: turris-omnia-mcu: Add support for MCU watchdog
` [PATCH v9 6/9] platform: cznic: turris-omnia-mcu: Add support for MCU provided TRNG
` [PATCH v9 7/9] platform: cznic: turris-omnia-mcu: Add support for digital message signing via debugfs
` [PATCH v9 8/9] ARM: dts: turris-omnia: Add MCU system-controller node
` [PATCH v9 9/9] ARM: dts: turris-omnia: Add GPIO key node for front button
[PATCH v1 0/2] riscv: dts: starfive: Enable Bluetooth on JH7100 boards
2024-05-08 11:15 UTC (6+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: Add JH7100 high speed UARTs
` [PATCH v1 2/2] riscv: dts: starfive: Enable Bluetooth on JH7100 boards
[Intel-wired-lan] [PATCH iwl-next] i40e: flower: validate control flags
2024-05-08 11:16 UTC (8+ messages)
[PATCH] arm: rockchip: using generic capsule update mechanism
2024-05-08 11:16 UTC
[PATCH] arm64: dts: allwinner: Add cache information to the SoC dtsi for H616
2024-05-08 11:15 UTC (5+ messages)
[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
2024-05-08 11:15 UTC (4+ messages)
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
[PATCH 0/4] Cursor Fault Fix
2024-05-08 11:15 UTC (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Cursor Fault Fix (rev2)
` ✗ Fi.CI.SPARSE: "
[PATCH rfc 0/4] mm: filemap: try to batch lruvec stat updating
2024-05-08 11:15 UTC (6+ messages)
` [PATCH rfc 3/4] mm: filemap: move __lruvec_stat_mod_folio() out of filemap_set_pte_range()
[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
2024-05-08 11:14 UTC (2+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep
[PATCH net-next v2 0/2] Fix changing DSA conduit
2024-05-08 11:13 UTC (4+ messages)
` [PATCH net-next v2 2/2] net: dsa: update the unicast MAC address when changing conduit
[PATCH v2] efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash check
2024-05-08 11:13 UTC
[bisected]: Games crash with 6.9rc-5+/6.8.9+/6.6.30+
2024-05-08 11:13 UTC (3+ messages)
Multipath TCP (MPTCP) support in OpenSSH
2024-05-08 11:11 UTC
[recipe build #3723474] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
2024-05-08 11:04 UTC
[PATCH v2 0/3] mtd: nand: mxc_nand: Convert to exec_op
2024-05-08 11:08 UTC (8+ messages)
` [PATCH v2 1/3] mtd: nand: mxc_nand: separate page read from ecc calc
` [PATCH v2 2/3] mtd: nand: mxc_nand: implement exec_op
` [PATCH v2 3/3] mtd: nand: mxc_nand: support software ECC
[net-next,v2] net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
2024-05-08 11:07 UTC (9+ messages)
[syzbot] [kernfs?] WARNING in kernfs_get (5)
2024-05-08 11:07 UTC
Canceled event with note: QEMU/KVM developers conference call @ Tue 14 May 2024 14:00 - 15:00 (BST) (qemu-devel@nongnu.org)
2024-05-08 11:06 UTC
[PATCH 0/3] net: phy: mediatek: Integrate mtk-phy-lib and add 2.5Gphy support
2024-05-08 10:56 UTC (5+ messages)
` [PATCH 3/3] net: phy: mediatek: add support for built-in 2.5G ethernet PHY on MT7988
[kvalo-ath:master] BUILD SUCCESS 1025c616ee13372f3803b158abb1d87ef368ae3d
2024-05-08 11:05 UTC
[kvalo-ath:ath-qca] BUILD SUCCESS 95146ac593674a77cbdf6085f330c6688e2c6451
2024-05-08 11:06 UTC
[kvalo-ath:ath-next] BUILD SUCCESS efd920f48d1f9c41368579d1a278e88c082cc233
2024-05-08 11:04 UTC
Xen Security Advisory 457 v2 - Linux/xen-netfront: Memory leak due to missing cleanup function
2024-05-08 11:04 UTC
[XEN PATCH v3] tools/lsevtchn: Use errno macro to handle hypercall error cases
2024-05-08 11:04 UTC
[PATCH 00/13] reftable: prepare for re-seekable iterators
2024-05-08 11:04 UTC (14+ messages)
` [PATCH 01/13] reftable/block: use `size_t` to track restart point index
` [PATCH 02/13] reftable/reader: avoid copying index iterator
` [PATCH 03/13] reftable/reader: unify indexed and linear seeking
` [PATCH 04/13] reftable/reader: separate concerns of table iter and reftable reader
` [PATCH 05/13] reftable/reader: inline `reader_seek_internal()`
` [PATCH 06/13] reftable/reader: set up the reader when initializing table iterator
` [PATCH 07/13] reftable/merged: split up initialization and seeking of records
` [PATCH 08/13] reftable/merged: simplify indices for subiterators
` [PATCH 09/13] reftable/generic: move seeking of records into the iterator
` [PATCH 10/13] reftable/generic: adapt interface to allow reuse of iterators
` [PATCH 11/13] reftable/reader: "
` [PATCH 12/13] reftable/stack: provide convenience functions to create iterators
` [PATCH 13/13] reftable/merged: adapt interface to allow reuse of iterators
[PATCH bpf-next] bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.c
2024-05-08 11:03 UTC
Greetings
2024-05-08 10:28 UTC
[PATCH] generic: add gc stress test
2024-05-08 11:02 UTC (11+ messages)
[PATCH v2 0/7] ASoC: samsung: midas-audio: Add GPIO-based headset jack detection
2024-05-08 10:58 UTC (8+ messages)
` [PATCH v2 1/7] ASoC: dt-bindings: samsung,midas-audio: Add headset mic bias supply
` [PATCH v2 2/7] ASoC: dt-bindings: samsung,midas-audio: Add GPIO-based headset jack detection
` [PATCH v2 3/7] ASoC: samsung: midas_wm1811: Add headset mic bias supply support
` [PATCH v2 4/7] ASoC: samsung: midas_wm1811: Add GPIO-based headset jack detection
` [PATCH v2 5/7] ASoC: samsung: midas_wm1811: Use dev_err_probe where appropriate
` [PATCH v2 6/7] ARM: dts: samsung: exynos4212-tab3: Fix headset mic, add jack detection
` [PATCH v2 7/7] ARM: dts: samsung: exynos4212-tab3: Fix up wm1811 codec config
[PATCH] drm/i915/display/dp: Remove UHBR13.5 for icl
2024-05-08 11:00 UTC (7+ messages)
[PATCH bpf-next] tools: remove redundant ethtool.h from tooling infra
2024-05-08 10:41 UTC
[PATCH v2 00/27] context_tracking, rcu: Spring cleaning renaming
2024-05-08 10:59 UTC (9+ messages)
` [PATCH v2 17/27] rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_in_eqs()
` [PATCH v2 18/27] rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_changed_since()
[PATCH 0/3] more lbs test fixes
2024-05-08 10:58 UTC (4+ messages)
` [PATCH 1/3] xfs/161: adapt the test case for 64k FS blocksize
[PATCH v3 1/2] net: ethernet: mediatek: split tx and rx fields in mtk_soc_data struct
2024-05-08 10:58 UTC (6+ messages)
` [PATCH v3 2/2] net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and MT7986
[PATCH 0/5] drm/i915: PCI ID macro and subplatform changes
2024-05-08 10:57 UTC (4+ messages)
` [PATCH 1/5] drm/i915: don't include CML PCI IDs in CFL
[dpdk-dev] [PATCH] common/cnxk: fix flow aging cleanup
2024-05-08 10:57 UTC
[PATCH v4 0/6] RK3588 and Rock 5B dts additions: thermal, OPP and fan
2024-05-08 10:56 UTC (10+ messages)
` [PATCH v4 6/6] arm64: dts: rockchip: Add OPP data for CPU cores on RK3588
[patch] problems with "fix visible VRAM handling during faults"
2024-05-08 10:56 UTC (3+ messages)
[PATCH v5 00/11] wifi: rtlwifi: Add new rtl8192du driver
2024-05-08 10:55 UTC (12+ messages)
` [PATCH v5 01/11] wifi: rtlwifi: Add rtl8192du/table.{c,h}
` [PATCH v5 02/11] wifi: rtlwifi: Add new members to struct rtl_priv for RTL8192DU
` [PATCH v5 03/11] wifi: rtlwifi: Add rtl8192du/hw.{c,h}
` [PATCH v5 04/11] wifi: rtlwifi: Add rtl8192du/phy.{c,h}
` [PATCH v5 05/11] wifi: rtlwifi: Add rtl8192du/trx.{c,h}
` [PATCH v5 06/11] wifi: rtlwifi: Add rtl8192du/rf.{c,h}
` [PATCH v5 07/11] wifi: rtlwifi: Add rtl8192du/fw.{c,h} and rtl8192du/led.{c,h}
` [PATCH v5 08/11] wifi: rtlwifi: Add rtl8192du/dm.{c,h}
` [PATCH v5 09/11] wifi: rtlwifi: Constify rtl_hal_cfg.{ops,usb_interface_cfg} and rtl_priv.cfg
` [PATCH v5 10/11] wifi: rtlwifi: Add rtl8192du/sw.{c,h}
` [PATCH v5 11/11] wifi: rtlwifi: Enable the new rtl8192du driver
[PATCH] firewire: obsolete usage of *-objs in Makefile for KUnit test
2024-05-08 10:53 UTC
[PATCH] bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq
2024-05-08 10:53 UTC (2+ messages)
next/master build: 151 builds: 2 failed, 149 passed, 10323 warnings (next-20240508)
2024-05-08 10:52 UTC
next/master build: 151 builds: 2 failed, 149 passed, 10323 warnings (next-20240508)
2024-05-08 10:52 UTC
[PATCH] eal/unix: support ZSTD compression for firmwares
2024-05-08 10:50 UTC (2+ messages)
[PATCHv1] Fix building error with '-O2' in sysroot path
2024-05-08 10:48 UTC
[PATCH v1 0/2] mfd: lm3533: Get rid of legacy GPIO APIs
2024-05-08 10:46 UTC (3+ messages)
` [PATCH v1 1/2] mfd: lm3533: Hide legacy platform data in the driver
` [PATCH v1 2/2] mfd: lm3533: Move to new GPIO descriptor-based APIs
[PATCH 0/8] add mTHP support for anonymous shmem
2024-05-08 10:48 UTC (15+ messages)
` [PATCH 2/8] mm: memory: extend finish_fault() to support large folio
` [PATCH 5/8] mm: shmem: add multi-size THP sysfs interface for anonymous shmem
[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: enable hdmi bridge
2024-05-08 10:47 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] KVM: introduce vm's max_halt_poll_ns to debugfs
2024-05-08 10:47 UTC
[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
2024-05-08 10:46 UTC (7+ messages)
` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
QNX in qemu
2024-05-08 10:44 UTC (3+ messages)
[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
2024-05-08 10:43 UTC (6+ messages)
` [PATCH v4 2/9] riscv: smp: fail booting up smp if inconsistent vlen is detected
[PATCH] platform/x86/amd/pmf: Use memdup_user()
2024-05-08 9:46 UTC
[PATCH mptcp-net 0/2] mptcp: getsockopt(SO_KEEPALIVE) and TCP_KEEP* sockopts
2024-05-08 10:43 UTC (2+ messages)
[PATCH v2] net: usb: ax88179_178a: avoid writing the mac address before first reading
2024-05-08 10:41 UTC (3+ messages)
[PATCH net-next 00/14] net: qede: convert filter code to use extack
2024-05-08 10:41 UTC (4+ messages)
` [PATCH net-next 01/14] net: qede: use extack in qede_flow_parse_ports()
[RFC 0/2] ACPI: Adding new acpi_driver type drivers ?
2024-05-08 10:41 UTC (6+ messages)
[PATCH v15 00/11] Landlock: IOCTL support
2024-05-08 10:40 UTC (2+ messages)
[PATCH v4 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
2024-05-08 10:39 UTC (19+ messages)
` [PATCH v4 01/12] libvhost-user: set msg.msg_control to NULL when it is empty
` [PATCH v4 02/12] libvhost-user: fail vu_message_write() if sendmsg() is failing
` [PATCH v4 03/12] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
` [PATCH v4 05/12] contrib/vhost-user-blk: fix bind() using the right size of the address
` [PATCH v4 06/12] contrib/vhost-user-*: use QEMU bswap helper functions
` [PATCH v4 07/12] vhost-user: enable frontends on any POSIX system
` [PATCH v4 08/12] libvhost-user: enable it "
` [PATCH v4 09/12] contrib/vhost-user-blk: "
[PATCH 0/6] Enable OF_UPSTREAM for j721s2 and am68
2024-05-08 10:39 UTC (5+ messages)
` [PATCH 3/6] configs: am68_sk: Move to separate defconfig for AM68 SK board
` [PATCH 4/6] arch: arm: dts: k3-am68-sk-r5: Sync with J721s2 R5 file
[RFC PATCH v1 00/10] Socket type control for Landlock
2024-05-08 10:38 UTC (5+ messages)
` [RFC PATCH v1 03/10] selftests/landlock: Create 'create' test
[PATCH net-next v1 0/3] net: dsa: microchip: DCB fixes
2024-05-08 10:39 UTC (4+ messages)
` [PATCH net-next v1 1/3] net: dsa: microchip: dcb: add comments for DSCP related functions
` [PATCH net-next v1 2/3] net: dsa: microchip: dcb: rename IPV to IPM
` [PATCH net-next v1 3/3] net: dsa: microchip: dcb: set default apptrust to PCP only
[PATCH iproute2] man: fix typo in tc-mirred man page
2024-05-08 10:38 UTC
[libvirt test] 185943: tolerable all pass - PUSHED
2024-05-08 10:38 UTC
[PATCH 0/4] mm/ksm: fix some accounting problems
2024-05-08 10:37 UTC (7+ messages)
` [PATCH 1/4] mm/ksm: fix ksm_pages_scanned accounting
` [PATCH 2/4] mm/ksm: fix ksm_zero_pages accounting
[PATCH i-g-t v2] tests/intel: add other missing core tests to xe_test_config.json
2024-05-08 10:37 UTC (2+ messages)
[PULL] drm-misc-next-fixes
2024-05-08 10:36 UTC
[PATCH bpf-next V3] bpf: avoid UB in usages of the __imm_insn macro
2024-05-08 10:35 UTC
[PATCH v1 1/2] Bluetooth: btintel_pcie: Fix compiler warnings
2024-05-08 10:34 UTC (2+ messages)
` [v1,1/2] "
[LSF/MM/BPF TOPIC] finishing up mount API conversions; consistency & logging
2024-05-08 10:32 UTC (2+ messages)
[linux-next:master 11772/12060] fs/coredump.c:67:27: warning: unused variable 'core_file_note_size_min'
2024-05-08 10:30 UTC
[PATCH v2 00/28] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot
2024-05-08 10:30 UTC (3+ messages)
` [PATCH v2 07/28] lib: Adapt digest header files to MbedTLS
Early boot regression from f0551af0213 ("x86/topology: Ignore non-present APIC IDs in a present package")
2024-05-08 10:30 UTC (13+ messages)
[ovmf test] 185945: all pass - PUSHED
2024-05-08 10:29 UTC
[PATCH v2] Makefile: Move -pie to LDFLAGS
2024-05-08 10:29 UTC (2+ messages)
[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
2024-05-08 10:28 UTC (4+ messages)
` [PATCH v2] "
next/pending-fixes baseline: 74 runs, 2 regressions (v6.9-rc7-134-g5bd88a48bbb7)
2024-05-08 10:28 UTC
[PATCH RFC HID 0/7] Use the new __s_async for HID-BPF
2024-05-08 10:26 UTC (8+ messages)
` [PATCH RFC HID 1/7] HID: bpf: change the prog run logic
` [PATCH RFC HID 2/7] selftests/hid: fix bpf programs for the new attachment logic
` [PATCH RFC HID 3/7] HID: bpf: allow for sleepable bpf hooks
` [PATCH RFC HID 4/7] HID: add source argument to HID low level functions
` [PATCH RFC HID 5/7] WIP: add HID-BPF hooks for hid_hw_raw_requests
` [PATCH RFC HID 6/7] WIP: selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks
` [PATCH RFC HID 7/7] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks
[PATCHv4 00/19] nvme: implement secure concatenation
2024-05-08 10:23 UTC (8+ messages)
` [PATCH 07/19] nvme-tcp: sanitize TLS key handling
` [PATCH 09/19] nvme: add a newline to the 'tls_key' sysfs attribute
` [PATCH 10/19] nvme-sysfs: add 'tls_configured_key' "
` [PATCH 11/19] nvme-sysfs: add 'tls_keyring' attribute
` [PATCH 13/19] nvme-fabrics: reset connection for secure concatenation
` [PATCH 14/19] nvme-tcp: reset after recovery "
` [PATCH 16/19] nvmet-auth: allow to clear DH-HMAC-CHAP keys
Generating SPDX documents without actually building
2024-05-08 10:24 UTC (3+ messages)
` [bitbake-devel] "
[PATCH v4] I/O errors for ALUA state transitions
2024-05-08 10:24 UTC
[PATCH] crypto: qat - resolve race condition during AER recovery
2024-05-08 10:23 UTC (3+ messages)
` [PATCH] crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak
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.