All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-10 21:49:34 to 2026-07-10 22:12:28 UTC [more...]

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-10 22:12 UTC  (12+ messages)
` [PATCH v8 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [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 v2 00/12] arm64: dts: rockchip: Add NanoPi M6 board
 2026-07-10 22:12 UTC  (20+ messages)
` [PATCH v2 01/12] dt-bindings: arm: rockchip: add FriendlyElec NanoPi M6
` [PATCH v2 02/12] arm64: dts: rockchip: refactor rk3588s-nanopi* to support M6
` [PATCH v2 03/12] arm64: dts: rockchip: move NanoPi R6 code into common dtsi
` [PATCH v2 04/12] arm64: dts: rockchip: rk3588s-nanopi: add missing sdmmc cd pinctrl
` [PATCH v2 05/12] arm64: dts: rockchip: rk3588s-nanopi: remove pull up on rtc int pin
` [PATCH v2 06/12] arm64: dts: rockchip: rk3588s-nanopi: add missing pcie rst pinctrl
` [PATCH v2 07/12] arm64: dts: rockchip: rk3588s-nanopi: pcie2x1l2: add clkreq
` [PATCH v2 08/12] arm64: dts: rockchip: rk3588s-nanopi: remove always-on from vdd_npu_s0 reg
` [PATCH v2 09/12] arm64: dts: rockchip: rk3588s-nanopi: remove useless vcc_3v3_pcie20
` [PATCH v2 10/12] arm64: dts: rockchip: rk3588s-nanopi: add gmac1 add phy-supply
` [PATCH v2 11/12] arm64: dts: rockchip: rk3588s-nanopi: remove bogus vcc5v0_usb regulator
` [PATCH v2 12/12] arm64: dts: rockchip: add support for NanoPi M6 board

[PATCH] bpf: return -EINVAL from bpf_ringbuf_query for unknown flags
 2026-07-10 22:11 UTC  (2+ messages)

Why we're stuck with man(7) (was: man/man8/ldconfig.8: document system-wide tunables)
 2026-07-10 22:11 UTC  (2+ messages)

[PATCH 1/2] console_codes.4: mention caveats for xterm's ESC ] 50 command
 2026-07-10 22:10 UTC  (2+ messages)
` [PATCH 2/2] console_codes.4: document more xterm codes

[PATCH v2 00/33] drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
 2026-07-10 22:10 UTC  (41+ messages)
