All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-08 19:24:38 to 2026-09-08 20:14:49 UTC [more...]

[PATCH 00/13] ARM: deprecated platform removal
 2026-09-08 20:14 UTC  (19+ messages)
` [PATCH 01/13] ARM: remove sa1100 platform
` [PATCH 05/13] ARM: orion/dove/mv78xx0: remove all board files
` [PATCH 06/13] ARM: omap2: remove omap24xx support
` [PATCH 11/13] ARM: versatile: remove mps2 support
` [PATCH 12/13] ARM: at91: remove samv7 support
` [PATCH 13/13] ARM: axxia: remove entire platform

[PATCH 1/2] drm/intel: Generalize PCI ID macro for subvendor and subid
 2026-09-08 20:14 UTC  (3+ messages)
` [PATCH 2/2] drm/intel: Add quirk to disable rc6 on some TUXEDO devices
` ✗ CI.checkpatch: warning for series starting with [1/2] drm/intel: Generalize PCI ID macro for subvendor and subid

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-08 20:01 UTC  (52+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()

[PATCH v3] rust: bitmap: document panics in `next_bit` and `next_zero_bit`
 2026-09-08 20:13 UTC 

[PATCH] uboot-sign: keep the SPL BSS padding when reassembling the SPL binary
 2026-09-08 20:12 UTC  (3+ messages)
` [OE-core] "

[PATCH v2 0/1] mmc: core: Add power-off-delay-us support for slow RC discharge
 2026-09-08 20:11 UTC  (2+ messages)
` [PATCH v2 1/1] "

[GIT PULL] firmware: arm_scmi/ffa: Fixes for v7.3
 2026-09-08 20:12 UTC 

[PATCH v2] classes/python_hatchling: remove empty site-packages workaround
 2026-09-08 20:10 UTC 

[PATCH v2] wifi: cfg80211: avoid holding rtnl_mutex across all cfg80211_leave() calls
 2026-09-08 20:09 UTC  (8+ messages)
  ` [PATCH] "

[PATCH v4 0/2] sched: Enable preferred SMT siblings on NVIDIA Olympus
 2026-09-08 20:09 UTC  (5+ messages)
` [PATCH 1/2] arm64: topology: Prefer PE0 on NVIDIA Olympus SMT cores
` [PATCH 2/2] sched/fair: Honor asymmetric SMT priority in idle selection

[PATCH] rnull: fix geometry store check-then-act across lock scopes
 2026-09-08 20:08 UTC 

[PATCH] genirq/PM: Re-enable chained interrupts after hibernation
 2026-09-08 20:07 UTC  (2+ messages)

[PATCH] HID: core: Avoid leaking field ordering on repeated connect
 2026-09-08 20:06 UTC 

[PATCH v5 0/8] Add StarFive JHB100 syscon modules
 2026-09-08 20:06 UTC  (3+ messages)

[PATCH v2 0/6] NFS: size the LAYOUTGET reply buffer for wide flexfiles layouts
 2026-09-08 20:06 UTC  (5+ messages)
` [PATCH v2 1/6] NFSv4.1/pnfs: suspend pNFS on NFS4ERR_TOOSMALL from LAYOUTGET

[PATCH v3] x86/ucode: Work around Granite Rapids erraturm GNR98
 2026-09-08 20:04 UTC  (2+ messages)

[PATCH 0/3] media: uapi: Add 24- and 28-bit bayer media bus formats
 2026-09-08 20:02 UTC  (4+ messages)
` [PATCH 1/3] media: uapi: Extend bayer media bus formats table to 28 bits
` [PATCH 2/3] media: uapi: Add 24-bit bayer media bus formats
` [PATCH 3/3] media: uapi: Add 28-bit "

[PATCH 1/2] libsepol,checkpolicy,secilc: split min/max policydb versions between SELinux and Xen
 2026-09-08 20:03 UTC  (2+ messages)
` [PATCH 2/2] libsepol: only read/write the neveraudit map for SELinux policies

[PATCH net-next] r8169: use str_enabled_disabled() helper
 2026-09-08 20:03 UTC 

[RFC PATCH] firmware: arm: Group interface drivers under arm/
 2026-09-08 20:03 UTC  (2+ messages)

[f2fs-dev] [PATCH v4] f2fs: drop pending discard commands before reserving device alias
 2026-09-08 20:00 UTC  (2+ messages)

[f2fs-dev] [PATCH v9 00/11] f2fs: prepare metadata layouts for runtime block sizes
 2026-09-08 20:00 UTC  (2+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2026-09-08 20:00 UTC 

[PATCH BlueZ v7 0/9] Functional/integration testing
 2026-09-08 20:00 UTC  (2+ messages)

[PATCH] Revert "drm/amdgpu: debugfs: avoid extra EOLs in amdgpu_gem_info"
 2026-09-08 19:59 UTC 

[PATCH v2 1/2] rust: make unsafe_precondition_assert! const compatible
 2026-09-08 19:59 UTC  (2+ messages)

[PATCH] nvme-tcp: reject C2HData for a non-read command
 2026-09-08 19:59 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH v7 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-09-08 19:57 UTC  (4+ messages)
` [PATCH v7 03/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0-pinctrl

[PATCH RESEND wireless-next 00/18] wifi: Add Seamless Mobility Domain (SMD) AP support
 2026-09-08 19:57 UTC  (4+ messages)

[PATCH 0/6] ASoC: codecs: lpass-macros: switch regcache to REGCACHE_MAPLE
 2026-09-08 18:55 UTC  (2+ messages)

[PATCH] nvmet: validate device_path before enabling namespace
 2026-09-08 19:57 UTC  (2+ messages)

[bluez/bluez]
 2026-09-08 19:56 UTC 

[bluez/bluez]
 2026-09-08 19:56 UTC 

[bluez/bluez]
 2026-09-08 19:56 UTC 

[bluez/bluez]
 2026-09-08 19:56 UTC 

[PATCH v10 00/15] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2026-09-08 19:56 UTC  (5+ messages)
` [PATCH v10 07/15] platform-msi: Introduce platform_device_msi_rewrite()
` [PATCH v10 08/15] iommu/arm-smmu-v3: Cache and restore MSI config

[PATCH 0/3] hexagon semihosting: Address coverity finding
 2026-09-08 19:55 UTC  (5+ messages)
` [PATCH 1/3] target/hexagon: Fix semihosting OPEN filename handling

[PATCH v4] PCI: Fix BAR resize for devices on a root bus
 2026-09-08 19:56 UTC  (3+ messages)

[bluez/bluez] 5ee67b: client: avoid registering ranging objects as direc
 2026-09-08 19:55 UTC 

[PATCH v5 00/10] ASoC: qcom: Add QAIF driver for Shikra audio platform
 2026-09-08 19:54 UTC  (4+ messages)
` [PATCH v5 01/10] ASoC: dt-bindings: qcom,shikra-qaif-cpu: Add binding

+ mm-huge_memory-add-folio_reset_partially_mapped.patch added to mm-new branch
 2026-09-08 19:53 UTC 

[PATCH v7 0/8] scsi: ibmvfc: make ibmvfc support FPIN messages
 2026-09-08 19:53 UTC  (7+ messages)
` [PATCH v7 7/8] scsi: ibmvfc: register and use asynchronous sub CRQ for events
` [PATCH v7 8/8] scsi: ibmvfc: handle extended FPIN events

[PATCH] spi: spi-qpic-snand: remove unnecessary cast to '__le32 *'
 2026-09-08 19:53 UTC 

[PATCH net-next RFT] ch9200: return error on failed register writes in ch9200_bind()
 2026-09-08 19:52 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-next-20260906
 2026-09-08 19:52 UTC  (2+ messages)

+ selftests-mm-zap-whole-pte-tables-in-the-khugepaged-race-harness.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-add-memory-pressure-threads-to-the-khugepaged-race-harness.patch added to mm-new branch
 2026-09-08 19:50 UTC 

[RELEASE] LTTng-UST 2.14.3 (EOL) and 2.15.2 (Linux user-space tracer)
 2026-09-08 19:50 UTC  (2+ messages)

+ selftests-mm-race-the-collapse-of-windows-with-holes.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-add-khugepaged-race-harness.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-check-that-one-khugepaged-pass-collapses-one-window.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-run-every-supported-collapse-order-by-default.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-cover-a-shared-source-collapse-write-race.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-parameterize-the-mixed-source-collapse-case-by-source-order.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-add-order-parameterized-khugepaged-collapse-cases.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-add-khugepaged-completion-barrier-helper.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-add-folio-order-detection-self-check.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-add-folio-order-check-for-address-ranges.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-move-is_backed_by_folio-into-vm_util.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-stop-khugepaged-during-the-madv_collapse-cases.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-make-the-swap-cases-swapout-reliable.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-skip-khugepaged-page-cache-cases-without-a-pmd-folio.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-scale-khugepageds-collapse-wait-with-the-pmd-size.patch added to mm-new branch
 2026-09-08 19:50 UTC 

[PATCH v8 0/4] hook: introduce the receive-report hook
 2026-09-08 19:50 UTC  (3+ messages)
` [PATCH v8 2/4] receive-pack: drop static variables to track report status version

+ selftests-mm-skip-collapse_compound_extreme-where-the-pmd-is-too-large.patch added to mm-new branch
 2026-09-08 19:50 UTC 

+ selftests-mm-raise-the-khugepaged-test-case-cap.patch added to mm-new branch
 2026-09-08 19:50 UTC 

[PATCH net RFT] ch9200: do return USB errors from control_write()
 2026-09-08 19:49 UTC  (3+ messages)

[PATCH] nfc: nfcmrvl: fix memory leak in nfcmrvl_usb_nci_send()
 2026-09-08 19:48 UTC  (2+ messages)

[PATCH v2 0/9] drm/tyr: add VM and BO ioctl support
 2026-09-08 19:47 UTC  (3+ messages)
` [PATCH v2 1/9] rust: sizes: add SZ_4G constant

[PATCH v1 0/2] writeback: bound foreign dirty flushing
 2026-09-08 19:47 UTC  (3+ messages)
` [PATCH v1 1/2] writeback: size foreign flushes by target wb dirty pages

drbd-9.3.4-rc.1
 2026-09-08 19:45 UTC 

[PATCH 0/7] accel/rocket: DVFS for the RK3588 NPU
 2026-09-08 19:44 UTC  (4+ messages)
` [PATCH 3/7] arm64: dts: rockchip: rk3588: add an OPP table for the NPU

[PATCH 0/3] Update t40* tests to use modern style
 2026-09-08 19:44 UTC  (8+ messages)
` [PATCH 1/3] Update t4001 to use modern syntax
` [PATCH 2/3] Update t4009 to use modern style
` [PATCH 3/3] Update t4010 "

✗ LGCI.VerificationFailed: failure for series starting with [1/2] drm/i915: fix typos in comments
 2026-09-08 19:43 UTC 

[PATCH 00/10] arm64: dts: st: Add support for DH electronics STM32MP23xx/STM32MP25xx DHCOS SoM and Breakout Board and DHSBC
 2026-09-08 19:43 UTC  (3+ messages)

[PATCH i-g-t v3 0/1] kms_atomic_transition: Skip unsupported blocking transitions on MTK
 2026-09-08 19:43 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for tests/kms_atomic_transition: Skip "

[rafael-pm:bleeding-edge] BUILD SUCCESS 3083a286e913923a341abaddb80a9c9284ef4f24
 2026-09-08 19:41 UTC 

[PATCH] drm/xe/display: Remove invalid initial plane PTE check for iGPU
 2026-09-08 19:42 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v5 00/19] selftests/mm: improve khugepaged coverage
 2026-09-08 19:41 UTC  (2+ messages)

[PATCH 0/2] sequencer: leave auto maintenance to the end of a rebase
 2026-09-08 19:38 UTC  (4+ messages)
` [PATCH v3 0/3] sequencer: leave auto maintenance to the end of a sequence

[PATCH v2 0/3] Add support for Zen 6 client EPP tunings
 2026-09-08 19:38 UTC  (4+ messages)
` [PATCH v2 1/3] cpufreq/amd-pstate: Add per SoC and per core type EPP tuning values

[PATCH RFC 00/10] firmware: arm_scmi: vendors: Qualcomm Generic Vendor Extensions
 2026-09-08 19:37 UTC  (7+ messages)
` [PATCH RFC 01/10] firmware: arm_scmi: Add SCMI QCOM Generic Extension Protocol documentation

[PATCH] virtio-scsi: set dataplane_started to false upon failure
 2026-09-08 19:37 UTC  (2+ messages)

[PATCH] tests: install pylint for functional linters
 2026-09-08 19:36 UTC 

[PATCH bpf-next] libbpf: defer arena map size check to load time
 2026-09-08 19:37 UTC  (2+ messages)

[PATCH] drm/xe: Keep walking on SVM eviction failure
 2026-09-08 19:37 UTC  (4+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 0/3] drm/amd/display: Fix HDMI RGB quantization updates
 2026-09-08 19:36 UTC  (2+ messages)

[PATCHSET cgroup/for-7.4] cgroup: Make the offline drain interruptible
 2026-09-08 19:35 UTC  (2+ messages)

[PATCH v3] ACPI: utils: Ignore leading root scope prefix in string _UID match
 2026-09-08 19:34 UTC 

[PATCH v9 0/5] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-09-08 19:32 UTC  (6+ messages)
` [PATCH v9 2/5] x86/asm, x86/boot: expose inline memcmp()

[PATCH] spi: spi-qpic-snand: publish the ECC context to snandc->qspi
 2026-09-08 19:31 UTC  (3+ messages)

[V3] drm/xe: Skip clearing purged page-table BOs
 2026-09-08 19:31 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe: Skip clearing purged page-table BOs (rev3)

[PATCH v3] mm: remove min_free_kbytes adjustment for THP
 2026-09-08 19:30 UTC  (4+ messages)

[PATCH] drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums
 2026-09-08 19:30 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/mmio: Fix xe_mmio_wait32() to honor delay/sleep maximums (rev2)

[PATCH net-next v4 5/7] netconsole: show empty string for an unset IP address
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH net-next v4 4/7] netconsole: reject a target mixing IPv4 and IPv6 addresses
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH net-next v4 3/7] netconsole: reject enabling a target with no remote IP address
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH net-next v4 2/7] netconsole: use the address family instead of the ipv6 flag
 2026-09-08 19:29 UTC  (2+ messages)

[PATCH net-next v4 1/7] netconsole: add an address family to struct inet_addr
 2026-09-08 19:29 UTC  (2+ messages)

[TECH TOPIC] Improving kernel security & integrity by generalizing ad-hoc safety mechanisms
 2026-09-08 19:29 UTC  (8+ messages)

[PATCH 1/4] libsepol: validate portcon protocol values
 2026-09-08 19:27 UTC  (4+ messages)
` [PATCH 2/4] libsepol: validate genfs_seclabel_wildcard paths
` [PATCH 3/4] libsepol: check user MLS levels by scope not policy type
` [PATCH 4/4] libsepol,checkpolicy,python/semanage: validate portcon ranges

[PATCH v2] hwmon: (yogafan) Update reference database and contributors for new models
 2026-09-08 19:27 UTC  (3+ messages)

[PATCH v4 0/4] Error recovery for zPCI passthrough devices
 2026-09-08 19:25 UTC  (4+ messages)

[PATCH] io: bounce-buffer TLS writes to avoid nagle go-slow
 2026-09-08 19:24 UTC  (3+ messages)

[PATCH] rust/drm/gem: initialize callbacks with ..pin_init::zeroed()
 2026-09-08 19:25 UTC  (5+ messages)

[PATCH 0/2] qcom-geni: Fix QUP Core ICC votes
 2026-09-08 19:25 UTC  (3+ messages)
` [PATCH 1/2] soc: qcom: geni-se: Correct QUP Core ICC vote constants

[PATCH] kconfig: reject malformed KCONFIG_PROBABILITY values
 2026-09-08 19:24 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.