All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-28 17:26:32 to 2025-08-28 17:50:19 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-28 17:29 UTC  (17+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()

[PATCH v3 00/87] linux-user: Split up elfload.c
 2025-08-28 15:20 UTC  (103+ messages)
` [PATCH v3 01/87] linux-user/x86_64: Convert target_elf_gregset_t to a struct
` [PATCH v3 02/87] linux-user/i386: "
` [PATCH v3 03/87] linux-user/arm: "
` [PATCH v3 04/87] linux-user/aarch64: "
` [PATCH v3 05/87] linux-user/ppc: "
` [PATCH v3 06/87] linux-user/loongarch64: "
` [PATCH v3 08/87] linux-user/microblaze: "
` [PATCH v3 09/87] linux-user/openrisc: "
` [PATCH v3 11/87] linux-user/m68k: "
` [PATCH v3 12/87] linux-user/s390x: "
` [PATCH v3 13/87] linux-user/xtensa: "
` [PATCH v3 15/87] linux-user: Declare elf_core_copy_regs in loader.h
` [PATCH v3 16/87] linux-user: Rename USE_ELF_CORE_DUMP to HAVE_ELF_CORE_DUMP
` [PATCH v3 17/87] linux-user: Move elf_core_copy_regs to {i386, x86_64}/elfload.c
` [PATCH v3 18/87] linux-user: Move elf_core_copy_regs to arm/elfload.c
` [PATCH v3 19/87] linux-user: Move elf_core_copy_regs to aarch64/elfload.c
` [PATCH v3 21/87] linux-user: Move elf_core_copy_regs to loongarch64/elfload.c
` [PATCH v3 22/87] linux-user: Move elf_core_copy_regs to mips/elfload.c
` [PATCH v3 24/87] linux-user: Move elf_core_copy_regs to openrisc/elfload.c
` [PATCH v3 25/87] linux-user: Move elf_core_copy_regs to sh4/elfload.c
` [PATCH v3 26/87] linux-user: Move elf_core_copy_regs to m68k/elfload.c
` [PATCH v3 28/87] linux-user: Move elf_core_copy_regs to xtensa/elfload.c
` [PATCH v3 29/87] linux-user: Remove target_elf_greg_t, tswapreg from elfload.c
` [PATCH v3 30/87] linux-user/i386: Create target_ptrace.h
` [PATCH v3 31/87] linux-user/i386: Expand target_elf_gregset_t
` [PATCH v3 33/87] linux-user/x86_64: "
` [PATCH v3 34/87] linux-user/x86_64: Fix dump of fs_base, gs_base
` [PATCH v3 35/87] linux-user/aarch64: Create target_ptrace.h
` [PATCH v3 37/87] linux-user/arm: "
` [PATCH v3 38/87] linux-user/arm: Expand target_elf_gregset_t
` [PATCH v3 39/87] linux-user/loongarch64: Create target_ptrace.h
` [PATCH v3 40/87] linux-user/loongarch64: Expand target_elf_gregset_t
` [PATCH v3 41/87] linux-user/m68k: "
` [PATCH v3 42/87] linux-user/microblaze: Create target_ptrace.h
` [PATCH v3 43/87] linux-user/microblaze: Fold target_pt_regs.r* to an array
` [PATCH v3 44/87] linux-user/microblaze: Expand target_elf_gregset_t
` [PATCH v3 45/87] linux-user/mips: Create target_ptrace.h
` [PATCH v3 47/87] linux-user/openrisc: "
` [PATCH v3 48/87] linux-user/openrisc: Expand target_elf_gregset_t
` [PATCH v3 49/87] linux-user/ppc: Create target_ptrace.h
` [PATCH v3 51/87] linux-user/s390x: "
` [PATCH v3 52/87] linux-user/s390x: Expand target_elf_gregset_t
` [PATCH v3 53/87] linux-user/sh4: Create target_ptrace.h
` [PATCH v3 54/87] linux-user/sh4: Expand target_elf_gregset_t
` [PATCH v3 55/87] linux-user/xtensa: Create target_ptrace.h
` [PATCH v3 56/87] linux-user/xtensa: Expand target_elf_gregset_t
` [PATCH v3 58/87] linux-user: Move init_guest_commpage to arm/elfload.c
` [PATCH v3 63/87] linux-user: Remove redundant ELF_DATA definitons
` [PATCH v3 65/87] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PATCH v3 68/87] linux-user: Move elf parameters to loongarch64/target_elf.h
` [PATCH v3 70/87] linux-user: Move elf parameters to microblaze/target_elf.h
` [PATCH v3 71/87] linux-user: Move elf parameters to openrisc/target_elf.h
` [PATCH v3 73/87] linux-user: Move elf parameters to m68k/target_elf.h
` [PATCH v3 74/87] linux-user: Move elf parameters to alpha/target_elf.h
` [PATCH v3 75/87] linux-user: Move elf parameters to s390x/target_elf.h
` [PATCH v3 79/87] linux-user: Move elf parameters to hexagon/target_elf.h
` [PATCH v3 80/87] linux-user: Standardize on ELF_MACHINE not ELF_ARCH
` [PATCH v3 82/87] linux-user: Remove ELIBBAD from elfload.c
` [PATCH v3 86/87] linux-user/sparc: Create target_ptrace.h
` [PATCH v3 87/87] linux-user: Remove target_pt_regs from target_syscall.h

[PATCH v8 0/2] Fix check-qtest-ppc64 sanitizer errors
 2025-08-28 14:35 UTC  (12+ messages)
` [PATCH v8 2/2] memory: Do not create circular reference with subregion

[PATCH 5.4.y] Revert "drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS"
 2025-08-28 17:49 UTC  (7+ messages)
` [PATCH 5.10.y] "
` [PATCH 5.15.y] "
` [PATCH 6.1.y] "
` [PATCH 6.6.y] "
` [PATCH 6.12.y] "
` [PATCH 6.16.y] "

[PATCH 0/4] doc: git-push: clarify DESCRIPTION section & refspec definition
 2025-08-28 17:47 UTC  (4+ messages)
` [PATCH 1/4] doc: git-push: update intro

[PATCH] linux-user: Drop deprecated -p option
 2025-08-28 16:20 UTC 

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-08-28 12:47 UTC  (3+ messages)
` [PATCH v5 19/21] vfio: Add a new element bypass_ro in VFIOContainerBase

[PATCH v3 1/2] doc: add test case docstring example to dts rst
 2025-08-28 17:47 UTC  (3+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] dts: add steps and verify sections to docstrings

[PATCH v1 0/5] Icicle Kit with prod device and Discovery Kit support
 2025-08-28 17:46 UTC  (3+ messages)
` [PATCH v1 5/5] riscv: dts: microchip: add a device tree for Discovery Kit

[PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
 2025-08-28 17:46 UTC  (4+ messages)

[PATCH v7 1/2] memory: Update inline documentation
 2025-08-28 16:10 UTC  (17+ messages)

[PATCH v9 0/2] Fix check-qtest-ppc64 sanitizer errors
 2025-08-28 14:18 UTC  (2+ messages)
` [PATCH v9 1/2] memory: Update inline documentation

[PATCH] puzzles: upgrade to latest revision
 2025-08-28 17:45 UTC  (2+ messages)
` Patchtest results for "

[PATCH 0/4] git-gui: GIT_ASK_YESNO/GIT_ASKPASS patches from Git for Windows
 2025-08-28 17:44 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] git gui: set GIT_ASKPASS=git-gui--askpass if not set yet

[PATCH 00/20] drm/i915/display: convert to generic poll_timeout_us()
 2025-08-28 17:44 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v9 00/21] Appended Signature Secure Boot Support for PowerPC
 2025-08-28 17:40 UTC  (3+ messages)
` [PATCH v9 16/21] appended signatures: Read default db keys from the ELF Note

[linux-next:master] BUILD REGRESSION 8cd53fb40a304576fa86ba985f3045d5c55b0ae3
 2025-08-28 17:43 UTC 

[Intel-wired-lan] [PATCH iwl-next v2] ixgbe: preserve RSS indirection table across admin down/up
 2025-08-28 17:41 UTC  (2+ messages)

[PATCH libgpiod v3 00/10] bindings: rust: prepare v1.0.0 release
 2025-08-28 17:43 UTC  (11+ messages)
` [PATCH libgpiod v3 01/10] bindings: rust: make Buffer::read_edge_events() lifetimes more explicit
` [PATCH libgpiod v3 02/10] bindings: rust: add missing unsafe block ahead of rust version bump
` [PATCH libgpiod v3 03/10] bindings: rust: bump the minimum required rustc version
` [PATCH libgpiod v3 04/10] bindings: rust: update bindgen dependency
` [PATCH libgpiod v3 05/10] bindings: rust: update errno dependency
` [PATCH libgpiod v3 06/10] bindings: rust: update cc dependency
` [PATCH libgpiod v3 07/10] bindings: rust: update system-deps dependency
` [PATCH libgpiod v3 08/10] bindings: rust: update thiserror dependency
` [PATCH libgpiod v3 09/10] bindings: rust: update intmap dependency
` [PATCH libgpiod v3 10/10] bindings: rust: update crate versions to v1.0.0

[PATCH v5 00/29] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-08-28 15:12 UTC  (9+ messages)
` [PATCH v5 04/29] hw/s390x/ipl: Create certificate store
` [PATCH v5 09/29] s390x/diag: Implement DIAG 320 subcode 2

I think there's an issue with e3f1164fc9e ("PM: EM: Support late CPUs booting and capacity adjustment") if there's "holes" in your CPU topology
 2025-08-28 17:42 UTC  (3+ messages)

[Buildroot] [PATCH 1/3] package/libsoxr: drop ffmpeg support
 2025-08-28 17:41 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] Reapply "package/ffmpeg: add support for pulseaudio"
` [Buildroot] [PATCH 3/3] package/ffmpeg: add optional support for libsoxr

[PATCH v7 0/6] drm/xe/guc: Add LFD format output for guc log
 2025-08-28 17:41 UTC  (7+ messages)
` [PATCH v7 1/6] drm/xe/guc: Add log init config abi definitions
` [PATCH v7 2/6] drm/xe/guc: Add LFD related "
` [PATCH v7 3/6] drm/xe/guc: Add GuC log init config in LFD format
` [PATCH v7 4/6] drm/xe/guc: Add GuC log event buffer output "
` [PATCH v7 5/6] drm/xe/guc: Only add GuC crash dump if available
` [PATCH v7 6/6] drm/xe/guc: Add new debugfs entry for lfd format output

[Intel-wired-lan] [RFC PATCH v2] net: add net-device TX clock source selection framework
 2025-08-28 17:06 UTC  (2+ messages)

FAILED: patch "[PATCH] NFS: Fix a race when updating an existing write" failed to apply to 5.10-stable tree
 2025-08-28 17:41 UTC  (4+ messages)
` [PATCH 5.10.y 0/2] "
  ` [PATCH 5.10.y 1/2] nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requests
  ` [PATCH 5.10.y 2/2] NFS: Fix a race when updating an existing write

