public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-08 20:00:02 to 2026-04-08 22:21:51 UTC [more...]

[PATCH v2 0/7] Enable NVL support in intel_pmc_core
 2026-04-08 22:21 UTC  (5+ messages)
` [PATCH v2 1/7] platform/x86/intel/pmc: Use __free() in pmc_core_punit_pmt_init()
` [PATCH v2 2/7] platform/x86/intel/pmc: Enable PkgC LTR blocking counter
` [PATCH v2 3/7] platform/x86/intel/pmc: Enable Pkgc blocking residency counter
` [PATCH v2 4/7] platform/x86/intel/pmc: Use PCI DID for PMC SSRAM device discovery

[PATCH v2] HID: sony: add support for more instruments
 2026-04-08 22:19 UTC  (6+ messages)

[PATCH v2] rust: list: fix SAFETY comments in impl_list_item_mod
 2026-04-08 22:18 UTC 

[PATCH] sysfs: attribute_group: Respect is_visible_const() when changing owner
 2026-04-08 22:17 UTC  (2+ messages)

[PATCH v3 0/2] tools/nolibc: add support for 32-bit parisc
 2026-04-08 22:15 UTC  (4+ messages)
` [PATCH v3 1/2] selftests/nolibc: avoid function pointer comparisons
` [PATCH v3 2/2] tools/nolibc: add support for 32-bit parisc

[PATCH v4 00/11] Input: support for STM FTS5
 2026-04-08 22:15 UTC  (12+ messages)
` [PATCH v4 01/11] Input: stmfts - Fix the MODULE_LICENSE() string
` [PATCH v4 02/11] Input: stmfts - Use dev struct directly
` [PATCH v4 03/11] Input: stmfts - Switch to devm_regulator_bulk_get_const
` [PATCH v4 04/11] Input: stmfts - abstract reading information from the firmware
` [PATCH v4 05/11] Input: stmfts - disable regulators when power on fails
` [PATCH v4 06/11] Input: stmfts - use client to make future code cleaner
` [PATCH v4 07/11] dt-bindings: input: touchscreen: st,stmfts: Introduce reset GPIO
` [PATCH v4 08/11] Input: stmfts - add optional reset GPIO support
` [PATCH v4 09/11] dt-bindings: input: touchscreen: st,stmfts: Introduce STM FTS5
` [PATCH v4 10/11] Input: stmfts - support FTS5
` [PATCH v4 11/11] arm64: dts: qcom: sdm845-google: Add STM FTS touchscreen support

[PATCH v3 00/10] mm: thp: always enable mTHP support
 2026-04-08 20:23 UTC  (10+ messages)
` [PATCH v3 02/10] mm: introduce pgtable_has_pmd_leaves()
` [PATCH v3 03/10] drivers: dax: use pgtable_has_pmd_leaves()
` [PATCH v3 04/10] drivers: nvdimm: "
` [PATCH v3 05/10] mm: debug_vm_pgtable: "
` [PATCH v3 06/10] mm: shmem: drop has_transparent_hugepage() usage
` [PATCH v3 07/10] treewide: rename has_transparent_hugepage() to arch_has_pmd_leaves()
` [PATCH v3 08/10] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH v3 09/10] mm: thp: always enable mTHP support
` [PATCH v3 10/10] mm: thp: x86: cleanup PSE feature bit usage

[PATCH v5 1/6] dt-bindings: clock: fsl-sai: Document i.MX8M support
 2026-04-08 22:12 UTC  (4+ messages)
` [PATCH v5 5/6] clk: fsl-sai: Extract clock setup into fsl_sai_clk_register()

[PATCH v3] rust: ACPI: fix missing match data for PRP0001
 2026-04-08 22:07 UTC  (6+ messages)

[PATCH v2] gcov: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21
 2026-04-08 22:03 UTC  (2+ messages)

[PATCH v2] perf test: Fixes for check branch stack sampling
 2026-04-08 22:02 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v3] drm/i915/gem: Fix relocation race and simplify VMA lookup
 2026-04-08 22:01 UTC 

[syzbot] [usb?] [libertas?] INFO: task hung in lbs_remove_card
 2026-04-08 15:40 UTC 

[PATCH] VFIO: remove dead notifier code
 2026-04-08 22:00 UTC  (4+ messages)

[RFC PATCH 0/8] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-04-08 21:58 UTC  (10+ messages)
` [RFC PATCH 3/8] mm/vmalloc: Extend vmap_small_pages_range_noflush() to support larger page_shift sizes
` [RFC PATCH 5/8] mm/vmalloc: map contiguous pages in batches for vmap() if possible
` [RFC PATCH 7/8] mm/vmalloc: Coalesce same page_shift mappings in vmap to avoid pgtable zigzag

[PATCH net-next v2 3/3] net: mdio: treat PSE EPROBE_DEFER as non-fatal during PHY registration
 2026-04-08 21:56 UTC  (3+ messages)

[PATCH v2 0/1] rust: seq_file: add puts, putc, write, and hex_dump methods
 2026-04-08 21:56 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] HID: sony: fix incorrect Squier name and remove non-existent device
 2026-04-08 21:51 UTC 

[PATCH net-next 0/7] tcp: restrict rcv_wnd and window_clamp to representable window
 2026-04-08 21:50 UTC  (8+ messages)
` [PATCH net-next 1/7] tcp: keep rcv_wnd/rcv_ssthresh clamped by window_clamp if no scaling in use
` [PATCH net-next 2/7] selftests/net: packetdrill: verify non-scaled rcv_wnd initialization
` [PATCH net-next 3/7] tcp: Ensure window_clamp is limited to representable window
` [PATCH net-next 4/7] selftests/net: packetdrill: add tcp_rcv_wnd_snd_ack_no_scaling.pkt
` [PATCH net-next 5/7] selftests/net: packetdrill: add TCP_WINDOW_CLAMP test
` [PATCH net-next 6/7] tcp: use tcp_set_window_clamp() for SO_RCVLOWAT
` [PATCH net-next 7/7] selftests/net: packetdrill: add test for SO_RCVLOWAT window clamp

[PATCH bpf] bpf: Fix use-after-free in offloaded map/prog info fill
 2026-04-08 21:49 UTC  (2+ messages)

[PATCH 0/7] KVM: VMX/SVM: use the same SPEC_CTRL assembly code
 2026-04-08 21:48 UTC  (3+ messages)
` [PATCH 7/7] KVM: VMX: replace vmx_spec_ctrl_restore_host with RESTORE_HOST_SPEC_CTRL_BODY

[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
 2026-04-08 21:44 UTC  (8+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()

[PATCH v4] rust: ACPI: fix missing match data for PRP0001
 2026-04-08 21:43 UTC 

[PATCH v2] xfs: check da node block pad field during scrub
 2026-04-08 21:40 UTC  (2+ messages)

[PATCH v2] xfs: check directory data block header padding in scrub
 2026-04-08 21:38 UTC  (2+ messages)

[PATCH] mtd: maps: vmu: add include to ensure maple mtd code builds
 2026-04-08 21:29 UTC 

[PATCH v2] doc: watchdog: fix typos etc
 2026-04-08 21:35 UTC 

[PATCH net-next v5 00/10] Decouple receive and transmit enablement in team driver
 2026-04-08 21:34 UTC  (5+ messages)

[PATCH v4 0/4] drm/bridge: convert users of of_drm_find_bridge(), part 4
 2026-04-08 21:33 UTC  (8+ messages)
` [PATCH v4 1/4] drm: renesas: rz-du: rzg2l_du_encoder: convert to of_drm_find_and_get_bridge()
` [PATCH v4 3/4] drm: rcar-du: encoder: "

[GIT PULL] coresight: Updates for Linux v7.1
 2026-04-08 21:32 UTC 

[PATCH net] net: ax25: fix integer overflow in ax25_rx_fragment()
 2026-04-08 21:31 UTC  (2+ messages)

[PATCH v2 2/2] tracing/hist: reject synthetic-field strings that exceed MAX_FILTER_STR_VAL
 2026-04-08 21:31 UTC  (2+ messages)

[PATCH v3 00/27] KVM: combined patchset for MBEC/GMET support
 2026-04-08 21:29 UTC  (3+ messages)
` [PATCH 03/27] KVM: x86/mmu: free up bit 10 of PTEs in preparation for MBEC

[PATCH][next] netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warnings
 2026-04-08 21:27 UTC 

[PATCH] doc: watchdog: fix typos etc
 2026-04-08 21:28 UTC  (3+ messages)

[PATCH 6.18 000/277] 6.18.22-rc1 review
 2026-04-08 21:27 UTC  (2+ messages)

[PATCH 2/2] ASoC: tegra210_amx: simplify byte map get/put logic
 2026-04-08 21:25 UTC  (7+ messages)
` [PATCH v2 0/2] ASoC: tegra210: simplify byte map handling in ADX and AMX
  ` [PATCH v2 1/2] ASoC: tegra210_adx: simplify byte map get/put logic

[PATCH] tracing/hist: bound expression string construction
 2026-04-08 21:27 UTC  (2+ messages)

[PATCH v2 0/3] Add Tegra264 HTE provider
 2026-04-08 21:24 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: timestamp: Add Tegra264 support
` [PATCH v2 2/3] hte: tegra194: Add Tegra264 GTE support
` [PATCH v2 3/3] arm64: tegra: Add GTE nodes for Tegra264

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-08 21:24 UTC  (7+ messages)
` [PATCH v2 11/31] x86/virt/tdx: Make TDX Module initialize Extensions

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-04-08 21:24 UTC  (12+ messages)

[PATCH] selftests/ftrace: Quote check_requires comparisons
 2026-04-08 21:22 UTC  (3+ messages)

[net,PATCH] net: ks8851: Reinstate disabling of BHs around IRQ handler
 2026-04-08 21:21 UTC  (5+ messages)

[PATCH v2 1/1] mtd: cfi_cmdset_0001: Factor out do_write_buffer_locked() to reduce stack frame
 2026-04-08 21:17 UTC  (6+ messages)

[PATCH v3 1/1] mtd: cfi_cmdset_0001: Factor out do_write_buffer_locked() to reduce stack frame
 2026-04-08 21:11 UTC 

[RFC PATCH 0/7] media: amphion: Add DMA memory tracking support
 2026-04-08 21:11 UTC  (7+ messages)
` [RFC PATCH 1/7] media: v4l2-ctrls: Add V4L2_CID_MEMORY_USAGE control

[PATCH 6.19 000/311] 6.19.12-rc1 review
 2026-04-08 21:06 UTC  (2+ messages)

[PATCH] dcache: warn when a dentry is freed with a non-empty ->d_lru
 2026-04-08 21:05 UTC  (5+ messages)

[PATCH net 0/2] net: hamradio: fix missing input validation in bpqether and scc
 2026-04-08 21:05 UTC  (5+ messages)
` [PATCH net 1/2] net: hamradio: bpqether: validate frame length in bpq_rcv()
` [PATCH net 2/2] net: hamradio: scc: validate bufsize in SIOCSCCSMEM ioctl

[PATCH 0/3] tools/nolibc: gcc 15 compatibility
 2026-04-08 21:03 UTC  (4+ messages)
` [PATCH 1/3] tools/nolibc: create __nolibc_no_sanitize_ubsan
` [PATCH 2/3] tools/nolibc: support UBSAN on gcc
` [PATCH 3/3] selftests/nolibc: use gcc 15

[PATCH v8 09/14] PCI: tegra194: Allow system suspend when the Endpoint link is not up
 2026-04-08 21:03 UTC  (3+ messages)

[PATCH] media: mtk-jpeg: cancel workqueue on release for supported platforms only
 2026-04-08 21:03 UTC  (2+ messages)

[PATCH v2 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-08 21:02 UTC  (5+ messages)
` [PATCH v2 2/2] selftests/mm: verify droppable mappings cannot be locked

[PATCH v2 0/4] tools/nolibc: add support for 32-bit parisc
 2026-04-08 21:00 UTC  (6+ messages)
