linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-18 11:21:35 to 2025-06-18 12:28:09 UTC [more...]

[PATCH v2 0/5] net: use new GPIO line value setter callbacks
 2025-06-18 12:27 UTC  (5+ messages)
` [PATCH v2 1/5] net: dsa: vsc73xx: "
` [PATCH v2 2/5] net: dsa: mt7530: "

[PATCH v4 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-18 12:27 UTC  (4+ messages)
    ` [PATCH v4 1/9] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v4 2/9] rust: pwm: Add core 'Device' and 'Chip' object wrappers
    ` [PATCH v4 3/9] rust: pwm: Add driver operations trait and registration support

[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-06-18 12:27 UTC  (5+ messages)
` [PATCH v11 1/4] rust: types: Add Ownable/Owned types
` [PATCH v11 2/4] rust: Split `AlwaysRefCounted` into two traits
` [PATCH v11 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v11 4/4] rust: Add `OwnableRefCounted`

[PATCH v2 0/2] module: Fix memory deallocation on error path in move_module()
 2025-06-18 12:26 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] module: Avoid unnecessary return value initialization "

[PATCH v2 0/7] media: use new GPIO line value setter callbacks
 2025-06-18 12:26 UTC  (2+ messages)

[PATCH v2 1/2] Revert "usb: gadget: u_serial: Add null pointer check in gs_start_io"
 2025-06-18 12:26 UTC  (3+ messages)
` [PATCH v2 2/2] usb: gadget: u_serial: Fix race condition in TTY wakeup

[PATCH net-next v8 0/6] convert lan78xx driver to the PHYLINK
 2025-06-18 12:26 UTC  (7+ messages)
` [PATCH net-next v8 1/6] net: usb: lan78xx: Convert to PHYLINK for improved PHY and MAC management
` [PATCH net-next v8 2/6] net: usb: lan78xx: Rename EVENT_LINK_RESET to EVENT_PHY_INT_ACK
` [PATCH net-next v8 3/6] net: usb: lan78xx: Use ethtool_op_get_link to reflect current link status
` [PATCH net-next v8 4/6] net: usb: lan78xx: port link settings to phylink API
` [PATCH net-next v8 5/6] net: usb: lan78xx: Integrate EEE support with phylink LPI API
` [PATCH net-next v8 6/6] net: usb: lan78xx: remove unused struct members

[PATCH 0/8] Enhance Winbond SPI NAND support
 2025-06-18 12:24 UTC  (10+ messages)
` [PATCH 1/8] spi: spi-mem: Use picoseconds for calculating the op durations
` [PATCH 2/8] spi: spi-mem: Take into account the actual maximum frequency
` [PATCH 3/8] mtd: spinand: Fix macro alignment
` [PATCH 4/8] mtd: spinand: Add a frequency field to all READ_FROM_CACHE variants
` [PATCH 5/8] mtd: spinand: Add a ->configure_chip() hook
` [PATCH 6/8] mtd: spinand: winbond: Enable high-speed modes on w25n0xjw
` [PATCH 7/8] mtd: spinand: winbond: Enable high-speed modes on w35n0xjw
` [PATCH 8/8] mtd: spinand: winbond: Add comment about the maximum frequency

[PATCH v6 0/4] iio: accel: sca3000: simplify by using newer infrastructure
 2025-06-18 12:24 UTC  (3+ messages)

[PATCH v6 0/6] timers: Exclude isolated cpus from timer migation
 2025-06-18 12:22 UTC  (3+ messages)

[PATCH net-next v2] net: gianfar: Use device_get_named_child_node_count()
 2025-06-18 12:22 UTC 

[PATCH v8 00/13] media: rockchip: add a driver for the rockchip camera interface
 2025-06-18 12:21 UTC  (4+ messages)
` [PATCH v8 06/13] "

[PATCH v1] ACPICA: Refuse to evaluate a method if arguments are missing
 2025-06-18 12:21 UTC  (2+ messages)

[PATCH] firmware: smccc: support both conduits for getting hyp UUID
 2025-06-18 12:20 UTC  (5+ messages)

[PATCH v5 0/9] Introduce HDP support for STM32MP platforms
 2025-06-18 12:20 UTC  (3+ messages)

[PATCH] MIPS: ralink: Use min() to simplify code in rt_timer_config()
 2025-06-18 12:19 UTC 

[PATCH] net-next: gianfar: Use device_get_named_child_node_count()
 2025-06-18 12:20 UTC  (4+ messages)

[PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
 2025-06-18 12:19 UTC  (9+ messages)

[PATCH v6 00/23] Linux SBI MPXY and RPMI drivers
 2025-06-18 12:13 UTC  (24+ messages)
` [PATCH v6 01/23] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [PATCH v6 02/23] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [PATCH v6 03/23] RISC-V: Add defines for the SBI message proxy extension
` [PATCH v6 04/23] mailbox: Add common header for RPMI messages sent via mailbox
` [PATCH v6 05/23] mailbox: Allow controller specific mapping using fwnode
` [PATCH v6 06/23] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
` [PATCH v6 07/23] dt-bindings: clock: Add RPMI clock service message proxy bindings
` [PATCH v6 08/23] dt-bindings: clock: Add RPMI clock service controller bindings
` [PATCH v6 09/23] clk: Add clock driver for the RISC-V RPMI clock service group
` [PATCH v6 10/23] dt-bindings: Add RPMI system MSI message proxy bindings
` [PATCH v6 11/23] dt-bindings: Add RPMI system MSI interrupt controller bindings
` [PATCH v6 12/23] irqchip: Add driver for the RPMI system MSI service group
` [PATCH v6 13/23] ACPI: property: Refactor acpi_fwnode_get_reference_args()
` [PATCH v6 14/23] ACPI: property: Add support for cells property
` [PATCH v6 15/23] ACPI: scan: Update honor list for RPMI System MSI
` [PATCH v6 16/23] ACPI: RISC-V: Create interrupt controller list in sorted order
` [PATCH v6 17/23] ACPI: RISC-V: Add support to update gsi range
` [PATCH v6 18/23] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [PATCH v6 19/23] irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()
` [PATCH v6 20/23] mailbox/riscv-sbi-mpxy: Add ACPI support
` [PATCH v6 21/23] irqchip/riscv-rpmi-sysmsi: "
` [PATCH v6 22/23] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
` [PATCH v6 23/23] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers

[PATCH 0/7] Add ASPEED PCIe Root Complex support
 2025-06-18 12:15 UTC  (3+ messages)
` [PATCH 6/7] pinctrl: aspeed-g6: Add PCIe RC PERST pin group

[PATCH v3 0/2] Add ADI I3C Controller
 2025-06-18 12:15 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: i3c: Add adi-i3c-master

[PATCH] fs: fix the missing export of vfs_statx() and vfs_fstatat()
 2025-06-18 12:14 UTC 

[PATCH v5 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
 2025-06-18 12:12 UTC  (3+ messages)
` [PATCH v5 3/3] remoteproc: imx_rproc: detect and attach to pre-booted remote cores

[PATCH 0/3] Fix the Rockchip PinePhone Pro DTS warnings
 2025-06-18 12:12 UTC  (3+ messages)
` [PATCH 3/3] arm64: dts: rockchip: Remove unused property in PinePhone Pro MIPI panel

[PATCH net-next v4 00/11] net: fec: general + VLAN cleanups
 2025-06-18 12:12 UTC  (13+ messages)
` [PATCH net-next v4 01/11] net: fec: fix typos found by codespell
` [PATCH net-next v4 02/11] net: fec: struct fec_enet_private: remove obsolete comment
` [PATCH net-next v4 03/11] net: fec: switch from asm/cacheflush.h to linux/cacheflush.h
` [PATCH net-next v4 04/11] net: fec: sort the includes by alphabetic order
` [PATCH net-next v4 05/11] net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
` [PATCH net-next v4 06/11] net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
` [PATCH net-next v4 07/11] net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
` [PATCH net-next v4 08/11] net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()
` [PATCH net-next v4 09/11] net: fec: fec_enet_rx_queue(): reduce scope of data
` [PATCH net-next v4 10/11] net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()
` [PATCH net-next v4 11/11] net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()

[RFC] Potential problem in qspinlock due to mixed-size accesses
 2025-06-18 12:11 UTC  (4+ messages)

[PATCH] MAINTAINERS: drop bouncing Lakshmi Sowjanya D
 2025-06-18 12:10 UTC  (2+ messages)

[PATCH 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
 2025-06-18 12:08 UTC  (3+ messages)
` [PATCH 1/2] x86/mce: Fix missing address mask in recovery for errors "
` [PATCH 2/2] KVM: TDX: Do not clear poisoned pages

[tip: x86/urgent] x86/alternatives: Fix int3 handling failure from broken text_poke array
 2025-06-18 12:09 UTC 

[PATCH 00/16] pinctrl: use new GPIO line value setter callbacks
 2025-06-18 12:09 UTC  (2+ messages)

[RFC PATCH 0/2] mm/swap, memcg: Support per-cgroup swap device prioritization
 2025-06-18 12:07 UTC  (6+ messages)
` [RFC PATCH 1/2] mm/swap, memcg: basic structure and logic for per cgroup swap priority control

[PATCH 0/2] pinctrl: starfive: use new GPIO line value setter callbacks
 2025-06-18 12:06 UTC  (2+ messages)

[PATCH v12 0/1] vhost: Add support of kthread API
 2025-06-18 12:06 UTC  (3+ messages)
` [PATCH v12 1/1] vhost: Reintroduces support of kthread API and adds mode selection

[PATCH 0/2] pinctrl: cirrus: use new GPIO line value setter callbacks
 2025-06-18 12:05 UTC  (2+ messages)

[PATCH 0/5] Add support for Verisilicon IOMMU used by media codec blocks
 2025-06-18 12:04 UTC  (4+ messages)
` [PATCH 3/5] iommu: Add verisilicon IOMMU driver

[PATCH v5 0/2] ESWIN EIC7700 pinctrl driver
 2025-06-18 12:03 UTC  (2+ messages)

[PATCH v11 0/7] Introduction of PSCR Framework and Related Components
 2025-06-18 12:02 UTC  (8+ messages)
` [PATCH v11 1/7] power: Extend power_on_reason.h for upcoming PSCRR framework
` [PATCH v11 2/7] reboot: hw_protection_trigger: use standardized numeric shutdown/reboot reasons instead of strings
` [PATCH v11 3/7] power: reset: Introduce PSCR Recording Framework for Non-Volatile Storage
` [PATCH v11 4/7] nvmem: provide consumer access to cell size metrics
` [PATCH v11 5/7] nvmem: add support for device and sysfs-based cell lookups
` [PATCH v11 6/7] power: reset: add PSCR NVMEM Driver for Recording Power State Change Reasons
` [PATCH v11 7/7] Documentation: Add sysfs documentation for PSCRR reboot reason tracking

[PATCH 6.6 000/356] 6.6.94-rc1 review
 2025-06-18 12:02 UTC  (2+ messages)

[PATCH v1] mmc: Convert ternary operator to str_plural() helper
 2025-06-18 11:59 UTC 

[PATCH 0/6] selftests/mm: Fix false positives and skip unsupported tests
 2025-06-18 11:59 UTC  (10+ messages)
` [PATCH 1/6] mm/selftests: Fix virtual_address_range test issues

[PATCH 00/12] gpio: convert another round of GPIO drivers to using new line value setters
 2025-06-18 11:59 UTC  (3+ messages)
` [PATCH 01/12] gpio: mmio: use new GPIO line value setter callbacks

[PATCH 6.15 000/780] 6.15.3-rc1 review
 2025-06-18 11:58 UTC  (2+ messages)

[PATCH] x86: alternative: Fix int3 handling failure from broken text_poke array
 2025-06-18 11:57 UTC  (2+ messages)

[PATCH v2] pinctrl: qcom: msm: mark certain pins as invalid for interrupts
 2025-06-18 11:57 UTC  (2+ messages)

[RFC PATCH] PM: Optionally block user fork during freeze to improve performance
 2025-06-18 11:54 UTC  (10+ messages)

[PATCH v2 0/7] mfd: tps6594: Add TI TPS652G1 support
 2025-06-18 11:52 UTC  (3+ messages)
` [PATCH v2 3/7] pinctrl: pinctrl-tps6594: Add TPS652G1 PMIC pinctrl and GPIO

[RRC v1 2/3] thermal/drivers/exynos: Handle temperature threshold interrupts and clear corresponding IRQs
 2025-06-18 11:52 UTC  (2+ messages)

perf usage of arch/arm64/include/asm/cputype.h
 2025-06-18 11:51 UTC  (12+ messages)

[PATCH v2 0/3] Switch get/put unaligned to use memcpy
 2025-06-18 11:42 UTC  (4+ messages)
` [PATCH v2 1/3] vdso: Switch get/put unaligned from packed struct to memcpy

[RFC PATCH] nfsd: convert the nfsd_users to atomic_t
 2025-06-18 11:50 UTC  (2+ messages)

[PATCH v2] md/raid1: Fix stack memory use after return in raid1_reshape
 2025-06-18 11:47 UTC  (14+ messages)

[PATCH v6 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-18 11:46 UTC  (16+ messages)
` [PATCH v6 01/15] docs: conf.py: properly handle include and exclude patterns
` [PATCH v6 02/15] docs: Makefile: disable check rules on make cleandocs
` [PATCH v6 03/15] docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
` [PATCH v6 04/15] tools: ynl_gen_rst.py: Split library from command line tool
` [PATCH v6 05/15] docs: netlink: index.rst: add a netlink index file
` [PATCH v6 06/15] tools: ynl_gen_rst.py: cleanup coding style
` [PATCH v6 07/15] docs: sphinx: add a parser for yaml files for Netlink specs
` [PATCH v6 08/15] docs: use parser_yaml extension to handle "
` [PATCH v6 09/15] docs: uapi: netlink: update netlink specs link
` [PATCH v6 10/15] tools: ynl_gen_rst.py: drop support for generating index files
` [PATCH v6 11/15] docs: netlink: remove obsolete .gitignore from unused directory
` [PATCH v6 12/15] MAINTAINERS: add netlink_yml_parser.py to linux-doc
` [PATCH v6 13/15] tools: netlink_yml_parser.py: add line numbers to parsed data
` [PATCH v6 14/15] docs: parser_yaml.py: add support for line numbers from the parser
` [PATCH v6 15/15] docs: sphinx: add a file with the requirements for lowest version

[PATCH 5.10/5.15 1/1] fuse: don't increment nlink in link()
 2025-06-18 11:44 UTC 

[PATCH v5 00/15] Don't generate netlink .rst files inside $(srctree)
 2025-06-18 11:44 UTC  (4+ messages)
` [PATCH v5 01/15] docs: conf.py: properly handle include and exclude patterns

[PATCH v11 0/6] reset: spacemit: add K1 reset support
 2025-06-18 11:42 UTC  (5+ messages)
` [PATCH v11 5/6] reset: spacemit: add support for SpacemiT CCU resets

[PATCH] md/raid1: change r1conf->r1bio_pool to a pointer type
 2025-06-18 11:41 UTC 

[PATCH 0/2] Postpone memcg reclaim to return-to-user path
 2025-06-18 11:39 UTC  (3+ messages)
` [PATCH 1/2] mm: memcg: introduce PF_MEMALLOC_ACCOUNTFORCE to postpone reclaim to return-to-userland path
` [PATCH 2/2] jbd2: mark the transaction context with the scope PF_MEMALLOC_ACFORCE context

[PATCH v2 0/2] Bug fixes to mlxbf-pmc
 2025-06-18 11:39 UTC  (3+ messages)
` [PATCH v2 1/2] platform/mellanox: mlxbf-pmc: Replace strcmp with strncmp
` [PATCH v2 2/2] platform/mellanox: mlxbf-pmc: Validate event/enable input

[PATCH rc 0/4] Fix iommufd selftest FAIL and warnings with v6.16
 2025-06-18 11:38 UTC  (9+ messages)
` [PATCH rc 1/4] iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizes

[PATCH v2] fgraph: Do not enable function_graph tracer when setting funcgraph-args
 2025-06-18 11:38 UTC 

[PATCH v1 0/3] Add Rust bindings for device property child nodes and reference args
 2025-06-18 11:37 UTC  (5+ messages)
` [PATCH v1 3/3] samples: rust: platform: Add property child and reference args examples

[PATCH v3 00/12] MMU related improvements for KVM RISC-V
 2025-06-18 11:35 UTC  (13+ messages)
` [PATCH v3 01/12] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH v3 02/12] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH v3 03/12] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [PATCH v3 04/12] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH v3 05/12] RISC-V: KVM: Don't flush TLB when PTE is unchanged
` [PATCH v3 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v3 07/12] RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()
` [PATCH v3 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v3 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH v3 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v3 11/12] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH v3 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs

[PATCH] arm64/ptdump: Ensure memory hotplug is prevented during ptdump_check_wx()
 2025-06-18 11:36 UTC  (4+ messages)

[BUG] Kernel panic in __migrate_swap_task() on 6.16-rc2 (NULL pointer dereference)
 2025-06-18 11:34 UTC  (3+ messages)

[PATCH] mfd: fix building without CONFIG_OF
 2025-06-18 11:32 UTC  (3+ messages)
` [PATCH] pinctrl: Use dev_fwnode()

[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
 2025-06-18 11:32 UTC  (11+ messages)

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

[PATCH] fgraph: Keep track of when fgraph_ops are registered or not
 2025-06-18 11:31 UTC 

[PATCH V2 net-next 0/8] There are some cleanup for hns3 driver
 2025-06-18 11:29 UTC  (5+ messages)
` [PATCH V2 net-next 7/8] net: hns3: add complete parentheses for some macros
` [PATCH V2 net-next 8/8] net: hns3: clear hns alarm: comparison of integer expressions of different signedness

[PATCH v2 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
 2025-06-18 11:27 UTC  (2+ messages)

SCHED_DEADLINE tasks missing their deadline with SCHED_FLAG_RECLAIM jobs in the mix (using GRUB)
 2025-06-18 11:24 UTC  (11+ messages)

[PATCH v2 0/2] bpf, verifier: Improve precision of BPF_ADD and BPF_SUB
 2025-06-18 11:24 UTC  (3+ messages)
` [PATCH v2 1/2] bpf, verifier: Improve precision for "

[PATCH v3] arm64: Enable vmalloc-huge with ptdump
 2025-06-18 11:21 UTC  (5+ messages)

CVE-2025-38046: xen: Add support for XenServer 6.1 platform device
 2025-06-18 11:21 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).