All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-17 12:44:13 to 2026-07-17 13:20:01 UTC [more...]

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-17 13:20 UTC  (18+ messages)
` [RFC PATCH v2 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
` [RFC PATCH v2 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH v2 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [RFC PATCH v2 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH v2 05/13] mm/kwatch: add watch expression parser and dereference engine
` [RFC PATCH v2 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH v2 07/13] stacktrace: export stack_trace_save_regs()
` [RFC PATCH v2 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH v2 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH v2 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH v2 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH v2 12/13] mm/kwatch: add KUnit tests for the watch expression parser
` [RFC PATCH v2 13/13] Documentation/dev-tools: document KWatch

[pseudo] [PATCH] linkat: Fix AT_EMPTY_PATH handling
 2026-07-17 13:19 UTC 

[PATCH bpf-next v2 0/4] bpf: Add memory usage for arena and selftest
 2026-07-17 13:18 UTC  (4+ messages)
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests for memory usage for arena

[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
 2026-07-17 13:19 UTC  (4+ messages)
` [PATCH 01/60] drm/simple-kms: Add create_plane_state hook

[PATCH v14 0/3] rust: add basic serial device bus abstractions
 2026-07-17 13:18 UTC  (11+ messages)

[PATCH 0/3] Add support for cs42l44
 2026-07-17 13:18 UTC  (3+ messages)
` [PATCH 1/3] ASoC: dt-bindings: cirrus,cs42l43: Add CS42L44 variant

[PATCH v3 00/10] riscv: add initial RPMI virt support
 2026-07-17 13:17 UTC  (9+ messages)
` [PATCH v3 01/10] build: add optional librpmi dependency
` [PATCH v3 02/10] hw/misc: add RISC-V RPMI transport and Base support
` [PATCH v3 03/10] hw/riscv: add RPMI FDT helpers
` [PATCH v3 04/10] hw/riscv/virt: add opt-in RPMI base support

[PATCH] EDAC/altera: Fix device node reference leaks in the SDMMC ECC setup
 2026-07-17 13:17 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] scripts/kernel-doc: Suggest possible names for excess descriptions
 2026-07-17 13:17 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
` ✓ CI.KUnit: success for scripts/kernel-doc: Suggest possible names for excess descriptions (rev3)

[PATCH 0/2] Support RAW12 bayer formats
 2026-07-17 13:16 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: validate monitor transmit frame lengths
 2026-07-17 13:16 UTC  (3+ messages)
` [PATCH v2] "

[OE-core][PATCH v1] util-linux: backport pam_lastlog2 libpam linking fix
 2026-07-17 13:16 UTC  (5+ messages)
` [OE-core][wrynose][PATCH] util-linux: upgrade 2.41.3 -> 2.41.5

[tty:tty-testing 11/13] error[E0425]: cannot find type `BoundInternal` in module `device`
 2026-07-17 13:16 UTC  (2+ messages)

[PATCH 6.12.y-cip 00/15] Add p3t1085 and p3t1755 support
 2026-07-17 13:15 UTC  (16+ messages)
` [PATCH 6.12.y-cip 01/15] dt-bindings: hwmon: ti,tmp108: Add nxp,p3t1085 compatible string
` [PATCH 6.12.y-cip 02/15] hwmon: (tmp108) Add NXP p3t1085 support
` [PATCH 6.12.y-cip 03/15] hwmon: (tmp108) Add helper function tmp108_common_probe() to prepare I3C support
` [PATCH 6.12.y-cip 04/15] hwmon: (tmp108) Add support for I3C device
` [PATCH 6.12.y-cip 05/15] hwmon: (tmp108) Do not fail in I3C probe when I3C regmap is a module
` [PATCH 6.12.y-cip 06/15] hwmon: (tmp108) Add basic regulator support
` [PATCH 6.12.y-cip 07/15] dt-bindings: hwmon: lm75: Add NXP P3T1755
` [PATCH 6.12.y-cip 08/15] hwmon: (lm75) Add NXP P3T1755 support
` [PATCH 6.12.y-cip 09/15] hwmon: (lm75) Hide register size differences in regmap access functions
` [PATCH 6.12.y-cip 10/15] hwmon: (lm75) simplify lm75_write_config()
` [PATCH 6.12.y-cip 11/15] hwmon: (lm75) simplify regulator handling
` [PATCH 6.12.y-cip 12/15] hwmon: (lm75) Remove superfluous 'client' member from private struct
` [PATCH 6.12.y-cip 13/15] hwmon: (lm75) separate probe into common and I2C parts
` [PATCH 6.12.y-cip 14/15] hwmon: (lm75) add I3C support for P3T1755
` [PATCH 6.12.y-cip 15/15] hwmon: (lm75) Fix I3C transfer buffer pointer for incoming data

[PATCH v5 0/7] KVM: arm64: pKVM stage-2 mapping and memcache fixes
 2026-07-17 13:15 UTC  (9+ messages)
` [PATCH v5 1/7] KVM: arm64: Skip cache maintenance for non-cacheable pKVM mappings
` [PATCH v5 2/7] KVM: arm64: Top up the memcache for pKVM permission faults
` [PATCH v5 3/7] KVM: arm64: Top up stage-2 memcache for dirty logging faults
` [PATCH v5 4/7] KVM: arm64: Skip pKVM stage-2 flush when FWB is enabled
` [PATCH v5 5/7] KVM: arm64: Don't WARN on pKVM stage-2 map failures
` [PATCH v5 6/7] KVM: arm64: Don't advertise eager page splitting under pKVM
` [PATCH v5 7/7] KVM: arm64: selftests: Add stage-2 block transition test

[PATCH v2] drm/xe/debugfs: Add knob to wedge on first page fault
 2026-07-17 13:15 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/debugfs: Add knob to wedge on first page fault (rev2)

[PATCH 6.1.y-cip 00/23] Add p3t1085 and p3t1755 support
 2026-07-17 13:12 UTC  (24+ messages)
` [PATCH 6.1.y-cip 01/23] dt-bindings: hwmon: ti,tmp108: document V+ supply, add short description
` [PATCH 6.1.y-cip 02/23] dt-bindings: hwmon: ti,tmp108: Add nxp,p3t1085 compatible string
` [PATCH 6.1.y-cip 03/23] hwmon: (tmp108) Add NXP p3t1085 support
` [PATCH 6.1.y-cip 04/23] hwmon: (tmp108) Add helper function tmp108_common_probe() to prepare I3C support
` [PATCH 6.1.y-cip 05/23] hwmon: (tmp108) Add support for I3C device
` [PATCH 6.1.y-cip 06/23] hwmon: (tmp108) Do not fail in I3C probe when I3C regmap is a module
` [PATCH 6.1.y-cip 07/23] hwmon: (tmp108) Add basic regulator support
` [PATCH 6.1.y-cip 08/23] dt-bindings: hwmon: (lm75) Add AMS AS6200 temperature sensor
` [PATCH 6.1.y-cip 09/23] dt-bindings: hwmon: lm75: use common hwmon schema
` [PATCH 6.1.y-cip 10/23] dt-bindings: hwmon: lm75: Add NXP P3T1755
` [PATCH 6.1.y-cip 11/23] hwmon: (lm75) fix Wvoid-pointer-to-enum-cast warning
` [PATCH 6.1.y-cip 12/23] hwmon: (lm75) remove now-unused include
` [PATCH 6.1.y-cip 13/23] hwmon: (lm75) Add AMS AS6200 temperature sensor
` [PATCH 6.1.y-cip 14/23] hwmon: (lm75) Fix tmp112 default config
` [PATCH 6.1.y-cip 15/23] hwmon: (lm75) Remove use of i2c_match_id()
` [PATCH 6.1.y-cip 16/23] hwmon: (lm75) Add NXP P3T1755 support
` [PATCH 6.1.y-cip 17/23] hwmon: (lm75) Hide register size differences in regmap access functions
` [PATCH 6.1.y-cip 18/23] hwmon: (lm75) simplify lm75_write_config()
` [PATCH 6.1.y-cip 19/23] hwmon: (lm75) simplify regulator handling
` [PATCH 6.1.y-cip 20/23] hwmon: (lm75) Remove superfluous 'client' member from private struct
` [PATCH 6.1.y-cip 21/23] hwmon: (lm75) separate probe into common and I2C parts
` [PATCH 6.1.y-cip 22/23] hwmon: (lm75) add I3C support for P3T1755
` [PATCH 6.1.y-cip 23/23] hwmon: (lm75) Fix I3C transfer buffer pointer for incoming data

[PATCH] s390/mm: Add missing vm_start <= addr check to do_secure_storage_access()
 2026-07-17 13:14 UTC 

[PATCH] hw/usb/hcd-xhci-sysbus: Fix OOB heap access in xhci_sysbus_intr_raise()
 2026-07-17 13:13 UTC  (3+ messages)

[RFC PATCH] remoteproc: xlnx: initialize mailbox work before requesting channels
 2026-07-17 13:13 UTC  (3+ messages)
` [RFC PATCH v2] "

[PATCH] drm/i915/backlight: Remove DP_EDP_BACKLIGHT_AUX_ENABLE_CAP check for DPCD backlight
 2026-07-17 13:12 UTC  (2+ messages)
`  "

[PATCH v1] dma-buf/udmabuf: Disable the size limit by default
 2026-07-17 13:12 UTC  (2+ messages)

[PATCH v3 0/3] vhost-user-gpu: Add blob resource and shared memory support
 2026-07-17 13:11 UTC  (6+ messages)
` [PATCH v3 1/3] vhost: Fix SHMEM_MAP transaction ordering and resulting deadlock

[PATCH 0/5] qom: tidy-ups and preparation for class property conversion
 2026-07-17 13:11 UTC  (8+ messages)
` [PATCH 4/5] qom/object.h: add missing documentation for object_class_* property functions
` [PATCH 5/5] qom/object.c: rename object_class_property_uint*_ptr() to object_class_static_property_uint*_ptr()

[PATCH v2] x86/virt/tdx: Formalize SEAMCALL version encoding support
 2026-07-17 13:10 UTC  (8+ messages)

[PATCH] mtd: spinand: fmsh: fix FM25G01B/FM25G02B Quad I/O read dummy cycles
 2026-07-17 13:10 UTC  (3+ messages)

[PATCH] mtd: rawnand: sunxi: add H616 MBUS DMA support
 2026-07-17 13:09 UTC  (3+ messages)

[RFC PATCH 0/2] KVM: arm64: Support BBM level 3
 2026-07-17 13:09 UTC  (3+ messages)
` [RFC PATCH 1/2] KVM: arm64: Add stage2_clean_old_pte()
` [RFC PATCH 2/2] KVM: arm64: Support BBM level 3

(no subject)
 2026-07-17 13:08 UTC  (4+ messages)
` 

[PATCH] mesa-pvr: correct INSANE_SKIP for mesa-megadriver
 2026-07-17 13:08 UTC  (2+ messages)

[PATCH v2 1/4] virtio-mem: validate device-reported block size
 2026-07-17 13:08 UTC  (11+ messages)

[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-17 13:07 UTC  (3+ messages)
` [PATCH v8 06/10] rust: miscdevice: set fops.owner from driver module pointer

[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
 2026-07-17 13:06 UTC  (3+ messages)

[PATCH 0/4] X2 Elite Lenovo Yoga Slim 7x Gen11 support
 2026-07-17 13:06 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: display: panel: samsung,atna33xc20: Add ATNA40HQ08-0
  ` [PATCH 1/4] dt-bindings: display: panel: samsung, atna33xc20: "

[PATCH v2 0/2] iio: adc: Add Nuvoton MA35D1 EADC support
 2026-07-17 13:06 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: Add Nuvoton MA35D1 EADC

[RFC PATCH 0/4] panic: a pre kdump notifier list for hypervisor upcalls
 2026-07-17 13:06 UTC  (6+ messages)
` [RFC PATCH 1/4] panic: add a pre kdump notifier list

[PATCH] usb: mtu3: wait for TX FIFO to drain before disconnect
 2026-07-17 13:05 UTC 

[meta-python][PATCH 1/2] python3-scikit-build-core: Upgrade 0.12.2 -> 1.0.3
 2026-07-17 13:04 UTC  (2+ messages)
` [meta-python][PATCH 2/2] python3-lief: Upgrade 0.17.3 -> 1.0.0

[BUG] xfs: sparse inode allocation can trip i != 1 after AGFL growth
 2026-07-17 13:04 UTC 

[PATCH] wifi: ath12k: restore country code during resume
 2026-07-17 13:02 UTC 

[PATCH] rust: Upgrade 1.96.1 -> 1.97.0
 2026-07-17 13:03 UTC  (2+ messages)
` [OE-core] "

[PATCH RFC 0/8] drm: Add DRM_MODE_ATOMIC_RESET flag
 2026-07-17 13:03 UTC  (4+ messages)

[PATCH] usb: gadget: f_hid: convert polling interval from ms to bInterval units
 2026-07-17 13:02 UTC  (2+ messages)

[PATCH net-next 0/7] net: convert rawv6, ieee802154, phonet and tls getsockopt to sockopt_t
 2026-07-17 13:02 UTC  (4+ messages)
` [PATCH net-next 5/7] phonet: pep: convert "

[PATCH 0/3] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
 2026-07-17 13:02 UTC  (7+ messages)
` [PATCH 1/3] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max
` [PATCH 2/3] mm: vmscan: propagate real error code from per-node proactive reclaim
` [PATCH 3/3] mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()

[PATCH 1/1] vfio/pci: Reject invalid PCI interrupt pin values
 2026-07-17 13:01 UTC  (5+ messages)
` [PATCH v2 1/2] vfio/pci: don't narrow a failed config read to a plausible value
` [PATCH v2 2/2] vfio/pci: reject invalid PCI_INTERRUPT_PIN values

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202607162215
 2026-07-17 13:01 UTC 

[PATCH v2 1/4] packagegroups: Add packagegroup-core-buildessential-rust
 2026-07-17 13:01 UTC  (4+ messages)
` [PATCH v2 2/4] packagegroups: add nativesdk-packagegroup-sdk-host-rust
` [PATCH v2 3/4] packagegroups: add nativesdk-packagegroup-sdk-host-clang
` [PATCH v2 4/4] populate_sdk_base: add kernel-devsrc via SDK_TOOLCHAIN_LANGS

[PATCH v4 0/2] i2c-tools: Make tools accept bus path
 2026-07-17 13:00 UTC  (5+ messages)
` [PATCH v4 1/2] i2c-tools: Allow passing device file paths

[PATCH i-g-t v4 0/7] add cgroup_dmem test
 2026-07-17 13:00 UTC  (3+ messages)
` [PATCH i-g-t v4 7/7] tests/dmem_cgroups: add test for dmem.current

[PATCH] KVM: VMX: Postpone IPIv setup after successful vCPU creation
 2026-07-17 12:59 UTC  (2+ messages)

[PATCH v2 0/7] KVM: s390: Misc fixes
 2026-07-17 12:59 UTC  (3+ messages)
` [PATCH v2 5/7] KVM: s390: ucontrol: Add missing locking around gmap_remove_child()

[PATCH v3 0/2] promote mapped executable folios after first usage for MGLRU
 2026-07-17 12:58 UTC  (4+ messages)
` [PATCH v3 2/2] mm: mglru: promote mapped executable folios after first usage

[PATCH v2 0/5] Rate limited printing for Rust
 2026-07-17 12:58 UTC  (3+ messages)
` [PATCH v2 1/5] rust: sync: move lockdep types to rust/kernel/sync/lockdep.rs

[PATCH i-g-t] intel-ci: Update PTL Core blocklist
 2026-07-17 12:57 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v5 0/8] hw/sensor: Add new device emulation for TI ADC128D818
 2026-07-17 12:57 UTC  (5+ messages)
` [PATCH v5 6/8] hw/i2c: parent slaves created with i2c_slave_create_simple

[PATCH net v2] net: dpaa: fix mode setting
 2026-07-17 12:57 UTC  (9+ messages)

[PATCH v9 0/9] lan966x pci device: Add support for SFPs, PCI part
 2026-07-17 12:57 UTC  (7+ messages)
` [PATCH v9 6/9] PCI: of: Use fw_devlink_set_device()
` [PATCH v9 7/9] PCI: of: Clear fwnode->dev during root bridge node removal

[PATCH] staging: greybus: audio: bound topology parsing to the received buffer
 2026-07-17 12:56 UTC  (3+ messages)

[PATCH 1/4] scripts: fix spelling mistakes
 2026-07-17 12:55 UTC  (2+ messages)

[PATCH] kconfig: abort rather than loop for ever on EOF
 2026-07-17 12:47 UTC  (2+ messages)

[PATCH v4 0/6] xfs write streams
 2026-07-17 12:55 UTC  (7+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls
  ` [PATCH v4 2/6] iomap: introduce and propagate write_stream
  ` [PATCH v4 3/6] xfs: implement write-stream management support
  ` [PATCH v4 4/6] xfs: generic AG set based steering
  ` [PATCH v4 5/6] xfs: write stream based AG placement
  ` [PATCH v4 6/6] xfs: introduce software write streams

[PATCH] selftests: do not preserve ownership when installing files with rsync
 2026-07-17 12:40 UTC  (2+ messages)

[PATCH 00/10] Limit usage of internal API in tests
 2026-07-17 12:56 UTC  (4+ messages)
` [PATCH 06/10] test/devargs: check driver presence with public API

[PATCH 00/14] nvmem: patches for 7.2
 2026-07-17 12:56 UTC  (4+ messages)

[PATCH v3] sched/proxy_exec: Detect cycles in proxy walks
 2026-07-17 12:55 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v9 00/14] media: iris: Add support for glymur platform
 2026-07-17 12:54 UTC  (3+ messages)
` [PATCH v9 13/14] arm64: dts: qcom: glymur: Add iris video node

[PATCH v2] fuse: allow larger read requests by setting bdi->io_pages
 2026-07-17 12:54 UTC  (2+ messages)

[RFC PATCH v1 0/8] Arm Core Local Accelerator Driver
 2026-07-17 12:54 UTC  (3+ messages)
` [RFC PATCH v1 8/8] misc/arm-cla: Add userspace interface

[PATCH 0/4] quota related improvements
 2026-07-17 12:53 UTC  (5+ messages)
` [PATCH 1/4] rpcbind: Drop dependency on quota
` [PATCH 2/4] quota: Drop gettext-native from DEPENDS
` [PATCH 3/4] quota: Move e2fsprogs dependency to PACKAGECONFIG
` [PATCH 4/4] quota: Move dbus, libnl dependencies "

[PATCH bpf-next v2 0/2] bpf: Reject arena frees below the arena base
 2026-07-17 12:53 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover scalar arena frees below the base

[PATCH] selftests/cgroup: Remove redundant cg_enter_current() call in test_core
 2026-07-17 12:51 UTC  (2+ messages)

[PATCH net-next v6 1/2] net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367S
 2026-07-17 12:51 UTC  (2+ messages)

[PATCH v2 0/7] doc: build for all public headers
 2026-07-17 12:51 UTC  (10+ messages)
` [PATCH v3 6/8] doc: add missing globs to doxy-api.conf.in
` [PATCH v3 8/8] doc: add missing headers to doxy-api-index.md
` [PATCH v3 2/8] doc: document rte_os.h

[PATCH v2] ipmi: Fix rcu_read_unlock to srcu_read_unlock in handle_read_event_rsp
 2026-07-17 12:51 UTC  (2+ messages)

[PATCH] mm: shmem: make unused huge shrinker memcg aware
 2026-07-17 12:50 UTC  (4+ messages)

[PATCH] blk-wbt: Always change enable_state to MANUAL when setting latency
 2026-07-17 12:50 UTC 

[RFC 0/3] ksmbd: use splice for SMB2 READ responses
 2026-07-17 12:49 UTC  (4+ messages)
` [RFC 3/3] ksmbd: use splice payloads for simple SMB2 READ

[PATCH v2] uio: fix IRQ vector leak on probe failure and remove
 2026-07-17 12:49 UTC  (2+ messages)

[PATCH v3 00/11] arm64: dts: describe the Lynx 10G and 28G SerDes blocks for Layerscape SoCs
 2026-07-17 12:49 UTC  (4+ messages)
` [PATCH v3 01/11] arm64: dts: lx2160a: explicitly enable serdes_1 node

[PATCH] drm/i915/quirks: Disable PSR2 on Lenovo ThinkPad P15 Gen 1
 2026-07-17 12:47 UTC 

[PATCH v4 0/2] iio: adc: add MAX40080 current-sense amplifier driver
 2026-07-17 12:48 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH 00/19] media: clean up unnecessary vb2_queue_release calls
 2026-07-17 12:47 UTC  (3+ messages)
` [PATCH 06/19] media: amlogic: c3: isp: drop "

[bluez/bluez] 05f685: rap: Add RAS attribute access notification API
 2026-07-17 12:47 UTC 

[RFC PATCH] slab: don't assume alignment on allocators that may return ZERO_SIZE_PTR
 2026-07-17 12:45 UTC  (4+ messages)

[GIT PULL] clk: eyeq: Support for Mobileye EyeQ7H
 2026-07-17 12:45 UTC  (3+ messages)

[PATCH v2] mm/secretmem: don't allow highmem folios
 2026-07-17 12:44 UTC  (2+ messages)

[PATCH 0/4] Configure SYR82X regulator modes via device tree
 2026-07-17 12:44 UTC  (6+ messages)
` [PATCH 1/4] regulator: dt-bindings: Add Silergy SYR82X allowed modes

[PATCH v3 0/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-07-17 12:44 UTC  (5+ messages)
` [PATCH v3 4/5] riscv: compat_vdso: Build with zacas if available

[PATCH v6 0/8] KVM: arm64: pKVM vCPU state management at EL2
 2026-07-17 12:43 UTC  (3+ messages)
` [PATCH v6 3/8] KVM: arm64: Factor out reusable vCPU reset helpers


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.