public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-25 01:44:13 to 2026-02-25 05:25:43 UTC [more...]

[Regression] mm:slab/sheaves: severe performance regression in cross-CPU slab allocation
 2026-02-25  5:24 UTC  (3+ messages)

[PROBLEM] c5.metal on AWS fails to kexec after "PCI: Explicitly put devices into D0 when initializing"
 2026-02-25  5:21 UTC  (4+ messages)

[PATCH] mshv: Replace fixed memory deposit with status driven helper
 2026-02-25  5:20 UTC  (2+ messages)

Build error in next-20260223 gcc-plugins/latent_entropy_plugin.so
 2026-02-25  5:20 UTC 

[PATCHSET v2 sched_ext/for-7.1] sched_ext: Implement cgroup sub-scheduler support
 2026-02-25  5:18 UTC  (36+ messages)
` [PATCH 01/34] sched_ext: Implement cgroup subtree iteration for scx_task_iter
` [PATCH 02/34] sched_ext: Add @kargs to scx_fork()
` [PATCH 03/34] sched/core: Swap the order between sched_post_fork() and cgroup_post_fork()
` [PATCH 04/34] cgroup: Expose some cgroup helpers
` [PATCH 05/34] sched_ext: Update p->scx.disallow warning in scx_init_task()
` [PATCH 06/34] sched_ext: Reorganize enable/disable path for multi-scheduler support
` [PATCH 07/34] sched_ext: Introduce cgroup sub-sched support
` [PATCH 08/34] sched_ext: Introduce scx_task_sched[_rcu]()
` [PATCH 09/34] sched_ext: Introduce scx_prog_sched()
` [PATCH 10/34] sched_ext: Enforce scheduling authority in dispatch and select_cpu operations
` [PATCH 11/34] sched_ext: Enforce scheduler ownership when updating slice and dsq_vtime
` [PATCH 12/34] sched_ext: scx_dsq_move() should validate the task belongs to the right scheduler
` [PATCH 13/34] sched_ext: Refactor task init/exit helpers
` [PATCH 14/34] sched_ext: Make scx_prio_less() handle multiple schedulers
` [PATCH 15/34] sched_ext: Move default slice to per-scheduler field
` [PATCH 16/34] sched_ext: Move aborting flag "
` [PATCH 17/34] sched_ext: Move bypass_dsq into scx_sched_pcpu
` [PATCH 18/34] sched_ext: Move bypass state into scx_sched
` [PATCH 19/34] sched_ext: Prepare bypass mode for hierarchical operation
` [PATCH 20/34] sched_ext: Factor out scx_dispatch_sched()
` [PATCH 21/34] sched_ext: When calling ops.dispatch() @prev must be on the same scx_sched
` [PATCH 22/34] sched_ext: Separate bypass dispatch enabling from bypass depth tracking
` [PATCH 23/34] sched_ext: Implement hierarchical bypass mode
` [PATCH 24/34] sched_ext: Dispatch from all scx_sched instances
` [PATCH 25/34] sched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into scx_sched
` [PATCH 26/34] sched_ext: Make watchdog sub-sched aware
` [PATCH 27/34] sched_ext: Convert scx_dump_state() spinlock to raw spinlock
` [PATCH 28/34] sched_ext: Support dumping multiple schedulers and add scheduler identification
` [PATCH 29/34] sched_ext: Implement cgroup sub-sched enabling and disabling
` [PATCH 30/34] sched_ext: Add scx_sched back pointer to scx_sched_pcpu
` [PATCH 31/34] sched_ext: Make scx_bpf_reenqueue_local() sub-sched aware
` [PATCH 32/34] sched_ext: Factor out scx_link_sched() and scx_unlink_sched()
` [PATCH 33/34] sched_ext: Add rhashtable lookup for sub-schedulers
` [PATCH 34/34] sched_ext: Add basic building blocks for nested sub-scheduler dispatching

[PATCHSET v2 sched_ext/for-7.1] sched_ext: Implement cgroup sub-scheduler support
 2026-02-25  5:14 UTC  (36+ messages)
` [PATCH 01/34] sched_ext: Implement cgroup subtree iteration for scx_task_iter
` [PATCH 02/34] sched_ext: Add @kargs to scx_fork()
` [PATCH 03/34] sched/core: Swap the order between sched_post_fork() and cgroup_post_fork()
` [PATCH 04/34] cgroup: Expose some cgroup helpers
` [PATCH 05/34] sched_ext: Update p->scx.disallow warning in scx_init_task()
` [PATCH 06/34] sched_ext: Reorganize enable/disable path for multi-scheduler support
` [PATCH 07/34] sched_ext: Introduce cgroup sub-sched support
` [PATCH 08/34] sched_ext: Introduce scx_task_sched[_rcu]()
` [PATCH 09/34] sched_ext: Introduce scx_prog_sched()
` [PATCH 10/34] sched_ext: Enforce scheduling authority in dispatch and select_cpu operations
` [PATCH 11/34] sched_ext: Enforce scheduler ownership when updating slice and dsq_vtime
` [PATCH 12/34] sched_ext: scx_dsq_move() should validate the task belongs to the right scheduler
` [PATCH 13/34] sched_ext: Refactor task init/exit helpers
` [PATCH 14/34] sched_ext: Make scx_prio_less() handle multiple schedulers
` [PATCH 15/34] sched_ext: Move default slice to per-scheduler field
` [PATCH 16/34] sched_ext: Move aborting flag "
` [PATCH 17/34] sched_ext: Move bypass_dsq into scx_sched_pcpu
` [PATCH 18/34] sched_ext: Move bypass state into scx_sched
` [PATCH 19/34] sched_ext: Prepare bypass mode for hierarchical operation
` [PATCH 20/34] sched_ext: Factor out scx_dispatch_sched()
` [PATCH 21/34] sched_ext: When calling ops.dispatch() @prev must be on the same scx_sched
` [PATCH 22/34] sched_ext: Separate bypass dispatch enabling from bypass depth tracking
` [PATCH 23/34] sched_ext: Implement hierarchical bypass mode
` [PATCH 24/34] sched_ext: Dispatch from all scx_sched instances
` [PATCH 25/34] sched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into scx_sched
` [PATCH 26/34] sched_ext: Make watchdog sub-sched aware
` [PATCH 27/34] sched_ext: Convert scx_dump_state() spinlock to raw spinlock
` [PATCH 28/34] sched_ext: Support dumping multiple schedulers and add scheduler identification
` [PATCH 29/34] sched_ext: Implement cgroup sub-sched enabling and disabling
` [PATCH 30/34] sched_ext: Add scx_sched back pointer to scx_sched_pcpu
` [PATCH 31/34] sched_ext: Make scx_bpf_reenqueue_local() sub-sched aware
` [PATCH 32/34] sched_ext: Factor out scx_link_sched() and scx_unlink_sched()
` [PATCH 33/34] sched_ext: Add rhashtable lookup for sub-schedulers
` [PATCH 34/34] sched_ext: Add basic building blocks for nested sub-scheduler dispatching

[PATCH] mm/rmap: fix incorrect pte restoration for lazyfree folios
 2026-02-25  5:11 UTC  (5+ messages)

[PATCH 6.6.y] usb: typec: ucsi: Move unregister out of atomic section
 2026-02-25  5:10 UTC 

[syzbot] [kernel?] INFO: task hung in restrict_one_thread_callback
 2026-02-25  5:10 UTC  (2+ messages)

[PATCH v2] dt-bindings: dmaengine: xlnx,axi-dma: Convert bindings into yaml
 2026-02-25  5:05 UTC 

[PATCH v3 0/2] riscv: Introduce support for hardware break/watchpoints
 2026-02-25  5:03 UTC  (6+ messages)
` [PATCH v3 1/2] "

[PATCH v4] ext4: simplify mballoc preallocation size rounding for small files
 2026-02-25  5:02 UTC 

[PATCH sched_ext/for-7.0-fixes] sched_ext: Disable preemption between scx_claim_exit() and kicking helper work
 2026-02-25  5:00 UTC 

[syzbot] [usb?] BUG: sleeping function called from invalid context in usb_tx_block
 2026-02-25  4:58 UTC  (2+ messages)

[PATCH] efi/cper: Add NVIDIA CPER section support
 2026-02-25  4:52 UTC  (3+ messages)

[PATCH v7 RESEND net-next] virtio_net: add page_pool support for buffer allocation
 2026-02-25  4:49 UTC 

[PATCH RFC] iommu/dma: Validate page before accessing P2PDMA state
 2026-02-25  4:49 UTC  (4+ messages)

[PATCH v3 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2026-02-25  4:31 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v3 2/2] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[RFC PATCH v5 00/10] mm: Hot page tracking and promotion infrastructure
 2026-02-25  4:35 UTC  (6+ messages)

[PATCH] tools/turbostat: fix microcode patch level reading for AMD/Hygon
 2026-02-25  4:35 UTC  (4+ messages)

[PATCH 0/2] Add device tree for Samsung Galaxy J7 (2016)
 2026-02-25  4:30 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: exynos: add initial support "

[PATCH 00/62] Bug fixes and refactoring patches related to locking
 2026-02-25  4:27 UTC  (3+ messages)
` [PATCH 22/62] mctp i3c: Fix locking in error paths

[PATCH 6.1.y 1/2] net: enetc: reimplement RFS/RSS memory clearing as PCI quirk
 2026-02-25  4:16 UTC  (2+ messages)
` [PATCH 6.1.y 2/2] net: enetc: allocate vf_state during PF probes

[PATCH net-next] net: freescale: ucc_geth: call of_node_put once
 2026-02-25  4:09 UTC  (2+ messages)

[PATCH] cpufreq: cppc: drop invariance when FIE is disabled
 2026-02-25  4:08 UTC  (2+ messages)

[PATCH v3] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-25  4:06 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix selftest/xsk single test selection
 2026-02-25  4:05 UTC  (2+ messages)

[RFC net-next 0/4] ethtool: CMIS module diagnostic loopback support
 2026-02-25  4:04 UTC  (9+ messages)

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-02-25  4:04 UTC  (6+ messages)
` [PATCH v3 1/5] arm64/sysreg: Add HDBSS related register information
` [PATCH v3 2/5] KVM: arm64: Add support to set the DBM attr during memory abort
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
` [PATCH v3 5/5] KVM: arm64: Document HDBSS ioctl

[PATCH] net: dsa: felix: use kmalloc_flex helper
 2026-02-25  4:03 UTC 

[PATCH v2 1/3] dt-bindings: mfd: atmel,hlcdc: Add sama7d65 compatible string
 2026-02-25  4:02 UTC  (3+ messages)
` [PATCH v2 3/3] drm: atmel-hlcdc: add LCD controller layer definition for sama7d65

[PATCH] slab: Saturate to SIZE_MAX for allocation size overflows
 2026-02-25  3:59 UTC  (3+ messages)

[PATCH v6 0/2] Add eMMC support for Stratix 10 SoCDK
 2026-02-25  3:59 UTC  (2+ messages)

[GIT PULL] firmware: stratix10-rsu: fix for v7.0
 2026-02-25  3:56 UTC 

[PATCH 0/2] arm64/mm: Drop TTBR_CNP_BIT and TTBR_ASID_MASK
 2026-02-25  3:51 UTC  (3+ messages)
` [PATCH 1/2] arm64/mm: Directly use TTBRx_EL1_ASID_MASK
` [PATCH 2/2] arm64/mm: Directly use TTBRx_EL1_CnP

[PATCH 0/2] arm64/mm: Drop TTBR_CNP_BIT and TTBR_ASID_MASK
 2026-02-25  3:51 UTC 

[PATCH 0/1] perf: Add --pmu-filter option for filtering PMUs
 2026-02-25  3:41 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH RFC] arm64: dts: qcom: qcs6490-rb3gen2: Enable uPD720201 and GL3590
 2026-02-25  3:40 UTC  (3+ messages)

[PATCH] 9p/trans_xen: make cleanup idempotent after dataring alloc errors
 2026-02-25  3:38 UTC  (6+ messages)
` [PATCH v2 0/4] net: replace deprecated simple_strto* parsers with kstrto*
  ` [PATCH v2 1/4] 9p/trans_xen: make cleanup idempotent after dataring alloc errors
  ` [PATCH v2 2/4] 9p/trans_xen: replace simple_strto* with kstrtouint
  ` [PATCH v2 3/4] net: bridge: replace deprecated simple_strtoul with kstrtoul
  ` [PATCH v2 4/4] sunrpc: sysctl: replace simple_strtol with kstrtouint

[PATCH 0/3] net: ntb_netdev: Add Multi-queue support
 2026-02-25  3:36 UTC  (3+ messages)

[RFC PATCH] futex: Dynamically allocate futex_queues depending on nr_node_ids
 2026-02-25  3:36 UTC  (3+ messages)

[PATCH v3] dt-bindings: mmc: dwcmshc-sdhci: Fix resets array validation
 2026-02-25  3:24 UTC  (3+ messages)
  `  "

[PATCH v6 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-25  3:15 UTC  (3+ messages)
` [PATCH v6 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr

[PATCH] fuse: refactor duplicate queue teardown operation
 2026-02-25  3:24 UTC  (2+ messages)

[PATCH] KVM: TDX: Set SIGNIFCANT_INDEX flag for supported CPUIDs
 2026-02-25  3:23 UTC  (5+ messages)

[PATCH v6] drm/bridge: add of_drm_find_and_get_bridge() and a managed *next_bridge, deprecate of_drm_find_bridge()
 2026-02-25  3:20 UTC  (3+ messages)
` [PATCH v6] drm/bridge: imx8qxp-pixel-link: get/put the next bridge

[PATCH v2 0/2] media: rockchip: rkcif: various fixes
 2026-02-25  3:18 UTC  (3+ messages)
` [PATCH v2 2/2] media: rockchip: rkcif: comply with minimum number of buffers requirement

[PATCH v5] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
 2026-02-25  3:14 UTC 

[PATCH v3] mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()
 2026-02-25  3:12 UTC 

[Patch v6 00/22] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-02-25  3:14 UTC  (9+ messages)
` [Patch v6 10/22] perf/x86: Enable XMM Register Sampling for Non-PEBS Events

[PATCH v2] drm/mediatek: Remove all conflicting aperture devices during probe
 2026-02-25  3:13 UTC  (2+ messages)

[syzbot] [jfs?] INFO: task hung in generic_file_write_iter (4)
 2026-02-25  3:09 UTC 

[PATCH] Revert "tcpm: allow looking for role_sw device in the main node"
 2026-02-25  2:57 UTC  (3+ messages)

[PATCH] rust_binder: call set_notification_done() without proc lock
 2026-02-25  3:04 UTC  (2+ messages)

[PATCH v2] mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()
 2026-02-25  3:04 UTC  (3+ messages)

[PATCH] rds: update outdated comment
 2026-02-25  3:03 UTC  (2+ messages)

[PATCH v2] kcsan: test: Adjust "expect" allocation type for kmalloc_obj
 2026-02-25  2:55 UTC  (2+ messages)

[PATCH v3 0/6] Add support for mt8167 display blocks
 2026-02-25  2:52 UTC  (9+ messages)
` [PATCH v3 2/6] dt-bindings: display: mediatek: Add compatibles for MediaTek mt8167
` [PATCH v3 3/6] dt-bindings: phy: mediatek,dsi-phy: Add support for mt8167
` [PATCH v3 5/6] drm/mediatek: dsi: Add compatible for mt8167-dsi
` [PATCH v3 6/6] gpu: drm: mediatek: ovl: add specific entry for mt8167

[PATCH v2 1/1] mm/slab: mark alloc tags empty for sheafs allocated with __GFP_NO_OBJ_EXT
 2026-02-25  2:50 UTC  (3+ messages)
`  "

[PATCH v2 0/2] landlock: Fix TSYNC deadlock and clean up error path
 2026-02-25  2:47 UTC  (3+ messages)
` [PATCH v2 1/2] landlock: Serialize TSYNC thread restriction
` [PATCH v2 2/2] landlock: Clean up interrupted thread logic in TSYNC

[PATCH 7.1] ublk: report BLK_SPLIT_INTERVAL_CAPABLE
 2026-02-25  2:48 UTC  (2+ messages)

[PATCH] vdso/datapage: Define vdso data pointers as arrays
 2026-02-25  2:47 UTC 

[PATCH] mnt: add support for non-rootfs initramfs
 2026-02-25  2:47 UTC  (2+ messages)

[PATCH net-next] net/smc: transition to RDMA core CQ pooling
 2026-02-25  2:45 UTC 

[PATCH] mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()
 2026-02-25  2:41 UTC  (6+ messages)

[PATCH net-next 0/7] bng_en: add link management and statistics support
 2026-02-25  2:35 UTC  (5+ messages)
` [PATCH net-next 1/7] bng_en: add per-PF workqueue, timer, and slow-path task
` [PATCH net-next 2/7] bng_en: query PHY capabilities and report link status

[PATCH v4 0/6] cpufreq: Introduce boost frequency QoS
 2026-02-25  2:33 UTC  (3+ messages)
` [PATCH v4 2/6] cpufreq: Add boost_freq_req QoS request

[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
 2026-02-25  2:32 UTC  (3+ messages)

[PATCH] usb: gadget: f_uvc: fix NULL pointer dereference during unbind race
 2026-02-25  2:31 UTC  (3+ messages)

[PATCH] sched: Further restrict the preemption modes
 2026-02-25  2:30 UTC  (3+ messages)

[PATCH v2 1/2] scsi: ufs: core: Add support to notify userspace of UniPro QoS events
 2026-02-25  2:29 UTC  (2+ messages)
` [PATCH v2 2/2] scsi: ufs: core: Add a sysfs entry for ufshcd_state

[PATCH][net-next] net/devlink: Move health recovery notification after abort check
 2026-02-25  2:10 UTC 

[PATCH] cgroup: remove redundant NULL assignments in migration finish
 2026-02-25  2:07 UTC  (3+ messages)

mm: Regression with v7.0-rc1 on RISC-V
 2026-02-25  2:15 UTC  (7+ messages)

[REGRESSION] kswapd0: page allocation failure (bisected to "slab: add sheaves to most caches")
 2026-02-25  2:10 UTC  (3+ messages)

[PATCH 1/2] selftests/harness: fix XFAIL_ADD matching when test metadata is not initialized
 2026-02-25  2:10 UTC  (4+ messages)
` [PATCH v2 1/2] selftests/harness: order TEST_F and XFAIL_ADD constructors

[PATCH v2] drm/mediatek: dsi: Store driver data before invoking mipi_dsi_host_register
 2026-02-25  2:07 UTC  (2+ messages)

[PATCH 0/5] support batched checking of the young flag for MGLRU
 2026-02-25  2:05 UTC  (4+ messages)
` [PATCH 3/5] mm: add a batched helper to clear the young flag for large folios

[PATCH v7 0/3] mtd: spi-nand: Add support for randomizer feature
 2026-02-25  1:57 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: mtd: spinand: Add randomizer enable/disable properties
` [PATCH v7 2/3] mtd: spi-nand: Add support for randomizer
` [PATCH v7 3/3] mtd: spi-nand: macronix: Enable randomizer support

[PATCH net-next v9 00/13] NPC HW block support for cn20k
 2026-02-25  1:56 UTC  (3+ messages)

[PATCH net-next v2] docs: net: document neigh gc_stale_time sysctl
 2026-02-25  1:50 UTC  (2+ messages)

[PATCH v5 0/6] platform/x86/intel/vsec: Prep for ACPI PMT discovery
 2026-02-25  1:50 UTC  (7+ messages)
` [PATCH v5 1/6] platform/x86/intel/vsec: Refactor base_addr handling
` [PATCH v5 2/6] platform/x86/intel/vsec: Make driver_data info const
` [PATCH v5 3/6] platform/x86/intel/vsec: Decouple add/link helpers from PCI
` [PATCH v5 4/6] platform/x86/intel/vsec: Switch exported helpers from pci_dev to device
` [PATCH v5 5/6] platform/x86/intel/vsec: Return real error codes from registration path
` [PATCH v5 6/6] platform/x86/intel/vsec: Plumb ACPI PMT discovery tables through vsec

[PATCH net] net: devmem: use READ_ONCE/WRITE_ONCE on binding->dev
 2026-02-25  1:49 UTC  (2+ messages)

[PATCH] arm64: dts: freescale: imx93: Add Ethos-U65 NPU and SRAM nodes
 2026-02-25  1:50 UTC  (2+ messages)

Prebuilt LLVM 22.1.0 uploaded
 2026-02-25  1:48 UTC 

[PATCH RESEND v2] dt-bindings: usb: maxim,max3421: convert to DT schema
 2026-02-25  1:23 UTC 

[RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
 2026-02-25  1:45 UTC  (4+ messages)

[PATCH] drm/amdgpu: Fix resource leaks
 2026-02-25  1:44 UTC 

[PATCH v2] sched/topology: Check average distances to remote packages
 2026-02-25  1:43 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox