linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-01 13:55:24 to 2025-09-01 15:16:51 UTC [more...]

[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 15:14 UTC  (39+ messages)
` [PATCH v5 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v5 02/12] mm: constify pagemap "
` [PATCH v5 03/12] mm: constify zone "
` [PATCH v5 04/12] fs: constify mapping "
` [PATCH v5 05/12] mm: constify process_shares_mm() "
` [PATCH v5 06/12] mm, s390: constify mapping related test functions "
` [PATCH v5 07/12] parisc: constify mmap_upper_limit() parameter "
` [PATCH v5 08/12] mm: constify arch_pick_mmap_layout() "
` [PATCH v5 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v5 10/12] mm: constify various inline test functions for improved const-correctness
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h
` [PATCH v5 12/12] mm: constify highmem related functions for improved const-correctness

[PATCH 1/2] ceph/mds_client: transfer CEPH_CAP_PIN when updating r_parent on mismatch
 2025-09-01 15:14 UTC  (2+ messages)
` [PATCH 2/2] ceph/inode: drop extra reference from ceph_get_reply_dir() in ceph_fill_trace()

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-01 15:03 UTC  (38+ messages)
` [PATCH v2 01/37] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v2 02/37] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 03/37] s390/Kconfig: "
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 07/37] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v2 09/37] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v2 10/37] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v2 11/37] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v2 12/37] mm: simplify folio_page() and folio_page_idx()
` [PATCH v2 13/37] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v2 14/37] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()

[PATCH v4 0/5] initialize SCTRL2_ELx
 2025-09-01 15:13 UTC  (5+ messages)
` [PATCH v4 2/5] arm64: initialise SCTLR2_ELx register at boot time
` [PATCH v4 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()

[PATCH] ASoC: SOF: imx: Fix devm_ioremap_resource check
 2025-09-01 15:15 UTC 

[PATCH 0/9] Add compatibility fixes for KVM selftests with non-glibc C libraries
 2025-09-01 15:08 UTC  (4+ messages)
` [PATCH 2/9] KVM: selftests: Add __packed attribute fallback

[PATCH] thermal: hwmon: replace deprecated strcpy() with strscpy()
 2025-09-01 15:06 UTC 

[PATCH v7 00/10] Add strobe duration and hw strobe signal v4l2 ctrl & use it for ov9282
 2025-09-01 15:05 UTC  (11+ messages)
` [PATCH v7 01/10] media: v4l: ctrls: add a control for flash/strobe duration
` [PATCH v7 02/10] media: v4l2-flash: add support "
` [PATCH v7 03/10] media: v4l: ctrls: add a control for enabling hw strobe signal
` [PATCH v7 04/10] Documentation: uAPI: media: add V4L2_CID_FLASH_{DURATION,HW_STROBE_SIGNAL}
` [PATCH v7 05/10] media: i2c: ov9282: add output enable register definitions
` [PATCH v7 06/10] media: i2c: ov9282: add hardware strobe signal v4l2 control
` [PATCH v7 07/10] media: i2c: ov9282: add strobe_duration "
` [PATCH v7 08/10] media: i2c: ov9282: add strobe_source "
` [PATCH v7 09/10] media: i2c: ov9282: implement try_ctrl for strobe_duration
` [PATCH v7 10/10] media: i2c: ov9282: dynamic flash_duration maximum

[PATCH] btrfs: scrub: replace max_t()/min_t() with clamp_t() in scrub_throttle_dev_io()
 2025-09-01 15:01 UTC 

[PATCH v3 0/5] initialize SCTRL2_ELx
 2025-09-01 15:01 UTC  (5+ messages)
` [PATCH v3 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()

[PATCH] RDMA/bnxt_re: Call strscpy() with correct size argument
 2025-09-01 15:00 UTC 

[PATCH] tmon: Fix undefined behavior in left shift
 2025-09-01 15:00 UTC  (2+ messages)

[PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
 2025-09-01 15:00 UTC  (5+ messages)

[PATCH] net: mvpp2: Fix refcount leak in mvpp2_use_acpi_compat_mode
 2025-09-01 15:00 UTC  (2+ messages)

[PATCH v2 00/13] sparc64: vdso: Switch to generic vDSO library
 2025-09-01 14:59 UTC  (13+ messages)
` [PATCH v2 08/13] sparc64: vdso: Switch to the "

[PATCH v2 0/3] Support GPIO controller of Loongson 2K0300 SoC
 2025-09-01 14:58 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: gpio: loongson: Document GPIO controller of "
` [PATCH v2 2/3] gpio: loongson-64bit: Add support for Loongson "

[PATCH v5 0/4] clk: tegra: add DFLL support for Tegra114
 2025-09-01 14:57 UTC  (2+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 14:56 UTC  (2+ messages)

[PATCH v2] media: rzg2l-cru: csi-2: Support RZ/V2H input sizes
 2025-09-01 14:56 UTC  (2+ messages)

[PATCH v2] PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()
 2025-09-01 14:56 UTC  (3+ messages)

[PATCH net-next v14 0/5] PRU-ICSSM Ethernet Driver
 2025-09-01 14:48 UTC  (3+ messages)
` [PATCH net-next v14 2/5] net: ti: icssm-prueth: Adds ICSSM Ethernet driver

[PATCH 0/2] drm/vkms: Fix plane blending z-order
 2025-09-01 14:52 UTC  (2+ messages)

[PATCH net 0/4] tools: ynl-gen: misc fixes + wireguard ynl plan
 2025-09-01 14:50 UTC  (5+ messages)
` [PATCH net 1/4] netlink: specs: fou: change local-v6/peer-v6 check
` [PATCH net 2/4] tools: ynl-gen: use macro for binary min-len check
` [PATCH net 3/4] tools: ynl-gen: fix nested array counting
` [PATCH net 4/4] genetlink: fix typo in comment

[PATCH V3 0/5] Enable UFS MCQ support for SM8650 and SM8750
 2025-09-01 14:50 UTC  (8+ messages)
` [PATCH V3 4/5] arm64: dts: qcom: sm8650: Enable MCQ support for UFS controller

[PATCH v3 0/2] i2c: pxa: fix I2C communication on Armada 3700
 2025-09-01 14:49 UTC  (3+ messages)

[PATCH] ASoC: SDCA: Add quirk for incorrect function types for 3 systems
 2025-09-01 14:47 UTC  (5+ messages)

[RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
 2025-09-01 14:45 UTC  (7+ messages)
` [RFC PATCH 1/6] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [RFC PATCH 2/6] x86/HWBP: introduce arch_reinstall_hw_breakpoint() for atomic context
` [RFC PATCH 3/6] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH 4/6] tracing: wprobe: Add wprobe event trigger
` [RFC PATCH 5/6] selftests: tracing: Add a basic testcase for wprobe
` [RFC PATCH 6/6] selftests: tracing: Add syntax "

[PATCH v3] PCI: j721e: Fix programming sequence of "strap" settings
 2025-09-01 14:45 UTC  (8+ messages)

[PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
 2025-09-01 14:43 UTC  (3+ messages)

[PATCH v3 00/15] Split sphinx call logic from docs Makefile
 2025-09-01 14:42 UTC  (16+ messages)
` [PATCH v3 01/15] scripts/jobserver-exec: move the code to a class
` [PATCH v3 02/15] scripts/jobserver-exec: move its class to the lib directory
` [PATCH v3 03/15] scripts/jobserver-exec: add a help message
` [PATCH v3 04/15] scripts: sphinx-pre-install: move it to tools/docs
` [PATCH v3 05/15] tools/docs: sphinx-pre-install: move Python version handling to lib
` [PATCH v3 06/15] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v3 07/15] tools/docs: sphinx-build-wrapper: add comments and blank lines
` [PATCH v3 08/15] tools/docs: sphinx-build-wrapper: add support to run inside venv
` [PATCH v3 09/15] docs: parallel-wrapper.sh: remove script
` [PATCH v3 10/15] docs: Makefile: document latex/PDF PAPER= parameter
` [PATCH v3 11/15] tools/docs: sphinx-build-wrapper: add an argument for LaTeX interactive mode
` [PATCH v3 12/15] tools/docs,scripts: sphinx-*: prevent sphinx-build crashes
` [PATCH v3 13/15] tools/docs: sphinx-build-wrapper: allow building PDF files in parallel
` [PATCH v3 14/15] docs: add support to build manpages from kerneldoc output
` [PATCH v3 15/15] tools: kernel-doc: add a see also section at man pages

Crash in msm serial on kernel 6.12
 2025-09-01 14:40 UTC 

[PATCH v6 00/18] rnull: add configfs, remote completion to rnull
 2025-09-01 14:40 UTC  (7+ messages)
` [PATCH v6 06/18] rust: str: add `bytes_to_bool` helper function
` [PATCH v6 17/18] rust: block: add remote completion to `Request`

[RFC 0/3] cgroups: Add support for pinned device memory
 2025-09-01 14:37 UTC  (3+ messages)

[PATCH v3] brd: use page reference to protect page lifetime
 2025-09-01 14:37 UTC  (2+ messages)

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-01 14:37 UTC  (5+ messages)
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly

[PATCH] soc: qcom: mdt_loader: Allow empty section headers in mdt_header_valid()
 2025-09-01 14:36 UTC 

[PATCH v4 0/2] drm: bridge: Add TI tmds181 and sn65dp159 driver
 2025-09-01 14:29 UTC  (3+ messages)
    ` [PATCH v4 1/2] dt-bindings: drm/bridge: ti-tmds181: Add TI TMDS181 and SN65DP159 bindings
    ` [PATCH v4 2/2] drm: bridge: Add TI tmds181 and sn65dp159 driver

[PATCH v4 0/2] KVM: guest_memfd: use write for population
 2025-09-01 14:29 UTC  (7+ messages)
` [PATCH v4 1/2] KVM: guest_memfd: add generic population via write

[PATCH 0/4] watchdog: s3c2410_wdt: Simplify, cleanup and drop S3C2410
 2025-09-01 14:29 UTC  (3+ messages)
  ` [PATCH 4/4] dt-bindings: watchdog: samsung-wdt: Split if:then: and constrain more

[PATCH net] netpoll: fix incorrect refcount handling causing incorrect cleanup
 2025-09-01 14:29 UTC 

[PATCH 1/5] selftests/futex: Remove the -g parameter from futex_priv_hash
 2025-09-01 14:28 UTC  (2+ messages)
` [tip: locking/futex] "

[PATCH 2/5] selftests/futex: Fix some futex_numa_mpol subtests
 2025-09-01 14:28 UTC  (2+ messages)
` [tip: locking/futex] "

[PATCH 3/5] selftests/futex: fix format-security warnings in futex_priv_hash
 2025-09-01 14:28 UTC  (2+ messages)
` [tip: locking/futex] selftests/futex: Fix "

[PATCH 4/5] selftests/futex: fix typos and grammar in futex_priv_hash
 2025-09-01 14:28 UTC  (2+ messages)
` [tip: locking/futex] selftests/futex: Fix "

[PATCH 5/5] selftests/futex: fix futex_wait() for 32bit ARM
 2025-09-01 14:28 UTC  (2+ messages)
` [tip: locking/futex] selftests/futex: Fix "

[syzbot] [bcachefs?] kernel BUG in __bch2_trans_commit (3)
 2025-09-01 14:28 UTC  (2+ messages)

[PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-01 14:27 UTC  (3+ messages)

[PATCH v7 00/22] x86: strict separation of startup code
 2025-09-01 14:26 UTC  (12+ messages)
` [PATCH v7 05/22] x86/sev: Move GHCB page based HV communication out "

[PATCH] drm/panel: visionox-rm69299: Fix clock frequency for SHIFT6mq
 2025-09-01 14:26 UTC  (3+ messages)

[PATCH] KVM: arm64: nested: Fix VA sign extension in VNCR/TLBI paths
 2025-09-01 14:26 UTC  (2+ messages)

[PATCH v2] nfs: fix the race of lock/unlock and open
 2025-09-01 14:25 UTC  (2+ messages)

[PATCH v2] mtd: core: always verify OOB offset in mtd_check_oob_ops()
 2025-09-01 14:24 UTC 

[PATCH v2 0/3] rtla: fix cgroup and trace options parsing
 2025-09-01 14:23 UTC  (3+ messages)
` [PATCH v2 3/3] rtla: fix -a overriding -t argument

[PATCH 0/3] drm/panel: visionox-rm69299: Add backlight support and small fixes
 2025-09-01 14:22 UTC  (4+ messages)
` [PATCH 1/3] drm/panel: visionox-rm69299: Fix clock frequency for SHIFT6mq
` [PATCH 2/3] drm/panel: visionox-rm69299: Don't clear all mode flags
` [PATCH 3/3] drm/panel: visionox-rm69299: Add backlight support

[PATCH v3 0/9] PCI: rzg3s-host: Add PCIe driver for Renesas RZ/G3S SoC
 2025-09-01 14:22 UTC  (8+ messages)
` [PATCH v3 5/9] PCI: rzg3s-host: Add Initial PCIe Host Driver "

[PATCH] hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create
 2025-09-01 14:21 UTC  (3+ messages)

[PATCH v3 1/2] mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D mode
 2025-09-01 14:19 UTC  (2+ messages)

[PATCH 1/1] sparc: fix accurate exception reporting in copy_{from_to}_user for M7
 2025-09-01 14:18 UTC  (6+ messages)
` [PATCH v2 1/1] sparc: fix accurate exception reporting in copy_{from,to}_user "

[PATCH net-next v10 2/2] net: af_packet: Use hrtimer to do the retire operation
 2025-09-01 14:16 UTC 

[PATCH] KVM: arm64: Fix NULL pointer access issue
 2025-09-01 14:16 UTC  (6+ messages)

[PATCH 0/5] Introduce Panfrost JM contexts
 2025-09-01 14:15 UTC  (5+ messages)
` [PATCH 2/5] drm/panfrost: Introduce uAPI for JM context creation

[PATCH v4] media: iris: vpu3x: Add MNoC low power handshake during hardware power-off
 2025-09-01 14:14 UTC  (2+ messages)

[Question]nfs: never returned delegation
 2025-09-01 14:12 UTC  (5+ messages)

[PATCH] mtd: core: always verify OOB offset in mtd_check_oob_ops()
 2025-09-01 14:12 UTC  (3+ messages)

[PATCH v2] x86: add hintable NOPs emulation
 2025-09-01 11:43 UTC  (4+ messages)

[PATCH RFC v3 00/15] block: fix disordered IO in the case recursive split
 2025-09-01 14:09 UTC  (2+ messages)

RISC-V: Re-enable GCC+Rust builds
 2025-09-01 14:08 UTC  (3+ messages)

[PATCH] drm/ssd130x: Remove the use of dev_err_probe()
 2025-09-01 14:08 UTC  (2+ messages)

[PATCH 3/4] arm64: dts: rockchip: Add HINLINK H68K
 2025-09-01 14:06 UTC  (4+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 14:05 UTC  (2+ messages)

[PATCH v2] device property: Add scoped fwnode child node iterators
 2025-09-01 14:05 UTC  (3+ messages)

[PATCH v4 0/4] x86/cpu/topology: Fix the preferred order of initial APIC ID parsing on AMD/Hygon
 2025-09-01 14:04 UTC  (5+ messages)
` [PATCH v4 2/4] x86/cpu/topology: Always try cpu_parse_topology_ext() "

[PATCH 0/2] scsi: ufs: Add an enum for ufs_trace_str_t to check uic cmd error
 2025-09-01 14:03 UTC  (5+ messages)
  ` [PATCH 1/2] scsi: ufs: Add an enum for ufs_trace to check ufs "

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 14:03 UTC  (2+ messages)

[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-09-01 13:58 UTC  (5+ messages)
` [RFC RESEND v2] binfmt_elf: preserve original ELF e_flags for "
` [RFC RESEND v3] "

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-01 13:51 UTC  (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH v6 1/2] mm/oom_kill: Do not delay oom reaper when the victim is frozen
 2025-09-01 13:58 UTC  (3+ messages)

[PATCH v2 0/2] iio: use int type to store negative error codes
 2025-09-01 13:57 UTC  (3+ messages)
` [PATCH v2 1/2] iio: dac: ad5360: "
` [PATCH v2 2/2] iio: dac: ad5421: "

[PATCH] selftests/futex: Fix futex_numa_mpol's memory out of range subtest
 2025-09-01 13:57 UTC  (9+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 13:56 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).