linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-25 17:40:25 to 2025-08-25 20:30:52 UTC [more...]

[PATCH v2 0/7] PCI: Replace short msleep() calls with more precise delay functions
 2025-08-25 20:30 UTC  (2+ messages)

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-25 20:24 UTC  (16+ messages)
` [PATCH v5 01/19] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v5 02/19] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v5 03/19] kasan: Fix inline mode for x86 tag-based mode
` [PATCH v5 04/19] x86: Add arch specific kasan functions
` [PATCH v5 05/19] kasan: arm64: x86: Make special tags arch specific
` [PATCH v5 06/19] x86: Reset tag for virtual to physical address conversions
` [PATCH v5 07/19] mm: x86: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v5 08/19] x86: Physical address comparisons in fill_p*d/pte
` [PATCH v5 09/19] x86: KASAN raw shadow memory PTE init
` [PATCH v5 10/19] x86: LAM compatible non-canonical definition
` [PATCH v5 11/19] x86: LAM initialization
` [PATCH v5 12/19] x86: Minimal SLAB alignment
` [PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
` [PATCH v5 14/19] arm64: Unify software tag-based KASAN inline recovery path
` [PATCH v5 15/19] kasan: x86: Apply multishot to the inline report handler

[patch V2 00/37] rseq: Optimize exit to user space
 2025-08-25 20:30 UTC  (34+ messages)
` [patch V2 07/37] rseq, virt: Retrigger RSEQ after vcpu_run()
` [patch V2 08/37] rseq: Avoid CPU/MM CID updates when no event pending
` [patch V2 09/37] rseq: Introduce struct rseq_event
` [patch V2 10/37] entry: Cleanup header
` [patch V2 13/37] sched: Move MM CID related functions to sched.h
` [patch V2 14/37] rseq: Cache CPU ID and MM CID values
` [patch V2 15/37] rseq: Record interrupt from user space
` [patch V2 16/37] rseq: Provide tracepoint wrappers for inline code
` [patch V2 17/37] rseq: Expose lightweight statistics in debugfs
` [patch V2 18/37] rseq: Provide static branch for runtime debugging
` [patch V2 19/37] rseq: Provide and use rseq_update_user_cs()
` [patch V2 31/37] asm-generic: Provide generic TIF infrastructure
` [patch V2 32/37] x86: Use generic TIF bits
` [patch V2 36/37] rseq: Switch to TIF_RSEQ if supported
` [patch V2 37/37] entry/rseq: Optimize for TIF_RSEQ on exit

[PATCH] drm/gpuvm: fix various typos in .c and .h gpuvm file
 2025-08-25 20:30 UTC  (2+ messages)

[PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
 2025-08-25 20:29 UTC  (4+ messages)
` [PATCH v7 0/2] bpftool: Refactor config parsing and add CET symbol matching
  ` [PATCH v7 1/2] bpftool: Refactor kernel config reading into common helper

[PATCH 0/1] misc: Prevent double registration and deregistration of miscdevice
 2025-08-25 20:28 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3 00/12] iio: Remove redundant pm_runtime_mark_last_busy() calls
 2025-08-25 20:27 UTC  (4+ messages)
` [PATCH v3 05/12] iio: dac: "

[PATCH] cpufreq: CPPC: Increase delay between perf counter reads
 2025-08-25 20:24 UTC  (9+ messages)

[PATCH] regulator: pm8008: fix probe failure due to negative voltage selector
 2025-08-25 20:21 UTC  (2+ messages)

[PATCH] scripts/misc-check: update export checks for EXPORT_SYMBOL_FOR_MODULES()
 2025-08-25 20:20 UTC  (3+ messages)

[PATCH net-next v2] uapi: wrap compiler_types.h in an ifdef instead of the implicit strip
 2025-08-25 20:18 UTC 

[PATCH RFC] slab: support for compiler-assisted type-based slab cache partitioning
 2025-08-25 20:17 UTC  (2+ messages)

[PATCH] media: ov8865: move mode_configure out of state_configure
 2025-08-25 20:13 UTC  (7+ messages)

[PATCH v1 1/1] ASoC: amd: acp: Remove (explicitly) unused header
 2025-08-25 20:13 UTC  (5+ messages)

[PATCH bpf-next RESEND v4 1/2] bpf: refactor max_depth computation in bpf_get_stack()
 2025-08-25 20:07 UTC  (5+ messages)

[PATCH 0/5] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-08-25 20:06 UTC  (6+ messages)
` [PATCH 1/5] Drivers: hv: Move TIF pre-guest work handling fully into mshv_common.c
` [PATCH 2/5] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH 3/5] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 4/5] entry: Rename "kvm" entry code assets to "virt" to genericize APIs
` [PATCH 5/5] Drivers: hv: Use common "entry virt" APIs to do work before running guest

[PATCH 0/2] Fix NUMA sched domain build errors for GNR-X and CWF-X
 2025-08-25 20:05 UTC  (4+ messages)
` [PATCH 2/2] sched: Fix sched domain build error for GNR-X, CWF-X in SNC-3 mode

[PATCH] ASoC: imx-hdmi: remove cpu_pdev related code
 2025-08-25 20:04 UTC  (2+ messages)

[PATCH] ASoC: SOF: imx: Remove the use of dev_err_probe()
 2025-08-25 20:04 UTC  (2+ messages)

[PATCH] ASoC: codecs: idt821034: fix wrong log in idt821034_chip_direction_output()
 2025-08-25 20:04 UTC  (2+ messages)

[REGRESSION] 76% performance loss in timer workloads caused by 513793bc6ab3 "posix-timers: Make signal delivery consistent"
 2025-08-25 20:04 UTC  (4+ messages)

[PATCH] drm/msm: fix race in Adreno header generation
 2025-08-25 19:59 UTC  (6+ messages)

[PATCH v2 10/10] perf dwarf-aux: support DW_OP_piece expressions
 2025-08-25 19:58 UTC 

[PATCH v2 09/10] perf dwarf-aux: fix __die_find_scope_cb for namespaces
 2025-08-25 19:58 UTC 

[PATCH v2 08/10] perf dwarf-aux: Skip check_variable for die_find_variable_by_reg
 2025-08-25 19:58 UTC 

[PATCH v2 07/10] perf annotate: Invalidate register states for unsupported instructions
 2025-08-25 19:57 UTC 

[PATCH v2 06/10] perf annotate: Track arithmetic instructions on pointers
 2025-08-25 19:57 UTC 

[PATCH 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-08-25 19:54 UTC  (2+ messages)

[PATCH v2 00/10] perf tools: Some improvements on data type profiler
 2025-08-25 19:54 UTC  (6+ messages)
` [PATCH v2 01/10] perf dwarf-aux: Use signed variable types in match_var_offset
` [PATCH v2 02/10] perf dwarf-aux: More accurate variable type match for breg
` [PATCH v2 03/10] perf dwarf-aux: Better variable collection for insn tracking
` [PATCH v2 04/10] perf annotate: Skip annotating data types to lea instructions
` [PATCH v2 05/10] perf dwarf-aux: Find pointer type to a type

[PATCH v5 00/20] AMD MCA interrupts rework
 2025-08-25 19:54 UTC  (4+ messages)
` [PATCH v5 03/20] x86/mce/amd: Remove smca_banks_map

[PATCH v3 0/2] make logical_block_size configurable
 2025-08-25 19:51 UTC  (3+ messages)
` [PATCH v3 2/2] md: allow configuring logical_block_size

[PATCH] KVM: selftests: fix irqfd_test on arm64
 2025-08-25 19:52 UTC  (2+ messages)

[PATCH v10] rust: transmute: Add methods for FromBytes trait
 2025-08-25 19:51 UTC  (5+ messages)

[PATCH 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
 2025-08-25 19:51 UTC  (5+ messages)
` [PATCH 3/7] dt-bindings: eeprom: at24: Add compatible for Belling BL24S64

[PATCH v5 0/2] Do not delay oom reaper when the victim is frozen
 2025-08-25 19:41 UTC  (3+ messages)
` [PATCH v5 1/2] mm/oom_kill: "

[PATCH v6 00/12] i2c: fix, rework and extend RTL9300 I2C driver
 2025-08-25 19:33 UTC  (2+ messages)
` AW: "

[PATCH net] ipv6: sr: fix destroy of seg6_hmac_info to prevent HMAC data leak
 2025-08-25 19:33 UTC  (2+ messages)

[PATCH] x86/boot: clean up whitespace in a20.c (v2)
 2025-08-25 19:28 UTC 

[PATCH bpf v2 0/2] bpf: Allow fall back to interpreter for programs with stack size <= 512
 2025-08-25 19:32 UTC  (7+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add socket filter attach test

[PATCH] uapi/fcntl: conditionally define AT_RENAME* macros
 2025-08-25 19:29 UTC  (7+ messages)

[PATCH v10 0/3] scsi: sd: Cleanups and warning fixes in sd_revalidate_disk()
 2025-08-25 19:26 UTC  (5+ messages)
` [PATCH v10 1/3] scsi: sd: Fix build warning "
` [PATCH v10 2/3] scsi: sd: Remove redundant printk after kmalloc failure
` [PATCH v10 3/3] scsi: sd: make sd_revalidate_disk() return void

[PATCH v4 0/6] auxdisplay: Add TM16xx 7-segment LED matrix display controllers driver
 2025-08-25 19:08 UTC  (7+ messages)
` [PATCH v4 2/6] dt-bindings: auxdisplay: add Titan Micro Electronics TM16xx
` [PATCH v4 3/6] auxdisplay: Add TM16xx 7-segment LED matrix display controllers driver

[PATCH net v1] Fixes: xircom auto-negoation timer
 2025-08-25 19:04 UTC  (5+ messages)

[PATCH v9 00/19] TDX KVM selftests
 2025-08-25 19:02 UTC  (4+ messages)
` [PATCH v9 14/19] KVM: selftests: Add helpers to init TDX memory and finalize VM

[PATCH] cpuidle: sysfs: Use sysfs_emit/sysfs_emit_at instead of sprintf/scnprintf
 2025-08-25 18:58 UTC 

[PATCH] dt-bindings: input: touchscreen: imagis: add missing minItems
 2025-08-25 18:57 UTC  (3+ messages)

[PATCH v3 net-next 0/5] net: fec: add the Jumbo frame support
 2025-08-25 18:57 UTC  (4+ messages)
` [PATCH v3 net-next 3/5] net: fec: add rx_frame_size to support configurable RX length

[PATCH] gpio: sim: don't use GPIO base in debugfs output
 2025-08-25 18:55 UTC  (2+ messages)

[PATCH v2 0/2] x86/kexec: Carry forward the boot DTB on kexec
 2025-08-25 18:49 UTC  (7+ messages)
` [PATCH v2 1/2] kexec: Add KEXEC_FILE_NO_CMA as a legal flag

[PATCH v1] wifi: cfg80211: simplify the code
 2025-08-25 18:50 UTC  (2+ messages)

[PATCH] PM: hibernate: Use vmalloc_array() and vcalloc() to improve code
 2025-08-25 18:47 UTC  (2+ messages)

[DISCUSSION] Unconditionally lock folios when calling rmap_walk()
 2025-08-25 18:46 UTC  (3+ messages)

[PATCH v6 00/11] Add strobe duration and hw strobe signal v4l2 ctrl & use it for ov9282
 2025-08-25 18:45 UTC  (5+ messages)
` [PATCH v6 03/11] Documentation: uAPI: media: add V4L2_CID_FLASH_DURATION

[PATCH RFC 0/5] Introduce support for post-blend color pipeline
 2025-08-25 18:45 UTC  (4+ messages)
` [PATCH RFC 1/5] drm: Support post-blend color pipeline API

[PATCH v2 0/7] Enhanced autonomous selection and API
 2025-08-25 18:40 UTC  (5+ messages)
` [PATCH v2 1/7] ACPI: CPPC: add perf control read API and clarify naming
` [PATCH v2 7/7] cpufreq: CPPC: add autonomous mode boot parameter support

[PATCH v2 1/2] drm/connector: Add "pixel_encoding" to switch between RGB & YUV color output modes
 2025-08-25 18:40 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdgpu: Add "pixel_encoding" DRM connector property support for amdgpu

[PATCH v2 0/2] Add "pixel_encoding" to switch between RGB & YUV color modes
 2025-08-25 18:39 UTC 

[PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
 2025-08-25 18:32 UTC  (12+ messages)
                  ` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
                    ` update kernel-doc for MEMBLOCK_RSRV_NOINIT

[PATCH v7 0/6] Add support for Verisilicon IOMMU used by media codec blocks
 2025-08-25 18:31 UTC  (5+ messages)
` [PATCH v7 4/6] media: verisilicon: AV1: Restore IOMMU context before decoding a frame

[PATCH 1/3] remoteproc: da8xx: Use devm_rproc_alloc() helper
 2025-08-25 18:29 UTC  (4+ messages)
` [PATCH 2/3] remoteproc: da8xx: Use devm action to release reserved memory

[PATCH] initrd: support erofs as initrd
 2025-08-25 18:27 UTC  (2+ messages)

[PATCH v3 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-25 18:21 UTC  (3+ messages)
` [PATCH v3 4/8] selftests/mm: Add -Wunused family of flags

[PATCH RESEND] perf/util: make TYPE_STATE_MAX_REGS architecture-dependent
 2025-08-25 18:21 UTC  (6+ messages)

[PATCH -next v5 0/3] some optimization for cpuset
 2025-08-25 18:20 UTC  (2+ messages)

[PATCH v5 0/7] Add support for Clock controllers for Glymur SoC
 2025-08-25 18:19 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: clock: qcom-rpmhcc: Add support for Glymur SoCs
` [PATCH v5 2/7] dt-bindings: clock: qcom: Document the Glymur SoC TCSR Clock Controller
` [PATCH v5 3/7] clk: qcom: Add TCSR clock driver for Glymur SoC
` [PATCH v5 4/7] clk: qcom: rpmh: Add support for Glymur rpmh clocks
` [PATCH v5 5/7] clk: qcom: clk-alpha-pll: Add support for Taycan EKO_T PLL
` [PATCH v5 6/7] dt-bindings: clock: qcom: document the Glymur Global Clock Controller
` [PATCH v5 7/7] clk: qcom: gcc: Add support for "

[PATCH v2] RDMA/erdma: Use vcalloc() instead of vzalloc()
 2025-08-25 18:19 UTC  (2+ messages)

[PATCH 0/2] rust: usb: add initial USB abstractions
 2025-08-25 18:18 UTC  (3+ messages)
` [PATCH 1/2] rust: usb: add basic "
` [PATCH 2/2] samples: rust: add a USB driver sample

[PATCH v2] loop: fix zero sized loop for block special file
 2025-08-25 18:17 UTC  (2+ messages)

linux-next: build failure after merge of the cgroup tree
 2025-08-25 18:18 UTC  (2+ messages)

[PATCH] cgroup: Fix 64-bit division in cgroup.stat.local
 2025-08-25 18:18 UTC  (2+ messages)

[RFC PATCH v4 0/7] Kernel API Specification Framework
 2025-08-25 18:14 UTC  (8+ messages)
` [RFC PATCH v4 1/7] kernel/api: introduce kernel API specification framework
` [RFC PATCH v4 2/7] kernel/api: enable kerneldoc-based API specifications
` [RFC PATCH v4 3/7] kernel/api: add debugfs interface for kernel "
` [RFC PATCH v4 4/7] kernel/sched: add specs for sys_sched_setattr()
` [RFC PATCH v4 5/7] mm/mlock: add API specification for mlock
` [RFC PATCH v4 6/7] fs/exec: add API specification for execveat
` [RFC PATCH v4 7/7] tools/kapi: Add kernel API specification extraction tool

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-25 18:12 UTC  (6+ messages)

[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
 2025-08-25 18:10 UTC  (9+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE

[PATCH v15 0/8] perf: Support the deferred unwinding infrastructure
 2025-08-25 18:06 UTC  (9+ messages)
` [PATCH v15 1/8] unwind deferred: Add unwind_user_get_cookie() API
` [PATCH v15 2/8] perf: Support deferred user callchains
` [PATCH v15 3/8] perf: Have the deferred request record the user context cookie
` [PATCH v15 4/8] perf: Support deferred user callchains for per CPU events
` [PATCH v15 5/8] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v15 6/8] perf record: Enable defer_callchain for user callchains
` [PATCH v15 7/8] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v15 8/8] perf tools: Merge deferred user callchains

[PATCH v7 0/5] PCI: dwc: Add ECAM support with iATU configuration
 2025-08-25 18:05 UTC  (3+ messages)
` [PATCH v7 4/5] "

[PATCH 1/2] dt-bindings: hwmon: tmp102: Add label property
 2025-08-25 18:02 UTC  (2+ messages)
` [PATCH 2/2] hwmon: tmp102: Add support for label

[syzbot] [fuse?] KASAN: slab-out-of-bounds Write in fuse_dev_do_write
 2025-08-25 18:02 UTC  (3+ messages)
` [PATCH] fuse: Block access to folio overlimit

[PATCH v1 0/5] drm: panel-backlight-quirks: Do partial refactor and apply OLED fix
 2025-08-25 18:02 UTC  (5+ messages)
` [PATCH v1 2/5] drm: panel-backlight-quirks: Convert brightness quirk to generic structure
` [PATCH v1 4/5] drm: panel-backlight-quirks: Add brightness mask quirk

[PATCH] x86/boot: clean up whitespace in a20.c
 2025-08-25 18:01 UTC  (2+ messages)

[syzbot] [dri?] possible deadlock in drm_vblank_disable_and_save
 2025-08-25 18:01 UTC 

[PATCH v3 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-08-25 18:01 UTC  (9+ messages)
` [PATCH v3 12/38] drm/msm/dp: introduce max_streams for DP controller MST support
` [PATCH v3 13/38] drm/msm/dp: introduce stream_id for each DP panel
` [PATCH v3 14/38] drm/msm/dp: Add support for programming p1/p2/p3 register blocks
` [PATCH v3 15/38] drm/msm/dp: use stream_id to change offsets in dp_catalog

[PATCH 0/2] arm64: dts: lx2160a-cex7/lx2160a-clearfog-cx: add missing descriptions
 2025-08-25 18:00 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy
` [PATCH 2/2] arm64: dts: lx2160a-clearfog-itx: enable pcie nodes for x4 and x8 slots

[PATCH 1/2] drm: fix kernel-doc struct tag for `drm_format_info`
 2025-08-25 18:01 UTC  (4+ messages)
` [PATCH 2/2] drm: fix kernel-doc struct tag for `drm_modeset_lock`

[PATCH net-next 00/15] Aquantia PHY driver consolidation - part 1
 2025-08-25 18:00 UTC  (3+ messages)

[PATCH 0/2] vfio/platform: Deprecate vfio-amba and reset drivers
 2025-08-25 17:58 UTC  (3+ messages)
` [PATCH 1/2] vfio/amba: Mark for removal
` [PATCH 2/2] vfio/platform: Mark reset drivers "

[PATCH] selftests/seccomp: improve backwards compatibility for older kernels
 2025-08-25 17:56 UTC  (2+ messages)

[PATCH 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
 2025-08-25 17:54 UTC  (4+ messages)
` [PATCH 1/2] mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal

[PATCH] rtc: pcf2127: clear minute/second interrupt
 2025-08-25 17:54 UTC 

How to deal with increased install size with `CONFIG_DEBUG_INFO_BTF=y`
 2025-08-25 17:54 UTC  (2+ messages)

[PATCH net-next V2 0/3] Support exposing raw cycle counters in PTP and mlx5
 2025-08-25 17:52 UTC  (4+ messages)
` [PATCH net-next V2 1/3] ptp: Add ioctl commands to expose raw cycle counter values

[PATCH] ACPI: PRM: Optimize the judgment logic for the PRM handler_address
 2025-08-25 17:49 UTC  (2+ messages)

[PATCHv3 0/3] wifi: ath9k: ahb: add OF LED support
 2025-08-25 17:49 UTC  (3+ messages)
` [PATCHv3 1/3] dt-bindings: net: wireless: ath9k: add led bindings

[PATCH] intel_th: core: fix null pointer dereference in intel_th_irq
 2025-08-25 17:45 UTC 

[PATCH v2 0/8] PCI/ASPM: Fix pci_enable_link_state*() APIs behavior
 2025-08-25 17:44 UTC  (9+ messages)
` [PATCH v2 1/8] PCI/ASPM: Always disable ASPM when driver requests it
` [PATCH v2 2/8] PCI/ASPM: Fix the behavior of pci_enable_link_state*() APIs
` [PATCH v2 3/8] PCI/ASPM: Transition the device to D0 (if required) inside pci_enable_link_state_locked() API
` [PATCH v2 4/8] PCI/ASPM: Improve the kernel-doc for pci_disable_link_state*() APIs
` [PATCH v2 5/8] PCI/ASPM: Return enabled ASPM states from pcie_aspm_enabled() API
` [PATCH v2 6/8] wifi: ath12k: Use pci_{enable/disable}_link_state() APIs to enable/disable ASPM states
` [PATCH v2 7/8] wifi: ath11k: "
` [PATCH v2 8/8] wifi: ath10k: "

[PATCH v2 0/2] dmaengine: virt-dma: convert tasklet to BH workqueue for callback invocation
 2025-08-25 17:39 UTC  (3+ messages)
` [PATCH v2 1/2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).