messages from 2026-05-29 16:01:54 to 2026-05-29 17:32:05 UTC [more...]
[PATCH v2 0/2] rust: sync: Introduce LazyInit
2026-05-29 17:30 UTC
[PATCH v2 0/4] iio: adc: Add support for LTC2378 and similar ADCs
2026-05-29 17:31 UTC (5+ messages)
` [PATCH v2 2/4] iio: adc: ltc2378: Add support for LTC2378-20 "
[PATCH 00/10] nfsd: a pile of fixes for random bugs
2026-05-29 17:31 UTC (17+ messages)
` [PATCH 02/10] nfsd: drain callbacks and clear cl_cb_session
` [PATCH 03/10] nfsd: serialize nfsd4_end_grace() with atomic test-and-set
` [PATCH 04/10] nfsd: dedup nfs4_client_to_reclaim inserts
` [PATCH 08/10] nfsd: fix partial-write detection in nfsd_direct_write
[PATCH 0/8] Add CAMSS and IMX577 sensor support for Shikra EVK
2026-05-29 17:30 UTC (7+ messages)
` [PATCH 7/8] arm64: dts: qcom: shikra-cqm-evk-imx577-camera: Add DT overlay
` [PATCH 8/8] arm64: dts: qcom: shikra-iqs-evk-imx577-camera: "
[GIT PULL] KVM: x86: Fix for 7.1-rcN
2026-05-29 17:30 UTC (2+ messages)
[PATCH v6 00/15] userfaultfd: working set tracking for VM guest memory
2026-05-29 17:26 UTC (16+ messages)
` [PATCH v6 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v6 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v6 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v6 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v6 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v6 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v6 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v6 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v6 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v6 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v6 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v6 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v6 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v6 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v6 15/15] Documentation/userfaultfd: document RWP working set tracking
[PATCH] man/man2/fanotify_mark.2: AT_FDCWD plus NULL path doesn't work
2026-05-29 17:27 UTC
[RFC PATCH] drm/xe/hwmon: report a single fan for DG2 instead of two
2026-05-29 17:24 UTC (5+ messages)
` [PATCH v2] drm/xe/hwmon: document DG2 fan speed reporting quirk
` [PATCH v3] "
[PATCHSET cgroup/for-7.2] cgroup: Per-css kill_css_finish deferral
2026-05-29 17:25 UTC (4+ messages)
` [PATCH 5/5] cgroup: Defer kill_css_finish() in cgroup_apply_control_disable()
[PATCH 0/6] userfaultfd/pagemap: pre-existing fixes
2026-05-29 17:23 UTC (7+ messages)
` [PATCH 1/6] fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update race
` [PATCH 2/6] fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()
` [PATCH 3/6] fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()
` [PATCH 4/6] mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgrade
` [PATCH 5/6] userfaultfd: gate must_wait writability check on pte_present()
` [PATCH 6/6] userfaultfd: build __VMA_UFFD_FLAGS from config-gated masks
Missing signoff in the pm tree
2026-05-29 17:23 UTC (2+ messages)
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-05-29 16:59 UTC (4+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
[PATCH 0/4] iio: PM-enable leak on probe error path (goto-variant drivers)
2026-05-29 17:23 UTC (9+ messages)
` [PATCH 1/4] iio: light: pa12203001: use devm_pm_runtime_enable() to fix probe error path
` [PATCH 2/4] iio: light: us5182d: "
` [PATCH 3/4] iio: light: apds9960: "
` [PATCH 4/4] iio: accel: mma8452: "
[PATCH] locking/rwsem: add scoped guard for down_read_killable()
2026-05-29 17:21 UTC (2+ messages)
[PATCH] riscv: Remove support for XIP kernel
2026-05-29 17:20 UTC (2+ messages)
context switch within RCU read-side critical section in next-20260518+ with PREEMPT_RT
2026-05-29 17:20 UTC (11+ messages)
[PATCH v4 0/3] revamp fs/filesystems.c
2026-05-29 17:18 UTC (4+ messages)
` [PATCH v4 1/3] proc: allow to mark /proc files permanent outside of fs/proc/
` [PATCH v4 2/3] fs: RCU-ify filesystems list
` [PATCH v4 3/3] fs: cache the string generated by reading /proc/filesystems
[PATCH v3 0/5] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
2026-05-29 17:18 UTC (8+ messages)
` [PATCH v3 1/5] arm64: vdso: Prepare for robust futex unlock support
` [PATCH v3 2/5] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
` [PATCH v3 3/5] selftests: futex: Add support for aarch64 in robust_list_critical
` [PATCH v3 4/5] arm64: vdso32: Bring vdso32-offsets.h back
` [PATCH v3 5/5] arm64: vdso32: Implement __vdso_futex_robust_try_unlock()
[PATCH v10 00/31] DCD: Add support for Dynamic Capacity Devices (DCD)
2026-05-29 17:16 UTC (5+ messages)
` [PATCH v10 24/31] dax/bus: Add uuid sysfs attribute to dax devices
` [PATCH v10 25/31] dax/bus: Reject resize on DC dax devices and enforce 0-size creation
[PATCH v2 0/2] iio: adc: ad4080: add support for AD4884
2026-05-29 17:15 UTC (2+ messages)
[PATCH v2 phy-next 00/15] New Generic PHY driver for Lynx 10G SerDes
2026-05-29 17:15 UTC (16+ messages)
` [PATCH v2 phy-next 01/15] phy: lynx-28g: reject probing on devices with unsupported OF nodes
` [PATCH v2 phy-next 02/15] phy: lynx-28g: move lane mode helpers to new core module
` [PATCH v2 phy-next 03/15] phy: lynx-28g: move data structures to core
` [PATCH v2 phy-next 04/15] phy: lynx-28g: common lynx_pll_get()
` [PATCH v2 phy-next 05/15] phy: lynx-28g: generalize protocol converter accessors
` [PATCH v2 phy-next 06/15] phy: lynx-28g: provide default lynx_lane_supports_mode() implementation
` [PATCH v2 phy-next 07/15] phy: lynx-28g: move struct lynx_info definitions downwards
` [PATCH v2 phy-next 08/15] phy: lynx-28g: make lynx_28g_pll_read_configuration() callable per PLL
` [PATCH v2 phy-next 09/15] phy: lynx-28g: common probe() and remove()
` [PATCH v2 phy-next 10/15] phy: lynx-28g: add support for big endian register maps
` [PATCH v2 phy-next 11/15] phy: lynx-28g: optimize read-modify-write operation
` [PATCH v2 phy-next 12/15] phy: lynx-28g: improve phy_validate() procedure
` [PATCH v2 phy-next 13/15] dt-bindings: phy: lynx-10g: initial document
` [PATCH v2 phy-next 14/15] phy: lynx-10g: new driver
` [PATCH v2 phy-next 15/15] MAINTAINERS: expand Lynx 28G entry to cover Lynx 10G SerDes
[PATCH RFC v3 0/6] iio: add Open Sensor Fusion OSF0 UART driver
2026-05-29 17:14 UTC (4+ messages)
` [PATCH RFC v3 1/6] dt-bindings: iio: add OSF GREEN sensor aggregation device
[PATCH] drm: Remove DRIVER_GEM_GPUVA feature flag
2026-05-29 17:13 UTC (3+ messages)
[PATCH net v2] ptp: vclock: Switch from RCU to SRCU
2026-05-29 17:11 UTC
[PATCH] crypto: sun4i-ss: restrict PRNG seed length to prevent heap overflow
2026-05-29 17:10 UTC (4+ messages)
` [PATCH v2] crypto: sun4i-ss - clamp "
[PATCH v5 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
2026-05-29 17:06 UTC (16+ messages)
` [PATCH v5 04/10] ACPI: APEI: GHES: move estatus cache helpers
` [PATCH v5 05/10] ACPI: APEI: GHES: move vendor record helpers
` [PATCH v5 06/10] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v5 07/10] ACPI: APEI: introduce GHES helper
` [PATCH v5 08/10] ACPI: APEI: share GHES CPER helpers
` [PATCH v5 09/10] dt-bindings: firmware: add arm,ras-cper
` [PATCH v5 10/10] RAS: add firmware-first CPER provider
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-29 17:03 UTC (9+ messages)
` [PATCH v2 01/16] liveupdate: luo_file: Add internal APIs for file preservation
` [PATCH v2 10/16] iommu: Restore and reattach preserved domains to devices
[BUG] efs: divide error in efs_iget() on mount of crafted image
2026-05-29 17:02 UTC
[PATCH v1] ipmi:ssif: Drop unused assignment of platform_device_id driver data
2026-05-29 17:01 UTC (2+ messages)
[PATCH v6 1/2] dt-bindings: ufs: Document static TX Equalization settings properties
2026-05-29 16:58 UTC (2+ messages)
[RFC PATCH 0/6] mm/damon: hardware-sampled access reports
2026-05-29 16:56 UTC (7+ messages)
` [RFC PATCH 1/6] mm/damon: add struct damon_perf_event{,_attr} and per-ctx perf_events list
` [RFC PATCH 2/6] mm/damon/sysfs-sample: expose perf_events configuration via sysfs
` [RFC PATCH 3/6] mm/damon/sysfs: install perf_events on apply
` [RFC PATCH 4/6] mm/damon/core: per-CPU SPSC ring drain and damon_perf_event lifecycle
` [RFC PATCH 5/6] mm/damon/vaddr: implement perf-event access check
` [RFC PATCH 6/6] mm/damon: add damos_node_eligible_mem_bp tracepoint
[PATCH v4 0/6] s390: Enable Rust support and add required arch glue
2026-05-29 16:56 UTC (4+ messages)
` [PATCH v4 5/6] s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers
[PATCH-next v3 0/5] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
2026-05-29 16:54 UTC (4+ messages)
` [PATCH-next v3 3/5] cgroup/cpuset: Made cpuset_attach_old_cs track task group leaders
[PATCH v3 0/2] hwmon: (pmbus/max20860a) Add driver for Analog Devices MAX20860A
2026-05-29 16:51 UTC (6+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: pmbus: Add "
` [PATCH v3 2/2] hwmon: (pmbus/max20860a) Add driver for "
[PATCH v2 00/20] KVM: x86/xen: Fix Xen/GP/PREEMPT_RT issues with rwlock_t
2026-05-29 16:51 UTC (21+ messages)
` [PATCH v2 01/20] locking/rt: Use raw_spin_lock_irqsave() in __rwbase_read_unlock()
` [PATCH v2 02/20] KVM: x86/xen: Use read_trylock() for GPC locks in hardirq/atomic paths
` [PATCH v2 03/20] KVM: x86/xen: Remove unnecessary irqsave from GPC lock usage in xen.c
` [PATCH v2 04/20] KVM: x86: Remove unnecessary irqsave from kvm_setup_guest_pvclock()
` [PATCH v2 05/20] KVM: Remove unnecessary IRQ disabling from GPC lock in pfncache.c
` [PATCH v2 06/20] KVM: x86/xen: Use guard() to grab kvm->srcu around gpc critical sections
` [PATCH v2 07/20] KVM: x86/xen: Extract delivery of event to vCPU into a separate helper
` [PATCH v2 08/20] KVM: x86/xen: Explicitly tag "shared info" page as never being dirty tracked
` [PATCH v2 09/20] KVM: x86/xen: Don't dirty track "vCPU info" page
` [PATCH v2 10/20] KVM: Move {g,p}fn <=> {g,h}pa conversion helpers to kvm_types.h
` [PATCH v2 11/20] KVM: Add CLASS() constructs to automagically handle lock+check of gpc
` [PATCH v2 12/20] KVM: x86/xen: Convert kvm_xen_shared_info_init() to gpc's CLASS() APIs
` [PATCH v2 13/20] KVM: x86/xen: Don't bother waiting on gpc->lock in SCHEDOP_poll
` [PATCH v2 14/20] KVM: x86/xen: Convert wait_pending_event() to gpc's CLASS() APIs
` [PATCH v2 15/20] KVM: x86/xen: Convert kvm_xen_set_evtchn_fast() "
` [PATCH v2 16/20] KVM: x86/xen: Convert xen_get_guest_pvclock() "
` [PATCH v2 17/20] KVM: x86/xen: Drop local "kick_vcpu" from __kvm_xen_set_evtchn_fast()
` [PATCH v2 18/20] KVM: x86/xen: Convert event injection to gpc's CLASS() APIs
` [PATCH v2 19/20] KVM: Add "extended" gpc CLASS() APIs for sometimes-atomic cases
` [PATCH v2 20/20] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
[PATCH v7 0/6] Add support for Adreno 810 GPU
2026-05-29 16:51 UTC (3+ messages)
` [PATCH v7 2/6] dt-bindings: display/msm/gpu: Document "
[PATCH RFC v3 0/5] ZTE zx297520v3 clock bindings and driver
2026-05-29 16:49 UTC (5+ messages)
` [PATCH RFC v3 1/5] dt-bindings: clk: zte: Add zx297520v3 top clock and reset bindings
` [PATCH RFC v3 2/5] dt-bindings: clk: zte: Add zx297520v3 LSP "
[PATCH] ARM: module.lds: fix unwind metadata for merged .text sections
2026-05-29 16:46 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 0/6] sched: Add support for long task name
2026-05-29 16:46 UTC (11+ messages)
` [PATCH v2 3/6] treewide: Replace memcpy(..., current->comm) with strscpy()
` [PATCH v2 4/6] sched: Extend task command name to 64 bytes
[PATCH v2 0/3] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
2026-05-29 16:45 UTC (3+ messages)
[PATCH] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
2026-05-29 16:45 UTC (2+ messages)
[PATCH v1] rust: pwm: use pin_init::zeroed() to initialize pwm_ops
2026-05-29 16:45 UTC (2+ messages)
[PATCH v2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
2026-05-29 16:44 UTC (4+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] perf/arm-cmn: Move struct arm_cmn_hw_event into struct hw_perf_event
[PATCH v3 0/4] Enhance RPMsg buffer management
2026-05-29 16:43 UTC (5+ messages)
` [PATCH v3 1/4] rpmsg: virtio_rpmsg_bus: rename rbufs and sbufs
` [PATCH v3 2/4] rpmsg: virtio_rpmsg_bus: allow different size of tx and rx bufs
` [PATCH v3 3/4] rpmsg: virtio_rpmsg_bus: get buffer size from config space
` [PATCH v3 4/4] samples: rpmsg: add MTU size info
[PATCH v4 0/3] Add eDP lane mapping support
2026-05-29 16:43 UTC (3+ messages)
` [PATCH v4 1/3] dt-bindings: display: bridge: analogix-dp: Add data-lanes support for endpoint
[PATCH 0/4] kobject: Allow the constification of kobject attributes
2026-05-29 16:43 UTC (5+ messages)
` [PATCH 1/4] kobject: Provide macros to initialize 'struct kobj_attribute'
` [PATCH 2/4] samples/kobject: Switch to the new __KOBJ_ATTR() macro
` [PATCH 3/4] kobject: Allow the constification of kobject attributes
` [PATCH 4/4] samples/kobject: Constify "
[PATCH v2 0/2] Add support for Infineon eFuse XDP720/XDP730
2026-05-29 16:41 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon/pmbus: Add Infineon XDP720/XDP730
[PATCH v3 1/1] cxl/region: Fix out-of-bounds access in cxl_cancel_auto_attach()
2026-05-29 16:39 UTC (2+ messages)
[PATCH v1 0/2] ARM: tegra: Add device-tree for Motorola Atrix 4G and Droid X2
2026-05-29 16:39 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: tegra: Add Motorola Artix "
[PATCH v2 0/3] clock: versal-clk: Fix Versal NET clock binding and switch to CCF
2026-05-29 16:38 UTC (3+ messages)
` [PATCH v2 2/3] dt-bindings: clock: versal-clk: Fix Versal NET clock validation
[PATCH v5 00/12] media: microchip-isc: fixes and enhancements
2026-05-29 16:35 UTC (4+ messages)
` [PATCH v5 09/12] media: microchip-isc: add SAMA7G5 hue and saturation controls
[PATCH v1 0/2] dt-bindings: display: panel: Add LG LP156WF1 dual-LVDS panel
2026-05-29 16:32 UTC (4+ messages)
` [PATCH v1 1/2] dt-bindings: display: panel: Add LG LP156WF1
[PATCH v3 0/2] kconfig: Remove the architecture specific config for AutoFDO and Propeller
2026-05-29 16:32 UTC (2+ messages)
[PATCH 0/3] mtd: rawnand: pl353: Fixes and software ECC support
2026-05-29 16:29 UTC (4+ messages)
` [PATCH 1/3] mtd: rawnand: pl353: Update timings at the right moment
` [PATCH 2/3] mtd: rawnand: pl353: Make sure we use the monolithic helpers for raw accesses
` [PATCH 3/3] mtd: rawnand: pl353: Fix debug prints
[PATCH] MAINTAINERS: update ndesaulniers
2026-05-29 16:28 UTC (2+ messages)
[PATCH 6.6 000/186] 6.6.142-rc1 review
2026-05-29 16:24 UTC (2+ messages)
[PATCH 00/29] crypto: talitos - Driver cleanup
2026-05-29 16:24 UTC (4+ messages)
` [PATCH 05/29] crypto: talitos - Prepare crypto implementation file splitting
[PATCH v19 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-05-29 16:22 UTC (2+ messages)
[PATCH 0/1] Client optimize away CB_RECALL for write delegation
2026-05-29 16:22 UTC (4+ messages)
` [PATCH 1/1] nfs: return a write delegation when a SETATTR drops our write access
[PATCH] pps: Don't try to wait for negative timeouts in PPS_FETCH
2026-05-29 16:21 UTC
[PATCH V1] accel/amdxdna: Return errors for failed debug BO commands
2026-05-29 16:21 UTC
PowerPC: Random memory corruption causing kernel oops on Power11
2026-05-29 16:18 UTC (7+ messages)
[PATCH v2 0/4] accel: rocket: Add RK3568 NPU support
2026-05-29 16:18 UTC (4+ messages)
` [PATCH v2 2/4] dt-bindings: npu: rockchip,rk3588-rknn-core: Add RK3568 support
[PATCH net-next v9 0/3] net: sfp: extend SMBus support
2026-05-29 16:18 UTC (3+ messages)
` [PATCH net-next v9 2/3] net: sfp: apply I2C adapter quirks to limit block size
[GIT PULL] Compute Express Link (CXL) Fixes for 7.1-rc6
2026-05-29 16:17 UTC
Linux 7.1-rc5
2026-05-29 16:05 UTC (2+ messages)
` regressions report as of Linux 7.1-rc5 post (was: Linux 7.1-rc5)
[PATCH net-next v6 5/5] veth: time-based BQL completion coalescing via ethtool tx-usecs
2026-05-29 14:51 UTC (2+ messages)
[PATCH v3 00/11] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
2026-05-29 16:14 UTC (5+ messages)
` [PATCH v3 06/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 7" DSI
[PATCH v3 1/2] dt-bindings: embedded-controller: qcom,hamoa-crd-ec: add Lenovo Yoga Slim 7x
2026-05-29 16:12 UTC (3+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Add Embedded Controller node
[PATCH v5 00/18] userfaultfd: working set tracking for VM guest memory
2026-05-29 16:09 UTC (4+ messages)
` [PATCH v5 04/18] mm: skip out-of-range bits in mk_vma_flags()
[PATCH v3] arm64: dts: ti: Add LincolnTech OLDI LCD-185 Overlay for AM625-BeaglePlay
2026-05-29 16:08 UTC (2+ messages)
[PATCH 0/5] mtd: spi-nor: Massive QE handling cleanup and Winbond RV chips addition
2026-05-29 16:05 UTC (6+ messages)
` [PATCH 1/5] mtd: spi-nor: Refactor Read Status/Write Status support
` [PATCH 2/5] mtd: spi-nor: Add support for the new JESD216 rev F QER field
` [PATCH 3/5] mtd: spi-nor: Move the SFDP header structure to a C header
` [PATCH 4/5] mtd: spi-nor: winbond: Add support for W25Q02RV-M
` [PATCH 5/5] mtd: spi-nor: winbond: Add support for W25Q51RV-M
[PATCH v2 0/3] spacemit: k1: Add support for Banana Pi BPI-CM6 IO board
2026-05-29 16:06 UTC (5+ messages)
` [PATCH v2 2/3] riscv: dts: spacemit: k1: Split gmac_clk_ref into independent pinctrl groups
[tip:x86/misc] BUILD SUCCESS 1d2cf6d5b5994df68e3431f0a1a8f72a191b8aad
2026-05-29 16:03 UTC
[PATCH v3] media: add virtio-media driver
2026-05-29 16:03 UTC (2+ messages)
[PATCH v1 00/26] KVM: arm64 on s390 System Register Handling
2026-05-29 15:55 UTC (2+ messages)
` [PATCH v1 11/26] KVM: arm64: Move definitions from sys_regs.c to sys_regs.h
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox