messages from 2026-05-20 12:33:42 to 2026-05-20 12:56:15 UTC [more...]
[PATCH v7 00/27] single-binary: Make riscv cpu.h target independent
2026-05-20 12:54 UTC (25+ messages)
` [PATCH v7 01/27] target/riscv: Fix size of gpr and gprh
` [PATCH v7 02/27] target/riscv: Fix size of vector CSRs
` [PATCH v7 03/27] target/riscv: Fix size of pc, load_[val|res]
` [PATCH v7 04/27] target/riscv: Fix size of frm and fflags
` [PATCH v7 05/27] target/riscv: Fix size of badaddr and bins
` [PATCH v7 06/27] target/riscv: Fix size of guest_phys_fault_addr
` [PATCH v7 07/27] target/riscv: Fix size of priv_ver and vext_ver
` [PATCH v7 08/27] target/riscv: Fix size of retxh
` [PATCH v7 09/27] target/riscv: Fix size of ssp
` [PATCH v7 11/27] target/riscv: Fix size of sw_check_code
` [PATCH v7 12/27] target/riscv: Fix size of priv
` [PATCH v7 13/27] target/riscv: Fix size of gei fields
` [PATCH v7 15/27] target/riscv: Fix arguments to board IMSIC emulation callbacks
` [PATCH v7 16/27] target/riscv: Fix size of irq_overflow_left
` [PATCH v7 17/27] target/riscv: Indent PMUFixedCtrState correctly
` [PATCH v7 18/27] target/riscv: Replace target_ulong in riscv_cpu_get_trap_name()
` [PATCH v7 19/27] target/riscv: Replace target_ulong in riscv_ctr_add_entry()
` [PATCH v7 20/27] target/riscv: Fix size of trigger data
` [PATCH v7 21/27] target/riscv: Fix size of mseccfg
` [PATCH v7 22/27] target/riscv: Move debug.h include away from cpu.h
` [PATCH v7 23/27] target/riscv: Move CSR declarations to separate csr.h header
` [PATCH v7 24/27] target/riscv: Introduce externally facing CSR access functions
` [PATCH v7 25/27] target/riscv: Make pmp.h target_ulong agnostic
` [PATCH v7 27/27] target/riscv: Fix pmp.h/cpu.h circular inclusion
[PATCH] MAINTAINERS: Fix hexagon-linux-user.mak path
2026-05-20 12:52 UTC (2+ messages)
[PATCH v11 0/2] tcg: Optimize INDEX_op_mul[us]2 for 0 and 1
2026-05-20 12:51 UTC (2+ messages)
` [PATCH v11 1/2] tcg: Massage fold_multiply2()
[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
2026-05-20 12:55 UTC (11+ messages)
[PATCH] Bluetooth: btmtk: remove extra copy in cmd array init
2026-05-20 12:55 UTC (2+ messages)
[PATCH v5 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
2026-05-20 12:54 UTC (3+ messages)
` [PATCH v5 17/32] hw/arm/tegra241-cmdqv: mmap VINTF Page0 for CMDQV
FAILED: patch "[PATCH] spi: st-ssc4: fix controller deregistration" failed to apply to 6.6-stable tree
2026-05-20 12:55 UTC (3+ messages)
` [PATCH 6.6.y 1/2] spi: st-ssc4: switch to use modern name
` [PATCH 6.6.y 2/2] spi: st-ssc4: fix controller deregistration
FAILED: patch "[PATCH] spi: sifive: fix controller deregistration" failed to apply to 7.0-stable tree
2026-05-20 12:55 UTC (3+ messages)
` [PATCH 7.0.y 1/2] spi: sifive: Simplify clock handling with devm_clk_get_enabled()
` [PATCH 7.0.y 2/2] spi: sifive: fix controller deregistration
[f2fs-dev] [PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
2026-05-20 12:54 UTC (48+ messages)
` "
` [f2fs-dev] [PATCH v10 01/22] fsverity: report validation errors through fserror to fsnotify
` "
` [f2fs-dev] [PATCH v10 02/22] fsverity: expose ensure_fsverity_info()
` "
` [f2fs-dev] [PATCH v10 03/22] ovl: use core fsverity ensure info interface
` "
` [f2fs-dev] [PATCH v10 04/22] fsverity: generate and store zero-block hash
` "
` [f2fs-dev] [PATCH v10 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` "
` [f2fs-dev] [PATCH v10 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` "
` [f2fs-dev] [PATCH v10 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` "
` [f2fs-dev] [PATCH v10 08/22] iomap: teach iomap to read files with fsverity
` "
` [f2fs-dev] [PATCH v10 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` "
` [f2fs-dev] [PATCH v10 10/22] xfs: introduce fsverity on-disk changes
` "
` [f2fs-dev] [PATCH v10 11/22] xfs: initialize fs-verity on file open
` "
` [f2fs-dev] [PATCH v10 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` "
` [f2fs-dev] [PATCH v10 13/22] xfs: disable direct read path for fs-verity files
` "
` [f2fs-dev] [PATCH v10 14/22] xfs: handle fsverity I/O in write/read path
` "
` [f2fs-dev] [PATCH v10 15/22] xfs: use read ioend for fsverity data verification
` "
` [f2fs-dev] [PATCH v10 16/22] xfs: add fs-verity support
` "
` [f2fs-dev] [PATCH v10 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` "
` [f2fs-dev] [PATCH v10 18/22] xfs: add fs-verity ioctls
` "
` [f2fs-dev] [PATCH v10 19/22] xfs: advertise fs-verity being available on filesystem
` "
` [f2fs-dev] [PATCH v10 20/22] xfs: check and repair the verity inode flag state
` "
` [f2fs-dev] [PATCH v10 21/22] xfs: introduce health state for corrupted fsverity metadata
` "
` [f2fs-dev] [PATCH v10 22/22] xfs: enable ro-compat fs-verity flag
` "
[PATCH] usb: early: xhci-dbc: Ensure correct memory size for early_ioremap()
2026-05-20 12:54 UTC (5+ messages)
[PATCH 0/2] drm/panel: Add driver for DLC DLC0697 DSI panel
2026-05-20 12:54 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: display: panel: add Ilitek ILI7807S panel controller
[PATCH 00/10] e1000 base code update
2026-05-20 12:52 UTC (11+ messages)
` [PATCH 01/10] net/e1000/base: refactor K1 exit timeout configuration
` [PATCH 02/10] net/e1000/base: fix typo in e1000 base code
` [PATCH 03/10] net/e1000/base: fix possible variable overflow
` [PATCH 04/10] net/e1000/base: reclassify MAC type
` [PATCH 05/10] net/e1000/base: clear DPG enable bit post MAC reset
` [PATCH 06/10] net/e1000/base: fix coding style issues
` [PATCH 07/10] net/e1000/base: fix NVM loop bounds and pointer access
` [PATCH 08/10] net/e1000/base: propagate PHY control register write error
` [PATCH 09/10] net/e1000/base: auto-negotiation status for 1000BASE-T
` [PATCH 10/10] net/e1000/base: update version info
[PATCH RESEND] userfaultfd: snapshot VMA state across UFFDIO_COPY retry
2026-05-20 12:53 UTC (5+ messages)
[syzbot] [media?] WARNING in trace_suspend_resume/usb_submit_urb
2026-05-20 12:53 UTC
[PATCH 0/2] ALSA: hda: cs35l56: fix system name leaks
2026-05-20 12:52 UTC (4+ messages)
` [PATCH 1/2] ALSA: hda: cs35l56: Free ACPI _SUB string on errors
` [PATCH 2/2] ALSA: hda: cs35l56: Free system name on probe errors
[PATCH 0/3] arm64: dts: renesas: Add max-frequency to SDHI nodes
2026-05-20 12:52 UTC (2+ messages)
[PATCH v5] media: iris: drop struct iris_fmt
2026-05-20 12:52 UTC
[PATCH mptcp-next v3 0/2] mptcp: pm: fix extra_subflows underflow for userspace PM
2026-05-20 12:51 UTC (3+ messages)
` [PATCH mptcp-next v3 1/2] mptcp: pm: fix extra_subflows underflow on userspace PM connect failure
[PATCH] x86: strip debug info for intermediate linking steps
2026-05-20 12:51 UTC (2+ messages)
[PATCH for-4.22] EFI: Fix boot from a device without a file system
2026-05-20 12:50 UTC (4+ messages)
` [PATCH v2 "
[PATCH v2 0/5] arm: aspeed: add initial AST2700 SoC support
2026-05-20 8:24 UTC (6+ messages)
` [PATCH v2 1/5] arm: aspeed: add ASPEED AST2700 SoC family support
` [PATCH v2 2/5] arm: dts: aspeed: Add initial AST27xx SoC device tree
` [PATCH v2 3/5] clk: ast2700: add clock driver support
` [PATCH v2 4/5] reset: ast2700: add reset "
` [PATCH v2 5/5] ram: aspeed: add SDRAM controller driver for AST2700
[PATCH] crypto: qat - use pci logging variants for PCI-specific messages
2026-05-20 12:51 UTC
[PATCH v3 00/10] bpf: introduce extensible load API
2026-05-20 12:49 UTC (13+ messages)
` [PATCH v4 00/11] "
` [PATCH v4 01/11] bpf: make logging prefixes more consistent
` [PATCH v4 02/11] bpf: introduce extensible load API
` [PATCH v4 03/11] bpf: support up to 5 arguments
` [PATCH v4 04/11] bpf: add cBPF origin to rte_bpf_load_ex
` [PATCH v4 05/11] bpf: support rte_bpf_prm_ex with port callbacks
` [PATCH v4 06/11] bpf: support loading ELF files from memory
` [PATCH v4 07/11] test/bpf: test loading cBPF directly
` [PATCH v4 08/11] test/bpf: test loading ELF file from memory
` [PATCH v4 09/11] doc: add release notes for new extensible BPF API
` [PATCH v4 10/11] doc: add load API to BPF programmer's guide
` [PATCH v4 11/11] test/bpf: add tests for error handling contracts
UFS boot and UFS tool
2026-05-20 12:47 UTC (4+ messages)
[PATCH v1 0/2] bootm: bound noload kernel decompression to the allocated buffer
2026-05-20 4:45 UTC (3+ messages)
` [PATCH v1 1/2] bootm: fix overflow of the noload kernel decompression buffer
` [PATCH v1 2/2] test/py: test kernel_noload decompression buffer overflow
[PATCH net-next v8 10/10] net: airoha: Support multiple LAN/WAN interfaces for hw MAC address configuration
2026-05-20 12:49 UTC (3+ messages)
[PATCH v2] can: bcm: prevent thrtimer UAF in rx path by checking RX_NO_AUTOTIMER
2026-05-20 12:49 UTC (3+ messages)
[PATCH v13 06/17] media: ti: j721e-csi2rx: add a subdev for the core device
2026-05-20 12:49 UTC (2+ messages)
[PATCH] gpio: shared: undo the vote of the proxy on GPIO free
2026-05-20 12:48 UTC
[PATCH v13 12/17] media: ti: j721e-csi2rx: add multistream support
2026-05-20 12:48 UTC (2+ messages)
[PATCH net-next v3 0/6] Introduce Airoha AN8801R series Gigabit Ethernet PHY driver
2026-05-20 12:46 UTC (4+ messages)
` [PATCH net-next v3 5/6] net: phy: Introduce Airoha AN8801/R "
[GIT PULL] bluetooth 2026-05-14
2026-05-20 12:47 UTC (11+ messages)
[PATCH net-next v8 09/10] net: airoha: Introduce WAN device flag
2026-05-20 12:46 UTC (3+ messages)
[PATCH i-g-t 0/2] Update pre-Xe large-buffer compute support
2026-05-20 12:45 UTC (3+ messages)
` [PATCH i-g-t 1/2] tests/xe_compute: Skip SVM tests on platforms without fault mode vm
[PATCH v3 0/4] HID: Proper fix for OOM in hid-core
2026-05-20 12:46 UTC (8+ messages)
[PATCH] xfs: detect cycles in recovered unlinked inode lists
2026-05-20 12:46 UTC (6+ messages)
[PATCH v8 0/9] media: qcom: venus: add MSM8939 support
2026-05-20 12:45 UTC (3+ messages)
` [PATCH v8 5/9] media: qcom: venus: migrate MSM8916 to new blacklist mechanism
[PATCH v2] Bluetooth: btusb: Allow firmware re-download when version matches
2026-05-20 12:45 UTC (4+ messages)
[PATCH v13 08/17] media: ti: j721e-csi2rx: get number of contexts from device tree
2026-05-20 12:45 UTC (2+ messages)
[RESEND PATCH v5 00/12] Allow preemption during IPI completion waiting to improve real-time performance
2026-05-20 12:44 UTC (2+ messages)
[PATCH v2] md: skip redundant raid_disks update when value is unchanged
2026-05-20 12:45 UTC (2+ messages)
[PATCH] init: do_mounts: use kmalloc() for allocations of temporary buffers
2026-05-20 12:41 UTC (2+ messages)
[PATCH] media: v4l2-dev: do not fire driver's release on __video_register_device() failure
2026-05-20 12:45 UTC (8+ messages)
perf test case 'perf kwork record' fails due to abortion
2026-05-20 12:44 UTC
[PATCH v13 10/17] media: ti: j721e-csi2rx: add support for processing virtual channels
2026-05-20 12:44 UTC (2+ messages)
[PATCH net] ipv6: ioam: refresh hdr pointer before ioam6_event()
2026-05-20 12:42 UTC
[PATCH -next v2 00/11] Candidate patches for the v7.2 merge window
2026-05-20 12:44 UTC (3+ messages)
` [PATCH -next v2 09/11] rcu: Document rcu_access_pointer() feeding into cmpxchg()
[PATCH 2/3] media: i2c: add imx576 image sensor driver
2026-05-20 12:43 UTC (2+ messages)
[PATCH v3 0/9] s390: Improve this_cpu operations
2026-05-20 12:43 UTC (3+ messages)
` [PATCH v3 1/9] s390/alternatives: Add new ALT_TYPE_PERCPU type
[tip:tip/urgent] BUILD SUCCESS 71beefb4557dc78c322c96a013fe1ce3742f77fb
2026-05-20 12:40 UTC
[PATCH dpdk] net: fix L2 ptype assignment in VLAN loop
2026-05-20 12:42 UTC (6+ messages)
` [PATCH dpdk v5 0/5] Fix and improve VLAN/MPLS parsing in rte_net_get_ptype
` [PATCH dpdk v5 2/5] net: support multiple stacked VLAN tags
[PATCH v7 0/1] numa: add 'memmap-type' option for memory type configuration
2026-05-20 12:41 UTC (9+ messages)
` [PATCH v7 1/1] "
[PATCH v2 1/2] drm/i915/psr: Block DC states on vblank enable when Panel Replay supported
2026-05-20 12:42 UTC (3+ messages)
` [PATCH v2 2/2] drm/i915/psr: Use DC_OFF wake reference to block DC6 on vblank enable
[PATCH] MAINTAINERS: Update email of Yong Huang
2026-05-19 8:18 UTC
v2026.05.0
2026-05-20 12:40 UTC (2+ messages)
[PATCH v2 0/2] Add cpufreq scaling support for Qualcomm Shikra SoC
2026-05-20 12:41 UTC (3+ messages)
` [PATCH v2 2/2] cpufreq: qcom: "
[PATCH for-4.22 v6] x86/svm: Support vNMI on capable hardware
2026-05-20 12:40 UTC (4+ messages)
[PATCH] crypto: qat - protect service table iterations with service_lock
2026-05-20 12:41 UTC
[PATCH] Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"
2026-05-20 12:40 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH v6 0/2] riscv: lib: add optimized memcmp() and extend KUnit tests
2026-05-20 12:39 UTC (6+ messages)
` [PATCH v6 1/2] riscv: lib: add memcmp() implementation
` [PATCH v6 2/2] lib/string_kunit: extend benchmarks and unit test to memcmp()
[PATCH v13 07/17] media: cadence: csi2rx: Move to .enable/disable_streams API
2026-05-20 12:39 UTC (2+ messages)
[PATCH rtw-next 0/7] wifi: rtw89: update firmware elements formats of power track, compensation and MRU
2026-05-20 12:38 UTC (8+ messages)
` [PATCH rtw-next 1/7] wifi: rtw89: fw: load TX power track element according to AID
` [PATCH rtw-next 2/7] wifi: rtw89: 8922d: refactor digital power compensation to support new format
` [PATCH rtw-next 3/7] wifi: rtw89: 8922d: support new digital power compensation format
` [PATCH rtw-next 4/7] wifi: rtw89: fw: load TX compensation element by RFE type
` [PATCH rtw-next 5/7] wifi: rtw89: Wi-Fi 7 configure TX power limit for large MRU
` [PATCH rtw-next 6/7] wifi: rtw89: debug: show large MRU in txpwr_table dbgfs
` [PATCH rtw-next 7/7] wifi: rtw89: 8922d: configure TX shape settings
[PATCH v10 net-next 0/8] dpll/ice: Add generic DPLL type and full TX reference clock control for E825
2026-05-20 12:37 UTC (4+ messages)
` [Intel-wired-lan] [PATCH v10 net-next 6/8] ice: implement CPI support for E825C
[RFC PATCH v2 0/8] timekeeping: Fix draft tracking precision and add feed-forward discipline via vmclock
2026-05-20 12:37 UTC (7+ messages)
` [RFC PATCH v2 2/8] timekeeping: Account for clawback adjustment in ntp_error
[PATCH v13 03/17] media: ti: j721e-csi2rx: separate out device and context
2026-05-20 12:37 UTC (2+ messages)
[PATCH] dt-bindings: arm-smmu: qcom: Constrain clocks for Hawi SoC
2026-05-20 12:37 UTC (3+ messages)
[PATCH v4 00/39] drm/msm/dp: Add MST support for MSM chipsets
2026-05-20 12:36 UTC (7+ messages)
` [PATCH v4 08/39] drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
[PATCH 0/6] net/idpf: fix split queue AVX2 datapath
2026-05-20 12:36 UTC (2+ messages)
[PATCH 0/2] spi: cadence-xspi: support 4bytes sdma-io-width
2026-05-20 12:17 UTC (8+ messages)
` [PATCH 1/2] spi: dt-bindings: cdns,xspi: add sdma-io-width
[PATCH] media: i2c: imx334: add new link frequency configuration
2026-05-20 12:35 UTC (4+ messages)
[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
2026-05-20 12:35 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status (rev3)
[PATCH v2 7/8] riscv: kdump: exclude non-dumpable reserved memory regions from vmcore
2026-05-20 12:34 UTC (2+ messages)
[PATCH v6 0/5] Introduce cold reset recovery method
2026-05-20 12:34 UTC (2+ messages)
` ✓ CI.KUnit: success for Introduce cold reset recovery method (rev5)
[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
2026-05-20 12:34 UTC (3+ messages)
` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: Add QCA2066 M.2 WiFi/BT support
[PATCH 1/3] drm/amdgpu: add userq create and destroy tracepoints
2026-05-20 12:33 UTC (5+ messages)
` [PATCH 3/3] drm/amdgpu: add userq job and state transition trace events
[PATCH] blk-throttle: schedule parent dispatch in tg_flush_bios()
2026-05-20 12:33 UTC (2+ messages)
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.