messages from 2026-07-10 20:28:44 to 2026-07-10 21:08:58 UTC [more...]
[PATCH v9 00/12] Allow AET to use PMT as loadable module
2026-07-10 21:08 UTC (22+ messages)
` [PATCH v9 03/12] x86/resctrl: Honor rdt=perf option to force enable AET perf events
` [PATCH v9 05/12] x86/resctrl: Drop global 'rdt_mon_capable' flag
` [PATCH v9 06/12] arm,x86,fs/resctrl: Handle change in number of RMIDs on each mount
` [PATCH v9 07/12] x86/resctrl: Add PMT registration API for AET enumeration callbacks
` [PATCH v9 09/12] arm,x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime
` [PATCH v9 10/12] fs/resctrl: Call architecture hooks for every mount/unmount
` [PATCH v9 11/12] x86/resctrl: Simplify Kconfig options for resctrl
[PATCH v12 00/36] phy: rockchip: usbdp: Clean up the mess
2026-07-10 21:08 UTC (34+ messages)
` [PATCH v12 03/36] phy: rockchip: usbdp: Do not lose USB3 PHY status
` [PATCH v12 05/36] phy: rockchip: usbdp: Handle missing clock-names DT property gracefully
` [PATCH v12 06/36] phy: rockchip: usbdp: Drop seamless DP takeover
` [PATCH v12 12/36] phy: rockchip: usbdp: Limit DP lane count to muxed lanes
` [PATCH v12 17/36] phy: rockchip: usbdp: Drop DP HPD handling
` [PATCH v12 18/36] phy: rockchip: usbdp: Rename mode_change to phy_needs_reinit
` [PATCH v12 21/36] phy: rockchip: usbdp: Properly handle TYPEC_STATE_SAFE and TYPEC_STATE_USB
` [PATCH v12 24/36] phy: rockchip: usbdp: Hold mutex in DP PHY configure
` [PATCH v12 28/36] phy: rockchip: usbdp: Only enable USB3 when not in high-speed mode
` [PATCH v12 31/36] phy: rockchip: usbdp: Add phy reset notification support
` [PATCH v12 33/36] phy: rockchip: usbdp: Rename mode to hw_mode
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-10 21:08 UTC (7+ messages)
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH v2 32/33] tools/testing/vma: default VMA, mm flag bits to 64-bit
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[Bug 221065] New: ideapad_acpi: unexpected charge_types spam on Yoga Pro 7 14ASP9
2026-07-10 21:08 UTC (3+ messages)
` [Bug 221065] "
[PATCH 00/17] media: rockchip: rga: Add multi-core support
2026-07-10 21:06 UTC (4+ messages)
` [PATCH 13/17] media: rockchip: rga: bind all cores to the master
[PATCH printk 0/3] Introduce sync mode
2026-07-10 21:05 UTC (2+ messages)
[PATCH 12/17] media: rockchip: rga: move core initialization from bind to probe
2026-07-10 21:05 UTC (3+ messages)
[PATCH v6 0/4] iio: adc: Add support for LTC2378 and similar ADCs
2026-07-10 21:06 UTC (4+ messages)
` [PATCH v6 1/4] dt-bindings: iio: adc: Add ltc2378
[RFC PATCH 00/11] : media: iris: Migrate iommus to iris sub nodes
2026-07-10 21:05 UTC (5+ messages)
` [RFC PATCH 07/11] arm64: dts: qcom: hamoa: Move Iris IOMMUs to "
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-10 21:03 UTC (7+ messages)
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH 7.1.y 0/6] cBPF JIT spray hardening
2026-07-10 21:03 UTC (3+ messages)
[PATCH v3 00/51] accel/tcg: Use IntervalTree for breakpoints and watchpoints
2026-07-10 20:54 UTC (52+ messages)
` [PATCH v3 01/51] cpu: Define BreakpointFlags type
` [PATCH v3 02/51] exec/breakpoint: Move BP declarations from hw/core/cpu.h
` [PATCH v3 03/51] exec/breakpoint: Merge watchpoint.h
` [PATCH v3 04/51] qemu/typedefs: Declare CPUBreakpoint and CPUWatchpoint globally
` [PATCH v3 05/51] hw/core/cpu: Remove exec/breakpoint.h include
` [PATCH v3 06/51] exec/breakpoint: Add CPUBreakpoint.id
` [PATCH v3 07/51] exec/watchpoint: Add CPUWatchpoint.id
` [PATCH v3 08/51] accel/tcg: Pass CPUBreakpoint to debug_check_breakpoint
` [PATCH v3 09/51] target/arm: Split is_wp out of bp_wp_matches
` [PATCH v3 10/51] target/arm: Use bp argument in arm_debug_check_breakpoint
` [PATCH v3 11/51] target/arm: Use wp argument in arm_debug_check_watchpoint
` [PATCH v3 12/51] target/riscv: Use bp argument in riscv_cpu_debug_check_breakpoint
` [PATCH v3 13/51] target/riscv: Use bp argument in riscv_cpu_debug_check_watchpoint
` [PATCH v3 14/51] target/xtensa: Use bp argument in xtensa_debug_check_breakpoint
` [PATCH v3 15/51] cpu: Use interval-tree for CPUBreakpoint
` [PATCH v3 16/51] target/arm: Make check_watchpoint_in_range static
` [PATCH v3 17/51] gdbstub: Report actual watchpoint trigger address
` [PATCH v3 18/51] cpu: Use interval-tree for CPUWatchpoint
` [PATCH v3 19/51] exec/breakpoint: Return the new bp from cpu_breakpoint_insert
` [PATCH v3 20/51] system: Remove cpu_watchpoint_insert error return path
` [PATCH v3 21/51] exec/breakpoint: Return the new wp from cpu_watchpoint_insert
` [PATCH v3 22/51] system: Validate flags in cpu_watchpoint_insert
` [PATCH v3 23/51] cpu-common: Validate flags in cpu_breakpoint_insert
` [PATCH v3 24/51] exec/breakpoint: Add CPUWatchpoint.hitlast
` [PATCH v3 25/51] exec/breakpoint: Merge CPUBreakpoint and CPUWatchpoint
` [PATCH v3 26/51] accel/tcg: Pass watchpoint hit to debug_excp_handler
` [PATCH v3 27/51] accel/tcg: Pass breakpoint "
` [PATCH v3 28/51] target/arm: Use CPUBreakpoint arg in arm_debug_excp_handler
` [PATCH v3 29/51] target/i386: Pass wp_hit to check_hw_breakpoints
` [PATCH v3 30/51] target/i386: Use CPUBreakpoint arg in breakpoint_handler
` [PATCH v3 31/51] target/ppc: "
` [PATCH v3 32/51] target/ppc: Simplify ppc_cpu_debug_check_breakpoint
` [PATCH v3 33/51] target/ppc: Simplify ppc_cpu_debug_check_watchpoint
` [PATCH v3 34/51] target/s390x: Use CPUBreakpoint arg in breakpoint_handler
` [PATCH v3 35/51] target/riscv: Simplify riscv_cpu_debug_excp_handler
` [PATCH v3 36/51] target/riscv: Set badaddr in riscv_cpu_debug_excp_handler
` [PATCH v3 37/51] target/riscv: Merge riscv_cpu_debug_check_{break, watch}point
` [PATCH v3 38/51] target/xtensa: Restrict xtensa_breakpoint_handler to system mode
` [PATCH v3 39/51] target/xtensa: Rename xtensa_breakpoint_handler
` [PATCH v3 40/51] target/xtensa: Simplify xtensa_cpu_debug_excp_handler
` [PATCH v3 41/51] accel/tcg: Clear BP_WATCHPOINT_HIT after use
` [PATCH v3 42/51] accel/tcg: Merge CPUState.{break,watch}point_hit
` [PATCH v3 43/51] target/arm: Simplify v6 watchpoints
` [PATCH v3 44/51] accel/tcg: Remove TCGCPUOps.adjust_watchpoint_address
` [PATCH v3 45/51] accel/tcg: Move ALL_MMUIDX_BITS to hw/core/cpu.h
` [PATCH v3 46/51] accel/tcg: Drop stale assert for vaddr
` [PATCH v3 47/51] accel/tcg: Use addr/last in tlb_flush_range_locked
` [PATCH v3 48/51] target/arm: Be more defensive for invalid tlbi_aa64_get_range
` [PATCH v3 49/51] accel/tcg: Change tlb_flush_range_* to use addr/last
` [PATCH v3 50/51] system: Use tlb_flush_range_by_mmuidx in cpu_watchpoint_insert
` [PATCH v3 51/51] accel/tcg: Change cpu_watchpoint_insert to use addr/last
Please consider fb3bbcfe344e ("exit: change the release_task() paths to call flush_sigqueue() lockless") for 5.10.y, 5.15.y, 6.1.y, 6.6.y, and 6.12.y
2026-07-10 21:03 UTC (2+ messages)
[PATCH 6.6 000/175] 6.6.144-rc1 review
2026-07-10 21:03 UTC (3+ messages)
[PATCH 6.6.y] net: Drop the lock in skb_may_tx_timestamp()
2026-07-10 21:03 UTC (2+ messages)
[PATCH 6.18 0/4] Backport the one-arg k*alloc_obj() APIs
2026-07-10 21:03 UTC (2+ messages)
[PATCH for 6.6] LoongArch: Add PIO for early access before ACPI PCI root register
2026-07-10 21:03 UTC (2+ messages)
[PATCH 08/17] media: rockchip: rga: add rga_core structure
2026-07-10 21:03 UTC (3+ messages)
[PATCH 6.6 v3 0/6] arm64: KVM: Backport VHE-only boot fixes
2026-07-10 21:03 UTC (2+ messages)
[PATCH 1/5] Revert "crypto: talitos - rename first/last to first_desc/last_desc"
2026-07-10 21:02 UTC (3+ messages)
` [PATCH 6.6.y v3 0/5] crypto: talitos - fix rename first/last to first_desc/last_desc
[PATCH v2 00/11] drm/{i915,xe}: some BIOS FB takeover fixes
2026-07-10 21:02 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH v2] x86: Start removing X86_X32_ABI
2026-07-10 20:59 UTC (9+ messages)
[RESEND][RFC/discuss] memfd_secret(): opt-in visibility for security monitoring (eBPF/audit)
2026-07-10 21:00 UTC (2+ messages)
[RFC] mpam,x86,fs/resctrl: Generic schema description Proof of Concept
2026-07-10 20:59 UTC (6+ messages)
[PATCH 2/2] Revert "arm64: Enable vmalloc-huge with ptdump"
2026-07-10 20:58 UTC
[PATCH v6 0/5] net: can: isotp-fixes
2026-07-10 20:58 UTC (17+ messages)
` [PATCH v6 1/5] can: isotp: use unconditional synchronize_rcu() in isotp_release()
` [PATCH v6 2/5] can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER
` [PATCH v6 3/5] can: isotp: fix race between RX/TX timers and frame reception
` [PATCH v6 4/5] can: isotp: fix lock-free state transition in tx timer handler
` [PATCH v6 5/5] can: isotp: fix state machine corruption on signal interruption
Limiting Yocto Memory Usage
2026-07-10 20:56 UTC
[powerpc:fixes-test 10/12] kernel/sched/core.c:7449:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
2026-07-10 20:54 UTC
[RFC PATCH 0/6] um: introduce pidfd_mmap()/pidfd_munmap() syscalls
2026-07-10 20:53 UTC (7+ messages)
` [RFC PATCH 1/6] pidfd: add "
` [RFC PATCH 2/6] um: acquire a stub pidfd via CLONE_PIDFD in seccomp mode
` [RFC PATCH 3/6] um: install guest mappings via pidfd_mmap() "
` [RFC PATCH 4/6] um: forbid mmap/munmap in the stub seccomp filter
` [RFC PATCH 5/6] um: install guest mappings via pidfd_mmap() in both modes
` [RFC PATCH 6/6] selftests/pidfd: add pidfd_mmap()/pidfd_munmap() tests
[PATCH v7 00/12] sched, steal_monitor: Introduce cpu_preferred_mask and steal-driven vCPU backoff
2026-07-10 20:53 UTC (5+ messages)
` [PATCH v7 08/12] virt: Introduce steal monitor driver
` [PATCH v7 11/12] virt/steal_monitor: Act on steal time periodically and decide on preferred CPUs
[PATCH v2] tests/intel/xe_defrag: Exercise the Xe page-defragmentation worker
2026-07-10 20:52 UTC
[moderation/CI] Re: Use generic_file_read_iter() in hugetlbfs
2026-07-10 20:52 UTC
[GIT PULL] Please Pull NFS Client Bugfixes for Linux 7.2-rc3
2026-07-10 20:51 UTC
[PATCH 0/8] x86/pci: consolidate x86-specific PCI quirks into arch/x86/pci/fixup.c
2026-07-10 20:51 UTC (3+ messages)
[PATCH] Bluetooth: btintel: Drop dead !skb check in btintel_read_version()
2026-07-10 20:30 UTC
[GIT PULL] regulator fixes for v7.2-rc2
2026-07-10 20:50 UTC
[Buildroot] [PATCH 1/2] package/samba4: fix build on m68k
2026-07-10 20:48 UTC (2+ messages)
[Buildroot] [git commit] package/samba4: bump version to 4.24.4
2026-07-10 20:44 UTC
[Buildroot] [git commit] package/samba4: fix build on m68k
2026-07-10 20:44 UTC
[PATCHSET v4 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
2026-07-10 20:47 UTC (4+ messages)
` [PATCH 01/10] sched/core: Drop mutex locks before proxy rescheduling
[PATCH 1/2] NFS: Pin the 'struct nfs_server' during a FREE_STATEID call
2026-07-10 20:47 UTC (2+ messages)
` [PATCH 2/2] NFS: Decrement refcounts if allocating nfs_free_stateid_data fails
[pci:controller/dwc-rcar-gen4] BUILD SUCCESS 6bd0f589488396d14c4d9e4f030954ccc2ee4f93
2026-07-10 20:45 UTC (2+ messages)
[PATCH BlueZ v1] monitor: Fix printing subpages bits after all subpages
2026-07-10 20:45 UTC (2+ messages)
` [BlueZ,v1] "
[PATCH] media: cedrus: skip invalid H.264 reference list entries
2026-07-10 20:44 UTC (4+ messages)
` [PATCH v2] media: cedrus: reject invalid active H.264 ref indices
[PATCH v4 0/8] media: add virtio-media driver
2026-07-10 20:44 UTC (3+ messages)
[REGRESSION] drm/amd/display: amdgpu_dm_plane_test.ko fails to build due to modpost "too long symbol"
2026-07-10 20:43 UTC (6+ messages)
LBS setup
2026-07-10 20:43 UTC (5+ messages)
[RFC PATCH 0/6] Add Shared Media Graph API
2026-07-10 20:42 UTC (6+ messages)
` [RFC PATCH 1/6] media: mc: Implement shared media graph
[PATCH v2 1/9] security: add LSM blob and hooks for namespaces
2026-07-10 20:42 UTC (5+ messages)
[PATCH] docs: driver-api: pin-control: fix spelling of below
2026-07-10 20:43 UTC (4+ messages)
[PATCH net] tcp: fix TIME_WAIT socket reference leak on PSP policy failure
2026-07-10 20:42 UTC (2+ messages)
[PATCH v3 0/7] ASoC: apple: mca: support simultaneous I2S capture on the frontend
2026-07-10 20:41 UTC (3+ messages)
` [PATCH v3 2/7] ASoC: apple: mca: Separate data & clock port setup
[PATCH v16 00/33] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2026-07-10 20:36 UTC (6+ messages)
` [PATCH v16 20/33] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v16 24/33] pc-bios/s390-ccw: Add signed component address overlap checks
` [PATCH v16 26/33] pc-bios/s390-ccw: Add additional security checks for secure boot
[usb:usb-next] BUILD SUCCESS 0f1dabb7af982dae9325a005297785a792b51223
2026-07-10 20:35 UTC
[PATCH RFC] RAS: hwerr_tracking: move recoverable hardware error tracking out of vmcoreinfo
2026-07-10 20:35 UTC (2+ messages)
Add redirect git.y.o/git/... -> /
2026-07-10 20:35 UTC (5+ messages)
` [yocto] "
[tip:irq/drivers] BUILD SUCCESS d1c2827590696cdb0d580502443e2f5d8ae6e0ea
2026-07-10 20:34 UTC
[PATCH bpf-next v3 0/2] bpf: require an owned cpumask for bpf_cpumask_populate()
2026-07-10 20:34 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] bpf: Require a BPF "
+ ocfs2-validate-rl_used-against-rl_count-in-refcount-block-validator.patch added to mm-nonmm-unstable branch
2026-07-10 20:34 UTC
[PATCH] ocfs2: validate rl_used against rl_count in refcount block validator
2026-07-10 20:33 UTC (2+ messages)
[PATCH v3 0/9] Stability fixes for GVE
2026-07-10 20:33 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 2/9] net/gve: delay adding mbuf head to software ring
man/man8/ldconfig.8: document system-wide tunables
2026-07-10 20:33 UTC (4+ messages)
[PATCH v2] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
2026-07-10 20:32 UTC (2+ messages)
[syzbot] Monthly ext4 report (Jul 2026)
2026-07-10 20:32 UTC
[syzbot] Monthly fs report (Jul 2026)
2026-07-10 20:32 UTC
[PATCH batadv] batman-adv: fix kernel-doc for functions holding ownership of the skb
2026-07-10 20:31 UTC
[Buildroot] [PATCH 1/1] package/stellarium: bump version to 26.2
2026-07-10 20:31 UTC (2+ messages)
[Buildroot] [git commit] package/stellarium: bump version to 26.2
2026-07-10 20:27 UTC
[PATCH v1] drm/i915/dp: Gate UHBR SST SDP splitting on sink capability
2026-07-10 20:31 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[PATCH] media: rockchip: rkcif: Use IS_ERR() check for media_entity_remote_source_pad_unique()
2026-07-10 20:30 UTC (2+ messages)
+ mm-ptdump-always-stabilise-against-page-table-freeing-using-init_mm.patch added to mm-new branch
2026-07-10 20:30 UTC
[PATCH v1] PCI: acpiphp_ibm: Do not use uninitialized device_class
2026-07-10 20:30 UTC (2+ messages)
[PATCH v5 0/4] pinctrl: mediatek: Enable module build support
2026-07-10 20:29 UTC (2+ messages)
[PATCH] mm/ptdump: always stabilise against page table freeing using init_mm
2026-07-10 20:29 UTC (2+ messages)
[PATCH v7 0/3] graph: indent visual roots in graph
2026-07-10 20:29 UTC (5+ messages)
` [PATCH v8 0/4] "
` [PATCH v8 4/4] graph: indent visual root "
[PATCH] usb: core: devio: validate device and interface before buffer allocation
2026-07-10 20:29 UTC (3+ messages)
drivers/dma-buf/st-dma-fence.c:415:10-35: opportunity for str_yes_no(dma_fence_is_signaled ( f2 ))
2026-07-10 20:28 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.