All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-10 21:26:23 to 2026-07-10 21:53:21 UTC [more...]

[PATCH net-next v4 00/15][pull request] Introduce iXD driver
 2026-07-10 21:52 UTC 

[PATCH v3 00/51] accel/tcg: Use IntervalTree for breakpoints and watchpoints
 2026-07-10 21:52 UTC  (15+ messages)
` [PATCH v3 04/51] qemu/typedefs: Declare CPUBreakpoint and CPUWatchpoint globally
` [PATCH v3 06/51] exec/breakpoint: Add CPUBreakpoint.id
` [PATCH v3 07/51] exec/watchpoint: Add CPUWatchpoint.id
` [PATCH v3 10/51] target/arm: Use bp argument in arm_debug_check_breakpoint
` [PATCH v3 14/51] target/xtensa: Use bp argument in xtensa_debug_check_breakpoint
` [PATCH v3 16/51] target/arm: Make check_watchpoint_in_range static
` [PATCH v3 17/51] gdbstub: Report actual watchpoint trigger address

[PATCH v5 00/98] tests/tcg: run tests with meson
 2026-07-10 21:43 UTC  (80+ messages)
` [PATCH v5 01/98] tests/tcg/multiarch/system/memory.c: remove unused variable
` [PATCH v5 02/98] tests/tcg/multiarch/plugin/check-plugin-output.sh: take test output as input
` [PATCH v5 03/98] tests/tcg/multiarch/plugin: rename check-plugin-output to regex-compare
` [PATCH v5 04/98] meson: bump minimal version to 1.6.0
` [PATCH v5 05/98] tests/tcg: introduce meson.build
` [PATCH v5 06/98] tests/tcg/meson.build: introduce exe_name
` [PATCH v5 07/98] tests/tcg/meson.build: introduce test_name
` [PATCH v5 08/98] tests/tcg/meson.build: introduce cflags
` [PATCH v5 09/98] tests/tcg/meson.build: introduce qemu_args
` [PATCH v5 10/98] tests/tcg/meson.build: introduce env_var
` [PATCH v5 11/98] tests/tcg/plugins: build list of test_plugins
` [PATCH v5 12/98] tests/tcg/meson.build: introduce plugin_test
` [PATCH v5 13/98] tests/tcg/meson.build: test gdb support and introduce gdb_arch
` [PATCH v5 14/98] tests/tcg/meson.build: introduce gdb_test
` [PATCH v5 15/98] tests/tcg/meson.build: introduce wrapper
` [PATCH v5 16/98] tests/tcg/meson.build: introduce expected_output
` [PATCH v5 17/98] tests/tcg/meson.build: add wrapper run_and_check_forbidden_output
` [PATCH v5 18/98] tests/tcg/meson.build: add wrapper run_with_input
` [PATCH v5 19/98] tests/tcg/meson.build: add wrapper record_replay
` [PATCH v5 20/98] tests/tcg/meson.build: add wrapper check_plugin_output
` [PATCH v5 21/98] tests/tcg/meson.build: add logic to skip tests
` [PATCH v5 22/98] tests/tcg/meson.build: introduce cc_feat and cc_feat_cflags
` [PATCH v5 23/98] tests/tcg/meson.build: introduce gdb_feat and gdb_feat_version
` [PATCH v5 24/98] tests/tcg/meson.build: move gdb_arch support check
` [PATCH v5 25/98] tests/tcg/meson.build: let test infrastructure detect compiler
` [PATCH v5 26/98] tests/docker/docker.py: return error code if probe fails
` [PATCH v5 27/98] tests/docker/docker.py: remove "Image is up to date" info
` [PATCH v5 28/98] tests/tcg/meson.build: introduce cc_dockerfile and cc_docker_host_arch
` [PATCH v5 29/98] tests/tcg/meson.build: check host cross cc is working
` [PATCH v5 30/98] tests/tcg/meson.build: introduce depends
` [PATCH v5 31/98] tests/tcg/meson.build: add top-level 'tcg-tests' target
` [PATCH v5 32/98] tests/tcg/Makefile: skip user/system tests if target Makefile is not present
` [PATCH v5 33/98] tests/tcg/multiarch/gdbstub/prot-none.py: deactivate on gitlab CI
` [PATCH v5 34/98] tests/tcg/multiarch: declare user tests
` [PATCH v5 35/98] tests/tcg/multiarch: declare system tests
` [PATCH v5 36/98] tests/tcg/meson.build: add generic plugin tests
` [PATCH v5 37/98] tests/tcg/arm/fcvt.c: use raw opcode for FPRCVT
` [PATCH v5 38/98] tests/tcg/aarch64: user tests
` [PATCH v5 39/98] tests/tcg/aarch64/system/gpc-test.c: remove unused variables
` [PATCH v5 40/98] tests/tcg/aarch64: system tests
` [PATCH v5 41/98] tests/tcg/aarch64_be: user tests
` [PATCH v5 42/98] tests/tcg/alpha: add float reference files
` [PATCH v5 43/98] tests/tcg/alpha: user tests
` [PATCH v5 44/98] tests/tcg/alpha: system tests
` [PATCH v5 45/98] tests/tcg/arm: user tests
` [PATCH v5 46/98] tests/tcg/arm: system tests
` [PATCH v5 47/98] tests/tcg/hexagon/overflow.c: add missing include
` [PATCH v5 48/98] tests/tcg/hexagon: user tests
` [PATCH v5 49/98] tests/tcg/multiarch/sha1.c: fix big endian implementation
` [PATCH v5 50/98] tests/tcg/hppa: add float reference files
` [PATCH v5 51/98] tests/tcg/hppa: user tests
` [PATCH v5 52/98] tests/tcg/i386: add missing float reference files
` [PATCH v5 53/98] tests/tcg/i386: user tests
` [PATCH v5 54/98] tests/tcg/i386: system tests
` [PATCH v5 55/98] tests/tcg/loongarch64: user tests
` [PATCH v5 56/98] tests/tcg/loongarch64: system tests
` [PATCH v5 57/98] tests/tcg/m68k: add float reference files
` [PATCH v5 58/98] tests/tcg/m68k: user tests
` [PATCH v5 59/98] scripts/probe-gdb-support.py: add mapping for mips architecture
` [PATCH v5 60/98] tests/tcg/mips: add float reference files
` [PATCH v5 61/98] test/tcg/mips: user tests
` [PATCH v5 62/98] tests/tcg/mips64: add float reference files
` [PATCH v5 63/98] tests/tcg/mips64: user tests
` [PATCH v5 64/98] tests/tcg/mips64el: add float reference files
` [PATCH v5 65/98] tests/tcg/mips64el: user tests
` [PATCH v5 66/98] tests/docker/dockerfiles/debian-all-test-cross.docker: add or1k toolchain
` [PATCH v5 67/98] tests/tcg/or1k/test_addic.c: remove unused variables
` [PATCH v5 68/98] tests/tcg/or1k/test_muli.c: remove set but unused variable
` [PATCH v5 69/98] tests/tcg/or1k: add float reference files
` [PATCH v5 70/98] plugins/api.c: identify or1k pc register and mark it as read only
` [PATCH v5 71/98] tests/tcg/or1k: user tests
` [PATCH v5 72/98] tests/tcg/ppc64: add float reference files
` [PATCH v5 73/98] tests/tcg/ppc64: remove dependency on qemu/compiler.h
` [PATCH v5 74/98] tests/tcg/ppc64: user tests
` [PATCH v5 75/98] tests/tcg/ppc64le: add missing float reference file
` [PATCH v5 76/98] tests/tcg/ppc64le: user tests
` [PATCH v5 77/98] tests/tcg/riscv64: add float reference files
` [PATCH v5 78/98] tests/tcg/riscv64: user tests
` [PATCH v5 79/98] tests/tcg/riscv64: system tests

[PATCH] efi: loader: coalesce overdue periodic timers
 2026-07-10 21:50 UTC  (2+ messages)

[RESEND][RFC/discuss] memfd_secret(): opt-in visibility for security monitoring (eBPF/audit)
 2026-07-10 21:51 UTC  (3+ messages)
  ` İlt: "

[PATCH v2] tests/intel/xe_defrag: Exercise the Xe page-defragmentation worker
 2026-07-10 21:51 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_defrag: Exercise the Xe page-defragmentation worker (rev2)

[PATCH] efi: fix GetNextDevicePathInstance trace argument
 2026-07-10 21:50 UTC  (2+ messages)

[PATCH] tools/lib/api: Check nonfilterable in fdarray__filter()
 2026-07-10 21:51 UTC  (3+ messages)

[PATCH] efi: allow LoadImage from a source buffer
 2026-07-10 21:49 UTC  (2+ messages)

[PATCH bpf-next v3] selftests/bpf: veristat: Minimize map size during verification
 2026-07-10 21:50 UTC  (4+ messages)

[RFC PATCH 0/6] Add Shared Media Graph API
 2026-07-10 21:50 UTC  (9+ messages)
` [RFC PATCH 1/6] media: mc: Implement shared media graph

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-10 21:49 UTC  (4+ messages)
` [PATCH v3 01/21] perf capstone: Fix kernel map reference count leak

[PATCH] docs: pt_BR: translate the management-style.rst to Brazilian Portuguese
 2026-07-10 21:49 UTC  (4+ messages)

[PATCH v1] perf tests: Restore -p flag to lock contention test
 2026-07-10 21:48 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net v2] ice: add missing xa_destroy for sched_node_ids
 2026-07-10 21:48 UTC  (3+ messages)
  `  "

