The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-11-20 23:19:57 to 2025-11-21 02:40:34 UTC [more...]

[PATCH] arm64: acpi: Fix incorrect check for default console message
 2025-11-21  2:40 UTC  (3+ messages)

[PATCH v3] ras: cec: Fix debugfs error checking
 2025-11-21  2:31 UTC 

[syzbot] [bluetooth?] [usb?] memory leak in __hci_cmd_sync_sk
 2025-11-21  2:32 UTC  (7+ messages)

[PATCH] dm: vdo: fix kernel-doc warnings in admin-state.c
 2025-11-21  2:31 UTC  (2+ messages)

[PATCH v4] ACPI: AGDI: Add interrupt signaling mode support
 2025-11-21  2:31 UTC  (7+ messages)

[PATCH v2 0/3] mfd: sprd-sc27xx: Move poweroff/reboot support to the parent MFD driver
 2025-11-21  2:29 UTC  (3+ messages)

[PATCH] NFC: Fix error handling in nfc_genl_dump_targets
 2025-11-21  2:27 UTC 

[PATCH -next v3] cpuset: Treat cpusets in attaching as populated
 2025-11-21  2:27 UTC  (3+ messages)

[PATCH 0/6 v7] Make ELOG and GHES log and trace consistently
 2025-11-21  2:22 UTC  (8+ messages)
` [PATCH 3/6 v7] acpi/ghes: Make GHES select ACPI_APEI_PCIEAER
` [PATCH 4/6 v7] acpi/ghes: Add helper for CXL protocol errors checks
` [PATCH 5/6 v7] acpi/ghes: Add helper to copy CXL protocol error info to work struct

[PATCH v2] usb: dwc3: gadget: Prevent EPs resource conflict during StartTransfer
 2025-11-21  2:22 UTC  (8+ messages)

[PATCH v7 0/5] Add MIPI CSI-2 support for i.MX8ULP
 2025-11-21  2:21 UTC  (4+ messages)
` [PATCH v7 2/5] media: imx8mq-mipi-csi2: Use devm_clk_bulk_get_all() to fetch clocks

[PATCH] net: atm: fix incorrect cleanup function call in error path
 2025-11-21  2:20 UTC  (2+ messages)

error[E0609]: no field `driver_data` on type `acpi_device_id`
 2025-11-21  2:17 UTC 

[PATCH 1/4] lib/crypto: Add ML-DSA verification support
 2025-11-21  2:15 UTC  (8+ messages)
` [PATCH 0/4] lib/crypto: "

[PATCH] i2c: imx-lpi2c: support smbus block read feature
 2025-11-21  2:14 UTC  (5+ messages)

[PATCH V2] workqueue: Process rescuer work items one-by-one using a positional marker
 2025-11-21  2:13 UTC  (2+ messages)

[PATCH v5] mmc: sdhci-msm: Enable ICE for CQE-capable controllers with non-CQE cards
 2025-11-21  2:12 UTC  (2+ messages)

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-11-21  2:09 UTC  (12+ messages)

linux-next: manual merge of the tip tree with the arm64 tree
 2025-11-21  2:07 UTC 

[syzbot] [erofs?] WARNING in get_next_unlocked_entry
 2025-11-21  2:06 UTC  (3+ messages)

[PATCH v2] i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
 2025-11-21  2:02 UTC  (5+ messages)
  ` [EXT] "

[PATCH V4 00/27] ublk: add UBLK_F_BATCH_IO
 2025-11-21  1:58 UTC  (28+ messages)
` [PATCH V4 01/27] kfifo: add kfifo_alloc_node() helper for NUMA awareness
` [PATCH V4 02/27] ublk: add parameter `struct io_uring_cmd *` to ublk_prep_auto_buf_reg()
` [PATCH V4 03/27] ublk: add `union ublk_io_buf` with improved naming
` [PATCH V4 04/27] ublk: refactor auto buffer register in ublk_dispatch_req()
` [PATCH V4 05/27] ublk: pass const pointer to ublk_queue_is_zoned()
` [PATCH V4 06/27] ublk: add helper of __ublk_fetch()
` [PATCH V4 07/27] ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
` [PATCH V4 08/27] ublk: prepare for not tracking task context for command batch
` [PATCH V4 09/27] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V4 10/27] ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V4 11/27] ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V4 12/27] ublk: add io events fifo structure
` [PATCH V4 13/27] ublk: add batch I/O dispatch infrastructure
` [PATCH V4 14/27] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V4 15/27] ublk: abort requests filled in event kfifo
` [PATCH V4 16/27] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V4 17/27] ublk: document "
` [PATCH V4 18/27] ublk: implement batch request completion via blk_mq_end_request_batch()
` [PATCH V4 19/27] selftests: ublk: fix user_data truncation for tgt_data >= 256
` [PATCH V4 20/27] selftests: ublk: replace assert() with ublk_assert()
` [PATCH V4 21/27] selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
` [PATCH V4 22/27] selftests: ublk: add batch buffer management infrastructure
` [PATCH V4 23/27] selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V4 24/27] selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V4 25/27] selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
` [PATCH V4 26/27] selftests: ublk: add --batch/-b for enabling F_BATCH_IO
` [PATCH V4 27/27] selftests: ublk: support arbitrary threads/queues combination

[PATCH] add the SND quirk for HP pavilion aero laptop 13z-be200
 2025-11-21  1:57 UTC 

[PATCH] x86/mce: Handle AMD threshold interrupt storms
 2025-11-21  1:59 UTC  (3+ messages)

[PATCH v3 21/24] ext4: make data=journal support large block size
 2025-11-21  1:59 UTC  (4+ messages)

[PATCH] sched/rt: rto_next_cpu: Skip CPUs with NEED_RESCHED
 2025-11-21  1:40 UTC 

[RFC PATCHv5 0/6] zram: introduce writeback bio batching
 2025-11-21  1:56 UTC  (4+ messages)
` [RFC PATCHv5 2/6] zram: add writeback batch size device attr

[PATCHv4 0/6] zram: introduce writeback bio batching
 2025-11-21  1:55 UTC  (4+ messages)
` [PATCHv4 2/6] zram: add writeback batch size device attr

[syzbot] [erofs?] WARNING in dax_iomap_rw
 2025-11-21  1:54 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: mdio: improve reset handling of mdio devices
 2025-11-21  1:50 UTC  (2+ messages)

[PATCH v1 0/2] Add MSR-based RAPL PMU support
 2025-11-21  1:49 UTC  (4+ messages)
` [PATCH v1 1/2] powercap: intel_rapl: Prepare read_raw interface for atomic-context callers
` [PATCH v1 2/2] powercap: intel_rapl: Enable MSR-based RAPL PMU support

[PATCH] f2fs: add a way to change the desired readahead folio order
 2025-11-21  1:48 UTC 

[PATCH net-next 0/2] tools: ynl-gen: regeneration comment + function prefix
 2025-11-21  1:48 UTC  (4+ messages)
` [PATCH net-next 2/2] tools: ynl-gen: add regeneration comment

[PATCH] mm/readahead: add a desired folio order for readhead
 2025-11-21  1:48 UTC 

[PATCH] drm/amdgpu: Fix error handling in amdgpu_atpx_detect
 2025-11-21  1:44 UTC 

[PATCH 1/1] iommu/vt-d: Restore previous domain::aperture_end calculation
 2025-11-21  1:39 UTC  (3+ messages)

[PATCH 1/2] f2fs: improve readahead for POSIX_FADV_WILLNEED
 2025-11-21  1:42 UTC  (2+ messages)
` [PATCH 2/2] f2fs: add a tracepoint for readahead pages

[PATCH kernel 0/6] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-11-21  1:40 UTC  (6+ messages)
` [PATCH kernel 6/6] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[PATCH v9 0/9] lib/crypto: Add ML-DSA signing
 2025-11-21  1:37 UTC  (3+ messages)
` [PATCH v9 2/9] crypto: Add ML-DSA/Dilithium verify support

linux-next: manual merge of the ftrace tree with the jc_docs tree
 2025-11-21  1:35 UTC 

[syzbot] [ext4?] WARNING in __folio_mark_dirty (3)
 2025-11-21  1:34 UTC  (2+ messages)
` Forwarded: [PATCH] ext4: check folio uptodate state in ext4_page_mkwrite()

[kvm-unit-tests patch v3 0/8] Fix pmu test errors on GNR/SRF/CWF
 2025-11-21  1:25 UTC  (10+ messages)
` [kvm-unit-tests patch v3 1/8] x86/pmu: Add helper to detect Intel overcount issues
` [kvm-unit-tests patch v3 3/8] x86/pmu: Fix incorrect masking of fixed counters
` [kvm-unit-tests patch v3 5/8] x86/pmu: Relax precise count check for emulated instructions tests

[PATCH v2] dma-buf: system_heap: use larger contiguous mappings instead of per-page mmap
 2025-11-21  1:24 UTC  (2+ messages)

[RFC PATCH 0/7] Enable exfat_get_block to support obtaining multiple clusters
 2025-11-21  1:17 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Enable i2c2 on Orange Pi 3B
 2025-11-20 19:00 UTC 

[PATCH] cpuidle: warn and fixup on sanity check instead of rejecting the driver
 2025-11-21  1:06 UTC 

[PATCH 0/3] HID: multitouch: set INPUT_PROP_PRESSUREPAD on compatible touchpads
 2025-11-21  1:07 UTC  (4+ messages)
` [PATCH 1/3] selftests/hid: require hidtools 0.12
` [PATCH 2/3] selftests/hid: use a enum class for the different button types
` [PATCH 3/3] HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digitizer/Button Type

[PATCH v1 0/3] Allow knfsd to use atomic_open()
 2025-11-21  1:07 UTC  (5+ messages)

[PATCH] of: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root node
 2025-11-21  1:06 UTC  (4+ messages)

linux-next: build warning after merge of the cpufreq-arm tree
 2025-11-21  1:04 UTC 

[PATCH 1/3] x86: Use MOVL when reading segment registers
 2025-11-21  1:03 UTC  (2+ messages)

[BUG] landlock: sleeping function called from invalid context in hook_sb_delete()
 2025-11-21  1:01 UTC  (4+ messages)
    `  "

[PATCH v3 0/5] dax: add PROBE_PREFER_ASYNCHRONOUS to all the dax drivers
 2025-11-21  0:58 UTC  (6+ messages)
` [PATCH v3 5/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the dax device driver

[PATCH v2 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-11-21  0:55 UTC  (3+ messages)
` [PATCH v2 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2025-11-21  0:51 UTC  (17+ messages)
` [PATCH v4 01/16] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v4 02/16] x86/tdx: Add helpers to check return status codes
` [PATCH v4 03/16] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v4 04/16] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v4 05/16] x86/virt/tdx: Allocate reference counters for PAMT memory
` [PATCH v4 06/16] x86/virt/tdx: Improve PAMT refcounts allocation for sparse memory
` [PATCH v4 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers
` [PATCH v4 08/16] x86/virt/tdx: Optimize "
` [PATCH v4 09/16] KVM: TDX: Allocate PAMT memory for TD control structures
` [PATCH v4 10/16] KVM: TDX: Allocate PAMT memory for vCPU "
` [PATCH v4 11/16] KVM: TDX: Add x86 ops for external spt cache
` [PATCH v4 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages
` [PATCH v4 13/16] KVM: TDX: Handle PAMT allocation in fault path
` [PATCH v4 14/16] KVM: TDX: Reclaim PAMT memory
` [PATCH v4 15/16] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v4 16/16] Documentation/x86: Add documentation for TDX's "

[PATCH v9 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-21  0:40 UTC  (5+ messages)
` [PATCH v9 10/11] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 0/2] x86/intel: Refresh the old ucode revisions with a script
 2025-11-21  0:39 UTC  (10+ messages)
` [PATCH 1/2] x86/microcode/intel: Refresh the revisions that determine old_microcode
  ` Old microcode CPU matching issue - "

[PATCH 00/10] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2025-11-21  0:38 UTC  (4+ messages)
` [PATCH 06/10] KVM: Fix last_boosted_vcpu index assignment bug

[PATCH 1/2] usb: dwc3: drd: extend dwc3_pre_set_role() to extcon and otg usecase
 2025-11-21  0:37 UTC  (5+ messages)
` [PATCH 2/2] usb: dwc3: imx8mp: disable auto suspend for host role

[PATCH] MAINTAINERS: Add Shawn Lin as co-maintainer for dw_mmc drivers
 2025-11-21  0:33 UTC  (2+ messages)

[PATCH v2 00/23] Extend test coverage for nested SVM
 2025-11-21  0:30 UTC  (30+ messages)
` [PATCH v2 01/23] KVM: selftests: Minor improvements to asserts in test_vmx_nested_state()
` [PATCH v2 02/23] KVM: selftests: Extend vmx_set_nested_state_test to cover SVM
` [PATCH v2 03/23] KVM: selftests: Extend vmx_close_while_nested_test "
` [PATCH v2 04/23] KVM: selftests: Extend vmx_nested_tsc_scaling_test "
` [PATCH v2 05/23] KVM: selftests: Move nested invalid CR3 check to its own test
` [PATCH v2 12/23] KVM: selftests: Parameterize the PTE bitmasks for virt mapping functions
` [PATCH v2 18/23] KVM: selftests: Generalize nested "

[PATCH v4 00/10] gpio: improve support for shared GPIOs
 2025-11-21  0:27 UTC  (2+ messages)

error[E0609]: no field `parent` on type `bindings::device`
 2025-11-21  0:24 UTC 

[PATCH] coresight: etm3x: Fix buffer overwrite in cntr_val_show()
 2025-11-21  0:23 UTC 

[PATCH] ext4: fix unaligned preallocation with bigalloc
 2025-11-21  0:22 UTC 

[RFC PATCH v7 0/7] Improve the performance of BTF type lookups with binary search
 2025-11-21  0:20 UTC  (11+ messages)
` [RFC PATCH v7 1/7] libbpf: Add BTF permutation support for type reordering
` [RFC PATCH v7 2/7] selftests/bpf: Add test cases for btf__permute functionality
` [RFC PATCH v7 3/7] tools/resolve_btfids: Add --btf_sort option for BTF name sorting

[PATCH] mm/vmalloc: fix build error
 2025-11-21  0:16 UTC  (2+ messages)

linux-next: build failure after merge of the reset tree
 2025-11-21  0:15 UTC 

[patch V3 00/12] rseq: Implement time slice extension mechanism
 2025-11-21  0:12 UTC  (7+ messages)
` [patch V3 07/12] rseq: Implement syscall entry work for time slice extensions

[PATCH v1] selftests: hid: tests: test_wacom_generic: add base test for display devices and opaque devices
 2025-11-21  0:04 UTC  (2+ messages)
` [PATCH v2] selftests: hid: tests: test_wacom_generic: add tests "

error[E0609]: no field `release` on type `bindings::device`
 2025-11-21  0:01 UTC 

[PATCH 1/2] f2fs: support large folio for immutable non-compressed case
 2025-11-20 23:54 UTC  (2+ messages)
` [PATCH 2/2] f2fs: add a tracepoint to see large folio read submission

linux-next: Fixes tag needs some work in the ftrace tree
 2025-11-20 23:52 UTC 

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-11-20 23:51 UTC  (4+ messages)
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-20 23:50 UTC  (13+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                    ` [RFC][PATCH] exec: Move cred computation under exec_update_lock

[PATCHSET v6 0/6] perf tools: Add deferred callchain support
 2025-11-20 23:48 UTC  (7+ messages)
` [PATCH v6 1/6] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v6 2/6] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v6 3/6] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v6 4/6] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v6 5/6] perf tools: Merge deferred user callchains
` [PATCH v6 6/6] perf tools: Flush remaining samples w/o deferred callchains

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 23:45 UTC  (5+ messages)
` [PATCH 39/44] mm: use min() instead of min_t()

[PATCH v4 0/3] initrd: remove half of classic initrd support
 2025-11-20 23:44 UTC  (3+ messages)
` [PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters

[PATCH 0/3] Documentation: Update the real-time documentation
 2025-11-20 23:40 UTC  (3+ messages)
` [PATCH 1/3] Documentation: Add some hardware hints for real-time

[PATCH v2 00/21] Runtime TDX Module update support
 2025-11-20 23:38 UTC  (12+ messages)

[PATCH net-next v10 00/11] vsock: add namespace support to vhost-vsock and loopback
 2025-11-20 23:36 UTC  (4+ messages)
` [PATCH net-next v10 10/11] selftests/vsock: add tests for host <-> vm connectivity with namespaces

[PATCH 0/3] ASoC: Add support for Airoha AN7581
 2025-11-20 23:29 UTC  (4+ messages)
` [PATCH 1/3] ASoC: dt-bindings: Add Airoha AN7581 with WM8960 YAML
` [PATCH 2/3] ASoC: dt-bindings: Add Airoha AN7581 AFE YAML
` [PATCH 3/3] ASoC: airoha: Add AFE and machine driver for Airoha AN7581

[for-next][PATCH 00/16] rtla: Updates for v6.19
 2025-11-20 23:23 UTC  (17+ messages)
` [for-next][PATCH 01/16] tools/rtla: Add for_each_monitored_cpu() helper
` [for-next][PATCH 02/16] tools/rtla: Remove unused optional option_index
` [for-next][PATCH 03/16] tools/rtla: Fix unassigned nr_cpus
` [for-next][PATCH 04/16] rtla/timerlat_bpf: Stop tracing on user latency
` [for-next][PATCH 05/16] tools/rtla: Fix --on-threshold always triggering
` [for-next][PATCH 06/16] rtla/tests: Extend action tests to 5s
` [for-next][PATCH 07/16] rtla/tests: Fix osnoise test calling timerlat
` [for-next][PATCH 08/16] tools/rtla: Add fatal() and replace error handling pattern
` [for-next][PATCH 09/16] tools/rtla: Replace timerlat_top_usage("...") with fatal("...")
` [for-next][PATCH 10/16] tools/rtla: Replace timerlat_hist_usage("...") "
` [for-next][PATCH 11/16] tools/rtla: Replace osnoise_top_usage("...") "
` [for-next][PATCH 12/16] tools/rtla: Replace osnoise_hist_usage("...") "
` [for-next][PATCH 13/16] rtla: Fix -C/--cgroup interface
` [for-next][PATCH 14/16] rtla: Fix -a overriding -t argument
` [for-next][PATCH 15/16] rtla/tests: Dont rely on matching ^1ALL
` [for-next][PATCH 16/16] rtla/timerlat: Exit top main loop on any non-zero wait_retval

[PATCH v1] arm64, lib: make ARM64 select ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION not GENERIC_CPU_CACHE_MAINTENANCE
 2025-11-20 23:25 UTC  (6+ messages)

[PATCH v3 0/2] Add ADG1712 SPST switch controller support
 2025-11-20 23:19 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: switch: adg1712: add adg1712 support


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