messages from 2025-03-05 21:41:26 to 2025-03-06 00:01:50 UTC [more...]
[PATCH v6 0/3] Add support for AD7191
2025-03-06 0:01 UTC (2+ messages)
[PATCH v4 0/2] Add stop_on_panic support for watchdog
2025-03-06 0:00 UTC (11+ messages)
` [PATCH v4 1/2] watchdog: Add a new flag WDIOF_STOP_MAYSLEEP
` [PATCH v4 2/2] drivers: watchdog: Add support for panic notifier callback
[PATCH v2] staging: iio: ad9832: Use devm_regulator_get_enable()
2025-03-06 0:00 UTC
[PATCH v3] scripts: generate_rust_analyzer.py: add missing macros deps
2025-03-05 23:58 UTC (3+ messages)
[PATCH v9 0/7] mseal system mappings
2025-03-05 23:58 UTC (2+ messages)
[PATCH] nvme: remove multipath module parameter
2025-03-05 23:57 UTC (12+ messages)
[PATCH v5 0/5] Initial Nova Core series
2025-03-05 23:57 UTC (9+ messages)
` [PATCH v5 2/5] rust: firmware: introduce `firmware::ModInfoBuilder`
[RFC PATCH 05/16] mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()
2025-03-05 23:56 UTC (2+ messages)
[PATCH v3 0/6] rust: treewide: add missing newlines to printing calls
2025-03-05 23:55 UTC (3+ messages)
` [PATCH v3 6/6] rust: samples: add missing newline to pr_info! calls in rust_print_main
[PATCH] net-sysfs: fix NULL pointer dereference
2025-03-05 23:53 UTC
[REGRESSION][BISECTED] Some applications under Windows 11 libvirt VM crash since commit 408eb7417a92c5354c7be34f7425b305dfe30ad9
2025-03-05 23:51 UTC (2+ messages)
[PATCH] staging: iio: adis16203: Remove unneeded spi_set_drvdata()
2025-03-05 23:50 UTC (2+ messages)
[PATCH v2] staging: iio: adis16203: Remove unneeded spi_set_drvdata()
2025-03-05 23:49 UTC
[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates
2025-03-05 23:49 UTC (3+ messages)
[PATCH v1 0/4] Add T-Head TH1520 VO clock support for LicheePi 4A GPU enablement
2025-03-05 23:47 UTC (3+ messages)
` [PATCH v1 4/4] clk: thead: Add GPU clock gate control with CLKGEN reset support
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-03-05 23:41 UTC (2+ messages)
[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
2025-03-05 23:41 UTC (5+ messages)
` [LSF/MM] CXL Boot to Bash - Section 0: ACPI and Linux Resources
[PATCH v5 1/4] ACPI: APEI: Move apei_hest_parse() to apei.h
2025-03-05 23:34 UTC (2+ messages)
[PATCH v7 00/45] arm64: Support for Arm CCA in KVM
2025-03-05 23:31 UTC (5+ messages)
` [PATCH v7 09/45] kvm: arm64: Expose debug HW register numbers for Realm
[PATCHSET 0/7] perf annotate: Add --code-with-type option
2025-03-05 23:31 UTC (3+ messages)
[patch rdma-next v4 1/2] net: mana: Change the function signature of mana_get_primary_netdev_rcu
2025-03-05 23:29 UTC (4+ messages)
` [patch rdma-next v4 2/2] RDMA/mana_ib: Handle net event for pointing to the current netdev
` [EXTERNAL] Re: [patch rdma-next v4 1/2] net: mana: Change the function signature of mana_get_primary_netdev_rcu
[PATCH] perf report: Do not process non-JIT BPF ksymbol events
2025-03-05 23:28 UTC
[PATCH v3 0/9] Add support to load QUP SE firmware from
2025-03-05 23:27 UTC (3+ messages)
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
[PATCH v2] ipe: add errno field to IPE policy load auditing
2025-03-05 23:27 UTC (6+ messages)
` [PATCH v3] "
[PATCH net] net: mana: Support holes in device list reply msg
2025-03-05 23:25 UTC (2+ messages)
[PATCH v2] blk-throttle: fix lower bps rate by throtl_trim_slice()
2025-03-05 23:25 UTC (2+ messages)
[RFC PATCH 0/7] Add Linux Motion Control subsystem
2025-03-05 23:21 UTC (5+ messages)
` [RFC PATCH 1/7] drivers: Add motion control subsystem
[PATCH v2 3/3] soc: aspeed: lpc-pcc: Add PCC controller support
2025-03-05 23:19 UTC (2+ messages)
include/asm-generic/io.h:733:14: error: call to 'insw' declared with attribute error: insw() requires HAS_IOPORT
2025-03-05 23:19 UTC
[RFC PATCH 02/16] mm/madvise: split out populate behavior check logic
2025-03-05 23:18 UTC (2+ messages)
[PATCH v1] dmaengine: dmatest: Fix dmatest waiting less when interrupted
2025-03-05 23:14 UTC (2+ messages)
[RFC PATCH 01/16] mm/madvise: use is_memory_failure() from madvise_do_behavior()
2025-03-05 23:13 UTC (2+ messages)
[RFC v3 01/33] rust: drm: Add a small handful of fourcc bindings
2025-03-05 22:59 UTC (33+ messages)
` [RFC v3 02/33] rust: drm: Add traits for registering KMS devices
` [RFC v3 03/33] rust: drm/kms: Introduce the main ModeConfigObject traits
` [RFC v3 04/33] rust: drm/kms: Add drm_connector bindings
` [RFC v3 05/33] rust: drm/kms: Add drm_plane bindings
` [RFC v3 06/33] rust: drm/kms: Add drm_crtc bindings
` [RFC v3 07/33] rust: drm/kms: Add drm_encoder bindings
` [RFC v3 08/33] rust: drm/kms: Add UnregisteredConnector::attach_encoder()
` [RFC v3 09/33] rust: drm/kms: Add DriverConnector::get_mode callback
` [RFC v3 10/33] rust: drm/kms: Add ConnectorGuard::add_modes_noedid()
` [RFC v3 11/33] rust: drm/kms: Add ConnectorGuard::set_preferred_mode
` [RFC v3 12/33] rust: drm/kms: Add RawConnector and RawConnectorState
` [RFC v3 13/33] rust: drm/kms: Add RawPlane and RawPlaneState
` [RFC v3 14/33] rust: drm/kms: Add OpaqueConnector and OpaqueConnectorState
` [RFC v3 15/33] rust: drm/kms: Add OpaqueCrtc and OpaqueCrtcState
` [RFC v3 16/33] rust: drm/kms: Add OpaquePlane and OpaquePlaneState
` [RFC v3 17/33] rust: drm/kms: Add OpaqueEncoder
` [RFC v3 18/33] rust: drm/kms: Add drm_atomic_state bindings
` [RFC v3 19/33] rust: drm/kms: Add DriverCrtc::atomic_check()
` [RFC v3 20/33] rust: drm/kms: Add DriverPlane::atomic_update()
` [RFC v3 21/33] rust: drm/kms: Add DriverPlane::atomic_check()
` [RFC v3 22/33] rust: drm/kms: Add RawCrtcState::active()
` [RFC v3 23/33] rust: drm/kms: Add RawPlaneState::crtc()
` [RFC v3 24/33] rust: drm/kms: Add RawPlaneState::atomic_helper_check()
` [RFC v3 25/33] rust: drm/kms: Add drm_framebuffer bindings
` [RFC v3 26/33] rust: drm/kms: Add RawPlane::framebuffer()
` [RFC v3 27/33] rust: drm/kms: Add DriverCrtc::atomic_begin() and atomic_flush()
` [RFC v3 28/33] rust: drm/kms: Add DriverCrtc::atomic_enable() and atomic_disable()
` [RFC v3 29/33] rust: drm: Add Device::event_lock()
` [RFC v3 30/33] rust: drm/kms: Add Device::num_crtcs()
` [RFC v3 31/33] rust: drm/kms: Add VblankSupport
` [RFC v3 32/33] rust: drm/kms: Add Kms::atomic_commit_tail
` [RFC v3 33/33] drm: Introduce RVKMS!
[PATCH v2] PCI: pciehp: Fix system hang during resume with daisy-chained hotplug controllers
2025-03-05 23:09 UTC (2+ messages)
[PATCH v8 00/10] Basic SEV-SNP Selftests
2025-03-05 23:00 UTC (11+ messages)
` [PATCH v8 01/10] KVM: SEV: Disable SEV-SNP support on initialization failure
` [PATCH v8 02/10] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
` [PATCH v8 03/10] KVM: selftests: Add vmgexit helper
` [PATCH v8 04/10] KVM: selftests: Add SMT control state helper
` [PATCH v8 05/10] KVM: selftests: Replace assert() with TEST_ASSERT_EQ()
` [PATCH v8 06/10] KVM: selftests: Introduce SEV VM type check
` [PATCH v8 07/10] KVM: selftests: Add library support for interacting with SNP
` [PATCH v8 08/10] KVM: selftests: Force GUEST_MEMFD flag for SNP VM type
` [PATCH v8 09/10] KVM: selftests: Abstractions for SEV to decouple policy from type
` [PATCH v8 10/10] KVM: selftests: Add a basic SEV-SNP smoke test
[PATCH] rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Option<KBox<T>>`
2025-03-05 23:02 UTC (2+ messages)
[RFC PATCH 00/16] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
2025-03-05 23:02 UTC (2+ messages)
[PATCH v7] rust: alloc: satisfy POSIX alignment requirement
2025-03-05 23:02 UTC (2+ messages)
[PATCH] rust: remove leftover mentions of the `alloc` crate
2025-03-05 23:01 UTC (2+ messages)
[PATCH RESEND v4 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
2025-03-05 23:00 UTC (5+ messages)
` [PATCH RESEND v4 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH RESEND v4 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH RESEND v4 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH RESEND v4 4/4] entry: Inline syscall_exit_to_user_mode()
[PATCH iwl-next v8 00/11] igc: Add support for Frame Preemption feature in IGC
2025-03-05 22:58 UTC (9+ messages)
` [PATCH iwl-next v8 01/11] net: stmmac: move frag_size handling out of spin_lock
` [PATCH iwl-next v8 03/11] net: ethtool: mm: reset verification status when link is down
` [PATCH iwl-next v8 05/11] igc: optimize the TX packet buffer utilization
` [PATCH iwl-next v8 06/11] igc: set the RX packet buffer size for TSN mode
[RFC PATCH 00/16] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
2025-03-05 22:58 UTC (2+ messages)
[PATCH 0/6 v2] Fixups for kernel maps insertion
2025-03-05 22:55 UTC (4+ messages)
[PATCH v8] riscv: Add runtime constant support
2025-03-05 22:53 UTC
[PATCH 0/2] cpupower-monitor fix error legs and remove hard-codes
2025-03-05 22:53 UTC (3+ messages)
` [PATCH 1/2] pm: cpupower: Fix cmd_monitor() error legs to free cpu_topology
` [PATCH 2/2] pm: cpupower: remove hard-coded topology depth values
[PATCH] EDAC: fix dev_set_name() format string
2025-03-05 22:51 UTC (2+ messages)
[PATCH] x86: coco: mark cc_mask as __maybe_unused
2025-03-05 22:50 UTC (6+ messages)
[RESEND PATCH] arm64: dts: nvidia: Remove unused and undocumented "regulator-ramp-delay-scale" property
2025-03-05 22:49 UTC
[PATCH v3 0/8] riscv: Unaligned access speed probing fixes and skipping
2025-03-05 22:48 UTC (2+ messages)
[PATCH] dt-bindings: clock: ti: Convert ti-clkctrl.txt to json-schema
2025-03-05 22:47 UTC
[PATCH] pipe_read: don't wake up the writer if the pipe is still full
2025-03-05 22:46 UTC (12+ messages)
[PATCH 0/2] MAINTAINERS: update my email address
2025-03-05 22:46 UTC (5+ messages)
` [PATCH 1/2] MAINTAINERS: use kernel.org alias
` [PATCH 2/2] mailmap: remap all addresses to "
[RFC PATCH 00/16] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
2025-03-05 22:46 UTC (2+ messages)
6.13/regression/bisected - new nvme timeout errors
2025-03-05 22:44 UTC (3+ messages)
[RESEND PATCH] mux: Convert mux_control_ops to a flex array member in mux_chip
2025-03-05 22:42 UTC (6+ messages)
[PATCH 0/3] platform/x86: dell-ddv: Rework battery temperature handling
2025-03-05 22:39 UTC (2+ messages)
[PATCH v9 0/8] Buddy allocator like (or non-uniform) folio split
2025-03-05 22:38 UTC (11+ messages)
` [PATCH v9 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
2025-03-05 22:33 UTC (11+ messages)
` [PATCH v2 2/5] x86/mce: dump error msg from severities
[PATCH V3 0/2] rust: Add basic clock abstractions
2025-03-05 22:31 UTC (7+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions
[RFC PATCH v2 0/2] Extend mmio-mux driver to configure mux with new DT property
2025-03-05 22:30 UTC (8+ messages)
` [RFC PATCH v2 1/2] devicetree: bindings: mux: reg-mux: Update bindings for reg-mux for new property
[PATCH 0/8] mm/damon: add sysfs dirs for managing DAMOS filters based on handling layers
2025-03-05 22:27 UTC (9+ messages)
` [PATCH 1/8] mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for different named directories
` [PATCH 2/8] mm/damon/sysfs-schemes: implement core_filters and ops_filters directories
` [PATCH 3/8] mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directories
` [PATCH 4/8] mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callers
` [PATCH 5/8] mm/damon/sysfs-schemes: record filters of which layer should be added to the given filters directory
` [PATCH 6/8] mm/damon/sysfs-schemes: return error when for attempts to install filters on wrong sysfs directory
` [PATCH 7/8] Docs/ABI/damon: document {core,ops}_filters directories
` [PATCH 8/8] Docs/admin-guide/mm/damon/usage: update for "
[PATCH v8 0/2] Add PCIe Root Port support for Agilex family of chips
2025-03-05 22:25 UTC (2+ messages)
[PATCH 8/8] Docs/admin-guide/mm/damon/usage: update for {core,ops}_filters directories
2025-03-05 22:23 UTC (2+ messages)
[PATCH 0/2] Add bindings and DTS for the Agilex7 M-Series SoCDK
2025-03-05 22:23 UTC (2+ messages)
[PATCH 1/2] dt-bindings: mfd: syscon: Add rk3528 QoS register compatible
2025-03-05 22:23 UTC (3+ messages)
[PATCH 0/7] Add RK3576 SAI Audio Controller Support
2025-03-05 22:21 UTC (3+ messages)
` [PATCH 2/7] clk: rockchip: add support for GRF gated clocks
[PATCH] PCI: Add PCI quirk to disable L0s ASPM state for RTL8125 2.5GbE Controller
2025-03-05 22:20 UTC (2+ messages)
[PATCH -tip] x86/locking/atomic: Use asm_inline for atomic locking insns
2025-03-05 22:18 UTC (10+ messages)
[PATCH v5 0/7] Move initializing SEV/SNP functionality to KVM
2025-03-05 22:17 UTC (11+ messages)
` [PATCH v5 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
[PATCH v3 0/6] ASoC: q6apm: fix under runs and fragment sizes
2025-03-05 22:17 UTC (2+ messages)
[PATCH] rtc: pl031: document struct pl031_vendor_data members
2025-03-05 22:16 UTC
[PATCH V5] raid6: Add RISC-V SIMD syndrome and recovery calculations
2025-03-05 22:12 UTC (2+ messages)
[patch V2 00/17] posix-timers: Rework the global hash table and provide a sane mechanism for CRIU
2025-03-05 22:11 UTC (3+ messages)
` [patch V2 04/17] posix-timers: Remove a few paranoid warnings
[PATCH 0/3] Driver for Apple SPMI controller
2025-03-05 22:11 UTC (5+ messages)
` [PATCH 1/3] dt-bindings: spmi: Add "
` [PATCH 2/3] spmi: add a spmi driver for Apple SoC
[PATCH v2 00/16] a few rtc driver cleanups
2025-03-05 22:10 UTC (2+ messages)
[PATCH] initramfs_test: mark testcases as __refdata
2025-03-05 22:09 UTC (2+ messages)
[PATCH] x86/crc32: optimize tail handling for crc32c short inputs
2025-03-05 22:07 UTC (4+ messages)
[PATCH v6 0/5] x86/cpufeatures: Automatically generate required and disabled feature masks
2025-03-05 22:04 UTC (9+ messages)
` [PATCH v6 3/5] x86/cpufeatures: Generate a feature mask header based on build config
[PATCH v1] usb: core: fix pipe creation for get_bMaxPacketSize0
2025-03-05 22:02 UTC (2+ messages)
[PATCH v3 RESEND 0/2] Add LPS0 check() for pinctrl-amd
2025-03-05 22:01 UTC (3+ messages)
` [PATCH v3 RESEND 1/2] ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 case
` [PATCH v3 RESEND 2/2] pinctrl: amd: Add an LPS0 check() callback
[PATCH v12 2/3] rust: add dma coherent allocator abstraction
2025-03-05 22:01 UTC (18+ messages)
` Allow data races on some read/write operations
[PATCH v7 3/5] Add debugfs based silicon debug support in DWC
2025-03-05 21:57 UTC (5+ messages)
[PATCH 6.6 000/142] 6.6.81-rc1 review
2025-03-05 21:56 UTC (2+ messages)
[PATCH v2 0/2] phy: rockchip: usbdp: improve typec orientation handling
2025-03-05 21:52 UTC (6+ messages)
` [PATCH v2 2/2] phy: rockchip: usbdp: re-init the phy on orientation-change
[PATCH 0/3] perf list: Collapse similar events across PMUs
2025-03-05 21:51 UTC (3+ messages)
` [PATCH 3/3] perf list: Don't deduplicate core PMUs when listing events
[PATCH v4 0/8] bits: Fixed-type GENMASK()/BIT()
2025-03-05 21:50 UTC (8+ messages)
` [PATCH v4 4/8] bits: introduce fixed-type BIT
[PATCH] selftests: riscv: fix v_exec_initval_nolibc.c
2025-03-05 21:49 UTC (2+ messages)
linux-next: trees being removed
2025-03-05 21:47 UTC (4+ messages)
[PATCH RFC/RFT 00/12] clk: samsung: Use platform_driver_probe() to avoid __refdata
2025-03-05 21:43 UTC (13+ messages)
` [PATCH RFC/RFT 01/12] clk: samsung: exynos2200: "
` [PATCH RFC/RFT 02/12] clk: samsung: exynos4412-isp: "
` [PATCH RFC/RFT 03/12] clk: samsung: exynos5433: "
` [PATCH RFC/RFT 04/12] clk: samsung: exynos7870: "
` [PATCH RFC/RFT 05/12] clk: samsung: exynos7885: "
` [PATCH RFC/RFT 06/12] clk: samsung: exynos850: "
` [PATCH RFC/RFT 07/12] clk: samsung: exynos8895: "
` [PATCH RFC/RFT 08/12] clk: samsung: exynos990: "
` [PATCH RFC/RFT 09/12] clk: samsung: exynosautov9: "
` [PATCH RFC/RFT 10/12] clk: samsung: exynosautov920: "
` [PATCH RFC/RFT 11/12] clk: samsung: fsd: "
` [PATCH RFC/RFT 12/12] clk: samsung: gs101: "
[PATCH 00/12] clk: samsung: Use platform_driver_probe() to avoid __refdata
2025-03-05 21:43 UTC (2+ messages)
[PATCH 0/3] rockchip: Add support for onboard eMMC on Radxa E20C
2025-03-05 21:41 UTC (3+ messages)
` [PATCH 2/3] arm64: dts: rockchip: Add SDHCI controller for RK3528
` [PATCH 3/3] arm64: dts: rockchip: Enable onboard eMMC on Radxa E20C
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox