All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-12 21:33:08 to 2026-08-12 22:35:32 UTC [more...]

[PATCH v2 00/52] disas/riscv: Reorganize the disassembler
 2026-08-12 22:31 UTC  (35+ messages)
` [PATCH v2 01/52] disas/riscv: Move operand extractors earlier in file
` [PATCH v2 02/52] disas/riscv: Reduce rv_insn to uint32_t
` [PATCH v2 03/52] disas/riscv: Tidy dec initialization in disasm_inst
` [PATCH v2 04/52] disas/riscv: Pass rv_opcode_data pointer to decode_inst_operands
` [PATCH v2 05/52] disas/riscv: Pass rv_opcode_data pointer to/from decode_inst_decompress
` [PATCH v2 06/52] disas/riscv: Pass rv_opcode_data pointer to/from decode_inst_lift_pseudo
` [PATCH v2 07/52] disas/riscv: Pass rv_opcode_data pointer to format_inst
` [PATCH v2 08/52] disas/riscv: Tidy disasm_inst main loop
` [PATCH v2 09/52] disas/riscv: Set dec->opcode_data in decode function
` [PATCH v2 10/52] disas/riscv: Drop explicit zero of rv_opcode_data fields
` [PATCH v2 11/52] disas/riscv: Drop useless const in structures
` [PATCH v2 12/52] disas/riscv: Drop codec from rv_decode
` [PATCH v2 13/52] disas/riscv: Handle c.addi4spn imm != 0 during decode
` [PATCH v2 15/52] disas/riscv: Handle c.lui "
` [PATCH v2 16/52] disas/riscv: Handle c.{srli,srai} imm "
` [PATCH v2 17/52] disas/riscv: Handle c.slli imm != 0 "
` [PATCH v2 18/52] disas/riscv: Do not recognize c.{addw, subw} with rv32
` [PATCH v2 19/52] disas/riscv: Remove rvcd_imm_nz
` [PATCH v2 20/52] disas/riscv: Unify decomp_rv{32,64,128}
` [PATCH v2 21/52] disas/riscv: Drop always true branch pseudos
` [PATCH v2 22/52] disas/riscv: Handle aliases of csrrw during decode
` [PATCH v2 23/52] disas/riscv: Handle aliases of csrrs "
` [PATCH v2 24/52] disas/riscv: Handle aliases of csrrwi "
` [PATCH v2 25/52] disas/riscv: Break pseudo loop for jal and jalr
` [PATCH v2 26/52] disas/riscv: Allow decode_inst_lift_pseudo to loop
` [PATCH v2 28/52] disas/riscv: Drop format from DECOMP insns
` [PATCH v2 30/52] disas/riscv: Chain "ret" pseudo off "jr" pseudo
` [PATCH v2 31/52] disas/riscv: Chain "nop" pseudo off "mv" pseudo
` [PATCH v2 32/52] disas/riscv: Use rv_codec_illegal for pseudos
` [PATCH v2 33/52] disas/riscv: Simplify some insn decompressions
` [PATCH v2 35/52] disas/riscv: Return rv_opcode_data pointer from decoders
` [PATCH v2 36/52] disas/riscv: Skip post-processing of illegal insns
` [PATCH v2 37/52] disas/riscv: Reject all of OP-32 and OP-IMM-32 for RV32
` [PATCH v2 39/52] disas/riscv: Fix isa decoding of rev8

Can we do better than "git checkout/add -p"
 2026-08-12 22:35 UTC  (5+ messages)

[PATCH 0/2] arm64: dts: rockchip: Add Radxa E54C
 2026-08-12 22:35 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: arm: "
` [PATCH 2/2] arm64: dts: "

[PATCH v23 4/5] PCI: Fail FLR when config space is inaccessible
 2026-08-12 22:34 UTC  (2+ messages)

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-12 22:34 UTC  (5+ messages)
` [PATCH v4 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v4 03/10] dt-bindings: gpu: host1x: Document memory-regions for NVDEC

[PATCH V2] nvme: Add module reference counting for multipath devices
 2026-08-12 22:32 UTC 

[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-08-12 22:32 UTC  (6+ messages)
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address

[PATCH v3 0/2] nilfs2: eliminate blockdev_direct_IO() call
 2026-08-12 22:32 UTC  (4+ messages)
` [PATCH v3 1/2] nilfs2: add iomap operations for direct I/O
` [PATCH v3 2/2] nilfs2: switch O_DIRECT to iomap based operations

[PATCH v9 0/2] Add support for PCIe RP PERST#
 2026-08-12 22:32 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: PCI: xilinx-versal-cpm: Add PERST# and reset support

[PATCH 00/14] objtool/klp: sympos/module/alternative/etc fixes
 2026-08-12 22:31 UTC  (5+ messages)
` [PATCH 03/14] objtool/klp: Fix false module dependencies caused by dead relocs

[kernel-cve-report] New CVE entries this week
 2026-08-12 22:30 UTC 

[PATCH] eal: introduce division round up macro
 2026-08-12 22:30 UTC 

[PATCH v6 0/6] fuse: add io-uring buffer pools and zero-copy
 2026-08-12 22:30 UTC  (3+ messages)
` [PATCH v6 5/6] fuse: add zero-copy over io-uring

[PATCH] packfile: fix perf regression with many packs
 2026-08-12 22:29 UTC  (2+ messages)

[PATCH] x86/resctrl: Rename AMD resctrl MSR defines to use MSR_AMD_ prefix
 2026-08-12 22:29 UTC  (2+ messages)

[PATCH bpf-next v8 0/6] Improve stack depth verification stats output
 2026-08-12 22:29 UTC  (8+ messages)
` [PATCH bpf-next v8 1/6] bpf: Track verifier instruction stats for each subprogram
` [PATCH bpf-next v8 2/6] bpf: Attribute async callback instructions to verification roots
` [PATCH bpf-next v8 3/6] bpf: Show more useful info in stack depth stats
` [PATCH bpf-next v8 4/6] selftests/bpf: Adjust veristat stack depth parsing
` [PATCH bpf-next v8 5/6] selftests/bpf: Test stack depth stats without BTF subprog names
` [PATCH bpf-next v8 6/6] selftests/bpf: Test subprogram instruction statistics

[RESEND PATCH v4 00/15] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-08-12 22:28 UTC  (7+ messages)
` [RESEND PATCH v4 05/15] x86,fs/resctrl: Introduce architecture hooks to program kernel-mode
` [RESEND PATCH v4 06/15] fs/resctrl: Introduce resctrl_set_kmode_support() to initialize supported modes

[PATCH v4 00/32] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-12 22:28 UTC  (11+ messages)
` [PATCH v4 01/32] drm/xe: Introduce xe_any helpers
` [PATCH v4 11/32] drm/xe/log: Index all SIGID printk messages
` [PATCH v4 24/32] drm/xe: Report 'device wedged' errors using SIGID
` [PATCH v4 26/32] drm/xe/pcode: Report 'timeout, retrying' error "
` [PATCH v4 27/32] drm/xe/pcode: Report 'initialization timedout' "

[PATCH net] net: dsa: b53: be VLAN unaware when not filtering
 2026-08-12 22:28 UTC  (5+ messages)

[frank-w-bpi-r2-4.14:7.2-rc 194/194] Warning: drivers/net/phy/mxl-gpy.c:588 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
 2026-08-12 22:26 UTC 

[kkdwivedi:arena-kptr 4/11] verifier.c:(.text+0x14448): relocation truncated to fit: R_NIOS2_CALL26 against `bpf_prog_arena'
 2026-08-12 22:26 UTC 

[PATCH v3 0/2] HID: logitech-hidpp: fix Signature M650 side button timing
 2026-08-12 22:26 UTC  (3+ messages)
` [PATCH v3 1/2] HID: logitech-hidpp: add HID++ 2.0 reprogrammable button support

[RFC PATCH v2 1/1] drm/xe: keep VM-bound WC BOs resident during reclaim
 2026-08-12 22:25 UTC  (8+ messages)

[PATCH bpf-next v4 00/13] bpf: Support aggregate return values up to 16 bytes
 2026-08-12 22:24 UTC  (7+ messages)
` [PATCH bpf-next v4 06/13] bpf: Reject callbacks returning more than 8 bytes
` [PATCH bpf-next v4 07/13] bpf: Add verifier support for 16-byte returns in R0:R2
` [PATCH bpf-next v4 08/13] bpf: Reject register-pair returns when the subprog BTF is unreliable

[PATCH] btrfs: properly cleanup replace_task when the replace failed to start
 2026-08-12 22:24 UTC  (4+ messages)

[PATCH 0/5] power: supply: bq27xxx: add bq27z746, and fix some regs
 2026-08-12 22:23 UTC  (2+ messages)
` (subset) "

[PATCH] power: supply: bq256xx: drain usb_work before freeing the charger
 2026-08-12 22:23 UTC  (2+ messages)

[PATCH] power: supply: lp8727: fix use-after-free in lp8727_release_irq()
 2026-08-12 22:23 UTC  (2+ messages)

[PATCH] power: supply: max17040: synchronize work cancellation on suspend
 2026-08-12 22:23 UTC  (2+ messages)

[PATCH 0/5] ROHM bd71828 power-supply fixes
 2026-08-12 22:23 UTC  (2+ messages)

[PATCH] power: supply: qcom_battmgr: fix battery chemistry strncmp length
 2026-08-12 22:23 UTC  (2+ messages)

[PATCH v5 0/5] rust: Add support for reserving of ranges of IDs
 2026-08-12 22:23 UTC  (5+ messages)
` [PATCH v5 1/5] rust: bitmap: use function-level cfg on kunit test
` [PATCH v5 5/5] gpu: nova-core: add ChannelIdPool

[PATCH v23 5/5] PCI/MSI: Enable memory decoding before restoring MSI-X messages
 2026-08-12 22:22 UTC  (3+ messages)

[REGRESSION] Please revert 1191285ecb42 from 7.1.y
 2026-08-12 22:21 UTC  (6+ messages)

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-08-12 22:20 UTC  (4+ messages)

[PATCH v2 00/10] Crescent Island PMT support
 2026-08-12 20:04 UTC  (15+ messages)
` [PATCH v2 02/10] platform/x86/intel/pmt: Add register access callbacks
` [PATCH v2 05/10] drm/xe/vsec: Support possible hotplug exit
` [PATCH v2 06/10] drm/xe/vsec: Support Crescent Island PMT
` [PATCH v2 07/10] drm/xe/vsec: Crescent Island PMT decode
` [PATCH v2 08/10] drm/xe/vsec: Crescent Island PMT callbacks
` [PATCH v2 09/10] drm/xe/vsec: Support late bind fw information
` [PATCH v2 10/10] drm/xe/vsec: Update PMT internal access for CRI

[PATCH] drm/xe: kill the secondary bind queues on multi-GT teardown
 2026-08-12 19:47 UTC  (2+ messages)

[PATCH v2 0/2] x86/mce/amd: Fix inverted interrupt enablement during storm handling
 2026-08-12 22:15 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] x86/mce: Rename MCE storm handler parameters for storm mode

[PATCH v5 0/6] nfc: s3fwrn5: support the S3NRN4V variant
 2026-08-12 22:15 UTC  (7+ messages)
` [PATCH v5 1/6] nfc: s3fwrn5: drop of_match_ptr() from the I2C driver
` [PATCH v5 5/6] nfc: s3fwrn5: support the S3NRN4V variant
` [PATCH v5 6/6] arm64: dts: qcom: milos-fairphone-fp6: Add NFC

[PATCH] ASoC: meson: aiu: make aiu_formatter_i2s_drv static
 2026-08-12 22:13 UTC  (3+ messages)

[PATCH v4 00/10] mlx5 support for VFIO self test
 2026-08-12 22:13 UTC  (6+ messages)
` [PATCH v4 06/10] vfio: selftests: Allow drivers to specify required region size
` [PATCH v4 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface

[PATCH] NFS/localio: fix nfs_local_dio_misaligned tracepoint
 2026-08-12 22:13 UTC  (3+ messages)
  `  "

[PATCH v3 0/3] implement GPU reset API
 2026-08-12 22:12 UTC  (6+ messages)
` [PATCH v3 3/3] drm/tyr: add GPU reset infrastructure

[PATCH 0/2] drm/i915/fbc: Dirty rectangle bounds enforcement and CFB nuke handling
 2026-08-12 22:10 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/fbc: fbc_dirty_rect restrictions and logging
` [PATCH 2/2] drm/i915/fbc: nuke CFB if Plane setting (except for surf addr) changes
` ✓ CI.KUnit: success for drm/i915/fbc: Dirty rectangle bounds enforcement and CFB nuke handling

[PATCH] hw/intc/arm_gicv3: Have GIC kconfig select GICv3 for HVF and WHPX
 2026-08-12 22:08 UTC 

[PATCH v23 5/5] PCI/MSI: Enable memory decoding before restoring MSI-X messages
 2026-08-12 22:07 UTC  (2+ messages)

[PULL 00/10] Next patches
 2026-08-12 22:01 UTC  (2+ messages)

[PATCH v2 0/3] drm/atomic-state-helper: fixes for blend-mode-prop warning
 2026-08-12 22:01 UTC  (3+ messages)
` [PATCH v2 3/3] drm/amd/display: advertise PIXEL_NONE as blend mode for DCE generations

[syzbot] [net?] WARNING in ipgre_xmit (2)
 2026-08-12 22:01 UTC 

[PATCH] power: supply: ds2760_battery: fix NULL pointer dereference in w1_ds2760_remove_slave()
 2026-08-12 22:00 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2026-08-12 21:58 UTC 

[RFC PATCH v3 0/6] Add support for AMD IOMMU GAPPI
 2026-08-12 21:59 UTC  (7+ messages)
` [RFC PATCH v3 5/6] KVM: SVM: Add support for AMD IOMMU Guest APIC Physical Processor Interrupt (GAPPI)

[PATCH v3 0/4] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-12 21:58 UTC  (3+ messages)
` [PATCH v3 2/4] KVM: TDX: Set bits 31:16 to 0 for the synthesized Exit Reason

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-12 21:55 UTC  (12+ messages)

[meta-ti][master][PATCH v3 1/3] kernel_legacyhs: Adapt to recent changes in oe-core
 2026-08-12 21:54 UTC  (4+ messages)
` [meta-ti][master][PATCH v3 2/3] kernel-uboot-legacyhs: Set ARCH and UBOOT_ARCH directly
` [meta-ti][master][PATCH v3 3/3] ti-devicetree-prefix: set ARCH directly

[PATCH net] vxlan: vnifilter: enforce exact length of GROUP/GROUP6 attributes
 2026-08-12 21:54 UTC  (3+ messages)

[PATCH V1] accel/amdxdna: Fix unexpected wait when flushing notifier_wq
 2026-08-12 21:54 UTC  (2+ messages)

[ANN] Google's Netdev-CI for IDPF and GVE
 2026-08-12 21:54 UTC  (6+ messages)

[PATCH net RESEND] vxlan: vnifilter: enforce exact length of GROUP/GROUP6 attributes
 2026-08-12 21:53 UTC 

[PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-08-12 21:53 UTC  (3+ messages)

[PATCH 0/2] arm64: Implement support for BTI veneers
 2026-08-12 21:52 UTC  (3+ messages)
` [PATCH 1/2] arm64: module: Emit BTI veneers for cross-section calls

[RFC PATCH 0/6] Boot logo supplied by the device tree
 2026-08-12 23:50 UTC  (8+ messages)

[android-common:android12-5.10 1/1] mm/hmm.c:219:1: warning: control reaches end of non-void function
 2026-08-12 21:49 UTC 

[PATCH 1/3] android: Implement lightweight GKeyFile INI string parser in glib shim
 2026-08-12 21:48 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for series starting with [v4] lib/igt_rc: Introduce generic config parser (rev5)

[PATCH v4 1/4] mtd: spi-nor-ids: Add XMC XM25QH128C
 2026-08-12 21:48 UTC  (6+ messages)
` [PATCH v4 3/4] rockchip: rk3399: Add ROC-PC-PLUS board detection

[PATCH RFC v2 00/25] review: track and browse every version of a tracked series
 2026-08-12 21:47 UTC  (26+ messages)
` [PATCH RFC v2 01/25] review-tui: fix rethreaded series thread viewing
` [PATCH RFC v2 02/25] review: do not clear fields a re-adding caller does not know
` [PATCH RFC v2 03/25] review-tui: keep the rethread flag on an upgraded series row
` [PATCH RFC v2 04/25] review: guard the tracking-commit amend on the worktree, not the checkout
` [PATCH RFC v2 05/25] review-tui: recompute an evicted A·R·T cache entry
` [PATCH RFC v2 06/25] review: test the prerequisite fixes
` [PATCH RFC v2 07/25] review: serialize schema migrations against a concurrent opener
` [PATCH RFC v2 08/25] review: test the migration serialization
` [PATCH RFC v2 09/25] review: track message counts for all revisions of a series
` [PATCH RFC v2 10/25] review: give per-change_id state its own table
` [PATCH RFC v2 11/25] review: test per-revision message tracking
` [PATCH RFC v2 12/25] review-tui: poll every revision on u/U updates
` [PATCH RFC v2 13/25] review: test the per-revision poll sweep
` [PATCH RFC v2 14/25] review-tui: resolve the tracked revision in revision lists
` [PATCH RFC v2 15/25] review-tui: fall back when a cached thread blob has no series
` [PATCH RFC v2 16/25] review-tui: test revision resolution and the range-diff fallback
` [PATCH RFC v2 17/25] review: skip the catalog mirror when nothing moved
` [PATCH RFC v2 18/25] review: match a stray posting by message-id
` [PATCH RFC v2 19/25] review: add backward discovery of older series revisions
` [PATCH RFC v2 20/25] review-tui: add a "Find older revisions" action
` [PATCH RFC v2 21/25] review: test the catalog mirror, stray matching and backward discovery
` [PATCH RFC v2 22/25] review-tui: extract the Msgs column renderer from TrackedSeriesItem
` [PATCH RFC v2 23/25] review-tui: give the unseen badge a column of its own
` [PATCH RFC v2 24/25] review-tui: expand tracked series into per-version rows
` [PATCH RFC v2 25/25] review-tui: test per-version tracker rows

[pull] amdgpu, amdkfd, radeon drm-next-7.3
 2026-08-12 21:47 UTC 

[RFC PATCH 0/5] PCI/vfio-pci: Guard resets against active SR-IOV VFs
 2026-08-12 21:45 UTC  (2+ messages)

[PATCH] devtmpfs: restore mount option reconfiguration on get_tree
 2026-08-12 21:44 UTC  (2+ messages)
` [PATCH V2] "

[PATCH v2 0/2] ufs: core: Improve error handling
 2026-08-12 21:44 UTC  (5+ messages)
` [PATCH v2 1/2] ufs: core: Fix a race condition triggered by ufshcd_eh_timed_out()
` [PATCH v2 2/2] ufs: core: Do not forcibly complete SCSI commands

[PATCH v2] cxl/region: Unregister the pmem region bridge on setup failure
 2026-08-12 21:42 UTC  (2+ messages)

[PATCH v3] net/ceph/messenger: support IPv6 Link-Local with scope identifier
 2026-08-12 21:42 UTC  (3+ messages)
` [v3] "

[syzbot] [mm?] WARNING in set_mm_walk
 2026-08-12 21:41 UTC  (4+ messages)

[PATCH RESEND v6 0/5] regulator: Add X-Powers AXP318W PMIC support
 2026-08-12 21:41 UTC  (11+ messages)
` [PATCH RESEND v6 1/5] mfd: axp20x: Constify axp313 and axp717 cells
` [PATCH RESEND v6 2/5] mfd: axp20x-i2c: Fix i2c instantiation
` [PATCH RESEND v6 3/5] dt-bindings: mfd: x-powers,axp152: Document AXP318W
` [PATCH RESEND v6 4/5] mfd: axp20x: Add support for AXP318W PMIC
` [PATCH RESEND v6 5/5] regulator: axp20x: add support for the AXP318W

[GIT PULL] Microchip ARM64 device tree updates for v7.3
 2026-08-12 21:40 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2026-08-12 21:40 UTC 

[PATCH v3 0/2] perf: Add Raspberry Pi AXI PMU driver
 2026-08-12 21:37 UTC  (6+ messages)
` [PATCH v4 "

[PATCH v4] net/ceph/messenger: support IPv6 Link-Local with scope identifier
 2026-08-12 21:36 UTC 

+ percpu-drop-config_debug_force_weak_per_cpu.patch added to mm-new branch
 2026-08-12 21:36 UTC 

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-12 21:34 UTC  (6+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion

[PATCH 00/11] coverity: fix unchecked returns
 2026-08-12 21:34 UTC  (6+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 12/12] bisect: handle dup() failure when redirecting stdout

[PATCH] http: add http.sslVerifyStatus to check stapled OCSP responses
 2026-08-12 21:34 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 0/2] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-08-12 21:34 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: use dma_chan_name() helper to get per-channel device name

ASoC: tas2783-sdw: no stereo channel split for two mono amps -> mono output (AMD ACP SoundWire, ASUS ProArt PX13)
 2026-08-12 21:33 UTC  (3+ messages)

[Buildroot] [PATCH 1/3] package/libdvdcss: needs gcc >= 8
 2026-08-12 21:32 UTC  (2+ messages)
` [Buildroot] [PATCH 3/3] package/libdvdread: bump version to 7.1.1


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.