All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-18 17:33:36 to 2026-05-18 18:12:37 UTC [more...]

[PATCH v5 2/2] perf inject: Fix itrace branch stack synthesis
 2026-05-18 18:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/lcms2: bump version to 2.19.1
 2026-05-18 18:12 UTC 

[PATCH v6 1/2] perf: Reveal PMU type in fdinfo
 2026-05-18 18:12 UTC  (3+ messages)
` [PATCH v6 2/2] perf evsel: Find process with busy PMUs for EBUSY

[PATCH v5 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-05-18 18:11 UTC  (2+ messages)

[PATCH v1 00/16] Introduce page table types, vmm and bar1 mapping support
 2026-05-18 18:11 UTC  (17+ messages)
` [PATCH v1 01/16] gpu: nova-core: mm: Add common types for virtual memory management
` [PATCH v1 02/16] gpu: nova-core: mm: Add buddy allocator and TLB to GpuMm
` [PATCH v1 03/16] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v1 04/16] gpu: nova-core: mm: pagetable: Add PteOps trait
` [PATCH v1 05/16] gpu: nova-core: mm: pagetable: Add PdeOps trait
` [PATCH v1 06/16] gpu: nova-core: mm: pagetable: Add DualPdeOps trait
` [PATCH v1 07/16] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v1 08/16] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v1 09/16] gpu: nova-core: mm: pagetable: Add MmuConfig trait
` [PATCH v1 10/16] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v1 11/16] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v1 12/16] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v1 13/16] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v1 14/16] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v1 15/16] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v1 16/16] gpu: nova-core: mm: Add BAR1 memory management self-tests

[PATCH rc v1 0/4] iommufd: Fix veventq_depth boundary
 2026-05-18 18:11 UTC  (2+ messages)

[PATCH v2] iio: adc: nxp-sar-adc: harden buffer ISR against per-channel read failure
 2026-05-18 18:11 UTC 

[PATCH v3] iio: pressure: rohm-bm1390: harden trigger handler against transient errors
 2026-05-18 18:11 UTC 

[bug report] dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fd
 2026-05-18 18:10 UTC  (3+ messages)

[PATCH v13 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-05-18 18:10 UTC  (4+ messages)

[PATCH v9 00/23] Runtime TDX module update support
 2026-05-18 18:09 UTC  (10+ messages)
` [PATCH v9 01/23] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v9 04/23] coco/tdx-host: Introduce a "tdx_host" device

[PATCH v2 3/3] arm64: dts: qcom: Add Vicharak Axon Mini
 2026-05-18 18:08 UTC  (2+ messages)

[PATCH v2 0/4] iova: switch to augmented rbtree to avoid linear search
 2026-05-18 18:05 UTC  (5+ messages)
` [PATCH 1/4] iova: switch to augmented rbtree for log(n) allocation
` [PATCH 2/4] iova: drop dead cached_node / cached32_node infrastructure
` [PATCH 3/4] iova: limit_pfn-aware augmentation for log(n) 32-bit alloc
` [PATCH 4/4] iova: add KUnit test suite

[PATCH v2 1/2] mm: huge_memory: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
 2026-05-18 18:08 UTC  (3+ messages)

[PATCH v3 0/2] cpufreq: CPPC: add autonomous mode boot parameter support
 2026-05-18 18:08 UTC  (9+ messages)
` [PATCH v3 2/2] "

[PATCH v4 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-05-18 18:07 UTC  (9+ messages)
` [PATCH v4 1/2] phy: rockchip: inno-hdmi: Add configure() and validate() ops
` [PATCH v4 2/2] phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rate

[Buildroot] [PATCH/next 1/1] package/utfcpp: bump version to 4.1.0
 2026-05-18 18:07 UTC 

[PATCH v5 0/3] staging: rtl8723bs: efuse cleanup and brace fix
 2026-05-18 18:06 UTC  (4+ messages)
` [PATCH v5 1/3] staging: rtl8723bs: reformat rtw_efuse_read_1_byte() signature
` [PATCH v5 2/3] staging: rtl8723bs: add braces to else clause in rtw_efuse.c
` [PATCH v5 3/3] staging: rtl8723bs: reformat rtw_efuse_one_byte_read() signature

[PATCH v1 00/12] Introduce nova-core mm prerequisites
 2026-05-18 18:03 UTC  (13+ messages)
` [PATCH v1 01/12] rust: pci: add resource_flags accessor
` [PATCH v1 02/12] rust: bitfield: support cast+shift accessor syntax
` [PATCH v1 03/12] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v1 04/12] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v1 05/12] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v1 06/12] gpu: nova-core: mm: Add Pfn (Physical Frame Number) type
` [PATCH v1 07/12] gpu: nova-core: mm: Add VramAddress type and conversion traits
` [PATCH v1 08/12] gpu: nova-core: mm: Add VramAddress arithmetic and ordering
` [PATCH v1 09/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v1 10/12] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v1 11/12] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v1 12/12] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[Buildroot] [PATCH/next 1/1] package/libinput: bump version to 1.31.2
 2026-05-18 18:05 UTC 

[PATCH] nios2: remove the architecture
 2026-05-18 17:24 UTC  (4+ messages)

Unable to set log priority for all direct mounts
 2026-05-18 18:04 UTC  (3+ messages)

[PATCH v2 00/21] fuse: extend passthrough to inode operations
 2026-05-18 18:04 UTC  (5+ messages)
` [PATCH v2 02/21] fuse: prepare for passthrough of "

[PATCH] ptrace: keep task's mm around in separate exit_mm field post-exit
 2026-05-18 18:04 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/gnupg2: security bump version to 2.5.20
 2026-05-18 18:04 UTC 

[bluez/bluez]
 2026-05-18 18:04 UTC 

[PATCH v7 00/23] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-18 18:01 UTC  (52+ messages)
` [PATCH v7 01/23] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v7 02/23] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v7 03/23] drm: bridge: dw_hdmi: Free IRQ before CEC adapter is unregistered
` [PATCH v7 04/23] drm: bridge: dw_hdmi: Hold bridge ref until connector cleanup
` [PATCH v7 05/23] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v7 06/23] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v7 07/23] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v7 08/23] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v7 09/23] drm: bridge: dw_hdmi: Unregister CEC notifier during connector cleanup
` [PATCH v7 10/23] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v7 11/23] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v7 12/23] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v7 13/23] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v7 14/23] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v7 15/23] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v7 16/23] drm: bridge: dw_hdmi: Update EDID and CEC phys addr in bridge detect()
` [PATCH v7 17/23] drm: bridge: dw_hdmi: Declare bridge CEC notifier support
` [PATCH v7 18/23] drm: bridge: dw_hdmi: Drop call to drm_bridge_hpd_notify()
` [PATCH v7 19/23] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v7 20/23] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v7 21/23] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v7 22/23] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v7 23/23] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers

[PATCH] mailbox: make the channel receive function robust
 2026-05-18 18:03 UTC  (2+ messages)

[PATCH rdma-next v5 00/15] RDMA: Introduce generic buffer descriptor infrastructure for umem
 2026-05-18 18:01 UTC  (4+ messages)
` [PATCH rdma-next v5 03/15] RDMA/core: "

[OE-core][PATCH] qemu: upgrade 10.2.0 -> 11.0.0
 2026-05-18 18:01 UTC 

[PATCH v2 3/3] memory: tegra264: Add full set of MC clients
 2026-05-18 18:01 UTC  (3+ messages)

[PATCH v3 00/10] KVM: x86: Improve #DB handling in the emulator
 2026-05-18 18:01 UTC  (3+ messages)
` [PATCH v3 02/10] KVM: x86: Capture "struct x86_exception" in inject_emulated_exception()

[PATCH for-4.22(?) v2] gnttab: simplify (really: drop) gnttab_set_frame_gfn()
 2026-05-18 18:00 UTC  (2+ messages)

[PATCH dpdk] net: fix L2 ptype assignment in VLAN loop
 2026-05-18 18:00 UTC  (4+ messages)
` [PATCH dpdk v5 0/5] Fix and improve VLAN/MPLS parsing in rte_net_get_ptype
  ` [PATCH dpdk v5 4/5] net: parse L3 protocol after MPLS labels

+ percpu-fix-hint-invariant-breakage.patch added to mm-new branch
 2026-05-18 18:00 UTC 

+ percpu-introduce-struct-pcpu_region.patch added to mm-new branch
 2026-05-18 18:00 UTC 

+ percpu-do-not-trust-hint-starts-when-they-are-not-set.patch added to mm-new branch
 2026-05-18 18:00 UTC 

+ percpu-fix-wrong-chunk-hints-update.patch added to mm-new branch
 2026-05-18 18:00 UTC 

[PATCH v2 0/2] drm/msm/dsi: support multiple DSC slices per packet
 2026-05-18 18:00 UTC  (4+ messages)
` [PATCH v2 1/2] drm/mipi-dsi: add flag for sending all DSC slices in one packet

[PATCH v6 1/4] percpu: Fix wrong chunk hints update
 2026-05-18 18:00 UTC  (2+ messages)

[PATCH v1 00/15] power: unify and improve lcore ID verification
 2026-05-18 17:59 UTC  (3+ messages)
` [PATCH V2 "

[PATCH v2] drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers
 2026-05-18 17:59 UTC  (2+ messages)

[PATCH] x86/events/amd/iommu: Fix cpumask of IOMMU events
 2026-05-18 17:58 UTC  (3+ messages)

[PATCH] IB/cache: Check GID table references before attempting deletion
 2026-05-18 17:58 UTC  (4+ messages)

[PATCH v6 0/6] Add get-error-counter and clear-error-counter support for CRI
 2026-05-18 17:58 UTC  (3+ messages)
` [PATCH v6 3/6] drm/xe/xe_ras: Add support to clear error counter

[PATCH v4 0/5] drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs
 2026-05-18 17:57 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs (rev4)

[PATCH] thermal: armada: replace msleep with usleep_range for short durations
 2026-05-18 17:57 UTC  (2+ messages)

[PATCH v3 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-18 17:56 UTC  (3+ messages)
` [PATCH v3 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH v2 00/10] bpf: introduce extensible load API
 2026-05-18 17:56 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/10] "

Patchwork housekeeping for: spi-devel-general
 2026-05-18 17:57 UTC 

[PATCH 6.12 000/143] 6.12.90-rc2 review
 2026-05-18 17:56 UTC  (2+ messages)

[PATCH] thermal: imx: do not split quoted string across lines
 2026-05-18 17:56 UTC  (2+ messages)

[PATCH v5 0/8] unwind, arm64: add sframe unwinder for kernel
 2026-05-18 17:55 UTC  (3+ messages)

[PATCH v8 5/5] misc: pci_endpoint_test: Add AER error handlers
 2026-05-18 17:55 UTC  (2+ messages)

[PATCH v3 0/2] drm/drm_blend: allow blend mode property without PREMULTI
 2026-05-18 17:54 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] drm: ensure blend mode supported if alpha exposed

[PATCH] thermal: of: fix trailing whitespace and repeated word
 2026-05-18 17:55 UTC  (2+ messages)

[PATCH v1] dts: add sleep to trex setup
 2026-05-18 17:54 UTC  (2+ messages)
` [PATCH v2] dts: add retry loop to trex traffic generation

[PATCH 0/3] iommu: Add PCI vendor:device ID to IOMMU fault logs
 2026-05-18 17:54 UTC  (3+ messages)

[linus:master] [mm] 01b9da291c: stress-ng.switch.ops_per_sec 67.7% regression
 2026-05-18 17:54 UTC  (11+ messages)

[to-be-updated] percpu-fix-hint-invariant-breakage.patch removed from -mm tree
 2026-05-18 17:54 UTC 

[to-be-updated] percpu-introduce-struct-pcpu_region.patch removed from -mm tree
 2026-05-18 17:54 UTC 

[to-be-updated] percpu-do-not-trust-hint-starts-when-they-are-not-set.patch removed from -mm tree
 2026-05-18 17:54 UTC 

[to-be-updated] percpu-fix-wrong-chunk-hints-update.patch removed from -mm tree
 2026-05-18 17:54 UTC 

[PATCH] scsi: core: wake eh reliably when using scsi_schedule_eh
 2026-05-18 17:53 UTC  (3+ messages)

[PATCH] iommu: Allow device driver to use its own PASID space for SVA
 2026-05-18 17:52 UTC  (3+ messages)

[PATCH dpdk] net/tap: use offsets provided by rte_net_get_ptype
 2026-05-18 17:52 UTC  (3+ messages)
` [PATCH dpdk v5] "

[PATCH v2 0/2] Packages upgrade
 2026-05-18 17:52 UTC  (3+ messages)
` [PATCH v2 2/2] strace: upgrade 6.19 -> 7.0

(subset) [PATCH v1 0/8] Add support for Microsoft Surface Pro 12in 1st Edition (Snapdragon)
 2026-05-18 17:51 UTC  (3+ messages)
` [PATCH v2 0/7] Add support for the Microsoft Surface Pro 12in 1st Edition (Snapdragon),

[PATCH] rust: cpu: use `unsafe_precondition_assert!`
 2026-05-18 17:51 UTC  (2+ messages)

[PATCH v2 2/3] dt-bindings: memory: tegra264: Add full set of MC client IDs
 2026-05-18 17:51 UTC  (3+ messages)

[PATCH v2] drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply parsers
 2026-05-18 17:51 UTC  (2+ messages)

[PATCH 2/2] fuse: wait for aborted connection before releasing last fuse_dev
 2026-05-18 17:49 UTC  (6+ messages)

[PATCH v2 0/4] target/arm: Implement FEAT_CMPBR
 2026-05-18 17:47 UTC  (5+ messages)
` [PATCH v2 1/4] target/arm: Add feature predicate for FEAT_CMPBR
` [PATCH v2 2/4] target/arm: Implement CB, CBB, CBH
` [PATCH v2 3/4] target/arm: Implement CB (immediate)
` [PATCH v2 4/4] target/arm: Enable FEAT_CMPBR for -cpu max

[PATCH v2 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-05-18 17:48 UTC  (2+ messages)

[PATCH net v5] rds: filter RDS_INFO_* getsockopt by caller's netns
 2026-05-18 17:46 UTC 

[PATCH v7 0/9] Add virtio-mmio support to m68k virt machine
 2026-05-18 17:46 UTC  (3+ messages)
` [PATCH v7 1/9] sysreset: qemu virt: Use map_sysmem()

[PATCH 00/11] Move test/py image creation into separate per-OS modules
 2026-05-18 17:45 UTC  (2+ messages)

[PATCH v5 0/1] i2c: designware: fix probe ordering for AMD GPIO on Lenovo Yoga 7 14AGP11
 2026-05-18 17:44 UTC  (11+ messages)

[PATCH] rust: module_param: use `pr_warn_once!` for null pointer warning
 2026-05-18 17:43 UTC  (2+ messages)

qcom: add CDSP firmware for shikra platform
 2026-05-18 17:42 UTC  (2+ messages)

[PATCH 1/1] chrony: add group argument to useradd command
 2026-05-18 17:40 UTC  (2+ messages)
` [oe] "

[PATCH v1] kernel-fit-image: Check signing key files based on algorithm
 2026-05-18 17:39 UTC  (2+ messages)

[PATCHv2 00/11] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-18 17:39 UTC  (3+ messages)
` [PATCHv2 05/11] libbpf: Detect uprobe syscall with new error

[PATCH v8 4/5] PCI: qcom: Add support for resetting the Root Port due to link down event
 2026-05-18 17:38 UTC  (2+ messages)

[PATCH net] net: devmem: reject TX dma-buf with non-page-aligned size or SG length
 2026-05-18 17:37 UTC  (3+ messages)

[PATCH] rust: kernel: module_param: replace pr_warn with pr_warn_once
 2026-05-18 17:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-google-api-core: propagate python-google-auth dependencies
 2026-05-18 17:36 UTC 

[PATCH v2] libbpf: fix UAF in strset__add_str()
 2026-05-18 17:36 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 5/5] RFC: pci: Migrate pci_mmcfg_{read,write} to pci.c
 2026-05-18 17:35 UTC  (2+ messages)

[PATCH 0/2] Fix S0i3 wakeup with alarmtimer
 2026-05-18 17:35 UTC  (5+ messages)
` [PATCH 1/2] rtc: Add rtc_read_next_alarm() to read next expiring timer

[PATCH v5] drm/xe: Unify fault injection hooks for CSC, GT reset
 2026-05-18 17:34 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: Unify fault injection hooks for CSC, GT reset (rev6)

[PATCH v0 1/1] iio: Convert IIO_CHAN_SOFT_TIMESTAMP() to be compound literal
 2026-05-18 17:32 UTC  (2+ messages)

[tglx-devel:locking/futex 1/15] include/linux/compiler_types.h:638:10: fatal error: asm/percpu_types.h: No such file or directory
 2026-05-18 17:32 UTC 


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.