` [PATCH v2 01/33] drm/ttm/pool: Allow backing off reclaim at the beneficial order
` [PATCH v2 02/33] drm/ttm/pool: Add ttm_pool_page_order_nodma() helper
` [PATCH v2 03/33] drm/ttm: Record sub-optimal page order allocations in ttm_tt
` [PATCH v2 04/33] drm/ttm: Introduce ttm_pool_alloc_iter for __ttm_pool_alloc()
` [PATCH v2 05/33] drm/ttm: Support defragmentation moves
` [PATCH v2 06/33] drm/ttm: Add fault injection for beneficial-order allocation failures
` [PATCH v2 07/33] drm/ttm: Harvest beneficial-order pages on defragmentation moves
` [PATCH v2 08/33] drm/ttm: Bound page (re)allocation per defragmentation move
` [PATCH v2 09/33] drm/ttm: Preallocate beneficial-order defrag pages outside the lock
` [PATCH v2 10/33] drm/ttm: Add full out-of-lock preallocation for ttm_pool_alloc()
` [PATCH v2 11/33] drm/gpusvm: Add a DMA-mapping accounting callback
` [PATCH v2 12/33] drm/xe: Add debugfs stats for DMA-mapped pages per order
` [PATCH v2 13/33] drm/xe: Flush L2 asynchronously in xe_bo_trigger_rebind()
` [PATCH v2 14/33] drm/xe: Destroy page tables after unlinking all VMAs on VM close
` [PATCH v2 15/33] drm/xe: Track BOs backed at a sub-optimal page order
` [PATCH v2 16/33] drm/xe: Back off beneficial-order reclaim under defrag pressure
` [PATCH v2 17/33] drm/xe: Add xe_migrate_copy_defrag() for on-GPU defrag copies
` [PATCH v2 18/33] drm/xe: Handle defrag moves in xe_bo_move()
` [PATCH v2 19/33] drm/xe: Skip self-copies for borrowed pages on defrag moves
` [PATCH v2 20/33] drm/xe: Add a page defragmentation worker
` [PATCH v2 21/33] drm/xe: Add defrag GT stats
` [PATCH v2 22/33] drm/xe: Add Kconfig.profile options for BO defrag configuration
` [PATCH v2 23/33] drm/xe: Defrag using out-of-lock page preallocation
` [PATCH v2 24/33] drm/xe: Add defrag profiling tracepoints
` [PATCH v2 25/33] drm/xe: Preallocate system BO backing outside the dma-resv lock
` [PATCH v2 26/33] drm/xe: Add tracepoint for xe_gem_create_ioctl
` [PATCH v2 27/33] drm/xe: Add IOVA-based xe_res_cursor variant
` [PATCH v2 28/33] drm/xe: Use IOVA-based DMA mapping for eligible tt BOs
` [PATCH v2 29/33] drm/xe: Add per-device dependency scheduler for IOVA defrag finalize
` [PATCH v2 30/33] drm/xe: Add packed copy-step IOVA mapping for defrag
` [PATCH v2 31/33] drm/xe: Blit src-natural to dst-packed for defrag-IOVA copies
` [PATCH v2 32/33] drm/xe: Finalize defrag-IOVA moves with post-copy job
` [PATCH v2 33/33] drm/amdgpu: Preallocate system BO pages outside the reservation lock
` ✗ CI.checkpatch: warning for drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
` ✓ CI.KUnit: success "

[PATCH] net/af_xdp: add Rx metadata and dynamic timestamping support
 2026-07-10 22:10 UTC  (4+ messages)
` [PATCH v2 0/2] net/af_xdp: add Rx timestamping and read_clock support
  ` [PATCH v2 1/2] net/af_xdp: add af_xdp rx metadata and dynamic timestamping support
  ` [PATCH v2 2/2] net/af_xdp: add read_clock support to AF_XDP PMD