[PATCH V3 0/4] Add DT-based gear and rate limiting support
 2025-08-28 17:41 UTC  (8+ messages)
` [PATCH V3 1/4] ufs: dt-bindings: Document gear and rate limit properties

FAILED: patch "[PATCH] NFS: Fix a race when updating an existing write" failed to apply to 5.15-stable tree
 2025-08-28 17:41 UTC  (10+ messages)
` [PATCH 5.15.y 0/2] "
    ` [PATCH 5.15.y 1/2] nfs: fold nfs_page_group_lock_subrequests into nfs_lock_and_join_requests
    ` [PATCH 5.15.y 2/2] NFS: Fix a race when updating an existing write

[PATCH 0/5] midx-write: fix segfault and do several cleanups
 2025-08-28 17:39 UTC  (6+ messages)
` [PATCH 1/5] midx-write: only load initialized packs
` [PATCH 2/5] midx-write: put failing response value back
` [PATCH 3/5] midx-write: use cleanup when incremental midx fails
` [PATCH 4/5] midx-write: use uint32_t for preferred_pack_idx
` [PATCH 5/5] midx-write: reenable signed comparison errors

[PATCH 0/2] hw/core: Don't dump incompletely reset cpu
 2025-08-28 15:29 UTC  (3+ messages)
` [PATCH 2/2] hw/core: Use qemu_log_trylock/unlock in cpu_common_reset_exit

[pull] amdgpu drm-fixes-6.17
 2025-08-28 17:39 UTC 

[PATCH bpf-next v2 0/4] bpf: Introduce deferred task context execution
 2025-08-28 17:38 UTC  (11+ messages)
` [PATCH bpf-next v2 3/4] bpf: task work scheduling kfuncs

[PATCH v4 1/2] drm/buddy: Optimize free block management with RB tree
 2025-08-28 17:36 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for series starting with [v4,1/2] "

[PATCH 1/2] arm64: dts: broadcom: rp1: Add USB nodes
 2025-08-28 13:50 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: broadcom: Enable USB devicetree entries for Rpi5

[RFC PATCH 0/2] VExpress64: Migrate to Standard Boot
 2025-08-28 17:34 UTC  (3+ messages)
` [RFC PATCH 1/2] bootmeth: implement semihosting (smh) boot method

[PATCH v2] btree: simplify merge logic by using btree_last() return value
 2025-08-28 17:34 UTC  (2+ messages)

[PATCH v4 00/12] Introduce eSPI support
 2025-08-28 17:34 UTC  (3+ messages)
` [PATCH v4 08/12] xen/arm: vgic: add resource management for extended SPIs

[PULL 0/2] loongarch-to-apply queue
 2025-08-28 12:02 UTC  (2+ messages)
` [PULL 2/2] hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue

[PATCH] linux-user: Tidy print_socket_protocol
 2025-08-28 14:13 UTC  (2+ messages)

[Bug 220491] New: usb_storage connected SD card disconnects/reconnects on resume from suspend
 2025-08-28 17:33 UTC  (2+ messages)
` [Bug 220491] "

[PATCH v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
 2025-08-28 17:32 UTC  (3+ messages)
` [PATCH v11 04/23] cxl/pci: Remove unnecessary CXL RCH handling helper functions

[PATCH] drm/amdgpu: clean up and unify hw fence handling
 2025-08-28 17:32 UTC  (2+ messages)

[PATCH 00/24] PCI: Bridge window selection improvements
 2025-08-28 17:31 UTC  (2+ messages)

[PATCH] arm: mach-k3: increase max resasg_entries
 2025-08-28 17:31 UTC  (2+ messages)

[PATCH 00/22] vfio: improve use of QOM and coding guidelines
 2025-08-28 15:14 UTC  (4+ messages)
` [PATCH 09/22] vfio/container.c: use QOM casts where appropriate

[PATCH 0/5] dm: Initial work on a device mapper
 2025-08-28 15:05 UTC  (6+ messages)
` [PATCH 1/5] string: add strtok/strtokv
` [PATCH 2/5] dm: Add initial device mapper infrastructure
` [PATCH 3/5] dm: linear: Add linear target
` [PATCH 4/5] test: self: dm: Add test of "
` [PATCH 5/5] commands: dmsetup: Basic command set for dm device management

[RFC PATCH 1/1] nfsd: rework how a listener is removed
 2025-08-28 17:29 UTC  (4+ messages)

[PATCH v3] generic: mips: support harts to boot from mips_warm_boot
 2025-08-28 15:05 UTC  (5+ messages)

[PATCH v2] irqchip/gic-v3-its: Fix invalid wait context lockdep report
 2025-08-28 14:44 UTC 

[PATCH v5 1/1] iio: dac: Remove redundant pm_runtime_mark_last_busy() calls
 2025-08-28 14:43 UTC  (2+ messages)

[PATCH 0/2] hw/mips: Remove mipssim machine and mipsnet device
 2025-08-28 14:42 UTC  (2+ messages)

[PATCH v2 0/2] Realtek ECC engine
 2025-08-28 14:34 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: mtd: Add realtek,rtl9301-ecc
` [PATCH v2 2/2] mtd: nand: realtek-ecc: Add Realtek external ECC engine support

[PATCH v2] ASoC: mediatek: common: Switch to for_each_available_child_of_node_scoped()
 2025-08-28 14:26 UTC  (2+ messages)

[PATCH v3 0/6] Add support of IRQs to QUICC ENGINE GPIOs
 2025-08-28 14:12 UTC  (4+ messages)
` [PATCH v3 5/6] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO

[PATCH v10 00/13] media: rockchip: add a driver for the rockchip camera interface
 2025-08-28 14:08 UTC  (8+ messages)
` [PATCH v10 06/13] "
` [PATCH v10 09/13] arm64: defconfig: enable rockchip camera interface and mipi csi-2 receiver

[PATCH v2] media: verisilicon: Explicitly disable selection api ioctls for decoders
 2025-08-28 13:49 UTC 

[PATCH 00/16] gpio: Use modern PM macros
 2025-08-28 13:39 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: Further describe the WiFi for the Pinebook Pro
 2025-08-28 13:30 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Add vcc-supply to SPI flash on Pinephone Pro
 2025-08-28 13:30 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: Enable the NPU on NanoPi R6C/R6S
 2025-08-28 13:30 UTC  (3+ messages)

[PATCH v3] ethernet: tlan: Convert to use jiffies macro
 2025-08-28 17:27 UTC  (2+ messages)

[PATCH v4 00/19] Add MediaTek SoC DRM support for MT8196
 2025-08-28 13:30 UTC  (3+ messages)
` [PATCH v4 03/19] dt-bindings: display: mediatek: add EXDMA yaml "

netpoll: raspberrypi [4 5] driver locking woes
 2025-08-28 17:26 UTC  (4+ messages)

[PATCH] net: thunderx: Remove redundant ternary operators
 2025-08-28 13:28 UTC  (2+ messages)

[PATCH 0/4] Add IBM PPE42 CPU support
 2025-08-28 14:48 UTC  (13+ messages)
` [PATCH 1/4] target/ppc: Add IBM PPE42 family of processors

[PATCH v2 0/5] Add peripheral nodes to RaspberryPi 5 DT
 2025-08-28 13:17 UTC  (4+ messages)
` [PATCH v2 2/5] arm64: dts: broadcom: bcm2712: Add pin controller nodes
` [PATCH v2 3/5] arm64: dts: broadcom: bcm2712: Add one more GPIO node
` [PATCH v2 4/5] arm64: dts: broadcom: bcm2712: Add second SDHCI controller node


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.