[PATCH] Bluetooth: btintel: Drop dead !skb check in btintel_read_version()
 2026-07-10 21:47 UTC  (2+ messages)
`  "

Ethtool is missing C2C link modes
 2026-07-10 21:45 UTC 

[PATCH] app/testpmd: fix flow cfg double-free after reattach
 2026-07-10 21:45 UTC  (2+ messages)

[PATCH] efi: fix the runtime services table signature
 2026-07-10 21:44 UTC  (2+ messages)

[PATCH 0/2] KUnit test for VF provisioning error handling
 2026-07-10 21:44 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] partitions: efi: validate complete GPT entry array
 2026-07-10 21:42 UTC  (2+ messages)

[PATCH v3 0/3] Add support for Variscite VAR-SOM-AM62 and Symphony board
 2026-07-10 21:41 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: arm: ti: Add bindings for Variscite VAR-SOM-AM62

[PATCH v4 0/7] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-07-10 21:41 UTC  (3+ messages)
` [PATCH v4 5/7] media: uapi: Add CAMSS ISP configuration definition

[PATCH v3 00/16] arm_mpam: Add MPAM-Fb firmware support
 2026-07-10 21:40 UTC  (4+ messages)
` [PATCH v3 01/16] arm_mpam: let low level MSC read accessors return an error

Mascot
 2026-07-10 21:40 UTC 

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-10 21:39 UTC  (25+ messages)
` [PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v7 03/12] PCI: liveupdate: Track incoming "
` [PATCH v7 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-10 21:39 UTC  (5+ messages)
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()

[PATCH 1/2] nvme: fix PRP pool resize before first use
 2026-07-10 21:38 UTC  (2+ messages)

[f2fs-dev] [PATCHv2 0/5] direct-io file extended attributes
 2026-07-10 21:06 UTC  (8+ messages)
`  "
` [f2fs-dev] [PATCHv2 1/5] fs: add direct io attributes to file_getattr
  `  "
` [f2fs-dev] [PATCHv2 2/5] block: report direct io attributes through file_getattr
` [f2fs-dev] [PATCHv2 3/5] xfs: "
` [f2fs-dev] [PATCHv2 4/5] ext4: "
` [f2fs-dev] [PATCHv2 5/5] f2fs: "

[PATCH] ARM: i.MX: fix fast auth wrong CSF file
 2026-07-10 21:36 UTC  (2+ messages)

[PATCH] crypto: rsassa-pkcs1: use constant-time comparison for digest and signature verification
 2026-07-10 21:37 UTC  (2+ messages)

[PATCH net-next 0/7] hardware pacing offload
 2026-07-10 21:37 UTC  (3+ messages)
` [PATCH net-next 3/7] idpf: support "

[PATCH] dma: return NULL on dma_alloc_coherent failure
 2026-07-10 21:35 UTC  (2+ messages)

[PATCH v6 0/6] gpiolib: fence off legacy interfaces
 2026-07-10 21:35 UTC  (11+ messages)
` [PATCH 2/6] [v6] Input: gpio-keys: make legacy gpiolib optional
` [PATCH 3/6] [v6] leds: gpio: make legacy gpiolib interface optional
` [PATCH 4/6] [v6] sh: select legacy gpiolib interface
` [PATCH 5/6] [v6] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 6/6] [v6] gpiolib: turn off legacy interface by default

[PATCH] common: fastboot: make CONFIG_FASTBOOT_SPARSE=y the default
 2026-07-10 21:33 UTC  (2+ messages)

[PATCH v3 0/9] Stability fixes for GVE
 2026-07-10 21:34 UTC  (3+ messages)
` [PATCH v4 "

[PATCHSET v4 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-07-10 21:33 UTC  (3+ messages)
` [PATCH 02/10] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors

[GIT PULL] ARM: platform and feature deprecation for 7.3
 2026-07-10 21:33 UTC 

[PATCH] ARM: dts: imx8mp-debix: use upstream dts files directly
 2026-07-10 21:30 UTC  (2+ messages)

[PATCH] ARM: multi_v8_defconfig: enable more MMC support
 2026-07-10 21:28 UTC  (2+ messages)

[PATCH] gpu: nova-core: add ChannelIdPool
 2026-07-10 21:29 UTC  (2+ messages)

[f2fs-dev] [PATCH] fs: report direct io constraints through file_getattr
 2026-07-10 21:28 UTC  (5+ messages)
`  "

[meta-python][PATCH 1/2] python3-rarfile: Enable tests
 2026-07-10 21:28 UTC  (2+ messages)
` [meta-python][PATCH 2/2] python3-wand: "

[PATCH v12 00/36] phy: rockchip: usbdp: Clean up the mess
 2026-07-10 21:28 UTC  (10+ messages)
` [PATCH v12 31/36] phy: rockchip: usbdp: Add phy reset notification support
` [PATCH v12 32/36] phy: rockchip: usbdp: Drop -EPROBE_DEFER hack
` [PATCH v12 35/36] phy: rockchip: usbdp: Re-init PHY on mux change

Regression in f_fastboot due to commit 6a92e9827650 ("usb: ci_udc: Check ci_ep->desc before use")
 2026-07-10 21:27 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/xe_vm: Fix igt_assert_f condition in test_oom
 2026-07-10 21:27 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v5 0/9] mm/page_owner: misc cleanups
 2026-07-10 21:27 UTC  (4+ messages)

[PATCH v11 0/2] contrib/plugins: add dlcall to call host functions from a guest
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH v11 1/2] contrib/plugins: add a minimal dlcall plugin
` [PATCH v11 2/2] docs/about/emulation: document the "

[PATCH 0/8] x86/pci: consolidate x86-specific PCI quirks into arch/x86/pci/fixup.c
 2026-07-10 21:27 UTC  (2+ messages)

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-10 21:27 UTC  (9+ messages)
` [PATCH v8 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v8 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v8 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v8 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v8 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v8 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v8 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v8 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

drivers/irqchip/irq-bcm7038-l1.c:411:7-10: ERROR: iterator variable bound on line 408 cannot be NULL
 2026-07-10 21:25 UTC 

[PATCH 0/3] ASoC: meson: aiu-encoder-i2s: improve hw constraints checks
 2026-07-10 21:27 UTC  (3+ messages)
` [PATCH 1/3] ASoC: meson: aiu-encoder-i2s: fix bs quirk incompatibility check

Limiting Yocto Memory Usage
 2026-07-10 21:26 UTC 

[PATCH v2 0/2] Add trace event support for GENI SE registers dump
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH v2 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths

[PATCH net 0/7] selftests: net: add missing kconfig and settings
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH net 6/7] selftests: drv-net: add missing kconfig for psp.py

[PATCH 0/7] dmaengine: dw-edma: Fixes and interrupt-path groundwork
 2026-07-10 21:26 UTC  (3+ messages)
` [PATCH 1/7] dmaengine: dw-edma: Fix HDMA channel status register access


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.