[PATCH] docs: custom.css: don't limit randering to old 800px monitors
 2026-07-10 22:10 UTC  (5+ messages)

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-10 22:09 UTC  (5+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it
` [PATCH 2/4] selftests/bpf: Install resolve_btfids.test.o.BTF where the test expects it
` [PATCH 3/4] selftests/bpf: Fix lsm_bdev dev_t encoding mismatch
` [PATCH 4/4] libbpf: Search /lib64 and /lib in resolve_full_path()

[PATCH 0/2] commit-graph: fix topo_levels slab propagation regression
 2026-07-10 22:09 UTC  (5+ messages)
` [PATCH 1/2] commit-graph: add trace2 instrumentation for generation DFS

[PATCH v3 00/11] vfio/pci: Add CXL Type-2 device passthrough support
 2026-07-10 22:09 UTC  (5+ messages)
` [PATCH v3 06/11] cxl: Add register-virtualization helpers for vfio Type-2 passthrough
` [PATCH v3 08/11] vfio/pci/cxl: Add HDM + COMP_REGS regions and DVSEC clipping shim

[PULL 00/35] ppc queue
 2026-07-10 22:07 UTC  (3+ messages)
` [PULL 07/35] target/ppc: Implement watchpoint debug facility for v2.07S

[PATCH v4 00/18] KVM: SEV: Fix RMP #PF due to freeing in-use VMSA
 2026-07-10 22:08 UTC  (4+ messages)
` [PATCH v4 13/18] KVM: guest_memfd: Pass GPA, not GFN, to prepare() hook

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-10 22:07 UTC  (4+ messages)
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges

[PATCH v4 0/9] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-10 22:06 UTC  (10+ messages)
` [PATCH v4 1/9] vfio: selftests: igb: Add driver for IGB QEMU device
` [PATCH v4 2/9] vfio: selftests: igb: Use PHY internal loopback on 82576
` [PATCH v4 3/9] vfio: selftests: igb: Use advanced TX and RX descriptors
` [PATCH v4 4/9] vfio: selftests: igb: Program MSI-X interrupt routing
` [PATCH v4 5/9] vfio: selftests: igb: Extend memcpy completion timeout for line-rate hardware
` [PATCH v4 6/9] vfio: selftests: igb: Disable PCIe completion timeout retries
` [PATCH v4 7/9] vfio: selftests: Add helpers to re-enable interrupts
` [PATCH v4 8/9] vfio: selftests: igb: Factor hardware programming into igb_hw_init()
` [PATCH v4 9/9] vfio: selftests: igb: Recover after DMA-read faults

[RFC PATCH 00/11] : media: iris: Migrate iommus to iris sub nodes
 2026-07-10 22:02 UTC  (3+ messages)
  ` [RFC PATCH 01/11] dt-bindings: media: qcom,sm8550-iris: Add vpu "

[PATCH v1 1/2] perf record: Fix teardown hang on system-wide multi-threaded sessions
 2026-07-10 22:02 UTC  (2+ messages)

[PATCH] kselftest/arm64/pauth: Scale exec_changed_keys on KSFT_MACHINE_SLOW
 2026-07-10 21:59 UTC 

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

[PATCH 00/10] drm/mediatek: Add DSC, WDMA, MT8189/96 DSI support
 2026-07-10 21:59 UTC  (3+ messages)
` [PATCH 01/10] dt-bindings: display: mediatek: dsc: Add MT8196 compatible

[Buildroot] [PATCH v2 1/3] package/p11-kit: allow building host variant
 2026-07-10 21:59 UTC  (5+ messages)
` [Buildroot] [PATCH v2 2/3] package/gnutls: allow enabling host-p11-kit support
` [Buildroot] [PATCH v2 3/3] boot/uboot: bump to version 2026.07

[PATCH] ASoC: dt-bindings: ti,omap4-dmic: Convert TI OMAP4+ DMIC binding to YAML
 2026-07-10 21:59 UTC  (2+ messages)

drivers/net/usb/lan78xx.c:2625 lan78xx_set_fixed_link() warn: format string contains non-ascii character '\x93'
 2026-07-10 21:58 UTC 

[PATCH v5 00/98] tests/tcg: run tests with meson
 2026-07-10 21:58 UTC  (49+ messages)
` [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 52/98] tests/tcg/i386: add missing "
` [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 60/98] tests/tcg/mips: "
` [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 v5 80/98] tests/tcg/s390x/head64.S: declare _exit symbol after main
` [PATCH v5 81/98] tests/tcg/s390x: add float reference files
` [PATCH v5 82/98] tests/tcg/s390x: user tests
` [PATCH v5 83/98] tests/tcg/s390x/console.c: directly implement memcpy and memset
` [PATCH v5 84/98] tests/tcg/s390x: system tests
` [PATCH v5 85/98] tests/tcg/sh4: add float reference files
` [PATCH v5 86/98] tests/tcg/sh4: user tests
` [PATCH v5 87/98] tests/tcg/tricore: system tests
` [PATCH v5 88/98] tests/tcg/x86_64: add missing float reference file
` [PATCH v5 89/98] tests/tcg/x86_64: user tests
` [PATCH v5 90/98] tests/tcg/x86_64: system tests
` [PATCH v5 91/98] tests/tcg/xtensa/crt.S: align .text section
` [PATCH v5 92/98] tests/docker/dockerfiles/debian-xtensa-cross.docker: add test_kc705_be toolchain for xtensaeb
` [PATCH v5 93/98] tests/tcg/xtensa: system tests
` [PATCH v5 94/98] tests/tcg/xtensa: xtensaeb "
` [PATCH v5 95/98] tests: remove tcg tests machinery
` [PATCH v5 96/98] tests/tcg: remove remaining Makefiles
` [PATCH v5 97/98] configure: remove --cross-cc* options
` [PATCH v5 98/98] docs/devel/testing/: update documentation

[PATCH v3 00/51] accel/tcg: Use IntervalTree for breakpoints and watchpoints
 2026-07-10 21:56 UTC  (17+ messages)
` [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 v3 19/51] exec/breakpoint: Return the new bp from cpu_breakpoint_insert
` [PATCH v3 20/51] system: Remove cpu_watchpoint_insert error return path
` [PATCH v3 21/51] exec/breakpoint: Return the new wp from cpu_watchpoint_insert
` [PATCH v3 22/51] system: Validate flags in cpu_watchpoint_insert
` [PATCH v3 23/51] cpu-common: Validate flags in cpu_breakpoint_insert

[PATCH v4 00/97] tests/tcg: run tests with meson
 2026-07-10 21:55 UTC  (2+ messages)

[PATCH] NFSv4.2: fix nfs4_listxattr NULL pointer dereference
 2026-07-10 21:55 UTC  (10+ messages)
` [PATCH v2] NFSv4.2: fix nfs4_listxattr size accounting

[Buildroot] [PATCH 1/2] package/igt-gpu-tools: fix musl build
 2026-07-10 21:54 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/igt-gpu-tools: bump version to 2.5

[PATCH 00/14] perf c2c: add a function view
 2026-07-10 21:54 UTC  (3+ messages)

[PATCHSET v4 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-07-10 21:54 UTC  (3+ messages)
` [PATCH 07/10] sched_ext: Add proxy destination query kfuncs

[PATCH] libbpf: fix double-free of distilled base BTF on .BTF.ext parse error
 2026-07-10 21:53 UTC  (3+ messages)

[PATCHv2 0/5] direct-io file extended attributes
 2026-07-10 21:53 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH net-next v4 00/15][pull request] Introduce iXD driver
 2026-07-10 21:53 UTC  (16+ messages)
` [PATCH net-next v4 01/15] virtchnl: move virtchnl and virtchnl2 headers to 'include/linux/net/intel'
` [PATCH net-next v4 02/15] libie: add PCI device initialization helpers to libie
` [PATCH net-next v4 03/15] libeth: allow to create fill queues without NAPI
` [PATCH net-next v4 04/15] libie: add control queue support
` [PATCH net-next v4 05/15] libie: add bookkeeping support for control queue messages
` [PATCH net-next v4 06/15] idpf: remove 'vport_params_reqd' field
` [PATCH net-next v4 07/15] idpf: remove unused code for getting RSS info from device
` [PATCH net-next v4 08/15] idpf: refactor idpf to use libie_pci APIs
` [PATCH net-next v4 09/15] idpf: refactor idpf to use libie control queues
` [PATCH net-next v4 10/15] idpf: make mbx_task queueing and cancelling more consistent
` [PATCH net-next v4 11/15] idpf: print a debug message and bail in case of non-event ctlq message
` [PATCH net-next v4 12/15] ixd: add basic driver framework for Intel(R) Control Plane Function
` [PATCH net-next v4 13/15] ixd: add reset checks and initialize the mailbox
` [PATCH net-next v4 14/15] ixd: add the core initialization
` [PATCH net-next v4 15/15] ixd: add devlink support

[PATCH] video: fb: mirror cdev writes to shadow buffer
 2026-07-10 21:52 UTC  (2+ messages)

[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] 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  (4+ messages)
` [RFC PATCH 1/6] media: mc: Implement shared media graph


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.