All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-05 23:09:10 to 2026-07-06 02:02:51 UTC [more...]

[PATCH v3 00/12] ASoC: add and use new snd_soc_register_component()
 2026-07-06  2:02 UTC  (10+ messages)
` [PATCH v3 01/12] ASoC: soc-component: move soc_component_field_shift()
` [PATCH v3 02/12] ASoC: soc-component: add snd_soc_component_alloc()
` [PATCH v3 03/12] ASoC: soc-component: add snd_soc_register_component_{c/d}()
` [PATCH v3 04/12] ASoC: soc-component: add snd_soc_component_{set_}name()
` [PATCH v3 05/12] ASoC: soc-component: add snd_soc_component_{set/to}_priv()
` [PATCH v3 06/12] ASoC: intel: avs: use snd_soc_register_component()
` [PATCH v3 07/12] ASoC: intel: avs: probes: "
` [PATCH v3 08/12] ASoC: intel: catpt: pcm: "
` [PATCH v3 09/12] ASoC: soc-generic-dmaengine-pcm: "

[Patch v9 00/24] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-07-06  1:54 UTC  (21+ 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 "

[tip:tip/urgent] BUILD SUCCESS f5ee06c5f24e2318305ee56a1425f64375a572d7
 2026-07-06  2:02 UTC 

[PATCHSET v2 sched_ext/for-7.3] sched_ext: Capability-based CPU delegation for sub-schedulers
 2026-07-06  1:59 UTC  (40+ 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 v2 0/6] Remove __folio_index again
 2026-07-06  1:58 UTC  (3+ messages)
` [PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()

[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] docs: pt_BR: process: Translate CVE documentation
 2026-07-06  1:52 UTC 

[PATCH v3] can: usb: etas_es58x: Fix RX buffer leak on URB resubmit failure
 2026-07-06  1:46 UTC 

[PATCH v3 net-next 00/14] net: enetc: cleanups and improvements
 2026-07-06  1:45 UTC  (8+ messages)
` [PATCH v3 net-next 07/14] net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC
` [PATCH v3 net-next 10/14] net: enetc: refactor SI VLAN promiscuous mode configuration

[PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
 2026-07-06  1:42 UTC  (4+ messages)

[PATCH v5 0/3] hw/acpi: correct field sequence in SPCR table
 2026-07-06  1:39 UTC  (7+ messages)
` [PATCH v5 1/3] tests: allow differences in SPCR
` [PATCH v5 2/3] hw/acpi: correct field sequence in SPCR table
` [PATCH v5 3/3] tests: update SPCR loongarch64 and riscv64 test data

[devsec-tsm:devsec-phase2 13/24] include/linux/pci-tsm.h:190:13: error: no member named 'ide_cap' in 'struct pci_dev'
 2026-07-06  1:38 UTC 

[PATCH v4 00/24] target/riscv: move TCG files and fix --disable-tcg
 2026-07-06  1:37 UTC  (10+ messages)
` [PATCH v4 05/24] target/riscv/machine.c: do not migrate pmp state with kvm
` [PATCH v4 17/24] target/riscv/cpu.c: filter TCG only bits in riscv_cpu_reset_hold()
` [PATCH v4 22/24] target/riscv: move riscv_cpu_set_geilen() to riscv-imsic
` [PATCH v4 23/24] target/riscv: move riscv_cpu_set_aia_ireg_rmw_cb() to riscv_imsic

[PATCH] drm/amd/pm: fix smu14 power limit range calculation
 2026-07-06  1:38 UTC 

[LTP] [PATCH] landlock04: Skip variants unsupported by the running Landlock ABI
 2026-07-06  1:37 UTC 

[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 v3 0/2] ata: DSM TRIM fix and improvements
 2026-07-06  1:26 UTC  (2+ messages)

[PATCH v2 0/6] NFSD: Fix UAFs in client teardown and state revocation
 2026-07-06  1:25 UTC  (7+ messages)
` [PATCH v2 1/6] NFSD: Prevent lock owner use-after-free during client teardown
` [PATCH v2 2/6] NFSD: Prevent client use-after-free during delegation revoke
` [PATCH v2 3/6] NFSD: Prevent client use-after-free during admin state revocation
` [PATCH v2 4/6] NFSD: Prevent client use-after-free during export "
` [PATCH v2 5/6] NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup
` [PATCH v2 6/6] NFSD: Consolidate the revocation-path client unpin

[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)

[PATCH] userfaultfd: wait on source PMD during UFFDIO_MOVE
 2026-07-06  1:05 UTC  (2+ 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`

+ lib-maple_tree-add-missing-spaces-after-switch-keyword.patch added to mm-new branch
 2026-07-06  1:02 UTC 

Linux kernel 7.2-rc2 released
 2026-07-06  1:01 UTC 

+ percpu-replace-__assembly__-with-__assembler__-in-percpu-defsh-header-file.patch added to mm-new branch
 2026-07-06  1:01 UTC 

Linux 7.2-rc2
 2026-07-06  1:00 UTC 

+ maple_tree-remove-undocumented-config_maple_rcu_disabled-macro.patch added to mm-new branch
 2026-07-06  0:58 UTC 

[PATCH bpf-next v7 0/2] Introduce jit_required to prevent a kernel panic
 2026-07-06  0:56 UTC  (6+ messages)
` [PATCH bpf-next v7 1/2] bpf: Introduce jit_required flag and refactor kfunc path

[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  (4+ 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 v3 00/24] target/riscv: move TCG files and fix --disable-tcg
 2026-07-06  0:44 UTC  (7+ messages)
` [PATCH v3 17/24] target/riscv/cpu.c: filter TCG only bits in riscv_cpu_reset_hold()
` [PATCH v3 22/24] target/riscv: move riscv_cpu_set_geilen() to riscv-imsic
` [PATCH v3 23/24] target/riscv: move riscv_cpu_set_aia_ireg_rmw_cb() to riscv_imsic

[PATCH] mm: nommu: add sysctl_max_map_count() check for do_mmap()
 2026-07-06  0:44 UTC  (4+ messages)

[PATCH 0/9] hash algorithm leak fixes
 2026-07-06  0:44 UTC  (5+ messages)
` [PATCH 7/9] http: discard hash in dumb-http http_object_request

[folded-merged] mm-page_vma_mapped-fix-device-private-pmd-handling-fix.patch removed from -mm tree
 2026-07-06  0:39 UTC 

[PATCH] hw/pci/pcie_doe: Check mailbox length for overflows
 2026-07-06  0:36 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  (6+ messages)
` [PATCH v1 4/5] pwm: Unify coding style of of_device_id arrays

[PATCH 0/2] small leak fix in format-patch
 2026-07-06  0:34 UTC  (13+ messages)
` [PATCH 2/2] format-patch: fix leak of rev_info in prepare_bases()

[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] "

[to-be-updated] device-dax-fix-refcount-leak-in-__devm_create_dev_dax-error-path.patch removed from -mm tree
 2026-07-06  0:25 UTC 

[PATCH] rebase -i: introduce `pick -x` to add "cherry picked from commit ..."
 2026-07-06  0:24 UTC  (2+ messages)

[PATCH] ntfs: avoid calling post_write_mst_fixup() for invalid index_block
 2026-07-06  0:22 UTC  (2+ messages)

[to-be-updated] archx86-skip-setting-align_offset-for-hugetlb-mappings.patch removed from -mm tree
 2026-07-06  0:16 UTC 

[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

blktests failures with v7.2-rc1 kernel
 2026-07-06  0:10 UTC 

[PATCH v4] staging: media: atomisp: refactor pipe graph dump stage formatting
 2026-07-06  0:07 UTC 

[PATCH 0/5] ASoC: intel: use component_name for Component name
 2026-07-06  0:06 UTC  (12+ messages)

[PATCH v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
 2026-07-06  0:03 UTC  (5+ messages)

[PATCH v21 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-06  0:03 UTC  (3+ messages)
` [PATCH v21 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v21 2/2] ras: mem: Add ACPI RAS2 memory driver

[PATCH 0/1] tidbits: net-ping: add ping tidbit using raw socket
 2026-07-05 23:57 UTC  (6+ messages)

[PATCH v3] staging: media: atomisp: refactor pipe graph dump stage formatting
 2026-07-05 23:56 UTC  (3+ messages)

CARGO trouble appeared from 2.54.0 to 2.55.0
 2026-07-05 23:56 UTC  (2+ messages)

[PATCH v2 0/3] VFS: refactor lookup_open and add vfs_lookup()
 2026-07-05 23:46 UTC  (4+ messages)
` [PATCH v2 1/3] VFS: move mnt_want_write() and locking into lookup_open()
` [PATCH v2 2/3] VFS: move delegated_inode retry loop "
` [PATCH v2 3/3] VFS: add vfs_lookup_open() for nfsd

[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 0/8] ASoC: add [devm_]snd_soc_register_component_with_name()
 2026-07-05 23:50 UTC  (5+ 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 v2 1/4] Bluetooth: hci_sync: extend conn_hash lookup critical sections
 2026-07-05 23:41 UTC  (2+ messages)
` Bluetooth: fix hci_conn lookup RCU usage + holding refcounts

[PATCH 0/4] drm: bridge: display-connector: Support hardcoding EDID for VGA
 2026-07-05 23:39 UTC  (10+ messages)
` [PATCH 2/4] drm/bridge: display-connector: Fix I2C adapter resource leak
` [PATCH 3/4] drm/bridge: display-connector: Support hardcoded EDID for VGA connectors
` [PATCH 4/4] [DNI] arm64: dts: renesas: salvator: Add overlay for Dell P1911 VGA display

[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  (2+ messages)

[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


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.