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

[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 15:02 UTC  (40+ 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] 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  (7+ 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 v2 3/3] LoongArch: dts: Add GPIO controller for Loongson 2K0300

[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  (3+ 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  (7+ 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  (13+ messages)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

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

[PATCH] hwrng: core - Allow runtime disabling of the HW RNG
 2025-09-01 13:55 UTC 

[PATCH v3 1/3] input: mouse: trackpoint: Add doubletap enable/disable support
 2025-09-01 13:53 UTC  (3+ messages)
` [PATCH v3 2/3] Documentation/ABI: Add sysfs documentation for TrackPoint doubletap
` [PATCH v3 3/3] platform/x86: thinkpad_acpi: Use trackpoint doubletap interface via sysfs

[PATCH 0/3] Fix the NULL pointer deference issue in QMP USB drivers
 2025-09-01 13:54 UTC  (3+ messages)
` [PATCH 1/3] phy: qcom-qmp-usb: fix NULL pointer dereference in PM callbacks

[PATCH v8 0/5] PCI: dwc: Add ECAM support with iATU configuration
 2025-09-01 13:52 UTC  (9+ messages)
` [PATCH v8 2/5] PCI: dwc: Add support for ELBI resource mapping
` [PATCH v8 4/5] PCI: dwc: Add ECAM support with iATU configuration
` (subset) [PATCH v8 0/5] "

[PATCH v2 0/6] drm/st7571-i2c: add support for grayscale xrgb8888
 2025-09-01 13:51 UTC  (2+ messages)

[PATCH 0/3] platform: arm64: thinkpad-t14s-ec: new driver
 2025-09-01 13:48 UTC  (3+ messages)
` [PATCH 2/3] "

[PATCH v11 0/8] timers: Exclude isolated cpus from timer migration
 2025-09-01 13:48 UTC  (4+ messages)
` [PATCH v11 8/8] "

[PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
 2025-09-01 13:47 UTC  (2+ messages)

[PATCH v2 0/7] Enhanced autonomous selection and API
 2025-09-01 13:46 UTC  (7+ 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 net-next v4] selftests: net: add test for ipv6 fragmentation
 2025-09-01 13:45 UTC  (2+ messages)

linux-next: build failure after merge of the jc_docs tree
 2025-09-01 13:38 UTC  (3+ messages)

[PATCH 0/3] drm/sitronix/st7920: Add support for the ST7920 controller
 2025-09-01 13:44 UTC  (3+ messages)
` [PATCH 1/3] drm: Add driver for Sitronix ST7920 LCD displays

[RFC PATCH] mm: Enable khugepaged to operate on non-writable VMAs
 2025-09-01 13:43 UTC  (5+ messages)

[PATCH v2 0/4] R-Car CANFD Improvements
 2025-09-01 13:42 UTC  (5+ messages)
` [PATCH v2 3/4] can: rcar_canfd: Simplify nominal bit rate config
` [PATCH v2 4/4] can: rcar_canfd: Simplify data "

[PATCH] mips: math-emu: replace deprecated strcpy() in me-debugfs
 2025-09-01 13:39 UTC 

[PATCH v4 0/3] sched_ext: Harden scx_bpf_cpu_rq()
 2025-09-01 13:38 UTC  (7+ messages)
` [PATCH v5 "
` [PATCH v5 1/3] sched_ext: Introduce scx_bpf_cpu_rq_locked()
` [PATCH v5 2/3] sched_ext: Introduce scx_bpf_remote_curr()
` [PATCH v5 3/3] sched_ext: deprecation warn for scx_bpf_cpu_rq()

[RFC] cgroup: Avoid thousands of -Wflex-array-member-not-at-end warnings
 2025-09-01 13:37 UTC  (2+ messages)

[RFC PATCH v2 02/10] iommu/riscv: support HPM and interrupt handling
 2025-09-01 13:36 UTC  (2+ messages)
` [RFC PATCH v2 00/10] RISC-V IOMMU HPM and nested IOMMU support

[PATCH net-next v10 2/2] net: af_packet: Use hrtimer to do the retire operation
 2025-09-01 13:35 UTC  (2+ messages)

[PATCH v4] net/core: Replace offensive comment in skbuff.c
 2025-09-01 13:32 UTC  (2+ messages)

[PATCH 0/2] gpu: nova-core: vbios: simplify device use
 2025-09-01 13:30 UTC  (3+ messages)

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

[PATCH 0/2] staging: media: atomisp: Style fixes for vmem.c
 2025-09-01 13:27 UTC  (4+ messages)
` [PATCH 1/2] staging: media: atomisp: Remove typedefs for basic types in vmem.c

[PATCH 0/4] mtd: rawnand: s3c2410: Drop S3C2410 driver
 2025-09-01 13:26 UTC  (3+ messages)
` [PATCH 4/4] ARM: s3c6400_defconfig: Drop MTD_NAND_S3C2410
  ` (subset) "

[PATCH] media: TDA1997x: Remove redundant cancel_delayed_work in probe
 2025-09-01 13:26 UTC 


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