messages from 2026-04-01 20:43:35 to 2026-04-01 21:52:10 UTC [more...]
[PATCH] drm/panel-edp: Change BOE NV153WUM-N42 enable timings
2026-04-01 21:22 UTC (2+ messages)
[patch V5 00/15] Improve /proc/interrupts further
2026-04-01 21:52 UTC (8+ 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
[GIT PULL] Allwinner Fixes for 7.0
2026-04-01 21:50 UTC (3+ messages)
[GIT PULL] Allwinner Device Tree Changes for 7.1 - Part 1
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL] RISC-V T-HEAD Devicetrees for v7.1, part 2
2026-04-01 21:50 UTC (2+ messages)
[GIT,PULL] arm64: dts: hisilicon dts updates for v7.1
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL] More Qualcomm Arm64 DeviceTree fixes for v7.0
2026-04-01 21:50 UTC (3+ messages)
[GIT PULL 0/3] Renesas SoC updates for v7.1 (take two)
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL 1/2] Broadcom devicetree changes for 7.1
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL] CIX dts changes for v7.1-rc1
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL] STM32 DT changes for v7.1#1
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL 1/4] samsung: drivers for v7.1
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL] arm64: dts: socfpga: updates for v7.1, version 2
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL] Qualcomm Arm32 DeviceTree updates for v7.1
2026-04-01 21:50 UTC (2+ messages)
[GIT PULL] Renesas SoC fixes for v7.0 (take two)
2026-04-01 21:50 UTC (3+ messages)
Patchwork summary for: linux-soc
2026-04-01 21:50 UTC
correctly handling EPROTO
2026-04-01 21:50 UTC (13+ messages)
Patchwork summary for: linux-soc
2026-04-01 21:50 UTC
[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)
+ mm-fix-deferred-split-queue-races-during-migration.patch added to mm-unstable branch
2026-04-01 21:48 UTC
[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 "
[PATCH v9 0/4] tests/intel/xe_vm: Add drm_xe_vm_get_property tests
2026-04-01 21:47 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
[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
[ANNOUNCE] QEMU 11.0.0-rc2 is now available
2026-04-01 21:39 UTC
[PATCH v2 00/13] bitbake-setup PyPI Packaging
2026-04-01 21:44 UTC (5+ messages)
` [PATCH v2 01/13] bitbake-setup: Resolve unused loop control variables
` [bitbake-devel] "
` [PATCH v2 03/13] bitbake-setup: Set function default to None
` [bitbake-devel] "
[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 (18+ 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/12] fixing the remainder of the C23 strchr warnings
2026-04-01 21:40 UTC (6+ messages)
` [PATCH 04/12] pager: explicitly cast away strchr() constness
` [PATCH 07/12] pseudo-merge: fix disk reads from find_pseudo_merge()
[PATCH v9 net-next 0/5] psp: Add support for dev-assoc/disassoc
2026-04-01 21:39 UTC (6+ messages)
` [PATCH v9 net-next 3/5] psp: add a new netdev event for dev unregister
[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
[RFC] SPDM attestation E2E findings from Renode testing
2026-04-01 21:35 UTC
[PATCH] btrfs: disk-io: reject misaligned tree blocks in btree_csum_one_bio
2026-04-01 21:35 UTC (3+ messages)
+ ocfs2-handle-invalid-dinode-in-ocfs2_group_extend.patch added to mm-nonmm-unstable branch
2026-04-01 21:33 UTC
[PATCH] drm/xe: expose multi_lrc_mask in debugfs info
2026-04-01 21:33 UTC (7+ messages)
` [PATCH v2] drm/xe: expose multi_lrc_engine_classes "
` [PATCH v4 0/2] drm/xe: expose multi_lrc_mask "
` [PATCH v4 1/2] drm/xe: improve readability of debugfs engine info output
` [PATCH v4 2/2] drm/xe: expose multi-lrc engine classes in debugfs info
` ✓ CI.KUnit: success for drm/xe: expose multi_lrc_mask in debugfs info (rev4)
[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] archiver: Don't try to preserve all attributes when copying files
2026-04-01 21:31 UTC
[PATCH v3 0/2] rust, nova-core: add DeviceSize trait for SZ_* constants
2026-04-01 21:29 UTC (8+ messages)
` [PATCH v3 1/2] rust: sizes: add DeviceSize trait for device address space constants
[GIT PULL] ARM: dts: updates for ti/omap for v7.1
2026-04-01 21:29 UTC
[GIT PULL] arm: OMAP defconfig updates for v7.1
2026-04-01 21:29 UTC
[PATCH net-next] selftests: net: py: color the basics in the output
2026-04-01 21:29 UTC (2+ messages)
[GIT PULL] ARM: soc/omap updates for v7.1
2026-04-01 21:28 UTC
[RFC 00/15] drm/xe: Access counter consumer layer
2026-04-01 21:28 UTC (5+ messages)
` [RFC 01/15] drm/xe: Add xe_usm_queue generic USM circular buffer
` [RFC 08/15] drm/xe: Implement xe_access_counter_queue_work
[GIT PULL] Rockchip dts64 changes for 7.1 #2
2026-04-01 21:27 UTC (2+ messages)
[to-be-updated] mm-vmalloc-use-dedicated-unbound-workqueue-for-vmap-purge-drain.patch removed from -mm tree
2026-04-01 21:27 UTC
Potential MDS related issue
2026-04-01 21:26 UTC
[PATCH] drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat
2026-04-01 21:26 UTC (2+ messages)
[OE-core][whinlatter][PATCH] systemd: backport patch to fix journal-file issue
2026-04-01 21:25 UTC (2+ messages)
FAILED: patch "[PATCH] KVM: x86/mmu: Drop/zap existing present SPTE even when" failed to apply to 5.10-stable tree
2026-04-01 21:25 UTC (4+ messages)
` [PATCH 5.10.y] KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
[PATCH 00/13] hexagon: add missing HVX float instructions
2026-04-01 21:23 UTC (8+ messages)
` [PATCH 03/13] target/hexagon/cpu: add HVX IEEE FP extension
[bluez/bluez] b36d2b: unit: Add unit test for new MIN/MAX macros
2026-04-01 21:23 UTC
[PATCH net] netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminator
2026-04-01 21:23 UTC (3+ messages)
[PATCH RFC 00/12] migration/vfio: Fix a few issues on API misuse or statistic reports
2026-04-01 21:22 UTC (6+ messages)
` [PATCH RFC 05/12] migration/treewide: Merge @state_pending_{exact|estimate} APIs
Fixing a corrupted file system
2026-04-01 21:21 UTC (2+ messages)
[PATCH net v2] netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminator
2026-04-01 21:20 UTC
[PATCH v2 bpf-next 3/6] bpf: Exit early if reg_bounds_sync gets invalid inputs
2026-04-01 21:19 UTC (4+ 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 v6 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-01 21:19 UTC (4+ messages)
` [PATCH v6 01/22] fsverity: report validation errors through fserror to fsnotify
` [f2fs-dev] "
[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 i-g-t v1] README: Document skip message format
2026-04-01 21:17 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[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)
[linux-next:master 10322/10352] arch/arm64/boot/dts/ti/k3-am625-verdin-nonwifi-zinnia.dtb: r5fss@78000000 (ti,am62-r5fss): r5f@78000000: 'memory-region-names' is a required property
2026-04-01 21:15 UTC
[PATCH] lrzsz: Convert K&R function definitions to ANSI C prototypes
2026-04-01 21:15 UTC (2+ messages)
` Patchtest results for "
[PATCH] RelNotes: minor typo fixes in 2.54.0 draft
2026-04-01 21:14 UTC
[PATCH] net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()
2026-04-01 21:12 UTC
+ lib-hexdump-print_hex_dump_bytes-calls-print_hex_dump_debug.patch added to mm-nonmm-unstable branch
2026-04-01 21:12 UTC
[PATCH v1] fuse: fix io-uring background queue stall on request completion
2026-04-01 21:11 UTC (4+ messages)
[PATCH v3 0/3] USE drm mm instead of drm SA for CCS read/write
2026-04-01 21:11 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for USE drm mm instead of drm SA for CCS read/write (rev3)
[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 bpf-next 0/6] bpf: Prep patches for static stack liveness
2026-04-01 21:10 UTC (6+ messages)
` [PATCH bpf-next 2/6] bpf: Sort subprogs in topological order after check_cfg()
` [PATCH bpf-next 4/6] bpf: Add compute_const_regs() and prune_dead_branches() passes
[PATCH v3 00/11] add build option to disable audio subsystem
2026-04-01 21:06 UTC (9+ messages)
` [PATCH v3 07/11] ui/dbus: run without Audio interface when audio is disabled
` [PATCH v3 08/11] tests/audio: do not compile if "
[PATCH v4 0/3] riscv: dts: spacemit: Add PMIC regulators usb pcie
2026-04-01 21:06 UTC (4+ messages)
` [PATCH v4 3/3] riscv: dts: spacemit: Enable USB3.0/PCIe on OrangePi RV2
[PATCH-for-11.1] target/arm: Replace target_ulong -> vaddr in guarded_page_br()
2026-04-01 21:05 UTC (2+ messages)
[LTP] [PATCH v3] userfaultfd: Add new test using UFFDIO_CONTINUE
2026-04-01 21:03 UTC (3+ messages)
` [LTP] [PATCH v4 1/2] memfd_create: move sys_memfd_create() to lapi/memfd.h
` [LTP] [PATCH v4 2/2] userfaultfd: Add new test using UFFDIO_CONTINUE
[LSF/MM/BPF TOPIC] The Future of the Anonymous Reverse Mapping [RESEND]
2026-04-01 21:03 UTC (4+ messages)
[PATCH-for-11.1 0/8] target/arm: Compile accelerator-related objects as common code
2026-04-01 21:02 UTC (3+ messages)
` [PATCH-for-11.1 3/8] accel/kvm: Expose all non-target specific declarations
[PATCH] mfd: max77759: fix comment style for enums
2026-04-01 21:02 UTC (2+ messages)
+ selftests-mm-skip-hugetlb_dio-tests-when-dio-alignment-is-incompatible.patch added to mm-new branch
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)
[to-be-updated] selftests-mm-skip-hugetlb_dio-tests-when-dio-alignment-is-incompatible.patch removed from -mm tree
2026-04-01 21:01 UTC
[PATCH v2 00/14] KVM: selftests: Link with VFIO selftests lib and test device interrupts
2026-04-01 21:00 UTC (5+ messages)
` [PATCH v2 11/14] KVM: selftests: Add support for vCPU pinning
` [PATCH v2 14/14] KVM: selftests: Make vfio_pci_irq_test timeout configurable
[PATCH] drm/xe: Drop redundant rtp entries for Wa_14019988906 & Wa_14019877138
2026-04-01 21:00 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH i-g-t] tests/intel/kms_sharpness_filter: Remove the "center" scaling mode test
2026-04-01 21:00 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
[meta-security][PATCH] scap-security-guide: Replace pkg_resources.Requirement
2026-04-01 20:59 UTC (2+ messages)
` [yocto-patches] "
[PATCH i-g-t 0/2] lib/xe/oa: Add CRI metrics XML
2026-04-01 20:59 UTC (5+ messages)
` [PATCH i-g-t 1/2] "
[GIT PULL] bluetooth 2026-04-01
2026-04-01 20:58 UTC
[folded-merged] selftests-mm-skip-hugetlb_dio-tests-when-dio-alignment-is-incompatible-checkpatch-fixes.patch removed from -mm tree
2026-04-01 20:58 UTC
[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
another korgalore issue with linux-crypto
2026-04-01 20:58 UTC (5+ messages)
[PATCH v1 1/1] drm/xe: Fix null pointer dereference in devcoredump cleanup
2026-04-01 20:57 UTC (2+ messages)
[PATCH v2 0/4] Relocate U-Boot in the last bank
2026-04-01 20:56 UTC (4+ messages)
` [PATCH v2 4/4] common: Allow relocations on the top of "
` [v2,4/4] "
[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 v2 0/3] Add option --ref to git-replay(1)
2026-04-01 20:55 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] builtin/replay: mark options as not negatable
` [PATCH v3 2/3] replay: use stuck form in documentation and help message
` [PATCH v3 3/3] replay: allow to specify a ref with option --ref
[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
2026-04-01 20:55 UTC (6+ messages)
[PATCH v3] cirrus-vga: Make frame buffer endianness little endian by default
2026-04-01 20:53 UTC
[RFT PATCH 0/7] perf tool: Support iostat for multiple platforms
2026-04-01 20:52 UTC (4+ messages)
[PATCH] staging: rtl8723bs: Use array_size() in rtw_spt_band_alloc
2026-04-01 20:52 UTC (3+ messages)
[PATCH] arch/x86/lib: implement cmdline configuration property
2026-04-01 20:52 UTC
[PATCH net-next v3 0/4] udp: Preserve UDP socket addresses on abort
2026-04-01 20:50 UTC (4+ messages)
` [PATCH net-next v3 1/4] udp: Only compare daddr/dport when sk_state == TCP_ESTABLISHED
[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)
b4 review crashes updating a series
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 (4+ messages)
` [PATCH v3 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
[PATCH 6.1.y 5/8] nvme-apple: remove an extra queue reference
2026-04-01 20:45 UTC (2+ messages)
[RFC BlueZ v1] doc/btmon: Add Channel Sounding protocol flow documentation
2026-04-01 20:45 UTC (2+ messages)
` [RFC,BlueZ,v1] "
[PATCH BlueZ 1/2] unit: Add unit test for new MIN/MAX macros
2026-04-01 20:45 UTC (2+ messages)
` [PATCH BlueZ 2/2] all: Remove redundant MIN/MAX macro definitions
[RFC PATCH 0/4] alpha: Decouple the CPU and Typhoon
2026-04-01 18:42 UTC (3+ messages)
` [RFC NOTFORMERGE 4/4] pc-bios/palcode-clipper: Replace qemu_alarm with Cchip register
[folded-merged] tools-testing-selftests-add-merge-test-for-partial-msealed-range-fix.patch removed from -mm tree
2026-04-01 20:43 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.