public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 09:18:31 to 2026-03-02 10:27:59 UTC [more...]

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 10:27 UTC  (6+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()

[PATCH] trace: trace_events: allow multiple modules
 2026-03-02 10:27 UTC 

[PATCH] usb: cdc-acm: Restore CAP_BRK functionnality to CH343
 2026-03-02 10:27 UTC  (2+ messages)

drivers/vfio/pci/nvgrace-gpu/main.c:167:9: sparse: sparse: cast from restricted vm_fault_t
 2026-03-02 10:26 UTC 

[RFC PATCH 0/2] imx8mp-frdm: Enhance code readability
 2026-03-02 10:30 UTC  (4+ messages)
` [RFC PATCH 2/2] arm64: dts: imx8mp-frdm: Use symbolic macros for IOMUXC_SW_PAD_CTL_PAD

[PATCH] x86/virt/tdx: Fix lockdep assertion failure in cache flush for kexec
 2026-03-02 10:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] driver core: generalize driver_override infrastructure
 2026-03-02 10:26 UTC  (12+ messages)
` [PATCH 1/3] driver core: generalize driver_override in struct device
` [PATCH 2/3] hwmon: axi-fan: don't use driver_override as IRQ name

[PATCH] pinctrl: pinconf-generic: fix an enum name description
 2026-03-02 10:25 UTC  (2+ messages)

[PATCH 0/2] m68k: defconfig: Logo and regular updates
 2026-03-02 10:25 UTC  (3+ messages)
` [PATCH 1/2] m68k: defconfig: hp300: Enable monochrome and 16-color linux logos
` [PATCH 2/2] m68k: defconfig: Update defconfigs for v7.0-rc1

[PATCH net-next v6 0/5] Add AST2600 RGMII delay into ftgmac100
 2026-03-02 10:24 UTC  (6+ messages)
` [PATCH net-next v6 1/5] dt-bindings: net: ftgmac100: Add delay properties for AST2600
` [PATCH net-next v6 2/5] ARM: dts: aspeed-g6: add aspeed,scu property for MAC
` [PATCH net-next v6 3/5] net: ftgmac100: Add RGMII delay support for AST2600
` [PATCH net-next v6 4/5] net: ftgmac100: Support rgmii delay in old dts with AST2600
` [PATCH net-next v6 5/5] ARM: dts: aspeed: ast2600-evb: Configure RGMII delay for MAC

[PATCH v2 1/1] dt-bindings: net: can: nxp,sja1000: add reference to mc-peripheral-props.yaml
 2026-03-02 10:24 UTC  (2+ messages)

[PATCH v2 1/2] arm64: kprobes: disable preemption across XOL single-step
 2026-03-02 10:23 UTC  (3+ messages)

[PATCH RFC 0/8] AD9910 Direct Digital Synthesizer
 2026-03-02 10:22 UTC  (7+ messages)

[PATCH v3 0/3] can: bcm: add/fix locking for config updates at runtime
 2026-03-02 10:22 UTC  (5+ messages)
` [PATCH v3 2/3] can: bcm: add locking when updating filter and timer values
` [PATCH v3 3/3] can: statistics: add missing atomic access in hot path

[PATCH 0/2] phy: qcom: qmp-pcie: Add vdda-refgen supply support for Glymur
 2026-03-02 10:21 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add vdda-refgen supply "

[PATCH v7 0/8] ADF41513/ADF41510 PLL frequency synthesizers
 2026-03-02 10:20 UTC  (12+ messages)
` [PATCH v7 2/8] iio: core: add fixed point parsing with 64-bit parts

[PATCH v3 0/2] monaco: Add PMM8654AU PON support
 2026-03-02 10:20 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU

[RFC PATCH] fbcon: Fix out-of-bounds memory in fbcon_putcs
 2026-03-02 10:19 UTC  (5+ messages)

[PATCH net-next v3] NFC: s3fwrn5: Replace strcpy() with strscpy()
 2026-03-02 10:09 UTC 

[PATCH] can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message
 2026-03-02 10:18 UTC  (3+ messages)

[PATCH v4 next 00/23] Enhance printf()
 2026-03-02 10:18 UTC  (24+ messages)
` [PATCH v4 next 01/23] tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
` [PATCH v4 next 02/23] tools/nolibc/printf: Move snprintf length check to callback
` [PATCH v4 next 03/23] selftests/nolibc: Return correct value when printf test fails
` [PATCH v4 next 04/23] selftests/nolibc: check vsnprintf() output buffer before the length
` [PATCH v4 next 05/23] selftests/nolibc: Use length of 'expected' string to check snprintf() output
` [PATCH v4 next 06/23] selftests/nolibc: Check that snprintf() doesn't write beyond the buffer end
` [PATCH v4 next 07/23] selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped
` [PATCH 08/23] selftests/nolibc: Rename w to written in expect_vfprintf()
` [PATCH v4 next 09/23] tools/nolibc: Implement strerror() in terms of strerror_r()
` [PATCH v4 next 10/23] tools/nolibc: Rename the 'errnum' parameter to strerror()
` [PATCH v4 next 11/23] tools/nolibc/printf: Output pad characters in 16 byte chunks
` [PATCH 12/23] tools/nolibc/printf: Simplify __nolibc_printf()
` [PATCH v4 next 13/23] tools/nolibc/printf: Use goto and reduce indentation
` [PATCH 14/23] tools/nolibc/printf: Use bit-masks to hold requested flag, length and conversion chars
` [PATCH v4 next 15/23] tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
` [PATCH v4 next 16/23] tools/nolibc/printf: Handle "%s" with the numeric formats
` [PATCH 17/23] tools/nolibc/printf: Prepend sign to converted number
` [PATCH v4 next 18/23] tools/nolibc/printf: Add support for conversion flags space and plus
` [PATCH v4 next 19/23] tools/nolibc/printf: Special case 0 and add support for %#x
` [PATCH v4 next 20/23] tools/nolibc/printf: Add support for left aligning fields
` [PATCH v4 next 21/23] tools/nolibc/printf: Add support for zero padding and field precision
` [PATCH v4 next 22/23] tools/nolibc/printf: Add support for octal output
` [PATCH v4 next 23/23] selftests/nolibc: Use printf variable field widths and precisions

[PATCH v6 0/2] TQ-Systems TQMa62xx SoM and MBa62xx board
 2026-03-02 10:14 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: arm: ti: Add compatible for AM625-based TQMa62xx SOM family and carrier board
` [PATCH v6 2/2] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees

[PATCH v2 00/11] media: qcom: iris: rework platform data handling
 2026-03-02 10:16 UTC  (9+ messages)
` [PATCH v2 01/11] media: qcom: iris: drop pas_id from the iris_platform_data struct
` [PATCH v2 03/11] media: qcom: iris: handle HFI params directly
` [PATCH v2 04/11] media: qcom: iris: simplify HFI params handling
` [PATCH v2 06/11] media: qcom: iris: don't use function indirection in gen2-specific code

[PATCH v2 0/2] pinctrl: pinctrl-pic32: Fix resource leak and convert last manual allocation to devres
 2026-03-02 10:16 UTC  (2+ messages)

[PATCH v2 0/2] usb: gadget: Fix g_ncm regression and atomic sleep in f_ncm
 2026-03-02 10:15 UTC  (3+ messages)

[PATCH net v3 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-02 10:15 UTC  (6+ messages)
` [PATCH net v3 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

[PATCH] dt-bindings: pinctrl: marvell,armada3710-xb-pinctrl: add missing items keyword
 2026-03-02 10:14 UTC  (2+ messages)

[PATCH v1 1/3] dt-bindings: gpio: add Phytium GPIO controller
 2026-03-02 10:14 UTC  (5+ messages)
` [PATCH v1 2/3] gpio: add support for Phytium platform "
` [PATCH v1 3/3] MAINTAINERS: add entry for Phytium platform GPIO driver

[PATCH] MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATOR
 2026-03-02 10:13 UTC 

[PATCH v5 0/6] media: qcom: iris: encoder feature enhancements batch2
 2026-03-02 10:12 UTC  (3+ messages)
` [PATCH v5 4/6] media: qcom: iris: Add hierarchical coding support for encoder

[PATCH] sched/proxy_exec: Handle sched_delayed owner in find_proxy_task()
 2026-03-02 10:12 UTC 

[PATCH v2 0/6] pinctrl: Add generic pinctrl for board-level mux chips
 2026-03-02 10:12 UTC  (9+ messages)
` [PATCH v2 3/6] pinctrl: add optional .release_mux() callback
` [PATCH v2 4/6] pinctrl: add generic board-level pinctrl driver using mux framework

[PATCH v3 0/4] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-03-02 10:11 UTC  (6+ messages)
` [PATCH v3 1/4] "

[PATCH v4 0/1] PCI/IOV: Add reentrant locking in sriov_add_vfs/sriov_del_vfs
 2026-03-02 10:11 UTC  (6+ messages)
` [PATCH v4 1/1] PCI/IOV: Add reentrant locking in sriov_add_vfs/sriov_del_vfs for complete serialization

[PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing
 2026-03-02 10:10 UTC  (19+ messages)
` [PATCH 01/21] nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
` [PATCH 02/21] nvme-auth: common: constify static data
` [PATCH 03/21] nvme-auth: use proper argument types
` [PATCH 04/21] nvme-auth: common: add KUnit tests for TLS key derivation
` [PATCH 05/21] nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
` [PATCH 06/21] nvme-auth: common: explicitly verify psk_len == hash_len
` [PATCH 07/21] nvme-auth: common: add HMAC helper functions
` [PATCH 08/21] nvme-auth: common: use crypto library in nvme_auth_transform_key()
` [PATCH 09/21] nvme-auth: common: use crypto library in nvme_auth_augmented_challenge()

[PATCH v2] can: gs_usb: gs_can_open(): always configure bitrates before starting device
 2026-03-02 10:10 UTC  (2+ messages)

[PATCH v2] can: esd_usb: add endpoint type validation
 2026-03-02 10:09 UTC  (2+ messages)

[PATCH] media: iris: Fix use-after-free in iris_release_internal_buffers()
 2026-03-02 10:09 UTC  (2+ messages)

[PATCH v1 1/2] ASoC: dt-bindings: ti,tas2781: Add TAS5832 support
 2026-03-02 10:09 UTC  (13+ messages)
` [PATCH v1 2/2] ASoC: tas2781: Add tas5832 support
    ` [EXTERNAL] "

[PATCH v3] selftests/filesystems: Assume that TIOCGPTPEER is defined
 2026-03-02 10:08 UTC  (2+ messages)

[PATCH 1/3] can: usb: f81604: handle short interrupt urb messages properly
 2026-03-02 10:08 UTC  (2+ messages)

[RFC PATCH 0/7] vfio/pci: Add mmap() for DMABUFs
 2026-03-02 10:07 UTC  (9+ messages)
` [RFC PATCH 3/7] vfio/pci: Support mmap() of a DMABUF

[PATCH v10 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-03-02 10:07 UTC  (3+ messages)
` [PATCH v10 7/7] "

[PATCH] can: ucan: Fix infinite loop from zero-length messages
 2026-03-02 10:06 UTC  (2+ messages)

[PATCH] bus: mhi: host: pci_generic: Switch to async power up to avoid boot delays
 2026-03-02 10:06 UTC  (3+ messages)

[PATCH 00/14] xattr: rework simple xattrs and support user.* xattrs on sockets
 2026-03-02 10:06 UTC  (8+ messages)
` [PATCH 04/14] kernfs: adapt to rhashtable-based simple_xattrs with lazy allocation
` [PATCH 05/14] pidfs: adapt to rhashtable-based simple_xattrs

[PATCH v2] rcu: Latch normal synchronize_rcu() path on flood
 2026-03-02 10:04 UTC 

[PATCH v2 0/2] selftests/bpf: fix bpf_cookie failures
 2026-03-02 10:02 UTC  (5+ messages)
` [PATCH v2 1/2] selftests/bpf: bpf_cookie: skip kprobe_multi tests without bpf_testmod
` [PATCH v2 2/2] selftests/bpf: bpf_cookie: make perf_event subtest trigger reliably

[PATCH v4] fs/resctrl: Add CONFIG_RESCTRL_ASSIGN_FIXED Kconfig entry
 2026-03-02 10:02 UTC  (3+ messages)

[PATCH] can: usb: etas_es58x: correctly anchor the urb in the read bulk callback
 2026-03-02 10:01 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] emit ENDBR/BTI instructions for indirect jump targets
 2026-03-02 10:27 UTC  (6+ messages)
` [PATCH bpf-next v5 1/5] bpf: Move JIT for single-subprog programs to verifier
` [PATCH bpf-next v5 2/5] bpf: Pass bpf_verifier_env to jit
` [PATCH bpf-next v5 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v5 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v5 5/5] bpf, arm64: Emit BTI for indirect jump target

[PATCH v6 0/3] fuse: compound commands
 2026-03-02  9:56 UTC  (4+ messages)
` [PATCH v6 1/3] fuse: add compound command to combine multiple requests
    `  "

[PATCH v2] sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting
 2026-03-02 10:01 UTC 

[PATCH v1 0/3] gpio: Add Phytium platform GPIO controller support
 2026-03-02 10:01 UTC  (2+ messages)

[PATCH v2] ALSA: hda/hdmi: Add Tegra238 HDA codec device ID
 2026-03-02 10:00 UTC  (2+ messages)

[PATCH 0/5] media: iris: add support for purwa platform
 2026-03-02  9:59 UTC  (3+ messages)
` [PATCH 4/5] media: iris: Add platform data for X1P42100

[PATCH v2 0/6] Fixes to Tegra USB role switching and phy handling
 2026-03-02  9:59 UTC  (2+ messages)

[PATCH 0/9] ALSA: usb-audio: Add quirks for linear volume devices and deconflict VID
 2026-03-02  9:59 UTC  (4+ messages)
` [PATCH 4/9] ALSA: usb-audio: Support string-descriptor-based quirk table entry

[PATCH v4 0/3] regcache: Avoid accessing non-initialised cache
 2026-03-02  9:56 UTC  (4+ messages)
` [PATCH v4 1/3] regcache: Move HW readback after cache initialisation
` [PATCH v4 2/3] regcache: Define iterator inside for-loop and align their types
` [PATCH v4 3/3] regcache: Amend printf() specifiers when printing registers

[PATCH] exfat: initialize caching fields during inode allocation
 2026-03-02  9:58 UTC  (2+ messages)

[PATCH v3 0/2] dt-bindings: display: msm: Fix Glymur DP controller reg ranges and clock
 2026-03-02  9:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: msm: Fix reg ranges and clocks on Glymur
` [PATCH v3 2/2] dt-bindings: display: msm: Fix reg ranges for DP example node

[RFC v11 0/4] PolarFire SoC GPIO interrupt support
 2026-03-02  9:58 UTC  (6+ messages)
` [RFC v11 1/4] gpio: mpfs: Add "
` [RFC v11 3/4] soc: microchip: add mpfs gpio interrupt mux driver

[PATCH v2 0/6] support batched checking of the young flag for MGLRU
 2026-03-02  9:57 UTC  (3+ messages)
` [PATCH v2 5/6] mm: "

[PATCH] slab: distinguish lock and trylock for sheaf_flush_main()
 2026-03-02  9:56 UTC  (3+ messages)

[RFC PATCH net-next] tcp: Add net.ipv4.tcp_purge_receive_queue sysctl
 2026-03-02  9:55 UTC  (3+ messages)

[PATCH slab/for-next-fixes] mm/slab: allow sheaf refill if blocking is not allowed
 2026-03-02  9:55 UTC 

drivers/cpufreq/sun50i-cpufreq-nvmem.c:229:20: sparse: sparse: cast to restricted __le32
 2026-03-02  9:54 UTC 

drivers/mfd/ls2k-bmc-core.c:108:14: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-03-02  9:54 UTC 

[PATCH net-next v1 1/1] i40e: Add missing header
 2026-03-02  9:51 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH 0/2] usb: cdns3: USBSSP platform driver support
 2026-03-02  9:33 UTC  (8+ messages)
` [PATCH 2/2] dt-bindings: usb: cdns,usb3: Add support for USBSSP

[PATCH v2 0/3] Add support for Seeed Studio BeagleBone HDMI cape overlay
 2026-03-02  9:50 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: cy8c95x0: Avoid returning positive values to user space
 2026-03-02  9:50 UTC  (2+ messages)

[PATCH v1 0/4] Allow order zero pages in page reporting
 2026-03-02  9:50 UTC  (11+ messages)
` [PATCH v1 4/4] page_reporting: change PAGE_REPORTING_DEFAULT_ORDER to -1

[PATCH] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-02  9:47 UTC  (9+ messages)

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-03-02  9:46 UTC  (6+ messages)
` [PATCH 1/4] ns: add bpf hooks

[PATCH v2] phy: qcom: qmp-combo: Move pipe_clk on/off to common
 2026-03-02  9:45 UTC  (2+ messages)

[PATCH] gpio: nomadik: repair some kernel-doc comments
 2026-03-02  9:42 UTC  (2+ messages)

[PATCH v2] phy: qcom: m31-eusb2: Make USB repeater optional
 2026-03-02  9:42 UTC  (2+ messages)

[RFC v1 00/11] Add iMX95 neoisp driver
 2026-03-02  9:41 UTC  (7+ messages)
` [RFC v1 01/11] media: uapi: v4l2-isp: Add v4l2 ISP extensible statistics definitions
    `  "

[PATCH v5 0/2] Fix compiler warnings/errors in SUNRPC and MACB
 2026-03-02  9:40 UTC  (3+ messages)
` [PATCH v5 1/2] sunrpc: simplify dfprintk macros and fix nfsd build error

[PATCH RFT v2] drm/msm/dpu: enable virtual planes by default
 2026-03-02  9:39 UTC  (2+ messages)

[PATCH v5 0/8] Thunderbolt and DP altmode support for cros-ec-typec
 2026-03-02  9:36 UTC  (3+ messages)
` [PATCH v5 7/8] platform/chrome: cros_ec_typec: Thunderbolt support

[PATCH] x86/cpu/centaur: Disable X86_FEATURE_FSGSBASE on Zhaoxin C4600
 2026-03-02  9:36 UTC  (4+ messages)

[PATCH v2 0/2] (no cover subject)
 2026-03-02  9:36 UTC  (2+ messages)

[PATCH 0/4] Fix AM62A/J722S C7XV DSP reset variation
 2026-03-02  9:34 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: k3-dsp: Add C7xv dsp variant for J722S

[PATCH 0/2] bus: mhi: ep: Fix state_lock protection issues
 2026-03-02  9:33 UTC  (3+ messages)
` [PATCH 2/2] bus: mhi: ep: Add missing state_lock protection for mhi_state accesses

[PATCH 0/9] accel: New driver for NXP's Neutron NPU
 2026-03-02  9:31 UTC  (4+ messages)
` [PATCH 7/9] accel/neutron: Add job submission IOCTL

[PATCH v2] ocfs2: fix deadlock when creating quota file
 2026-03-02  9:29 UTC  (2+ messages)

[PATCH v2 0/3] lib: polynomial: Move to math/ and clean up
 2026-03-02  9:28 UTC  (4+ messages)
` [PATCH v2 1/3] lib: polynomial: Move to math/ subfolder
` [PATCH v2 2/3] lib: math: polynomial: Don't use 'proxy' headers
` [PATCH v2 3/3] lib: math: polynomial: Remove link to non-exist file and fix spelling

[PATCH v6 00/30] pkeys-based page table hardening
 2026-03-02  9:27 UTC  (2+ messages)

[PATCH v2 0/3] media: qcom: iris: Add support for Gen2 firmware detection and loading on SC7280
 2026-03-02  9:26 UTC  (4+ messages)
` [PATCH v2 3/3] media: "

[PATCH] staging: nvec: kbd: use -EINVAL instead of -1
 2026-03-02  9:26 UTC  (2+ messages)

fs/ext4/extents-test.c:59:3: sparse: sparse: symbol 'k_ctx' was not declared. Should it be static?
 2026-03-02  9:23 UTC 

[PATCH] drivers/hwtracing/coresight: remove unneeded variable in tmc_crashdata_release()
 2026-03-02  9:24 UTC  (2+ messages)

[PATCH v3 net-next 0/3] net: enetc: add port MDIO support for both i.MX94 and i.MX95
 2026-03-02  9:24 UTC  (5+ messages)
` [PATCH v3 net-next 1/3] net: enetc: set the external PHY address in IERB for port MDIO usage

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-02  9:22 UTC  (5+ messages)
` [PATCH v6 01/13] mm/migrate_device: Introduce migrate_pfn_from_page() helper

[PATCH v3] media: v4l2-flash: Enter LED off state after file handle closed
 2026-03-02  9:22 UTC  (5+ messages)

[PATCH] xfrm: update outdated comment
 2026-03-02  9:21 UTC  (2+ messages)

[PATCH 1/3] staging: axis-fifo: simplify resource mapping
 2026-03-02  9:19 UTC  (2+ messages)

[PATCH v3 00/13] Introducing the Mobileye EyeQ6Lplus SoC
 2026-03-02  9:19 UTC  (4+ messages)

[PATCH v2 0/9] dma-buf: heaps: Turn heaps into modules
 2026-03-02  9:19 UTC  (4+ messages)
` [PATCH v2 6/9] mm: cma: Export cma_get_name

[PATCH RFC 00/18] accel/qda: Introduce Qualcomm DSP Accelerator driver
 2026-03-02  9:19 UTC  (4+ messages)
` [PATCH RFC 12/18] accel/qda: Add PRIME dma-buf import support

[PATCH net-next v2 1/1] i40e: Add missing wordpart.h header
 2026-03-02  9:18 UTC 


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