messages from 2026-04-01 13:48:56 to 2026-04-02 13:37:59 UTC [more...]
[PATCH v12 00/15] arm64/riscv: Add support for crashkernel CMA reservation
2026-04-02 13:36 UTC (20+ messages)
` [PATCH v12 01/15] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v12 02/15] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v12 03/15] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v12 04/15] arm64: kexec_file: "
` [PATCH v12 05/15] riscv: "
` [PATCH v12 06/15] LoongArch: kexec: "
` [PATCH v12 07/15] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v12 08/15] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v12 09/15] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v12 10/15] x86/kexec: "
` [PATCH v12 11/15] riscv: kexec_file: "
` [PATCH v12 12/15] LoongArch: kexec: "
` [PATCH v12 13/15] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v12 14/15] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v12 15/15] riscv: "
[PATCH v7 0/4] Support runtime configuration for per-VM's HGATP mode
2026-04-02 13:23 UTC (5+ messages)
` [PATCH v7 1/4] RISC-V: KVM: "
` [PATCH v7 2/4] RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstage
` [PATCH v7 3/4] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
` [PATCH v7 4/4] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-04-02 12:42 UTC (4+ messages)
[PATCH v3] doc: Add CPU Isolation documentation
2026-04-02 11:01 UTC (2+ messages)
[PATCH net-next 13/15] ice: add support for unmanaged DPLL on E830 NIC
2026-04-02 10:26 UTC (2+ messages)
` [net-next,13/15] "
[PATCH v2] doc: Add CPU Isolation documentation
2026-04-02 9:15 UTC (10+ messages)
[PATCH 0/5] Introduce Overflow Behavior Types
2026-04-02 9:13 UTC (27+ messages)
` [PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap
` [PATCH 5/5] types: Add standard __ob_trap and __ob_wrap scalar types
[PATCH v10 net-next 00/11] nbl driver for Nebulamatrix NICs
2026-04-02 9:06 UTC (13+ messages)
` [PATCH v10 net-next 02/11] net/nebula-matrix: add our driver architecture
` [PATCH v10 net-next 04/11] net/nebula-matrix: channel msg value and msg struct
` [PATCH v10 net-next 05/11] net/nebula-matrix: add channel layer
` [PATCH v10 net-next 06/11] net/nebula-matrix: add common resource implementation
` [PATCH v10 net-next 07/11] net/nebula-matrix: add intr "
` [PATCH v10 net-next 08/11] net/nebula-matrix: add vsi "
[PATCH RFC 00/18] accel/qda: Introduce Qualcomm DSP Accelerator driver
2026-04-02 8:51 UTC (14+ messages)
` [PATCH RFC 01/18] accel/qda: Add Qualcomm QDA DSP accelerator driver docs
` [PATCH RFC 12/18] accel/qda: Add PRIME dma-buf import support
[PATCH v5] PCI: s390: Expose the UID as an arch specific PCI slot attribute
2026-04-02 8:34 UTC (3+ messages)
[PATCH v3 0/2] drm: Rename drm_atomic_state
2026-04-02 8:23 UTC (3+ messages)
` [PATCH v3 1/2] drm: Rename struct drm_atomic_state to drm_atomic_commit
` [PATCH v3 2/2] Documentation: drm: Remove drm_atomic_state rename entry
[PATCH net-next v03 4/6] hinic3: Add ethtool rss ops
2026-04-02 7:17 UTC (2+ messages)
` "
[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
2026-04-02 7:12 UTC (95+ messages)
` [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
` [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
` [PATCH 13/33] rust: block: update `const_refs_to_static` "
` [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
` [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH 30/33] docs: rust: general-information: use real example
` [PATCH 31/33] rust: declare cfi_encoding for lru_status
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0
[PATCH v9 00/23] gpu: nova-core: Add memory management support
2026-04-02 5:59 UTC (20+ messages)
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v10 00/21] gpu: nova-core: Add memory management support
` [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v10 03/21] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v10 07/21] gpu: nova-core: mm: Add TLB flush support
` [PATCH v10 10/21] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB
[PATCH v3 00/27] mtd: spi-nor: Enhance software protection
2026-04-02 5:40 UTC (3+ messages)
` [PATCH v3 17/27] mtd: spi-nor: debugfs: Add locking support
[PATCH v3 00/11] Add spi-hid transport driver
2026-04-02 1:59 UTC (12+ messages)
` [PATCH v3 01/11] Documentation: Correction in HID output_report callback description
` [PATCH v3 02/11] HID: Add BUS_SPI support and define HID_SPI_DEVICE macro
` [PATCH v3 03/11] HID: spi-hid: add transport driver skeleton for HID over SPI bus
` [PATCH v3 04/11] HID: spi-hid: add spi-hid driver HID layer
` [PATCH v3 05/11] HID: spi-hid: add HID SPI protocol implementation
` [PATCH v3 06/11] HID: spi_hid: add spi_hid traces
` [PATCH v3 07/11] HID: spi_hid: add ACPI support for SPI over HID
` [PATCH v3 08/11] HID: spi_hid: add device tree "
` [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
` [PATCH v3 10/11] HID: spi-hid: add power management implementation
` [PATCH v3 11/11] HID: spi-hid: add panel follower support
[PATCH v2 00/11] Add spi-hid transport driver
2026-04-02 1:54 UTC (3+ messages)
[PATCH v6 0/4] Support runtime configuration for per-VM's HGATP mode
2026-04-02 1:30 UTC (8+ messages)
` [PATCH v6 1/4] RISC-V: KVM: "
` [PATCH v6 2/4] RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstage
` [PATCH v6 3/4] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
` "
[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-04-01 23:56 UTC (2+ messages)
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-04-01 22:46 UTC (17+ messages)
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow
[PATCH net-next V9 02/14] devlink: Add helpers to lock nested-in instances
2026-04-01 20:18 UTC (6+ messages)
[linux-next:master 1471/11049] htmldocs: Warning: Documentation/devicetree/bindings/mfd/motorola-cpcap.txt references a file that doesn't exist: Documentation/devicetree/bindings/regulator/cpcap-regulator.txt
2026-04-01 20:14 UTC
[PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
2026-04-01 18:52 UTC (11+ messages)
[PATCH net-next V4 00/12] devlink: add per-port resource support
2026-04-01 18:49 UTC (13+ messages)
` [PATCH net-next V4 01/12] devlink: Refactor resource functions to be generic
` [PATCH net-next V4 02/12] devlink: Add port-level resource registration infrastructure
` [PATCH net-next V4 03/12] net/mlx5: Register SF resource on PF port representor
` [PATCH net-next V4 04/12] netdevsim: Add devlink port resource registration
` [PATCH net-next V4 05/12] devlink: Add dump support for device-level resources
` [PATCH net-next V4 06/12] devlink: Include port resources in resource dump dumpit
` [PATCH net-next V4 07/12] devlink: Add port-specific option to resource dump doit
` [PATCH net-next V4 08/12] selftest: netdevsim: Add devlink port resource doit test
` [PATCH net-next V4 09/12] devlink: Document port-level resources and full dump
` [PATCH net-next V4 10/12] devlink: Add resource scope filtering to resource dump
` [PATCH net-next V4 11/12] selftest: netdevsim: Add resource dump and scope filter test
` [PATCH net-next V4 12/12] devlink: Document resource scope filtering
[PATCH v4 00/13] ima: Introduce staging mechanism
2026-04-01 17:52 UTC (9+ messages)
` [PATCH v4 09/13] ima: Add support for staging measurements with prompt
` [PATCH v4 11/13] ima: Support staging and deleting N measurements entries
[PATCH v5 0/3] Trim N entries of IMA event logs
2026-04-01 17:29 UTC (4+ messages)
` [PATCH v5 1/3] ima: make ima event log trimming configurable
` [PATCH v5 2/3] ima: trim N IMA event log records
` [PATCH v5 3/3] ima: add new critical data record to measure log trim
[PATCH v6] hwmon: add driver for ARCTIC Fan Controller
2026-04-01 17:34 UTC (2+ messages)
[PATCH net-next v3 0/3] dpll: add frequency monitoring feature
2026-04-01 16:37 UTC (5+ messages)
` [PATCH net-next v3 2/3] dpll: add frequency monitoring callback ops
[PATCH] docs/zh_CN: add module-signing Chinese translation
2026-04-01 15:40 UTC
[PATCH v6] hwmon: add driver for ARCTIC Fan Controller
2026-04-01 15:32 UTC (2+ messages)
[PATCH V10 00/10] famfs: port into fuse
2026-04-01 15:15 UTC (2+ messages)
[PATCH v2] bootconfig: Apply early options from embedded config
2026-04-01 15:01 UTC (10+ messages)
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-04-01 14:36 UTC (5+ messages)
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after Live Update
[PATCH] doc: clarify sisfb notes and fix minor wording issues
2026-04-01 14:12 UTC (5+ messages)
` [PATCH] doc: clarify wording for FlashPoint system ordering
` [PATCH] doc: clarify wording for ntrig sensor disconnect behavior
` [PATCH] doc: fix typo in coding-style documentation (reformat)
` [PATCH] doc: fix typo in serial-console documentation
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