` [PATCH v2 2/4] parisc: Makefile: use the regular compiler to build a native 32-bit vDSO

[PATCH] crypto: ecc - Unbreak the build on arm with CONFIG_KASAN_STACK=y
 2026-04-08 20:57 UTC  (2+ messages)

[GIT PULL] HID subsystem fixes
 2026-04-08 20:54 UTC  (2+ messages)

[PATCH 0/1] sched: Restore PREEMPT_NONE as default
 2026-04-08 20:51 UTC  (3+ messages)

[PATCH v2] HID: quirks: update hid-sony supported devices
 2026-04-08 20:43 UTC  (2+ messages)

[PATCH v2] media: verisilicon: Simplify motion vectors and rfc buffers allocation
 2026-04-08 20:41 UTC  (2+ messages)

[patch V2 00/11] hrtimers: Prevent hrtimer interrupt starvation
 2026-04-08 20:41 UTC  (3+ messages)
` [patch V2 02/11] hrtimer: Use hrtimer_start_expires_user() for hrtimer sleepers

[PATCH v2] perf data: Clean up use_stdio and structures
 2026-04-08 20:38 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v2 00/11] mm: thp: always enable mTHP support
 2026-04-08 20:37 UTC  (7+ messages)
` [PATCH v2 07/11] mm: shmem: drop has_transparent_hugepage() usage
` [PATCH v2 10/11] mm: thp: always enable mTHP support

[PATCH] HID: sony: update module description
 2026-04-08 20:37 UTC  (2+ messages)

[PATCH] hwmon: (asus-ec-sensors) add ROG STRIX B650E-E GAMING WIFI
 2026-04-08 20:28 UTC  (4+ messages)

[PATCH v2] HID: sony: add battery status support for Rock Band 4 PS5 guitars
 2026-04-08 20:35 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: Fix SOCK_OPS_GET_SK same-register OOB read in sock_ops and add selftest
 2026-04-08 20:32 UTC  (2+ messages)

[PATCH 0/2] HID: multitouch: Add support for Dell Pro Rugged 12 Tablet RA02260
 2026-04-08 20:32 UTC  (2+ messages)

[PATCH] tracing: preserve module tracepoint strings
 2026-04-08 20:32 UTC  (2+ messages)

[net-next PATCH 0/2] net: dsa: tag_rtl8_4: fixes doc and set keep
 2026-04-08 20:31 UTC  (3+ messages)
` [net-next PATCH 1/2] net: dsa: tag_rtl8_4: update format description
` [net-next PATCH 2/2] net: dsa: tag_rtl8_4: set KEEP flag

[PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
 2026-04-08 20:31 UTC  (7+ messages)

[PATCH 0/2] KVM: arm64: KVM: arm64: Add per-VM WFI/WFE exit disable capability
 2026-04-08 20:23 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Add KVM_CAP_ARM_DISABLE_EXITS for WFI/WFE passthrough
` [PATCH 2/2] KVM: arm64: selftests: Add KVM_CAP_ARM_DISABLE_EXITS UAPI test

[PATCH] extract-cert: Wrap key_pass with '#ifdef USE_PKCS11_ENGINE'
 2026-04-08 20:25 UTC  (2+ messages)

[PATCH v3] seq_buf: Export seq_buf_putmem_hex() and add KUnit tests
 2026-04-08 20:23 UTC 

[PATCH v4] kernel/trace: fixed static warnings
 2026-04-08 20:24 UTC  (2+ messages)

[PATCH 0/2] Add support for Microchip MCP48F(E/V)B(0/1/2)(1/2/4/8) on MCP47F(E/V)B(0/1/2)(1/2/4/8)
 2026-04-08 20:22 UTC  (4+ messages)
` [PATCH 2/2] iio: dac: mcp47feb02: add MCP48FEB02 SPI driver to MCP47FEB02 I2C driver

[PATCH v2 0/5] Migrate soc, drm-mediatek, mdp3 to new CMDQ APIs (series 2/4)
 2026-04-08 20:22 UTC  (2+ messages)

[PATCH][next] wifi: iwlwifi: mld: rx: Avoid a -Wflex-array-member-not-at-end warning
 2026-04-08 20:20 UTC 

[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-04-08 20:20 UTC  (6+ messages)
` [RFC v1 1/5] PCI: hv: Create and export hv_build_logical_dev_id()

[PATCH][next] wifi: iwlwifi: mld: tlc: Avoid a -Wflex-array-member-not-at-end warning
 2026-04-08 20:19 UTC 

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-08 20:19 UTC  (9+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums

[RFT PATCH v3 0/5] staging: rtl8723bs: Code cleanup in drivers/staging/rtl8723bs
 2026-04-08 20:19 UTC  (3+ messages)

[PATCH v2] Documentation: media: Fix v4l2_vp9_segmentation
 2026-04-08 20:15 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] Reject sleepable kprobe_multi programs at attach time
 2026-04-08 20:13 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable

[PATCH 0/2] arm64: dts: imx8dxl: Add SolidRun SoM and HummingBoard
 2026-04-08 20:12 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v4] ocfs2: fix use-after-free in ocfs2_fault() when VM_FAULT_RETRY
 2026-04-08 20:12 UTC  (6+ messages)

[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
 2026-04-08 20:10 UTC  (6+ messages)
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback

[PATCH] rust: macros: Replace match + panic in const context with const expect
 2026-04-08 20:09 UTC 

[PATCH] seq_buf: add KUnit tests for seq_buf_putmem_hex()
 2026-04-08 20:09 UTC  (4+ messages)
` [PATCH v2] seq_buf: export seq_buf_putmem_hex() and add KUnit tests

[RESEND PATCH v2 0/8] mm: use spinlock guards for zone lock
 2026-04-08 20:07 UTC  (3+ messages)

[PATCH] get_maintainer: add --json output mode
 2026-04-08 20:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] nvmem: Add Raspberry Pi OTP nvmem driver
 2026-04-08 20:03 UTC  (5+ messages)
` [PATCH 2/3] nvmem: Add the Raspberry Pi OTP driver

[RFC v6 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-04-08 20:04 UTC  (3+ messages)
` [RFC v6 6/7] ext4: fast commit: add lock_updates tracepoint

[PATCH v13 00/36] fix dynamic-debug classmaps regression for DRM
 2026-04-08 20:02 UTC  (37+ messages)
` [PATCH v13 01/36] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [PATCH v13 02/36] vmlinux.lds.h: move BOUNDED_SECTION_* macros to reuse later
` [PATCH v13 03/36] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v13 04/36] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v13 05/36] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v13 06/36] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v13 07/36] docs/dyndbg: update examples \012 to \n
` [PATCH v13 08/36] docs/dyndbg: explain flags parse 1st
` [PATCH v13 09/36] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v13 10/36] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v13 11/36] dyndbg: make ddebug_class_param union members same size
` [PATCH v13 12/36] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v13 13/36] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v13 14/36] dyndbg: reduce verbose/debug clutter
` [PATCH v13 15/36] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v13 16/36] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v13 17/36] dyndbg: replace classmap list with a vector
` [PATCH v13 18/36] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v13 19/36] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v13 20/36] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v13 21/36] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v13 22/36] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v13 23/36] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v13 24/36] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v13 25/36] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v13 26/36] dyndbg: detect class_id reservation conflicts
` [PATCH v13 27/36] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v13 28/36] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v13 29/36] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v13 30/36] dyndbg: treat comma as a token separator
` [PATCH v13 31/36] dyndbg: split multi-query strings with %
` [PATCH v13 32/36] selftests-dyndbg: add test_mod_submod
` [PATCH v13 33/36] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v13 34/36] dyndbg: harden classmap and descriptor validation
` [PATCH v13 35/36] docs/dyndbg: add classmap info to howto
` [PATCH v13 36/36] dyndbg: Ignore additional arguments from pr_fmt

[PATCH v2] media: v4l2-ctrls: validate HEVC slice reference lists
 2026-04-08 20:01 UTC  (3+ messages)
` [PATCH v3] media: v4l2-ctrls: validate HEVC active reference counts


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox