linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-11 08:01:39 to 2025-08-11 09:28:35 UTC [more...]

[RFC PATCH 0/8] Refactor drm_writeback_connector structure
 2025-08-11  9:27 UTC  (7+ messages)
` [RFC PATCH 1/8] drm: writeback: "
` [RFC PATCH 2/8] drm/amd/display: Adapt amd writeback to new drm_writeback_connector
` [RFC PATCH 3/8] drm/arm/komeda: Adapt komeda "
` [RFC PATCH 4/8] drm/arm/mali: Adapt mali "
` [RFC PATCH 5/8] drm/vc4: Adapt vc4 "
` [RFC PATCH 6/8] drm/vkms: Adapt vkms "

[PATCH 0/6] Add kexec_file support for LoongArch
 2025-08-11  9:26 UTC  (7+ messages)
` [PATCH 1/6] LoongArch: Add struct loongarch_image_header for kernel image
` [PATCH 2/6] LoongArch: Add kexec_file support
` [PATCH 3/6] LoongArch/kexec_file: Add initrd loading
` [PATCH 4/6] LoongArch/kexec_file: Add crash dump support
` [PATCH 5/6] LoongArch/kexec_file: Add "mem" parameter to limit memory usage of kdump kernel
` [PATCH 6/6] LoongArch: Enable CONFIG_KEXEC_FILE

[PATCH] dt-bindings: mips: cpu: Add MIPS 34Kc Core
 2025-08-11  9:20 UTC 

[PATCH V1 0/3] Enable UFS MCQ support for SM8650 and SM8750
 2025-08-11  9:27 UTC  (10+ messages)
` [PATCH V1 2/3] arm64: dts: qcom: sm8650: Enable MCQ support for UFS controller

[PATCH ath-next] wifi: ath10k: avoid unnecessary wait for service ready message
 2025-08-11  9:26 UTC 

[PATCH v4 0/2] man/man2/mremap.2: describe multiple mapping move, shrink
 2025-08-11  9:25 UTC  (10+ messages)
` [PATCH v4 1/2] man/man2/mremap.2: describe multiple mapping move
` [PATCH v4 2/2] man/man2/mremap.2: describe previously undocumented shrink behaviour

[PATCH] crypto: octeontx2 - Call strscpy() with correct size argument
 2025-08-11  9:24 UTC 

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-11  9:25 UTC  (10+ messages)
` [RFC PATCH v1 5/9] freezer: set default freeze priority for PF_SUSPEND_TASK processes

[PATCH v5 1/3] PCI: dwc: enable PCI Power Control Slot driver for QCOM
 2025-08-11  9:25 UTC  (3+ messages)

[PATCH v8 00/10] Add pinctrl support for the AAEON UP board FPGA
 2025-08-11  9:25 UTC  (2+ messages)

[PATCH] soc: qcom: mdt_loader: Deal with zero e_shentsize
 2025-08-11  9:23 UTC  (2+ messages)

[PATCH v7 0/4] Enable cpufreq for IPQ5424
 2025-08-11  9:22 UTC  (6+ messages)
` [PATCH v7 1/4] dt-bindings: clock: ipq5424-apss-clk: Add ipq5424 apss clock controller
` [PATCH v7 2/4] clk: qcom: apss-ipq5424: "
` [PATCH v7 3/4] cpufreq: qcom-nvmem: Enable cpufreq for ipq5424
` [PATCH v7 4/4] arm64: dts: qcom: ipq5424: Enable cpufreq

[syzbot] [rdma?] general protection fault in kobj_kset_leave
 2025-08-11  9:21 UTC 

[PATCH] binder: Add missing module description
 2025-08-11  9:20 UTC  (2+ messages)

[PATCH V4 mm-hotfixes 0/3] mm, x86: fix crash due to missing page table sync and make it harder to miss
 2025-08-11  9:19 UTC  (13+ messages)
` [PATCH V4 mm-hotfixes 1/3] mm: move page table sync declarations to linux/pgtable.h
` [PATCH V4 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [PATCH V4 mm-hotfixes 3/3] x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()

[PATCH] Bluetooth: btintel_pcie: Use strscpy() instead of strscpy_pad()
 2025-08-11  9:19 UTC 

[PATCH] drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()
 2025-08-11  9:19 UTC 

[PATCH net] ppp: fix race conditions in ppp_fill_forward_path
 2025-08-11  9:19 UTC  (2+ messages)

v6.17-rc1 cpu_hotplug_lock deadlock splat - blk_mq_alloc_queue vs fs_reclaim
 2025-08-11  9:19 UTC  (2+ messages)

[PATCH v4] rust: kernel: introduce `unsafe_precondition_assert!` macro
 2025-08-11  9:19 UTC  (2+ messages)

[PATCH] perf/core: Replace memset(0) + strscpy() with strscpy_pad()
 2025-08-11  9:16 UTC 

[PATCH] linux/export.h: Fix a typo "cam"
 2025-08-11  9:08 UTC 

[PATCH v3 1/1] iommu/sva: Invalidate KVA range on kernel TLB flush
 2025-08-11  9:15 UTC  (11+ messages)

[BUG] usb: sleepable spinlock used in USB bh_worker softirq on PREEMPT_RT
 2025-08-11  9:15 UTC  (2+ messages)

[PATCH] mm/hugetlb: Use max() to simplify hugetlb_vmemmap_optimizable_size()
 2025-08-11  9:14 UTC  (5+ messages)

[PATCH v3 0/7] sysfs: prepare the constification of struct attribute
 2025-08-11  9:14 UTC  (8+ messages)
` [PATCH v3 1/7] sysfs: attribute_group: allow registration of const attribute
` [PATCH v3 2/7] sysfs: transparently handle const pointers in ATTRIBUTE_GROUPS()
` [PATCH v3 3/7] sysfs: introduce __SYSFS_FUNCTION_ALTERNATIVE()
` [PATCH v3 4/7] sysfs: attribute_group: enable const variants of is_visible()
` [PATCH v3 5/7] samples/kobject: add is_visible() callback to attribute group
` [PATCH v3 6/7] samples/kobject: constify 'struct foo_attribute'
` [PATCH v3 7/7] sysfs: simplify attribute definition macros

[PATCH v4 0/2] sysfs: finalize the constification of 'struct bin_attribute'
 2025-08-11  9:13 UTC  (3+ messages)
` [PATCH v4 1/2] sysfs: remove bin_attribute::read_new/write_new()
` [PATCH v4 2/2] sysfs: remove attribute_group::bin_attrs_new

[PATCH v2] gpio: twl4030: Remove error print for devm_add_action_or_reset()
 2025-08-11  9:10 UTC  (2+ messages)

[PATCH v2 1/1] gpio: stmpe: Allow to compile as a module
 2025-08-11  9:10 UTC  (2+ messages)

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11  9:06 UTC  (8+ messages)
` [PATCH RFC V10 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH RFC V10 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH RFC V10 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH RFC V10 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH RFC V10 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC V10 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC V10 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v12 0/5] Enable automatic SVN updates for SGX enclaves
 2025-08-11  9:06 UTC  (6+ messages)
` [PATCH v12 1/5] x86/sgx: Introduce functions to count the sgx_(vepc_)open()
` [PATCH v12 2/5] x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
` [PATCH v12 3/5] x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]
` [PATCH v12 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v12 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves

[PATCH 1/1] checkpatch: Deprecate container_of() in favour of container_of_const()
 2025-08-11  9:05 UTC  (2+ messages)

[PATCH v2 0/8] Add AMD ISP4 driver
 2025-08-11  9:05 UTC  (7+ messages)
` [PATCH v2 6/8] media: platform: amd: isp4 video node and buffers handling added

[patch V2 m@/6] perf: Convert mmap() related reference counts to refcount_t
 2025-08-11  9:04 UTC  (4+ messages)
` [patch V2 m@/6] perf/core: Split out AUX buffer allocation

[PATCH v2 0/7] drm/msm/dsi/phy: convert from clk round_rate() to determine_rate()
 2025-08-11  9:02 UTC  (2+ messages)

[Patch v2 0/6] x86 perf bug fixes and optimization
 2025-08-11  9:00 UTC  (7+ messages)
` [Patch v2 1/6] perf/x86/intel: Use early_initcall() to hook bts_init()
` [Patch v2 2/6] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
` [Patch v2 3/6] perf/x86: Check if cpuc->events[*] pointer exists before accessing it
` [Patch v2 4/6] perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flag
` [Patch v2 5/6] perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)
` [Patch v2 6/6] perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK

[RFC 0/6] Add multiple address spaces support to VDUSE
 2025-08-11  9:01 UTC  (11+ messages)
` [RFC 1/6] vduse: add v1 API definition

[PATCH v7 0/2] media: i2c: Add ov2735 camera sensor driver
 2025-08-11  8:58 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: media: i2c: Add ov2735 sensor
` [PATCH v7 2/2] media: i2c: add ov2735 image sensor driver

[PATCH] arm64/module: Support for patching modules during runtime
 2025-08-11  8:55 UTC  (5+ messages)
      `  "

[PATCH v3 1/2] lib/sbitmap: convert shallow_depth from one word to the whole sbitmap
 2025-08-11  8:55 UTC  (4+ messages)

[PATCH v2 1/2] staging: axis-fifo: remove unnecessary dev_set_drvdata() calls
 2025-08-11  8:54 UTC  (2+ messages)
` [PATCH v2 2/2] staging: axis-fifo: use unique identifiers in device names

[PATCH v3] drm: atmel-hlcdc: replace dev_* print funtions with drm_* variants
 2025-08-11  8:54 UTC  (2+ messages)

[PATCH 0/3] net: remove redundant __GFP_NOWARN
 2025-08-11  8:54 UTC  (3+ messages)
` [PATCH 1/3] tcp: cdg: "

[PATCH v4 00/11] Support ROHM BD79105 ADC
 2025-08-11  8:52 UTC  (12+ messages)
` [PATCH v4 01/11] iio: adc: ad7476: Simplify chip type detection
` [PATCH v4 02/11] iio: adc: ad7476: Simplify scale handling
` [PATCH v4 03/11] iio: adc: ad7476: Use mV for internal reference
` [PATCH v4 04/11] iio: adc: ad7476: Use correct channel for bit info
` [PATCH v4 05/11] iio: adc: ad7476: use *_cansleep GPIO APIs
` [PATCH v4 06/11] iio: adc: ad7476: Drop convstart chan_spec
` [PATCH v4 07/11] iio: adc: ad7476: Conditionally call convstart
` [PATCH v4 08/11] dt-bindings: iio: adc: ad7476: Drop redundant prop: true
` [PATCH v4 09/11] dt-bindings: iio: adc: ad7476: Add ROHM bd79105
` [PATCH v4 10/11] iio: adc: ad7476: Support ROHM BD79105
` [PATCH v4 11/11] MAINTAINERS: A driver for simple 1-channel SPI ADCs

[RESEND PATCH 0/2] Add encrypt/decrypt support for vmalloc regions
 2025-08-11  8:51 UTC  (5+ messages)
` [RESEND PATCH 1/2] dma/pool: Use vmap() address for memory encryption helpers on ARM64
` [RESEND PATCH 2/2] arm64: Add encrypt/decrypt support for vmalloc regions

[PATCH 0/2] spi: spi-qpic-snand: cleanup 'qpic_ecc' structure
 2025-08-11  8:50 UTC  (3+ messages)
` [PATCH 1/2] spi: spi-qpic-snand: remove unused 'dev' member of struct 'qpic_ecc'

[PATCH 00/21] gpiolib: fence off legacy interfaces
 2025-08-11  8:49 UTC  (3+ messages)
` [PATCH 01/21] ARM: select legacy gpiolib interfaces where used

[PATCH v5] ASoC: dt-bindings: realtek,alc5623: convert to DT schema
 2025-08-11  8:48 UTC  (2+ messages)

[PATCH] ARM: s3c/gpio: complete the conversion to new GPIO value setters
 2025-08-11  8:47 UTC  (3+ messages)

[PATCH 0/3] opp: Add bw_factor support to adjust bandwidth dynamically
 2025-08-11  8:44 UTC  (9+ messages)

Issues with OF_DYNAMIC PCI bridge node generation (kmemleak/interrupt-map IC reg property)
 2025-08-11  8:42 UTC 

[PATCH v3 0/5] add persistent huge zero folio support
 2025-08-11  8:41 UTC  (6+ messages)
` [PATCH v3 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v3 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH v3 3/5] mm: add persistent huge zero folio
` [PATCH v3 4/5] mm: add largest_zero_folio() routine
` [PATCH v3 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()

[RFC PATCH 0/3] mm/mincore: clean up swap cache helper and PTL
 2025-08-11  8:41 UTC  (3+ messages)
` [RFC PATCH 3/3] mm/mincore: avoid touching the PTL

[PATCH v3 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
 2025-08-11  8:40 UTC  (6+ messages)
` [PATCH v3 1/5] rv/ltl: Prepare for other monitor types
` [PATCH v3 2/5] rv/ltl: Support per-cpu monitors
` [PATCH v3 3/5] verification/rvgen/ltl: Support per-cpu monitor generation
` [PATCH v3 4/5] sched: Add task enqueue/dequeue trace points
` [PATCH v3 5/5] rv: Add rts monitor

[PATCH 00/17] drm/msm: Support for Inter Frame Power Collapse (IFPC) feature
 2025-08-11  8:40 UTC  (5+ messages)
` [PATCH 05/17] drm/msm/a6xx: Fix PDC sleep sequence

[PATCH v4 0/3] ARM: tegra: complete Tegra 4 and Tegra K1 device trees
 2025-08-11  8:39 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: display: tegra: document EPP, ISP, MPE and TSEC for Tegra114+

[PATCH v3 0/4] Add AYN EC Platform Driver
 2025-08-11  8:38 UTC  (7+ messages)
` [PATCH v3 1/4] platform/x86: (ayn-ec) Add PWM Fan HWMON Interface

[PATCH] sched/cgroup: Lock optimize for cgroup cpu throttle
 2025-08-11  8:36 UTC  (2+ messages)

[RFC PATCH 0/3] sched: add ability to throttle sched_yield() calls to reduce contention
 2025-08-11  8:36 UTC  (2+ messages)

[PATCH v2 0/8] Add AMD ISP4 driver
 2025-08-11  8:35 UTC  (12+ messages)

[PATCH v2 0/5] add persistent huge zero folio support
 2025-08-11  8:33 UTC  (4+ messages)
` [PATCH v2 3/5] mm: add persistent huge zero folio

[PATCH] kcov, usb: Fix invalid context sleep in softirq path on PREEMPT_RT
 2025-08-11  8:31 UTC  (4+ messages)

[PATCH] mtd: nand: qpic_common: use {cmd,data}_sgl_nitems for sg_init_table()
 2025-08-11  8:30 UTC 

[PATCH] Documentation/printf: Use literal fwnode_handle
 2025-08-11  8:28 UTC  (2+ messages)

[PATCH] sparc64: fix hugetlb for sun4u
 2025-08-11  8:28 UTC  (12+ messages)

[PATCH] lib/digsig: Remove unnecessary memset
 2025-08-11  8:27 UTC 

[PATCH] mailbox: arm_mhuv3: Remove no_free_ptr() to maintain the original form of the pointer
 2025-08-11  8:25 UTC 

[RFC] wifi: iwlwifi: mei: Remove unused flexible-array member in struct iwl_sap_hdr?
 2025-08-11  8:23 UTC 

[PATCH 0/3] kho: fixes and cleanups
 2025-08-11  8:25 UTC  (4+ messages)
` [PATCH 1/3] kho: allow scratch areas with zero size
` [PATCH 2/3] lib/test_kho: fixes for error handling
` [PATCH 3/3] selftest/kho: update generation of initrd

[PATCH] KVM: loongarch: selftests: Remove common tests built by TEST_GEN_PROGS_COMMON
 2025-08-11  8:24 UTC 

[PATCH v2 0/2] Add unified configuration for coding agents
 2025-08-11  8:22 UTC  (3+ messages)
` [PATCH v2 1/2] README: restructure with role-based documentation and guidelines

[PATCH] PCI: acpiphp_ibm: Using kmemdup() to simplify code
 2025-08-11  8:22 UTC 

[PATCH v4 0/6] media: ti, cdns: Multiple pixel support and misc fixes
 2025-08-11  8:20 UTC  (7+ messages)
` [PATCH v4 1/6] media: ti: j721e-csi2rx: Use devm_of_platform_populate
` [PATCH v4 2/6] media: ti: j721e-csi2rx: Use fwnode_get_named_child_node
` [PATCH v4 3/6] media: ti: j721e-csi2rx: Fix source subdev link creation
` [PATCH v4 4/6] media: cadence: csi2rx: Implement get_fwnode_pad op
` [PATCH v4 5/6] media: cadence: cdns-csi2rx: Support multiple pixels per clock cycle
` [PATCH v4 6/6] media: ti: j721e-csi2rx: Support multiple pixels per clock

[PATCH v2 1/2] dt-bindings: rtc: nxp,pcf85363: add timestamp mode config
 2025-08-11  8:21 UTC  (2+ messages)
` [PATCH v2 2/2] rtc: pcf85363: add support for additional features

next-20250729: PREEMPT_RT: rock Pi 4b Internal error Oops kmem_cache_alloc_bulk_noprof - kernel locking rtmutex.c at __rt_mutex_slowlock_locked
 2025-08-11  8:20 UTC  (3+ messages)

[PATCH v1] ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
 2025-08-11  8:16 UTC  (6+ messages)

[PATCH v1 0/2] rtc: Enhance RTC driver with BBPU bit definitions and shutdown handling
 2025-08-11  8:15 UTC  (3+ messages)
` [PATCH v1 1/2] mfd: mt6397: Add new bit definitions for RTC_BBPU register
` [PATCH v1 2/2] rtc: mt6397: Add BBPU alarm status reset and shutdown handling

[PATCH] alpha: kernel: Use for_each_online_cpu() in smp_cpus_done()
 2025-08-11  8:13 UTC 

[PATCH v2] block, bfq: remove redundant __GFP_NOWARN
 2025-08-11  8:11 UTC 

[PATCH v2] media: qcom: camss: Add support for regulator init_load_uA in CSIPHY
 2025-08-11  8:11 UTC  (2+ messages)

[PATCH v1 0/3] clk: tegra: add DFLL support for Tegra 4
 2025-08-11  8:08 UTC  (4+ messages)
` [PATCH v1 1/3] drivers: cpufreq: add Tegra 4 support

[PATCH v2 0/8] Enable video decoder & encoder for MT8189
 2025-08-11  8:07 UTC  (5+ messages)
` [PATCH v2 1/8] dt-bindings: media: mediatek: decoder: Add MT8189 mediatek,vcodec-decoder
` [PATCH v2 7/8] dt-bindings: media: Add MT8189 mediatek,vcodec-encoder

[PATCH v2 0/4] media: Add Sony IMX585 image sensor support
 2025-08-11  8:06 UTC  (4+ messages)
` [PATCH v2 3/4] media: i2c: imx585: Add Sony IMX585 image-sensor driver

[PATCH v3 00/10] Support ROHM BD79105 ADC
 2025-08-11  8:05 UTC  (4+ messages)
` [PATCH v3 08/10] dt-bindings: iio: adc: ad7476: Add ROHM bd79105

[PATCH v2 0/5 RESEND] thermal: tegra: add SOCTHERM support for Tegra114
 2025-08-11  8:04 UTC  (6+ messages)
` [PATCH v2 1/5 RESEND] soc: tegra: fuse: add Tegra114 nvmem cells and fuse lookups
` [PATCH v2 2/5 RESEND] dt-bindings: thermal: Document Tegra114 SOCTHERM Thermal Management System
` [PATCH v2 3/5 RESEND] thermal: tegra: soctherm-fuse: parametrize configuration further
` [PATCH v2 4/5 RESEND] thermal: tegra: add Tegra114 specific SOCTHERM driver
` [PATCH v2 5/5 RESEND] ARM: tegra: Add SOCTHERM support on Tegra114

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11  8:02 UTC  (5+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[RFC/PATCH] drivers/of: add debug for early dump of the dtb strcutrue
 2025-08-11  8:02 UTC  (4+ messages)

[PATCH v4 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-08-11  8:02 UTC  (5+ messages)
` [PATCH v4 07/10] PCI/IDE: Add IDE establishment helpers

[PATCH v2] mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)
 2025-08-11  8:01 UTC  (2+ messages)


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