messages from 2026-07-05 21:33:02 to 2026-07-06 02:41:00 UTC [more...]
[Patch v9 00/10] Perf tools: Support eGPRs/SSP/SIMD registers sampling
2026-07-06 2:34 UTC (5+ messages)
` [Patch v9 01/10] perf dwarf-regs: Fix DWARF register index bounds check
` [Patch v9 02/10] perf util: Add missed fields in _attr__fprintf() and __attr_swap()
` [Patch v9 03/10] tools headers: Sync x86 headers with kernel sources
` [Patch v9 04/10] perf headers: Sync perf_event.h/perf_regs.h with the kernel headers
[PATCH v2] libbpf: Limit bitfield dump reads to checked bytes
2026-07-06 2:36 UTC
[PATCH v3] mfd: ls2kbmc: mfd: ls2kbmc: Fix iomem pointer handling in video mode parsing
2026-07-06 2:35 UTC (2+ messages)
[PATCH] sched/fair: align proxy wakeup buddy handling with EEVDF
2026-07-06 2:34 UTC
[RFC][PATCH] thunderbolt: Quiesce AMD NHI during suspend
2026-07-06 2:34 UTC
[PATCH] usb: cdns3: plat: fix a typo in cdns3_plat_probe()
2026-07-06 2:34 UTC (2+ messages)
[PATCH v2] PCI: Mask Replay Timer Timeout for Realtek RTS525A
2026-07-06 2:34 UTC (6+ messages)
[PATCH v4] ntfs: serialize attribute-list replacement with lookups
2026-07-06 2:31 UTC (5+ messages)
[PATCH] libbpf: Check full backing type size for bitfield dump
2026-07-06 2:29 UTC (3+ messages)
[PATCH v2] MAINTAINERS: replace maintainer for Altera mSGDMA driver
2026-07-06 2:23 UTC
[PATCH RESEND v13 0/6] rust: Add safe pointer formatting support
2026-07-06 2:24 UTC (2+ messages)
[PATCH v5 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
2026-07-06 2:20 UTC (9+ messages)
` [PATCH v5 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v5 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v5 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v5 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v5 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v5 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v5 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v5 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test
[PATCH] mm: nommu: fix the error path when vma_iter_prealloc() fails
2026-07-06 2:18 UTC
[PATCH] userfaultfd: wait on source PMD during UFFDIO_MOVE
2026-07-06 2:18 UTC (3+ messages)
[tip:timers/core] BUILD SUCCESS a73d7f98e41a96d6e1bcb0e731ab185d9d67878e
2026-07-06 2:16 UTC
[PATCH v2 0/3] RISC-V: KVM: Cleanup SBI extension status when disable
2026-07-06 2:11 UTC (4+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Add SBI extension validate callback
` [PATCH v2 2/3] RISC-V: KVM: Add SBI FWFT validation support
` [PATCH v2 3/3] RISC-V: KVM: Reset the SBI extension when disable it
[PATCH v2 0/5] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
2026-07-06 2:08 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: hwmon: (pmbus/max20830): add enable-gpios property and complete examples
` [PATCH v2 2/5] dt-bindings: hwmon: (pmbus/max20830): add VOUT feedback resistor properties
` [PATCH v2 3/5] hwmon: (pmbus/max20830): add VOUT feedback resistor scaling support
` [PATCH v2 4/5] dt-bindings: hwmon: (pmbus/max20830): add max20830c and max20840c support
` [PATCH v2 5/5] hwmon: (pmbus/max20830): add support for max20830c and max20840c
[PATCH] mm: nommu: add sysctl_max_map_count() check for do_mmap()
2026-07-06 2:03 UTC (6+ messages)
[Patch v9 00/24] Support SIMD/eGPRs/SSP registers sampling for perf
2026-07-06 1:54 UTC (25+ messages)
` [Patch v9 01/24] perf/x86: Fix two error-path and hybrid PMU guard issues
` [Patch v9 02/24] perf/x86: Move hybrid PMU initialization before x86_pmu_starting_cpu()
` [Patch v9 03/24] perf/x86/intel: Enable large PEBS sampling for XMMs
` [Patch v9 04/24] perf/x86/intel: Convert x86_perf_regs to per-cpu variables
` [Patch v9 05/24] perf: Eliminate duplicate arch-specific function definitions
` [Patch v9 06/24] perf/x86: Use x86_perf_regs in NMI handlers
` [Patch v9 07/24] x86/fpu/xstate: Add xsaves_nmi() helper
` [Patch v9 08/24] x86/fpu: Add update_fpu_state_and_flag() helper
` [Patch v9 09/24] perf: Move and enhance has_extended_regs() for arch-specific use
` [Patch v9 10/24] perf/x86/intel: Consolidate PMU capability updates
` [Patch v9 11/24] perf/x86: Enable XMM register sampling for non-PEBS events
` [Patch v9 12/24] perf/x86: Enable XMM register sampling for REGS_USER case
` [Patch v9 13/24] perf: Add sampling support for SIMD registers
` [Patch v9 14/24] perf/x86: Support XMM sampling using sample_simd_vec_reg_* fields
` [Patch v9 15/24] perf/x86: Support YMM "
` [Patch v9 16/24] perf/x86: Support ZMM "
` [Patch v9 17/24] perf/x86: Support OPMASK sampling using sample_simd_pred_reg_* fields
` [Patch v9 18/24] perf: Enhance perf_reg_validate() with simd_enabled argument
` [Patch v9 19/24] perf/x86: Support eGPRs sampling using sample_regs_* fields
` [Patch v9 20/24] perf/x86: Support SSP "
` [Patch v9 21/24] perf/x86/intel: Support arch-PEBS based SIMD/eGPRs/SSP sampling
` [Patch v9 22/24] perf/x86/intel: Enable PERF_PMU_CAP_SIMD_REGS capability
` [Patch v9 23/24] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs
` [Patch v9 24/24] perf/x86/intel: Add sanity check for PEBS fragment size
[tip:tip/urgent] BUILD SUCCESS f5ee06c5f24e2318305ee56a1425f64375a572d7
2026-07-06 2:02 UTC
[PATCH] ALSA: hda/realtek: Add ASUS E410MA to ALC256_FIXUP_ASUS_MIC_NO_PRESENCE
2026-07-06 1:56 UTC
[PATCH v2] drm/mediatek: mtk_hdmi: Fix DDC adapter double put in v2
2026-07-06 1:55 UTC
[PATCH v3] can: usb: etas_es58x: Fix RX buffer leak on URB resubmit failure
2026-07-06 1:46 UTC
[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
2026-07-06 1:42 UTC (3+ messages)
[PATCHSET v2 sched_ext/for-7.3] sched_ext: Capability-based CPU delegation for sub-schedulers
2026-07-06 1:40 UTC (37+ messages)
` [PATCH v2 sched_ext/for-7.3 01/36] sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatch
` [PATCH v2 sched_ext/for-7.3 02/36] sched_ext: Rename extra_enq_flags to remote_activate_enq_flags
` [PATCH v2 sched_ext/for-7.3 03/36] sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()
` [PATCH v2 sched_ext/for-7.3 04/36] tools/sched_ext: scx - Fix cmask_subset(), cmask_equal() and cmask_weight()
` [PATCH v2 sched_ext/for-7.3 05/36] sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variants
` [PATCH v2 sched_ext/for-7.3 06/36] tools/sched_ext: scx_qmap - Use bare u64/u32/s32 integer types
` [PATCH v2 sched_ext/for-7.3 07/36] sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulers
` [PATCH v2 sched_ext/for-7.3 08/36] sched_ext: Make scx_bpf_kick_cid() return void
` [PATCH v2 sched_ext/for-7.3 09/36] sched_ext: Make the kick machinery per-sched
` [PATCH v2 sched_ext/for-7.3 10/36] sched_ext: Add ops.init_cids() to finalize the cid layout before init
` [PATCH v2 sched_ext/for-7.3 11/36] sched_ext: Add CID sharding
` [PATCH v2 sched_ext/for-7.3 12/36] sched_ext: Add shard boundaries to scx_bpf_cid_override()
` [PATCH v2 sched_ext/for-7.3 13/36] sched_ext: Defer scx_sched kobj sysfs add into the enable workfns
` [PATCH v2 sched_ext/for-7.3 14/36] sched_ext: Add per-shard scx_sched storage scaffolding
` [PATCH v2 sched_ext/for-7.3 15/36] sched_ext: Add scx_cmask_ref for validated arena cmask access
` [PATCH v2 sched_ext/for-7.3 16/36] sched_ext: Build the set_cmask scratch from trusted geometry
` [PATCH v2 sched_ext/for-7.3 17/36] sched_ext: RCU-protect the sub-sched tree's children/sibling lists
` [PATCH v2 sched_ext/for-7.3 18/36] sched_ext: Add scx_skip_subtree_pre()
` [PATCH v2 sched_ext/for-7.3 19/36] sched_ext: Add per-shard cap delegation for sub-schedulers
` [PATCH v2 sched_ext/for-7.3 20/36] sched_ext: Add coalescing sub_caps_updated() notifier "
` [PATCH v2 sched_ext/for-7.3 21/36] sched_ext: Maintain per-cpu effective cap copies for single-read checks
` [PATCH v2 sched_ext/for-7.3 22/36] sched_ext: Add sub_ecaps_updated() effective-cap change notifier
` [PATCH v2 sched_ext/for-7.3 23/36] sched_ext: Generalize local-DSQ handling to rq-owned DSQs
` [PATCH v2 sched_ext/for-7.3 24/36] sched_ext: Add reject DSQ for cap-rejected dispatches
` [PATCH v2 sched_ext/for-7.3 25/36] sched_ext: Add the SCX_CAP_ENQ_IMMED cap
` [PATCH v2 sched_ext/for-7.3 26/36] sched_ext: Assign a unique id to each scheduler instance
` [PATCH v2 sched_ext/for-7.3 27/36] sched_ext: Route task slice writes through set_task_slice()
` [PATCH v2 sched_ext/for-7.3 28/36] sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task slice
` [PATCH v2 sched_ext/for-7.3 29/36] sched_ext: Add the SCX_CAP_ENQ cap
` [PATCH v2 sched_ext/for-7.3 30/36] sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPT
` [PATCH v2 sched_ext/for-7.3 31/36] sched_ext: Authorize remote-move inserts against the placing scheduler
` [PATCH v2 sched_ext/for-7.3 32/36] sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed scheds
` [PATCH v2 sched_ext/for-7.3 33/36] sched_ext: Replay ecaps notifications suppressed by bypass
` [PATCH v2 sched_ext/for-7.3 34/36] sched_ext: Add scx_bpf_sub_kill() to evict a child sub-scheduler
` [PATCH v2 sched_ext/for-7.3 35/36] tools/sched_ext: scx_qmap - Expand hierarchical sub-scheduling
` [PATCH v2 sched_ext/for-7.3 36/36] tools/sched_ext: scx_qmap - Add sub-sched cap fault injection
[PATCH] block: rnull: use vertical import style
2026-07-06 1:36 UTC
[PATCH v2] can: usb: etas_es58x: Fix RX buffer leak on URB resubmit failure
2026-07-06 1:33 UTC
[PATCH ath-next] wifi: ath12k: fix ML-STA authentication timeout on QCC2072
2026-07-06 1:32 UTC (2+ messages)
[PATCH 0/7] ARM: orion: convert legacy gpio-keys to software nodes
2026-07-06 1:29 UTC (8+ messages)
` [PATCH 1/7] ARM: orion: register software nodes for GPIO chips
` [PATCH 2/7] ARM: mv78xx0: buffalo-wxl: convert gpio-keys to use software nodes
` [PATCH 3/7] ARM: orion5x: dns323: "
` [PATCH 4/7] ARM: orion5x: mv2120: "
` [PATCH 5/7] ARM: orion5x: net2big: "
` [PATCH 6/7] ARM: orion5x: ts209: "
` [PATCH 7/7] ARM: orion5x: ts409: "
[PATCH rtw-next v3] wifi: rtw89: check return values in rtw89_ops_start_ap()
2026-07-06 1:28 UTC (4+ messages)
[PATCH] samples: rust_dma: use vertical import style
2026-07-06 1:25 UTC
[PATCH 0/2] platform/surface: Check ACPI companion during probe
2026-07-06 1:25 UTC (3+ messages)
` [PATCH 1/2] platform/surface: acpi-notify: Check ACPI companion before use
` [PATCH 2/2] platform/surface: surfacepro3_button: "
[PATCH] platform/mellanox: mlxbf-pmc: Check ACPI_COMPANION() against NULL
2026-07-06 1:20 UTC
[syzbot] [input?] KASAN: slab-use-after-free Read in str_to_user (2)
2026-07-06 1:19 UTC
[PATCH] selftests: mincore: use default huge page size for hugetlb test
2026-07-06 1:18 UTC (2+ messages)
[BUG] usb: gadgetfs: KASAN null-ptr-deref and intermittent UAF in ep_aio_cancel()
2026-07-06 1:18 UTC (5+ messages)
[PATCH net] can: j1939: zero the reassembly buffer to avoid uninitialized slab leak
2026-07-06 1:11 UTC
[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
2026-07-06 1:10 UTC (3+ messages)
[PATCH] null_blk: initialize lock mutex before registering configfs subsystem
2026-07-06 1:05 UTC (3+ messages)
[tip:x86/cleanups] BUILD SUCCESS db55777feca876dd2a548a232abeb3ddd8986a09
2026-07-06 1:03 UTC
[PATCH v5 00/20] rust: I/O type generalization and projection
2026-07-06 1:02 UTC (3+ messages)
` [PATCH v5 20/20] rust: io: implement `IoSysMap`
Linux 7.2-rc2
2026-07-06 1:00 UTC
[PATCH] drm/amd/amdgpu: add firmware file fallback for APU VBIOS discovery
2026-07-06 0:56 UTC (5+ messages)
` [PATCH v2] "
[PATCH] ASoC: sdw_utils: Add RT721 speaker component tag
2026-07-06 0:55 UTC (3+ messages)
[PATCH v2 0/5] Keep tail page private zero at free and folio split time
2026-07-06 0:52 UTC (3+ messages)
` [PATCH v2 3/5] mm/huge_memory: add page->private check back in __split_folio_to_order()
[PATCH] staging: rtl8723bs: fix cmdThread CamelCase style warning
2026-07-06 0:44 UTC
[PATCH 1/1] MAINTAINERS: add Usama as a THP reviewer
2026-07-06 0:37 UTC (2+ messages)
[PATCH] ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()
2026-07-06 0:37 UTC (2+ messages)
[PATCH] coresight: dummy: add missing MODULE_DEVICE_TABLE()
2026-07-06 0:35 UTC (2+ messages)
[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
2026-07-06 0:33 UTC (3+ messages)
` [PATCH v1 4/5] pwm: Unify coding style of of_device_id arrays
[PATCH] ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()
2026-07-06 0:32 UTC (2+ messages)
[PATCH] ntfs: reparse: remove redundant NULL checks before kvfree()
2026-07-06 0:31 UTC (2+ messages)
[PATCH] ntfs: fix hole runlist memory leak in insert range error path
2026-07-06 0:25 UTC (3+ messages)
` [PATCH v2] "
[PATCH] ntfs: avoid calling post_write_mst_fixup() for invalid index_block
2026-07-06 0:22 UTC (2+ messages)
[PATCH v2] ipmi:si: Add async init to ipmi_si
2026-07-06 0:13 UTC (2+ messages)
[PATCH v2 0/2] syscall_user_dispatch: add build/runtime configs
2026-07-06 0:11 UTC (10+ messages)
` [PATCH v2 1/2] syscall_user_dispatch: Make it configurable in Kconfig
` [PATCH v2 2/2] syscall_user_dispatch: add kernel.syscall_user_dispatch sysctl
[PATCH v4] staging: media: atomisp: refactor pipe graph dump stage formatting
2026-07-06 0:07 UTC
[PATCH v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
2026-07-06 0:03 UTC (4+ messages)
[PATCH v3] staging: media: atomisp: refactor pipe graph dump stage formatting
2026-07-05 23:56 UTC (3+ messages)
[PATCH v3 0/3] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
2026-07-05 23:53 UTC (6+ messages)
` [PATCH v3 2/3] iio: adc: qcom-spmi-adc5-gen3: Remove an unnecessary print
` [PATCH v3 3/3] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
[PATCH] ntfs: fail attrlist updates when the superblock is inactive
2026-07-05 23:53 UTC (2+ messages)
[PATCH] MAINTAINERS: add ABI docs and selftests to ZRAM entry
2026-07-05 23:48 UTC (2+ messages)
[PATCH v1] io_uring: fix dangling iovec after provided-buffer bundle grow failure
2026-07-05 23:45 UTC
[PATCH 1/2] iio: adc: ti-ads131m02: Drop redundant NULL check on devm_clk_get_enabled()
2026-07-05 23:37 UTC (5+ messages)
` [PATCH 2/2] iio: adc: ade9000: Drop incorrect kerneldoc marker
[PATCH nf] netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag
2026-07-05 23:36 UTC
[PATCH v5] riscv: Prevent NULL pointer dereference in machine_kexec_prepare()
2026-07-05 23:27 UTC
[PATCH v6 0/6] New features for the AD5686 IIO driver
2026-07-05 23:30 UTC (6+ messages)
` [PATCH v6 1/6] iio: dac: ad5686: refactor command/data macros
[PATCH] dt-bindings: iio: adc: convert Xilinx XADC bindings to YAML
2026-07-05 23:04 UTC (4+ messages)
[PATCH] iio: accel: bmc150: free irq before teardown
2026-07-05 23:02 UTC (2+ messages)
[PATCH net v3 0/3] Fix to possible skb leak due to race condtion in tx path
2026-07-05 22:59 UTC (4+ messages)
` [PATCH net v3 1/3] net: ethernet: oa_tc6: Protect skb pointer used by two different kernel instances
` [PATCH net v3 2/3] net: ethernet: oa_tc6: Improvement in buffer overflow handling
` [PATCH net v3 3/3] net: ethernet: oa_tc6: Carrier off when disable_traffic is set
[Re] GPU reset when running the ROCm hsa runtime tests on gfx12 and next-20260701
2026-07-05 22:45 UTC (2+ messages)
[PATCH v2 0/4] Bluetooth: fix hci_conn lookup RCU usage + holding refcounts
2026-07-05 22:42 UTC (5+ messages)
` [PATCH v2 1/4] Bluetooth: hci_sync: extend conn_hash lookup critical sections
` [PATCH v2 2/4] Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync
` [PATCH v2 3/4] Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmds
` [PATCH v2 4/4] Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups
[PATCH v4 0/3] Add remoteproc PAS loader for SoCCP on Glymur DT
2026-07-05 22:41 UTC (7+ messages)
` [PATCH v4 1/3] remoteproc: qcom: pas: add needs_tzmem flag to force shmbridge creation
` [PATCH v4 2/3] arm64: dts: qcom: fix SoCCP memory mappings for Glymur
` [PATCH v4 3/3] arm64: dts: qcom: add SoCCP DT node "
[PATCH v3 0/6] Add minimal Exynos8855 SoC support
2026-07-05 22:40 UTC (3+ messages)
` [PATCH v3 1/6] dt-binding: ARM: samsung: Add Samsung Exynos8855
[PATCH net] sctp: validate the body of a STALE_COOKIE error before reading it
2026-07-05 22:29 UTC (3+ messages)
[PATCH v2 0/6] HID: iio: warning clean up and prefer kernel coding style
2026-07-05 22:29 UTC (6+ messages)
` [PATCH v2 3/6] iio: hid-sensors: Use implicit NULL pointer checks
[PATCH] mm: nommu: point to the write iterator upon split_vma
2026-07-05 22:27 UTC (2+ messages)
[PATCH 0/9] Support 10-bit YUV422 and 8/10-bit YUV420 color format on DW HDMI QP
2026-07-05 22:20 UTC (5+ messages)
` [PATCH 2/9] drm/rockchip: vop2: Reset AXI and DCLK to improve robustness
[PATCH v2 1/3] Revert "mtd: spi-nor: remove Fujitsu MB85RS1MT support"
2026-07-05 22:12 UTC (2+ messages)
[PATCH nf] netfilter: ebtables: terminate table name before find_table_lock()
2026-07-05 21:58 UTC
[PATCH] selftests/rseq: Add missing test binaries to .gitignore
2026-07-05 21:53 UTC
Lunar Lake: silent fatal platform resets caused by idle-exit core hang
2026-07-05 21:43 UTC
[PATCH v3 0/8] clk: sun6i-rtc: Add support for Allwinner A733 SoC
2026-07-05 21:38 UTC (5+ messages)
` [PATCH v3 1/8] dt-bindings: rtc: sun6i: no clock-output-names on h616/r329
` [PATCH v3 2/8] dt-bindings: rtc: sun6i: add sun60i-a733 support
Following Up on My Article Proposal
2026-07-05 21:33 UTC
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