LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-17 18:22:16 to 2025-10-17 21:37:24 UTC [more...]

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-10-17 21:37 UTC  (7+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

linux-next: build failure after merge of the mm-nonmm-unstable tree
 2025-10-17 21:34 UTC  (2+ messages)

[GIT PULL] KVM: guest_memd fixes+tests and a PMU fix for 6.18
 2025-10-17 21:32 UTC 

[PATCH net-next] net: phy: micrel: Add support for non PTP SKUs for lan8814
 2025-10-17 21:15 UTC  (2+ messages)

[PATCH 00/10] mm/damon: allow DAMOS auto-tuned for per-memcg per-node memory usage
 2025-10-17 21:27 UTC  (11+ messages)
` [PATCH 01/10] mm/damon: document damos_quota_goal->nid use case
` [PATCH 02/10] mm/damon: add DAMOS quota goal type for per-memcg per-node memory usage
` [PATCH 03/10] mm/damon/core: implement DAMOS_QUOTA_NODE_MEMCG_USED_BP
` [PATCH 04/10] mm/damon/sysfs-schemes: implement path file under quota goal directory
` [PATCH 05/10] mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_USED_BP
` [PATCH 06/10] mm/damon/core: add DAMOS quota gaol metric for per-memcg per-numa free memory
` [PATCH 07/10] mm/damon/sysfs-schemes: support DAMOS_QUOTA_NODE_MEMCG_FREE_BP
` [PATCH 08/10] Docs/mm/damon/design: document DAMOS_QUOTA_NODE_MEMCG_{USED,FREE}_BP
` [PATCH 09/10] Docs/admin-guide/mm/damon/usage: document DAMOS quota goal path file
` [PATCH 10/10] Docs/ABI/damon: "

[PATCH] rust: device: fix device context of Device::parent()
 2025-10-17 21:25 UTC  (2+ messages)

[syzbot] [kernel?] KASAN: vmalloc-out-of-bounds Read in run_irq_workd
 2025-10-17 21:22 UTC  (3+ messages)
` [PATCH] bpf: sync pending IRQ work before freeing ring buffer

[PATCH v5 0/3] Add UltraRISC DP1000 PLIC support
 2025-10-17 21:25 UTC  (5+ messages)
` [PATCH v5 3/3] irqchip/plic: add support for UltraRISC DP1000 PLIC

[PATCH] memcg: net: track network throttling due to memcg memory pressure
 2025-10-17 21:21 UTC  (5+ messages)

[PATCH v2 1/2] docs: checkpatch: Align block comment style
 2025-10-17 21:16 UTC  (3+ messages)
` [PATCH v2 2/2] docs: checkpatch: Drop networking "

[PATCH v3 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
 2025-10-17 21:11 UTC  (3+ messages)

[PATCH RESEND] i2c: busses: bcm2835: convert from round_rate() to determine_rate()
 2025-10-17 21:09 UTC  (2+ messages)

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbAllocAG (3)
 2025-10-17 21:05 UTC 

WARNING: CPU: 1 PID: 0 at arch/x86/kernel/cpu/cpuid-deps.c:123 do_clear_cpu_cap+0xdc/0x130 on Intel(R) Atom(TM) CPU N450 system
 2025-10-17 21:02 UTC  (3+ messages)

[PATCH v5 1/3] i2c: pcf8584: Remove debug macros from i2c-algo-pcf.c
 2025-10-17 20:58 UTC  (7+ messages)
` [PATCH v6 0/3] i2c: pcf8584: Fix errors and warnings reported by checkpatch
  ` [PATCH v6 1/3] i2c: pcf8584: Remove debug macros from i2c-algo-pcf.c
  ` [PATCH v6 3/3] i2c: pcf8584: Fix space(s) required before or after different operators

[PATCH] phy: qcom: qmp-combo: Add polarity inversion support for SAR2130P
 2025-10-17 20:55 UTC  (2+ messages)

[PATCH 0/8] VAES+AVX2 optimized implementation of AES-GCM
 2025-10-17 20:50 UTC  (5+ messages)

[PATCH] usb: typec: ucsi: psy: Set max current to zero when disconnected
 2025-10-17 20:48 UTC  (3+ messages)

Oppo/Oneplus phones and usb3.0 incompatibility
 2025-10-17 20:47 UTC 

[PATCH v9 0/4] tracepoints: Add warnings for unused tracepoints and trace events
 2025-10-17 20:22 UTC  (6+ messages)
` [PATCH v9 2/4] tracing: Add a tracepoint verification check at build time
` [PATCH v9 4/4] tracing: Add warnings for unused tracepoints for modules

[PATCH 1/1] arm64: dts: imx95: Fix MSI mapping for PCIe endpoint nodes
 2025-10-17 20:39 UTC 

[PATCH 6.12 000/277] 6.12.54-rc1 review
 2025-10-17 20:31 UTC  (3+ messages)

[PATCH] Documentation/rtla: rename common_xxx.rst files to common_xxx.txt
 2025-10-17 20:27 UTC  (2+ messages)

[PATCH v3 0/5] of/irq: Misc msi-parent handling fixes/clean-ups
 2025-10-17 20:24 UTC  (2+ messages)

[PATCH v2 0/2] Associative arrays documentation formatting cleanups
 2025-10-17 20:24 UTC  (2+ messages)

[PATCH] docs: admin-guide: Fix a typo in kernel-parameters.txt
 2025-10-17 20:20 UTC  (2+ messages)

[PATCH v2] lib: update the licence of the ASN.1 encoder and decoder
 2025-10-17 20:14 UTC 

[PATCH v8 00/24] Split sphinx call logic from docs Makefile
 2025-10-17 20:13 UTC  (2+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-17 20:12 UTC  (38+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v1 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 10/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
` [RFC PATCH v1 12/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v1 13/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v1 14/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v1 15/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v1 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v1 19/37] KVM: selftests: guest_memfd: Test basic single-page conversion flow
` [RFC PATCH v1 20/37] KVM: selftests: guest_memfd: Test conversion flow when INIT_SHARED
` [RFC PATCH v1 21/37] KVM: selftests: guest_memfd: Test indexing in guest_memfd
` [RFC PATCH v1 22/37] KVM: selftests: guest_memfd: Test conversion before allocation
` [RFC PATCH v1 23/37] KVM: selftests: guest_memfd: Convert with allocated folios in different layouts
` [RFC PATCH v1 24/37] KVM: selftests: guest_memfd: Test precision of conversion
` [RFC PATCH v1 25/37] KVM: selftests: guest_memfd: Test that truncation does not change shared/private status
` [RFC PATCH v1 26/37] KVM: selftests: guest_memfd: Test that shared/private status is consistent across processes
` [RFC PATCH v1 27/37] KVM: selftests: guest_memfd: Test conversion with elevated page refcount
` [RFC PATCH v1 28/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v1 29/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v1 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v1 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v1 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v1 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v1 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v1 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v1 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v1 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbAllocAG (3)
 2025-10-17 20:13 UTC  (3+ messages)
` Forwarded: "

[PATCH v3 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
 2025-10-17 20:12 UTC  (3+ messages)

[PATCH RESEND v3 0/3] clk: en7523: reset-controller support for EN7523 SoC
 2025-10-17 20:11 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] dt-bindings: clock: airoha: Add reset support to EN7523 clock binding
` [PATCH RESEND v3 2/3] clk: en7523: Add reset-controller support for EN7523 SoC
` [PATCH RESEND v3 3/3] ARM: dts: airoha: update EN7523 dtsi to support resets

[PATCH 00/23] Fix media uAPI cross references
 2025-10-17 20:08 UTC  (2+ messages)

[PATCH v2 0/5] Enable support for AV1 stateful decoder
 2025-10-17 20:02 UTC  (8+ messages)
` [PATCH v2 1/5] media: uapi: videodev2: Add "
` [PATCH v2 2/5] media: v4l2: Add description for V4L2_PIX_FMT_AV1 in v4l_fill_fmtdesc()
` [PATCH v2 3/5] media: iris: Add support for AV1 format in iris decoder
` [PATCH v2 4/5] media: iris: Define AV1-specific platform capabilities and properties
` [PATCH v2 5/5] media: iris: Add internal buffer calculation for AV1 decoder

[PATCH 0/6] drm/msm/dpu: Fixes for virtual planes and 1.x features
 2025-10-17 19:58 UTC  (6+ messages)
` [PATCH 1/6] drm/msm/dpu: Fix allocation of RGB SSPPs without scaling
` [PATCH 2/6] drm/msm/dpu: Propagate error from dpu_assign_plane_resources
` [PATCH 3/6] drm/msm/dpu: Disable scaling for unsupported scaler types
` [PATCH 4/6] drm/msm/dpu: Fix pixel extension sub-sampling
` [PATCH 5/6] drm/msm/dpu: Require linear modifier for writeback framebuffers

[PATCH v5 0/7] Add SPI offload support to AD4030
 2025-10-17 19:54 UTC  (4+ messages)
` [PATCH v5 5/7] iio: adc: ad4030: Add SPI offload support

[PATCH v2 0/2] ARM: dts: aspeed: ASRock Rack X470D4U BMC support
 2025-10-17 19:49 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: dts: aspeed: add asrock x470d4u bmc

[PATCH] objtool/klp: Add the debian-based package name of xxhash to the hint
 2025-10-17 19:47 UTC 

[PATCH 0/2] Fix additional sysfs node access CFI violations
 2025-10-17 19:46 UTC  (3+ messages)
` [PATCH 1/2] drm/xe/sysfs: "
` [PATCH 2/2] drm/xe/configfs: fix clang warnings for missing parameter name

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbAllocAG (3)
 2025-10-17 19:46 UTC 

[PATCH v16 00/14] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-10-17 19:40 UTC  (4+ messages)
` [PATCH v16 05/14] power: reset: reboot-mode: Expose sysfs for registered reboot_modes

[PATCH] docs: checkpatch: Align block comment style
 2025-10-17 19:39 UTC  (2+ messages)

[PATCH] extcon: usbc-tusb320: Make typec-power-opmode optional
 2025-10-17 19:30 UTC 

[PATCH] docs: trusted-encrypted: fix htmldocs build error
 2025-10-17 19:27 UTC  (2+ messages)

[PATCH v2] mshv: Fix deposit memory in MSHV_ROOT_HVCALL
 2025-10-17 19:25 UTC  (2+ messages)

[PATCH 6.1 000/168] 6.1.157-rc1 review
 2025-10-17 19:24 UTC  (2+ messages)

[PATCH v2] PCI/PM: Prevent runtime suspend before devices are fully initialized
 2025-10-17 19:21 UTC 

[PATCH] PCI/PM: Prevent runtime suspend before devices are fully initialized
 2025-10-17 19:20 UTC  (5+ messages)

[PATCH] soc: officially expand maintainership team
 2025-10-17 19:14 UTC  (2+ messages)

[PATCH v2] firmware: qcom: tzmem: fix qcom_tzmem_policy kernel-doc
 2025-10-17 19:13 UTC 

[PATCH] ring-buffer: fix kernel-doc format to avoid a warning
 2025-10-17 19:11 UTC  (3+ messages)

[PATCH v2 0/3] Do not change split folio target order
 2025-10-17 19:11 UTC  (3+ messages)
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling

[PATCH 1/2] PCI: dwc: Fix ECAM enablement when used with vendor drivers
 2025-10-17 19:10 UTC  (2+ messages)

[PATCH v3 0/7] Introduce SpacemiT K1 PCIe phy and host controller
 2025-10-17 19:07 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: phy: spacemit: add SpacemiT PCIe/combo PHY
` [PATCH v3 2/7] dt-bindings: phy: spacemit: introduce PCIe PHY
` [PATCH v3 3/7] dt-bindings: pci: spacemit: introduce PCIe host controller
` [PATCH v3 4/7] phy: spacemit: introduce PCIe/combo PHY
` [PATCH v3 5/7] PCI: spacemit: introduce SpacemiT PCIe host driver
` [PATCH v3 6/7] riscv: dts: spacemit: add a PCIe regulator
` [PATCH v3 7/7] riscv: dts: spacemit: PCIe and PHY-related updates

[PATCHSET v9 sched_ext/for-6.19] Add a deadline server for sched_ext tasks
 2025-10-17 19:06 UTC  (8+ messages)
` [PATCH 06/14] sched_ext: Add a DL "

[PATCH] firmware: qcom: tzmem: area: fix qcom_tzmem_policy kernel-doc
 2025-10-17 19:05 UTC  (4+ messages)

[PATCH v2 0/5] MediaTek UFS Cleanup and MT8196 Enablement
 2025-10-17 19:02 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: ufs: mediatek,ufs: Add mt8196-ufshci variant

[PATCH v10 00/16] spi: airoha: driver fixes & improvements
 2025-10-17 19:01 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/29] arm_mpam: Add basic mpam driver
 2025-10-17 18:56 UTC  (30+ messages)
` [PATCH v3 01/29] ACPI / PPTT: Add a helper to fill a cpumask from a processor container
` [PATCH v3 02/29] ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levels
` [PATCH v3 03/29] ACPI / PPTT: Find cache level by cache-id
` [PATCH v3 04/29] ACPI / PPTT: Add a helper to fill a cpumask from a cache_id
` [PATCH v3 05/29] arm64: kconfig: Add Kconfig entry for MPAM
` [PATCH v3 06/29] ACPI / MPAM: Parse the MPAM table
` [PATCH v3 07/29] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH v3 08/29] arm_mpam: Add the class and component structures for firmware described ris
` [PATCH v3 09/29] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH v3 10/29] arm_mpam: Add cpuhp callbacks to probe MSC hardware
` [PATCH v3 11/29] arm_mpam: Probe hardware to find the supported partid/pmg values
` [PATCH v3 12/29] arm_mpam: Add helpers for managing the locking around the mon_sel registers
` [PATCH v3 13/29] arm_mpam: Probe the hardware features resctrl supports
` [PATCH v3 14/29] arm_mpam: Merge supported features during mpam_enable() into mpam_class
` [PATCH v3 15/29] arm_mpam: Reset MSC controls from cpuhp callbacks
` [PATCH v3 16/29] arm_mpam: Add a helper to touch an MSC from any CPU
` [PATCH v3 17/29] arm_mpam: Extend reset logic to allow devices to be reset any time
` [PATCH v3 18/29] arm_mpam: Register and enable IRQs
` [PATCH v3 19/29] arm_mpam: Use a static key to indicate when mpam is enabled
` [PATCH v3 20/29] arm_mpam: Allow configuration to be applied and restored during cpu online
` [PATCH v3 21/29] arm_mpam: Probe and reset the rest of the features
` [PATCH v3 22/29] arm_mpam: Add helpers to allocate monitors
` [PATCH v3 23/29] arm_mpam: Add mpam_msmon_read() to read monitor value
` [PATCH v3 24/29] arm_mpam: Track bandwidth counter state for overflow and power management
` [PATCH v3 25/29] arm_mpam: Probe for long/lwd mbwu counters
` [PATCH v3 26/29] arm_mpam: Use long MBWU counters if supported
` [PATCH v3 27/29] arm_mpam: Add helper to reset saved mbwu state
` [PATCH v3 28/29] arm_mpam: Add kunit test for bitmap reset
` [PATCH v3 29/29] arm_mpam: Add kunit tests for props_mismatch()

[PATCH v2 00/29] arm_mpam: Add basic mpam driver
 2025-10-17 18:53 UTC  (31+ messages)
` [PATCH v2 06/29] ACPI / MPAM: Parse the MPAM table
` [PATCH v2 07/29] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [PATCH v2 08/29] arm_mpam: Add the class and component structures for firmware described ris
` [PATCH v2 09/29] arm_mpam: Add MPAM MSC register layout definitions
` [PATCH v2 15/29] arm_mpam: Reset MSC controls from cpu hp callbacks

[PATCH 1/2] PCI: Setup bridge resources earlier
 2025-10-17 18:52 UTC  (4+ messages)

[PATCH v4 0/4] Non-const bitfield helpers
 2025-10-17 18:51 UTC  (3+ messages)
` [PATCH v4 2/4] bitfield: Add non-constant field_{prep,get}() helpers

[PATCH] accel/amdxdna: Support firmware debug buffer
 2025-10-17 18:50 UTC  (4+ messages)

[PATCH v7 04/12] ltp/fsx.c: Add atomic writes support to fsx
 2025-10-17 18:47 UTC  (11+ messages)

[PATCH v5 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-17 18:44 UTC  (10+ messages)
` [PATCH v5 5/7] revocable: Add fops replacement

[PATCH bpf v2] selftests/bpf: Fix redefinition of 'off' as different kind of symbol
 2025-10-17 18:40 UTC  (2+ messages)

[PATCH v1] cpuidle: governors: menu: Predict longer idle time when in doubt
 2025-10-17 18:37 UTC  (4+ messages)

[PATCH] platform: x86: Kconfig: fix minor typo in help for WIRELESS_HOTKEY
 2025-10-17 18:35 UTC 

[PATCH 0/8] VAES+AVX2 optimized implementation of AES-GCM
 2025-10-17 18:34 UTC  (3+ messages)
` [PATCH 1/8] crypto: x86/aes-gcm - add VAES+AVX2 optimized code

[PATCH v9 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-10-17 18:32 UTC  (2+ messages)

[PATCH] rust: driver: let probe() return impl PinInit<Self, Error>
 2025-10-17 18:29 UTC  (3+ messages)

[PATCH next] spi: aspeed: Fix an IS_ERR() vs NULL bug in probe()
 2025-10-17 18:28 UTC  (2+ messages)

[PATCH bpf-next v5 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-17 18:27 UTC  (2+ messages)

[PATCH v8 00/23] SLUB percpu sheaves
 2025-10-17 18:26 UTC  (5+ messages)
` [PATCH v8 15/23] maple_tree: use percpu sheaves for maple_node_cache

[RFC PATCH v2 06/10] mm/damon/core: add DAMOS quota gaol metric for per-memcg per-numa free memory
 2025-10-17 18:23 UTC  (2+ messages)

[PATCH v2 0/6] arm64: dts: qcom: r0q: enable more peripherals
 2025-10-17 18:22 UTC  (10+ messages)
` [PATCH v2 3/6] arm64: dts: qcom: r0q: add touchscreen support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).