All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-13 18:17:28 to 2025-06-13 19:21:55 UTC [more...]

[PATCH v3 0/7] Add support for BeagleBone Green Eco board
 2025-06-13 17:21 UTC  (9+ messages)
` [PATCH v3 1/7] dt-bindings: omap: Add missing AM33xx compatible strings
` [PATCH v3 4/7] dt-bindings: omap: Add Seeed BeagleBone Green Eco
` [PATCH v3 5/7] arm: dts: omap: Add support for BeagleBone Green Eco board

[PATCH 1/1 fyi] tools headers: Synchronize linux/bits.h with the kernel sources
 2025-06-13 19:21 UTC  (3+ messages)

[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-06-13 19:21 UTC  (20+ messages)
` [PATCH 3/5] mm: Rename __thp_get_unmapped_area to mm_get_unmapped_area_aligned
` [PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

[PATCH v2 0/3] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
 2025-06-13 19:21 UTC  (4+ messages)
` [PATCH v2 3/3] mm/alloc_tag: add the CONFIG_ARCH_NEEDS_WEAK_PER_CPU macro when statically defining the percpu variable _shared_alloc_tag

[PATCH v2 1/2] PCI: qcom: Add equalization settings for 8.0 GT/s
 2025-06-13 19:21 UTC  (2+ messages)

[PATCH 0/5] Future-proof for multi-tile + multi-GT cases
 2025-06-13 19:21 UTC  (4+ messages)
` [PATCH 3/5] drm/xe/tests/pci: Ensure all platforms have a valid GT/tile count

[PATCH 0/2] Convert xe_pci tests to parametrized tests
 2025-06-13 19:19 UTC  (3+ messages)
` [PATCH 1/2] drm/xe/tests: Drop unused xe_device_fn typedef
` [PATCH 2/2] drm/xe/tests: Convert xe_pci tests to parametrized tests

[PATCH v5 0/3] bus: ts-nbus: use gpiod_multi_set_value_cansleep
 2025-06-13 18:55 UTC  (4+ messages)
` [PATCH v5 1/3] bus: ts-nbus: validate ts,data-gpios array size
` [PATCH v5 2/3] bus: ts-nbus: use gpiod_multi_set_value_cansleep
` [PATCH v5 3/3] bus: ts-nbus: use bitmap_set_value8()

[net-next v1] net: ethernet: mtk_eth_soc: support named IRQs
 2025-06-13 19:18 UTC 

[PATCH] cpufreq: brcmstb-avs: Fully open-code compatible for grepping
 2025-06-13 18:44 UTC  (2+ messages)

[PATCH v2] arm64: dts: ti: k3-am62a7-sk: Describe the SPI NAND
 2025-06-13 18:23 UTC 

[PATCH] bcache: Use a folio
 2025-06-13 19:19 UTC 

[PATCH 1/3] mtd: spinand: winbond: Fix W35N number of planes/LUN
 2025-06-13 18:17 UTC  (4+ messages)
` [PATCH 2/3] mtd: spinand: winbond: Increase maximum frequency on an octal operation
` [PATCH 3/3] mtd: spinand: winbond: Prevent unsupported frequencies on dual/quad I/O variants

[PATCH net-next v7] Add support to set napi threaded for individual napi
 2025-06-13 19:16 UTC 

[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy()
 2025-06-13 19:15 UTC 

[PATCH v4 0/7] More missing XeLP workarounds
 2025-06-13 19:16 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for More missing XeLP workarounds (rev4)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH v3] rust: introduce sfile macro for succinct code tracing
 2025-06-13 19:14 UTC  (5+ messages)

[PATCH v7 00/30] TDX KVM selftests
 2025-06-13 19:13 UTC  (31+ messages)
` [PATCH v7 01/30] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [PATCH v7 02/30] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [PATCH v7 03/30] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [PATCH v7 04/30] KVM: selftests: Add vCPU descriptor table initialization utility
` [PATCH v7 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v7 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v7 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v7 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [PATCH v7 09/30] KVM: selftests: TDX: Add TDX lifecycle test
` [PATCH v7 10/30] KVM: selftests: TDX: Add report_fatal_error test
` [PATCH v7 11/30] KVM: selftests: TDX: Adding test case for TDX port IO
` [PATCH v7 12/30] KVM: selftests: TDX: Add basic TDX CPUID test
` [PATCH v7 13/30] KVM: selftests: TDX: Add basic TDG.VP.VMCALL<GetTdVmCallInfo> test
` [PATCH v7 14/30] KVM: selftests: TDX: Add TDX IO writes test
` [PATCH v7 15/30] KVM: selftests: TDX: Add TDX IO reads test
` [PATCH v7 16/30] KVM: selftests: TDX: Add TDX MSR read/write tests
` [PATCH v7 17/30] KVM: selftests: TDX: Add TDX HLT exit test
` [PATCH v7 18/30] KVM: selftests: TDX: Add TDX MMIO reads test
` [PATCH v7 19/30] KVM: selftests: TDX: Add TDX MMIO writes test
` [PATCH v7 20/30] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [PATCH v7 21/30] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [PATCH v7 22/30] KVM: selftests: TDX: Add TDG.VP.INFO test
` [PATCH v7 23/30] KVM: selftests: Add functions to allow mapping as shared
` [PATCH v7 24/30] KVM: selftests: TDX: Add shared memory test
` [PATCH v7 25/30] KVM: selftests: KVM: selftests: Expose new vm_vaddr_alloc_private()
` [PATCH v7 26/30] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [PATCH v7 27/30] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [PATCH v7 28/30] KVM: selftests: TDX: Add TDX UPM selftest
` [PATCH v7 29/30] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
` [PATCH v7 30/30] KVM: selftests: TDX: Test LOG_DIRTY_PAGES flag to a non-GUEST_MEMFD memslot

[PATCH v1] drm/xe/vf: Make multi-GT migration less error prone
 2025-06-13 19:14 UTC 

[PATCH net-next v9 00/14] Add Microchip ZL3073x support (part 1)
 2025-06-13 19:13 UTC  (3+ messages)
` [PATCH net-next v9 06/14] dpll: zl3073x: Fetch invariants during probe

subscribe
 2025-06-13 19:12 UTC 

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-13 19:11 UTC  (3+ messages)

[PATCH bpf-next v1 1/2] bpf: handle jset (if a & b ...) as a jump in CFG computation
 2025-06-13 19:10 UTC  (2+ messages)

DRM scheduler issue with spsc_queue
 2025-06-13 19:11 UTC  (3+ messages)

[PATCH] PCI/VGA: Look at all PCI display devices in VGA arbiter
 2025-06-13 19:07 UTC  (2+ messages)

[PATCH 0/3] Folio conversions in extent-io-tests
 2025-06-13 19:07 UTC  (4+ messages)
` [PATCH 1/3] btrfs: Convert test_find_delalloc() to use a folio
` [PATCH 2/3] btrfs: Convert test_find_delalloc() to use a folio, part two
` [PATCH 3/3] btrfs: Simplify dump_eb_and_memory_contents()

[PATCH] Fix memory leak in function handle_content_type
 2025-06-13 19:06 UTC  (4+ messages)

[RFC PATCH v5 0/4] PCI: rockchip: Improve driver quality
 2025-06-13 18:06 UTC  (18+ messages)
` [RFC PATCH v5 1/4] PCI: rockchip: Use standard PCIe defines
` [RFC PATCH v5 2/4] PCI: rockchip: Set Target Link Speed before retraining
` [RFC PATCH v5 3/4] phy: rockchip-pcie: Enable all four lanes
` [RFC PATCH v5 4/4] phy: rockchip-pcie: Adjust read mask and write

[PATCH] Revert "mtd: core: always create master device"
 2025-06-13 18:07 UTC 

[PATCH] pinctrl: nuvoton: Fix boot on ma35dx platforms
 2025-06-13 18:13 UTC 

[v4 PATCH 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-06-13 17:21 UTC  (2+ messages)

[PATCH 07/16] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
 2025-06-13 16:35 UTC  (12+ messages)

[PATCH v2] iommu/arm-smmu-qcom: Add SM6115 MDSS compatible
 2025-06-13 17:32 UTC 

[PATCH 0/7] spi: zynqmp-gqspi: Split the bus and add GPIO support
 2025-06-13 16:53 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: spi: zynqmp-qspi: Split the bus

[PATCH] iio: Use dev_fwnode()
 2025-06-13 17:00 UTC  (3+ messages)
` [PATCH v2] iio: adc: stm32-adc: "

[PATCH] MAINTAINERS: add linux-mm@ list to Kexec Handover
 2025-06-13 17:18 UTC  (2+ messages)

[RFC net-next 00/22] net: per-queue rx-buf-len configuration
 2025-06-13 19:02 UTC  (7+ messages)
` [RFC net-next 19/22] eth: bnxt: use queue op config validate

[PATCH] crypto: qat - lower priority for skcipher and aead algorithms
 2025-06-13 19:01 UTC  (2+ messages)

[PATCH 0/2] nfsd: use threads array as-is in netlink thread set interface
 2025-06-13 19:00 UTC  (5+ messages)
` [PATCH 1/2] nfsd: use threads array as-is in netlink interface

[REGRESSION] System hangs after few minutes on 6.12.30, works fine on 6.12.27
 2025-06-13 19:00 UTC 

[PATCH 0/2] remove use of non-standard array range initialization
 2025-06-13 18:55 UTC  (4+ messages)
` [PATCH v3 0/3] enable drivers to be compiled with MSVC
  ` [PATCH v3 3/3] drivers: "

[PATCH] dt-bindings: mmc: renesas,sdhi: Document RZ/T2H and RZ/N2H support
 2025-06-13 18:58 UTC  (4+ messages)

[PATCH] libsemanage: Ignore missing field initializers in swig generated code
 2025-06-13 18:58 UTC 

[PATCH v3] checkpatch: Tolerate upstream commit references
 2025-06-13 18:52 UTC 

[PATCH 0/3] refs: fix some bugs with batched-updates
 2025-06-13 18:57 UTC  (4+ messages)
` [PATCH v4 0/2] "

[PATCH net] pldmfw: Select CRC32 when PLDMFW is selected
 2025-06-13 18:56 UTC  (2+ messages)

[PATCH] test_bbdev: enable to be compiled on Windows
 2025-06-13 18:55 UTC  (2+ messages)

[PATCH 1/3] wic: pluginbase workaround on invalid module filenames
 2025-06-13 18:55 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION bc6e0ba6c9bafa6241b05524b9829808056ac4ad
 2025-06-13 18:53 UTC 

[PATCH v4 00/14] drm/amd/display: more drm_edid to AMD display driver
 2025-06-13 18:53 UTC  (21+ messages)
` [PATCH v4 03/14] drm/amd/display: use drm_edid_product_id for parsing EDID product info
` [PATCH v4 05/14] drm/amd/display: get panel id with drm_edid helper
` [PATCH v4 06/14] drm/amd/display: get SAD from drm_eld when parsing EDID caps
` [PATCH v4 07/14] drm/amd/display: get SADB "
` [PATCH v4 10/14] drm/amd/display: add a mid-layer file to handle EDID in DC
` [PATCH v4 11/14] drm/amd/display: create a function to fill dc_sink with edid data
` [PATCH v4 12/14] drm/edid: introduce a helper that compares edid data from two drm_edid
` [PATCH v4 13/14] drm/amd/display: add drm_edid to dc_sink
` [PATCH v4 14/14] drm/amd/display: move dc_sink from dc_edid to drm_edid

[PATCH v8 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-06-13 18:53 UTC  (5+ messages)
` [PATCH v8 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v1 0/2] Move alloc_domain_struct() to common code
 2025-06-13 18:53 UTC  (5+ messages)
` [PATCH v1 1/2] xen/riscv: rework asm/mm.h and asm/page.h includes to match other architectures
` [PATCH v1 2/2] xen/domain: introduce generic weak function for domain struct allocation

[PATCH v2] xdp: tracing: Hide some xdp events under CONFIG_BPF_SYSCALL
 2025-06-13 18:52 UTC  (4+ messages)

[PATCH net v1] mlxbf_gige: return EPROBE_DEFER if PHY IRQ is not available
 2025-06-13 18:51 UTC 

[PATCH net-next v9 00/15] Begin upstreaming Homa transport protocol
 2025-06-13 18:50 UTC  (13+ messages)
` [PATCH net-next v9 03/15] net: homa: create shared Homa header files
` [PATCH net-next v9 06/15] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v9 08/15] net: homa: create homa_pacer.h and homa_pacer.c
` [PATCH net-next v9 13/15] net: homa: create homa_timer.c

[PATCH 0/1] dmaengine: virt-dma: convert tasklet to BH workqueue for callback invocation
 2025-06-13 18:51 UTC  (4+ messages)
` [PATCH 1/1] "

Virtio interrupt remapping
 2025-06-13 18:50 UTC  (3+ messages)

[PATCH v5 00/29] x86/resctrl telemetry monitoring
 2025-06-13 18:50 UTC  (3+ messages)

[PATCH v2] lib/crypto: explicitly include <linux/export.h>
 2025-06-13 18:48 UTC 

[PATCH] mm/vma: use vmg->target to specify target VMA for new VMA merge
 2025-06-13 18:48 UTC 

b4: ty: Feature request - configuration option to send to 'myemail'
 2025-06-13 18:45 UTC  (2+ messages)

[PATCH v4 0/8] drm/vkms: Add support for multiple plane formats
 2025-06-13 18:44 UTC  (4+ messages)
` [PATCH v4 6/8] drm/vkms: Change YUV helpers to support u16 inputs for conversion

[PATCH v5] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-06-13 18:44 UTC  (6+ messages)

[PATCH] lib/crc: re-disable optimized CRC code on user-mode Linux
 2025-06-13 18:41 UTC  (2+ messages)

[PATCH 0/5] Add support for Sony Xperia SP
 2025-06-13 17:50 UTC  (2+ messages)
` [PATCH 3/5] ARM: dts: qcom: msm8960: disable gsbi1 and gsbi5 nodes in msm8960 dtsi

[PATCH v5 1/1] ty: Allow users to specify whether thank-yous are sent to themselves
 2025-06-13 18:40 UTC  (2+ messages)

[PATCH 3/3] drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU iteration
 2025-06-13 18:39 UTC  (2+ messages)

[PATCH bpf-next] bpf: Mark dentry->d_inode as trusted_or_null
 2025-06-13 18:40 UTC  (2+ messages)

[PATCH 0/2] Simplify the shash wrappers for the CRC32 library
 2025-06-13 18:37 UTC  (3+ messages)
` [PATCH 1/2] btrfs: stop parsing crc32c driver name
` [PATCH 2/2] crypto/crc32[c]: register only "-lib" drivers

[PATCH v6 00/13] media: rcar-vin: Unify notifiers and enable MC on Gen2
 2025-06-13 18:38 UTC  (5+ messages)
` [PATCH v6 04/13] media: rcar-vin: Use error labels in probe
` [PATCH v6 11/13] media: rcar-vin: Only expose VIN controls

[PATCH net-next v2 00/10] net: fec: cleanups, update quirk, update IRQ naming
 2025-06-13 18:37 UTC  (15+ messages)
` [PATCH net-next v2 01/10] net: fec: fix typos found by codespell
` [PATCH net-next v2 02/10] net: fec: struct fec_enet_private: remove obsolete comment
` [PATCH net-next v2 03/10] net: fec: add missing header files
` [PATCH net-next v2 04/10] net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
` [PATCH net-next v2 05/10] net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
` [PATCH net-next v2 06/10] net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
` [PATCH net-next v2 07/10] net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()

[PATCH] ceph: fix potential race condition in ceph_ioctl_lazyio()
 2025-06-13 18:34 UTC 

[PATCH] gitlab-ci: build docs before installation
 2025-06-13 18:35 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH BlueZ v1] client: Add prompt to enter metadata for custom presets
 2025-06-13 18:33 UTC  (2+ messages)
` [BlueZ,v1] "

[PATCHES][RFC][CFT] rpc_pipefs cleanups
 2025-06-13 18:31 UTC  (4+ messages)
` [PATCH 01/17] simple_recursive_removal(): saner interaction with fsnotify
  ` [PATCH 02/17] new helper: simple_start_creating()

[PATCH v4 0/5] io_uring cmd for tx timestamps
 2025-06-13 18:32 UTC  (6+ messages)
` [PATCH v4 1/5] net: timestamp: add helper returning skb's tx tstamp
` [PATCH v4 2/5] io_uring/poll: introduce io_arm_apoll()
` [PATCH v4 3/5] io_uring/cmd: allow multishot polled commands
` [PATCH v4 4/5] io_uring: add mshot helper for posting CQE32
` [PATCH v4 5/5] io_uring/netcmd: add tx timestamping cmd support

[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
 2025-06-13 17:11 UTC  (4+ messages)
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/

[PATCH v3 0/5] io_uring cmd for tx timestamps
 2025-06-13 18:29 UTC  (4+ messages)
` [PATCH v3 5/5] io_uring/netcmd: add tx timestamping cmd support

[PATCH v3 0/2] Add CONFIG_SYSTEM_SUSPEND and SCIF UART suspend/resume handlers
 2025-06-13 18:26 UTC  (4+ messages)
` [PATCH v3 2/2] xen/char: implement suspend/resume calls for SCIF driver

[PATCH v3 0/5] Qualcomm: implement support for GENI firmware loading
 2025-06-13 18:25 UTC  (3+ messages)
` [PATCH v3 2/5] misc: introduce Qcom GENI wrapper

[PATCH 0/2] RISC-V: turn sbi_ecall into a variadic macro
 2025-06-13 17:08 UTC  (6+ messages)
` [PATCH 2/2] RISC-V: make use of variadic sbi_ecall

[PATCH v2] hwmon: ibmaem: match return type of wait_for_completion_timeout
 2025-06-13 18:24 UTC 

[PATCH v6] Add CRIU support for amdgpu dmabuf
 2025-06-13 18:23 UTC  (4+ messages)
` [PATCH 1/3] drm: Add DRM prime interfaces to reassign GEM handle
` [PATCH 2/3] drm/amdgpu: Adding amdgpu CRIU ioctl
` [PATCH 3/3] drm/amdgpu: Allow kfd CRIU with no buffer objects

[PATCH i-g-t v1] runner/executor: Abort if dmesg is flooded
 2025-06-13 18:22 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH v3] hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly
 2025-06-13 18:19 UTC 

[PATCH 0/9] drm: Fix includes of <linux/export.h>
 2025-06-13 18:19 UTC  (2+ messages)

[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
 2025-06-13 18:04 UTC  (8+ messages)

[PATCH 0/3] drm/ttm, drm/xe: Consolidate the Buffer Object LRU walks
 2025-06-13 18:19 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v4 00/42] SELinux namespace support
 2025-06-13 18:18 UTC  (7+ messages)
` [PATCH v4 04/42] selinux: dynamically allocate selinux namespace
` [PATCH v4 27/42] selinux: introduce task_obj_perm()

[PATCH] irqchip/riscv-imsic: Start local sync timer on correct CPU
 2025-06-13 17:03 UTC  (3+ messages)

[PATCH v3 0/2] Enable permission change on arm64 kernel block mappings
 2025-06-13 16:27 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: pageattr: Use pagewalk API to change memory permissions

[PATCH 7/7] pci: aspeed: Add ASPEED PCIe host controller driver
 2025-06-13 16:28 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] riscv: Allow SBI_CONSOLE with no uart in device tree
 2025-06-13 16:27 UTC  (2+ messages)

[PATCH] kho: initialize tail pages for higher order folios properly
 2025-06-13 16:21 UTC  (11+ messages)

[kvm-unit-tests PATCH v5] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-13 16:18 UTC  (2+ messages)


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.