messages from 2026-04-01 20:18:48 to 2026-04-01 22:27:58 UTC [more...]
[PATCH v4 0/2] rust, nova-core: add DeviceSize trait for SZ_* constants
2026-04-01 22:27 UTC (2+ messages)
` [PATCH v4 1/2] rust: sizes: add SizeConstants trait for device address space constants
[PATCH v2 0/4] dmaengine: dma-axi-dmac: Some memory related fixes
2026-04-01 22:27 UTC (8+ messages)
` [PATCH v2 4/4] dmaengine: dma-axi-dmac: Defer freeing DMA descriptors
[PATCH v2] virt: coco: change tsm_class to a const struct
2026-04-01 22:26 UTC (2+ messages)
[PATCH v10 00/13] blk: honor isolcpus configuration
2026-04-01 22:23 UTC (14+ messages)
` [PATCH v10 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v10 02/13] lib/group_cpus: remove dead !SMP code
` [PATCH v10 03/13] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v10 04/13] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v10 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v10 06/13] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v10 07/13] scsi: Use "
` [PATCH v10 08/13] virtio: blk/scsi: use "
` [PATCH v10 09/13] isolation: Introduce io_queue isolcpus type
` [PATCH v10 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v10 11/13] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v10 12/13] genirq/affinity: Restrict managed IRQ affinity to housekeeping CPUs
` [PATCH v10 13/13] docs: add io_queue flag to isolcpus
[PATCH V2 00/11] iommufd: Enable noiommu mode for cdev
2026-04-01 22:17 UTC (4+ messages)
` [PATCH V2 07/11] vfio: Update noiommu device detection logic "
[PATCH] rust: ACPI: fix missing match data for PRP0001
2026-04-01 22:15 UTC (4+ messages)
[PATCHES v2 perf-tools-next 0/4] Cleanups and a fix
2026-04-01 22:14 UTC (6+ messages)
` [PATCH 1/4] perf tools: Make more global variables static
` [PATCH 2/4] perf bench: Constify tables
` [PATCH 3/4] perf tools: Use calloc() were applicable
` [PATCH 4/4] perf symbol: Add missing libgen.h include to get basename() prototype
[PATCH 0/7] mshv: Reduce memory consumption for unpinned regions
2026-04-01 22:13 UTC (8+ messages)
` [PATCH 1/7] mshv: Consolidate region creation and mapping
` [PATCH 2/7] mshv: Improve code readability with handler function typedef
` [PATCH 3/7] mshv: Rename mshv_mem_region to mshv_region
` [PATCH 4/7] mshv: Optimize memory region mapping operations
` [PATCH 5/7] mshv: Pass pfns array explicitly through processing chain
` [PATCH 6/7] mshv: Simplify pfn array handling in region processing
` [PATCH 7/7] mshv: Allocate pfns array only for pinned regions
[PATCH v2] perf header: Validate build_id filename length to prevent buffer overflow
2026-04-01 22:12 UTC (2+ messages)
[PATCH] btrfs: fix double free in create_space_info_sub_group() error path
2026-04-01 22:11 UTC (2+ messages)
[PATCH v2] btrfs: fix double free in create_space_info() error path
2026-04-01 22:10 UTC (2+ messages)
[PATCH 0/2] ext2: fix WARN_ON in drop_nlink() triggered by corrupt images
2026-04-01 22:08 UTC (3+ messages)
` [PATCH 1/2] ext2: validate i_nlink before decrement in ext2_unlink()
` [PATCH 2/2] ext2: guard against zero i_nlink on new_inode in ext2_rename()
[PATCHv2] accel/qaic: kcalloc + kzalloc to kzalloc
2026-04-01 22:06 UTC
[PATCH v6 0/4] ASoC: Intel: Fix MCLK leaks and clean up error
2026-04-01 22:05 UTC (5+ messages)
` [PATCH v6 1/4] ASoC: Intel: bytcr_rt5640: Fix MCLK leak on platform_clock_control error
` [PATCH v6 2/4] ASoC: Intel: bytcr_rt5651: "
` [PATCH v6 3/4] ASoC: Intel: cht_bsw_rt5672: "
` [PATCH v6 4/4] ASoC: Intel: Standardize MCLK error logs across RT boards
[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-04-01 22:04 UTC (3+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "
[PATCH] HSI: omap_ssi_port: remove depends on ARM
2026-04-01 21:57 UTC
[PATCH] HSI: omap_ssi_port: remove set but unused variables
2026-04-01 21:56 UTC
[PATCH] sched_ext: Fix stale direct dispatch state in ddsp_dsq_id
2026-04-01 21:56 UTC
[PATCH v3] perf test: Fix perf stat --bpf-counters on hybrid machines
2026-04-01 21:52 UTC (2+ messages)
[PATCH v1] perf tests task-analyzer: Write all test files to tmpdir
2026-04-01 21:52 UTC (3+ messages)
` [PATCH v3] perf tests task-analyzer: Write "
[PATCHES perf-tools-next 0/2] Move some headers out of tools/include/ to tools/perf/trace/beauty/include
2026-04-01 21:52 UTC (2+ messages)
[PATCH v1] perf build: Add -funsigned-char to default CFLAGS
2026-04-01 21:52 UTC (2+ messages)
[patch V5 00/15] Improve /proc/interrupts further
2026-04-01 21:52 UTC (16+ messages)
` [patch V5 01/15] x86/irq: Optimize interrupts decimals printing
` [patch V5 02/15] genirq/proc: Avoid formatting zero counts in /proc/interrupts
` [patch V5 03/15] genirq/proc: Utilize irq_desc::tot_count to avoid evaluation
` [patch V5 04/15] x86/irq: Make irqstats array based
` [patch V5 05/15] x86/irq: Suppress unlikely interrupt stats by default
` [patch V5 06/15] x86/irq: Move IOAPIC misrouted and PIC/APIC error counts into irq_stats
` [patch V5 07/15] scripts/gdb: Update x86 interrupts to the array based storage
` [patch V5 08/15] genirq: Expose nr_irqs in core code
` [patch V5 09/15] genirq/manage: Make NMI cleanup RT safe
` [patch V5 10/15] genirq: Cache the condition for /proc/interrupts exposure
` [patch V5 11/15] genirq: Calculate precision only when required
` [patch V5 12/15] genirq: Add rcuref count to struct irq_desc
` [patch V5 13/15] genirq: Expose irq_find_desc_at_or_after() in core code
` [patch V5 14/15] genirq/proc: Runtime size the chip name
` [patch V5 15/15] genirq/proc: Speed up /proc/interrupts iteration
[PATCHES perf-tools-next 0/4] Cleanups and a fix
2026-04-01 21:49 UTC (11+ messages)
` [PATCH 1/4] perf tools: Make more global variables static
` [PATCH 1/2] tools: Move tools/include/uapi/drm to tools/perf/trace/beauty/include/uapi
` [PATCH 2/2] perf beauty: Move copy of fadvise.h from tools/include/ to tools/perf/trace/beauty/include/
` [PATCH 2/4] perf bench: Constify tables
` [PATCH 3/4] perf tools: Use calloc() were applicable
` [PATCH 4/4] perf symbol: Add missing libgen.h include to get basename() prototype
[PATCH] KVM: nSVM: Snapshot vmcb12 save.rip to prevent TOCTOU race
2026-04-01 21:48 UTC (3+ messages)
[PATCH mm-unstable 1/1] mm: fix deferred split queue races during migration
2026-04-01 21:48 UTC (2+ messages)
[PATCH v2 0/2] perf tests: Add tests for uncore and perf metric event sorting
2026-04-01 21:48 UTC (4+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] perf tests: Add test for uncore "
[PATCHv2] thunderbolt: tunnel: simplify allocation
2026-04-01 21:47 UTC
[Patch v4 00/22] Cache aware scheduling
2026-04-01 21:52 UTC (23+ messages)
` [Patch v4 01/22] sched/cache: Introduce infrastructure for cache-aware load balancing
` [Patch v4 02/22] sched/cache: Limit the scan number of CPUs when calculating task occupancy
` [Patch v4 03/22] sched/cache: Record per LLC utilization to guide cache aware scheduling decisions
` [Patch v4 04/22] sched/cache: Introduce helper functions to enforce LLC migration policy
` [Patch v4 05/22] sched/cache: Make LLC id continuous
` [Patch v4 06/22] sched/cache: Assign preferred LLC ID to processes
` [Patch v4 07/22] sched/cache: Track LLC-preferred tasks per runqueue
` [Patch v4 08/22] sched/cache: Introduce per CPU's tasks LLC preference counter
` [Patch v4 09/22] sched/cache: Calculate the percpu sd task LLC preference
` [Patch v4 10/22] sched/cache: Count tasks prefering destination LLC in a sched group
` [Patch v4 11/22] sched/cache: Check local_group only once in update_sg_lb_stats()
` [Patch v4 12/22] sched/cache: Prioritize tasks preferring destination LLC during balancing
` [Patch v4 13/22] sched/cache: Add migrate_llc_task migration type for cache-aware balancing
` [Patch v4 14/22] sched/cache: Handle moving single tasks to/from their preferred LLC
` [Patch v4 15/22] sched/cache: Respect LLC preference in task migration and detach
` [Patch v4 16/22] sched/cache: Disable cache aware scheduling for processes with high thread counts
` [Patch v4 17/22] sched/cache: Avoid cache-aware scheduling for memory-heavy processes
` [Patch v4 18/22] sched/cache: Enable cache aware scheduling for multi LLCs NUMA node
` [Patch v4 19/22] sched/cache: Allow the user space to turn on and off cache aware scheduling
` [Patch v4 20/22] sched/cache: Add user control to adjust the aggressiveness of cache-aware scheduling
` [Patch v4 21/22] -- DO NOT APPLY!!! -- sched/cache/debug: Display the per LLC occupancy for each process via proc fs
` [Patch v4 22/22] -- DO NOT APPLY!!! -- sched/cache/debug: Add ftrace to track the load balance statistics
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-04-01 21:43 UTC (14+ messages)
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow
[PATCH v5 0/8] i2c: rtl9300: support for RTL9607C I2C controller
2026-04-01 21:41 UTC (4+ messages)
[PATCH 0/5] Introduce Overflow Behavior Types
2026-04-01 21:41 UTC (20+ messages)
` [PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap
` [PATCH 5/5] types: Add standard __ob_trap and __ob_wrap scalar types
[PATCH 0/3] Add Tegra264 HTE provider
2026-04-01 21:38 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: timestamp: Add Tegra264 support
` [PATCH 2/3] hte: tegra194: Add Tegra264 GTE support
` [PATCH 3/3] arm64: tegra: Add GTE nodes for Tegra264
[RESEND] Handle MPS mismatch for Switch Downstream Ports
2026-04-01 21:37 UTC (2+ messages)
[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
2026-04-01 21:36 UTC (3+ messages)
` [PATCH v2 06/31] x86/virt/tdx: Read global metadata for TDX Module Extensions/Connect
[PATCH] btrfs: disk-io: reject misaligned tree blocks in btree_csum_one_bio
2026-04-01 21:35 UTC (3+ messages)
[PATCH] mm/vmpressure: skip socket pressure for costly order reclaim
2026-04-01 21:32 UTC (3+ messages)
[PATCH] execve: block Emacs binaries
2026-04-01 21:32 UTC (5+ messages)
[PATCH v3 0/2] rust, nova-core: add DeviceSize trait for SZ_* constants
2026-04-01 21:29 UTC (10+ messages)
` [PATCH v3 1/2] rust: sizes: add DeviceSize trait for device address space constants
[PATCH] drm/panel-edp: Change BOE NV153WUM-N42 enable timings
2026-04-01 21:22 UTC (2+ messages)
[PATCH v9 0/4] mm/vmalloc: free unused pages on vrealloc() shrink
2026-04-01 21:19 UTC (3+ messages)
` [PATCH v9 3/4] "
[PATCH v8 0/4] Support for Adreno 612 GPU - Respin
2026-04-01 21:18 UTC (2+ messages)
[for-next][PATCH] ktest: Store failure logs also in fatal paths
2026-04-01 21:19 UTC
[PATCH] power: supply: bd71828: add input current limit property
2026-04-01 21:17 UTC
[REGRESSION 6.19, BISECTED] KVM: x86: kvmclock rate-limit removal causes IPI storm and high guest steal time
2026-04-01 21:16 UTC (4+ messages)
[PATCH] perf probe: Improve C++ support in arguments
2026-04-01 21:11 UTC (3+ messages)
[PATCH v2] driver core: Don't let a device probe until it's ready
2026-04-01 21:09 UTC (5+ messages)
[PATCH v4 0/3] riscv: dts: spacemit: Add PMIC regulators usb pcie
2026-04-01 21:06 UTC (3+ messages)
` [PATCH v4 3/3] riscv: dts: spacemit: Enable USB3.0/PCIe on OrangePi RV2
[PATCH] mfd: max77759: fix comment style for enums
2026-04-01 21:02 UTC
[PATCH v1] thermal: core: Fix thermal zone device registration error path
2026-04-01 21:02 UTC (2+ messages)
[PATCH v5] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
2026-04-01 21:01 UTC (2+ messages)
[PATCH] vfs: require verified birth date for file creation
2026-04-01 21:01 UTC (2+ messages)
[PATCH v9 00/13] blk: honor isolcpus configuration
2026-04-01 20:58 UTC (4+ messages)
` [PATCH v9 09/13] isolation: Introduce io_queue isolcpus type
[PATCH v2] perf stat: Fix crash on arm64
2026-04-01 20:56 UTC (8+ messages)
[PATCH] ceph: do not fill fscache for RWF_DONTCACHE writeback
2026-04-01 20:56 UTC
[PATCH] staging: rtl8723bs: Use array_size() in rtw_spt_band_alloc
2026-04-01 20:52 UTC (3+ messages)
[RFC PATCH v2 0/3] vfs: transitive upgrade restrictions for fds
2026-04-01 20:49 UTC (5+ messages)
` [RFC PATCH v2 1/3] vfs: add support for empty path to openat2(2)
[PATCH] perf header: Validate build_id filename length to prevent buffer overflow
2026-04-01 20:48 UTC (2+ messages)
[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
2026-04-01 20:45 UTC (8+ messages)
` [PATCH v3 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
` [PATCH v3 08/13] selftests/mm: ensure destination is hugetlb-backed in hugepage-mremap
[PATCH 6.1.y 5/8] nvme-apple: remove an extra queue reference
2026-04-01 20:45 UTC (2+ messages)
[PATCH RFC 0/4] ASoC: Add TAS675x quad-channel Class-D amplifier driver
2026-04-01 20:43 UTC (4+ messages)
` [PATCH 2/4] ASoC: codecs: Add TAS675x quad-channel audio "
[PATCH v2] vfs: replace ints with enum component_type for LAST_XXX
2026-04-01 20:43 UTC (2+ messages)
[PATCH v3 0/4] Add framebuffer on Xiaomi Poco F1 and disable the MDSS on tianma panel variant
2026-04-01 20:40 UTC (5+ messages)
` [PATCH v3 1/4] arm64: dts: qcom: sdm845-xiaomi-beryllium: Introduce framebuffer
` [PATCH v3 2/4] arm64: dts: qcom: sdm845-oneplus: Drop address from framebuffer node
` [PATCH v3 3/4] arm64: dts: qcom: sdm845-shift-axolotl: Convert fb to use memory-region
` [PATCH v3 4/4] arm64: dts: qcom: sdm845-samsung-starqltechn: "
[BUG] ocfs2: slab-out-of-bounds in down_read_trylock from quota-on path
2026-04-01 20:36 UTC (3+ messages)
[PATCH v8 0/4] platform/x86: int3472: Add support for GPIO type 0x02 (IR flood LED)
2026-04-01 20:36 UTC (5+ messages)
` [PATCH v8 1/4] platform/x86: int3472: Use local variable for LED struct access
` [PATCH v8 2/4] platform/x86: int3472: Rename pled to led in LED registration code
` [PATCH v8 3/4] platform/x86: int3472: Parameterize LED con_id in registration
` [PATCH v8 4/4] platform/x86: int3472: Add support for GPIO type 0x02 (IR flood LED)
[PATCH] mips: ralink: update CPU clock index
2026-04-01 20:34 UTC (2+ messages)
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-04-01 20:33 UTC (10+ messages)
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users
[PATCH] mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRU
2026-04-01 20:32 UTC (2+ messages)
[PATCH v3 0/4] Reorganize DTS and add fuel-gauge to samsung-expressatt
2026-04-01 20:32 UTC (5+ messages)
` [PATCH v3 1/4] ARM: dts: qcom: msm8960: expressatt: Sort node references and includes
` [PATCH v3 2/4] ARM: dts: qcom: msm8960: Flatten I2C pinctrl state subnodes
` [PATCH v3 3/4] ARM: dts: qcom: msm8960: Add GSBI5 I2C controller
` [PATCH v3 4/4] ARM: dts: qcom: msm8960: expressatt: Add MAX17048 fuel gauge
[PATCH v3 0/6] workqueue: Introduce a sharded cache affinity scope
2026-04-01 20:32 UTC (2+ messages)
[PATCH mm-unstable v4 0/5] mm: khugepaged cleanups and mTHP prerequisites
2026-04-01 20:31 UTC (12+ messages)
` [PATCH mm-unstable v4 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
[PATCH] mips: mm: Allocate tlb_vpn array atomically
2026-04-01 20:27 UTC (2+ messages)
[PATCH] MIPS: Loongson64: env: Check UARTs passed by LEFI cautiously
2026-04-01 20:28 UTC (3+ messages)
` [PATCH v2] "
[PATCH] MIPS: SiByte: Bring back cache initialisation
2026-04-01 20:29 UTC (2+ messages)
[PATCH 0/3] MIPS: Avoid a TLB shutdown induced by a hidden TLB entry bit
2026-04-01 20:29 UTC (2+ messages)
[PATCH] MIPS: Fix the GCC version check for `__multi3' workaround
2026-04-01 20:30 UTC (2+ messages)
[PATCH V2] accel/amdxdna: Support read-only user-pointer BO mappings
2026-04-01 20:30 UTC (5+ messages)
[PATCH v2 1/2] mm: prevent droppable mappings from being locked
2026-04-01 20:27 UTC (6+ messages)
` [PATCH v2 2/2] selftests/mm: verify droppable mappings cannot be locked
[PATCH v3 0/3] tracing: Read user data from futex system call trace event
2026-04-01 20:25 UTC (4+ messages)
[PATCH V6 0/5] Miscellaneous Intel uncore patches
2026-04-01 20:25 UTC (4+ messages)
` [PATCH V6 4/5] perf/x86/intel/uncore: Fix PMON enumeration with NUMA disabled
[PATCH v2] mm/page_io: fix PSWPIN undercount for large folios in sio_read_complete()
2026-04-01 20:22 UTC (4+ messages)
[PATCH net-next] selftests/net: Add two xdp tests to xdp.py
2026-04-01 20:20 UTC (2+ messages)
[PATCH v5] PCI: s390: Expose the UID as an arch specific PCI slot attribute
2026-04-01 20:20 UTC (2+ messages)
[PATCH v2] workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple inactive works
2026-04-01 20:20 UTC (2+ messages)
[PATCH] fs: add back TODO concerning printed info to dump_inode() and expand it
2026-04-01 20:18 UTC (3+ messages)
[6.12.y regression] Regression with 58130e7ce6cb ("PCI/ERR: Ensure error recoverability at all times"): echo vfio-pci >driver_override does not work for DVB Adapter
2026-04-01 20:18 UTC (10+ messages)
` Bug#1131025: "
[PATCH] lib/crypto: aesgcm: Don't disable IRQs during AES block encryption
2026-04-01 20:18 UTC (5+ messages)
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