All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-06 20:19:55 to 2025-10-06 20:48:10 UTC [more...]

[PATCH v5 00/12] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-09-13 22:06 UTC  (13+ messages)
` [PATCH v5 02/12] gpu: nova-core: move GSP boot code to a dedicated method

[PATCH v4 0/6] Introduce bitfield and move register macro to rust/kernel/
 2025-09-30 12:03 UTC  (33+ messages)
` [PATCH v4 1/6] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v4 2/6] nova-core: bitfield: Add support for different storage widths
` [PATCH v4 3/6] nova-core: bitfield: Add support for custom visiblity
` [PATCH v4 4/6] rust: Move register and bitfield macros out of Nova
` [PATCH v4 5/6] rust: Add KUNIT tests for bitfield
` [PATCH v4 6/6] rust: bitfield: Use 'as' operator for setter type conversion

[PATCH v2 0/4] Improve bitfield support in Rust
 2025-09-10 14:19 UTC  (24+ messages)
` [PATCH v2 1/4] nova-core: bitstruct: Move bitfield-specific code from register! into new macro
` [PATCH v2 2/4] nova-core: bitstruct: Add support for different storage widths
` [PATCH v2 3/4] nova-core: bitstruct: Add support for custom visiblity
` [PATCH v2 4/4] rust: Move register and bitstruct macros out of Nova

[PATCH v3 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-09-20  0:39 UTC  (12+ messages)
` [PATCH v3 2/5] nova-core: bitfield: Add support for different storage widths
` [PATCH v3 3/5] nova-core: bitfield: Add support for custom visiblity
` [PATCH v3 4/5] rust: Move register and bitfield macros out of Nova
` [PATCH v3 5/5] rust: Add KUNIT tests for bitfield

[PATCH] drm/nouveau: Fix refcount leak in nouveau_connector_detect
 2025-10-06 20:38 UTC  (2+ messages)

[PATCH 1/2] nova-core: Add a library for bitfields in Rust structs
 2025-09-09 19:07 UTC  (16+ messages)
` [PATCH 2/2] nova-core: Add KUNIT tests for bitstruct

[PATCH v2] gpu: nova-core: vbios: change PmuLookupTableEntry to relax alignment
 2025-07-14 15:22 UTC  (4+ messages)

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-05 16:28 UTC  (19+ messages)
` [PATCH v4 01/20] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v4 16/20] nova-core: Add support for VBIOS ucode extraction for boot

[PATCH 0/5] drm/nouveau: Enable variable page sizes and compression
 2025-10-06 20:29 UTC  (7+ messages)
` [PATCH 2/5] drm/nouveau/uvmm: Allow larger pages
` [PATCH 3/5] drm/nouveau/mmu/gp100: Remove unused/broken support for compression
` [PATCH 5/5] drm/nouveau/drm: Bump the driver version to 1.4.1 to report new features

[PATCH 00/17] nova-core: Complete GSP boot and begin RPC communication
 2025-08-29 22:43 UTC  (19+ messages)
` [PATCH 01/17] nova-core: falcon: Move waiting until halted to a helper
` [PATCH 02/17] nova-core: falcon: Move start functionality into separate helper
` [PATCH 03/17] nova-core: falcon: Move mbox functionalities into helper
` [PATCH 04/17] nova-core: falcon: Move dma_reset functionality "
` [PATCH 05/17] nova-core: gsp: Add support for checking if GSP reloaded
` [PATCH 06/17] nova-core: Add bindings required by GSP sequencer
` [PATCH 07/17] nova-core: Implement the "
` [PATCH 08/17] nova-core: sequencer: Add register opcodes
` [PATCH 09/17] nova-core: sequencer: Add delay opcode support
` [PATCH 10/17] nova-core: sequencer: Implement basic core operations
` [PATCH 11/17] nova-core: sequencer: Implement core resume operation
` [PATCH 12/17] nova-core: clear MBOX0 before waiting for scrubber completion
` [PATCH 14/17] nova-core: remove an unnecessary register read: HWCFG1
` [PATCH 15/17] nova-core: remove unnecessary need_riscv, bar parameters
` [PATCH 16/17] gpu: nova-core: gsp: Wait for gsp initialisation to complete
` [PATCH 17/17] gpu: nova-core: Add get_gsp_info() command

[PATCH v2 00/62] add support for Hopper and Blackwell GPUs
 2025-05-11 21:07 UTC  (2+ messages)
` [PATCH v2 62/62] drm/nouveau/kms: add support for GB20x

[PATCH] nova-core: vbios: Rework BiosImage composition to use AsRef and traits
 2025-10-06 12:23 UTC  (3+ messages)

[PATCH v6 0/5] Introduce bitfield and move register macro to rust/kernel/
 2025-10-06 19:38 UTC  (8+ messages)
` [PATCH v6 1/5] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v6 2/5] nova-core: bitfield: Add support for different storage widths
` [PATCH v6 3/5] nova-core: bitfield: Add support for custom visiblity
` [PATCH v6 4/5] rust: Move register and bitfield macros out of Nova
` [PATCH v6 5/5] rust: bitfield: Add KUNIT tests for bitfield

[PATCH v5 0/9] Introduce bitfield and move register macro to rust/kernel/
 2025-10-04 16:14 UTC  (17+ messages)
` [PATCH v5 1/9] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v5 2/9] nova-core: bitfield: Add support for different storage widths
` [PATCH v5 3/9] nova-core: bitfield: Add support for custom visiblity
` [PATCH v5 4/9] rust: Move register and bitfield macros out of Nova
` [PATCH v5 5/9] rust: bitfield: Add a new() constructor and raw() accessor
` [PATCH v5 6/9] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v5 7/9] rust: bitfield: Use 'as' operator for setter type conversion
` [PATCH v5 8/9] rust: bitfield: Add hardening for out of bounds access
` [PATCH v5 9/9] rust: bitfield: Add hardening for undefined bits

[PATCH v1 1/2] perf bpf_counter: Move header declarations into C code
 2025-10-06 20:47 UTC  (4+ messages)
` [PATCH v1 2/2] perf bpf_counter: Fix handling of cpumap fixing hybrid

[Buildroot] [PATCH v2 1/1] package/libao: bump version to 1.2.2
 2025-10-06 20:47 UTC  (2+ messages)

[PATCH 00/16] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-01  0:22 UTC  (29+ messages)
` [PATCH 03/16] gpu: nova-core: derive useful traits for Chipset
` [PATCH 08/16] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH 11/16] gpu: nova-core: add falcon register definitions and base code
` [PATCH 13/16] gpu: nova-core: Add support for VBIOS ucode extraction for boot
    ` [13/16] "

[PATCH v2 0/7] Documentation for nova-core
 2025-05-09 20:59 UTC  (6+ messages)
` [PATCH v2 1/7] nova-core: doc: Add code comments related to devinit
` [PATCH v2 2/7] nova-core: doc: Clarify sysmembar operations
` [PATCH v2 7/7] gpu: nova-core: Clarify falcon code

[PATCH v2 00/21] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-05 15:25 UTC  (18+ messages)
` [PATCH v2 15/21] gpu: nova-core: add falcon register definitions and base code
` [PATCH v2 17/21] rust: num: Add an upward alignment helper for usize

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-02-25 21:02 UTC  (11+ messages)

[PATCH v3 00/19] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-21  3:17 UTC  (18+ messages)
` [PATCH v3 16/19] nova-core: Add support for VBIOS ucode extraction for boot

[Buildroot] [git commit] package/libao: bump version to 1.2.2
 2025-10-06 20:41 UTC 

[PATCH 0/6] Additional documentation for nova-core
 2025-04-23 22:54 UTC  (4+ messages)
` [PATCH 1/6] nova-core: doc: Add code comments related to devinit
` [PATCH 2/6] nova-core: doc: Clarify sysmembar operations
` [PATCH 5/6] gpu: nova-core: Clarify fields in FalconAppifHdrV1

[PATCH 0/2] gpu: nova-core: vbios: simplify device use
 2025-08-29 13:43 UTC  (5+ messages)
` [PATCH 1/2] gpu: nova-core: vbios: replace pci::Device with device::Device
` [PATCH 2/2] gpu: nova-core: vbios: store reference to Device where relevant

[PATCH 13/16] gpu: nova-core: Add support for VBIOS ucode extraction for boot
 2025-04-25  2:26 UTC  (2+ messages)
` [13/16] "

[PATCH 5/6] gpu: nova-core: Clarify fields in FalconAppifHdrV1
 2025-04-24 13:03 UTC  (4+ messages)
` [5/6] "

[PATCH 13/16] gpu: nova-core: Add support for VBIOS ucode extraction for boot
 2025-04-25 17:10 UTC  (3+ messages)
` [13/16] "

[PATCH v5 2/2] media: i2c: Pinefeat cef168 lens control board driver
 2025-10-06 20:46 UTC  (2+ messages)

[PATCH 0/3] net: pse-pd: Add TPS23881B support
 2025-10-06 20:45 UTC  (4+ messages)
` [PATCH 1/3] net: pse-pd: tps23881: Fix current measurement scaling

[PATCH mt76 v2 0/3] wifi: mt76: mt7915: Beamforming backoff limit table
 2025-10-06 20:45 UTC  (3+ messages)
` [PATCH mt76 v2 1/3] dt-bindings: net: wireless: mt76: Document power-limits country property

[PATCH] bootstd: Fix bootflow info for efi_mgr
 2025-10-06 20:40 UTC  (2+ messages)

[PATCH] accel/qaic: Replace snprintf() with sysfs_emit() in sysfs show functions
 2025-10-06 20:40 UTC  (2+ messages)

[PATCH 00/16] Convert extension support to UCLASS and adds its support to boot flows
 2025-10-06 20:38 UTC  (4+ messages)
` [PATCH 06/16] board: ti: Convert cape detection to use UCLASS framework

[PATCH] fs/resctrl: Fix MBM events being unconditionally enabled in mbm_event mode
 2025-10-06 20:38 UTC  (3+ messages)

[PATCH v4 0/6] A series of patch for enable sc7180 android boot
 2025-10-06 20:38 UTC  (10+ messages)
` [PATCH v4 3/6] bootm: Append bootargs value when bootmeth_android provide cmdline

[Buildroot] [PATCH 1/2] package/libidn: bump version to 1.43
 2025-10-06 20:38 UTC  (2+ messages)

[PATCH 0/2] bootstd: rauc: fix doc and info msg to reflect real flow
 2025-10-06 20:38 UTC  (5+ messages)
  ` [PATCH 0/2] bootstd: rauc: fix doc and info msg to reflect real flow - test cases

[PATCH 1/1] efi_loader: correctly check if the HTTP protocol is found
 2025-10-06 20:38 UTC  (2+ messages)

[PATCH] test: Do not build expo and cedit test if no SDL
 2025-10-06 20:38 UTC  (2+ messages)

[Buildroot] [git commit] package/libidn: bump version to 1.43
 2025-10-06 20:23 UTC 

[Buildroot] [git commit] package/libidn2: bump version to 2.3.8
 2025-10-06 20:23 UTC 

[meta-oe][PATCH] redis: upgrade 7.2.10 -> 7.2.11
 2025-10-06 20:35 UTC 

[PATCH] ARM: dts: broadcom: rpi: Switch to V3D firmware clock
 2025-10-06 20:35 UTC  (2+ messages)

[PATCH net v2] page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
 2025-10-06 20:34 UTC  (2+ messages)

[PATCH net v2] selftests: net: unify the Makefile formats
 2025-10-06 20:34 UTC  (2+ messages)

[PATCH net] tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()
 2025-10-06 20:34 UTC  (2+ messages)

[PATCH net repost] selftests: net: sort configs
 2025-10-06 20:34 UTC  (2+ messages)

[PATCH v3 0/6] Improve Microchip Polarfire SoC customization
 2025-10-06 20:34 UTC  (5+ messages)
` [PATCH v3 3/6] hw/riscv: Make FDT optional for MPFS

[PATCH] ARM: dts: BCM53573: Fix address of Luxul XAP-1440's Ethernet PHY
 2025-10-06 20:34 UTC  (3+ messages)

[PATCH] memcg: introduce kfuncs for fetching memcg stats
 2025-10-06 20:33 UTC  (4+ messages)

[PATCH v3 00/22] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-10-06 20:31 UTC  (5+ messages)
` [PATCH v3 20/22] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI

[meta-oe][PATCH] redis: upgrade 6.2.18 -> 6.2.20
 2025-10-06 20:29 UTC 

[PATCH] docs/system/arm/virt: Document user-creatable SMMUv3
 2025-10-06 20:23 UTC  (2+ messages)

[REGRESSION][v6.17-rc1]sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails
 2025-10-06 20:23 UTC 

[PATCH 0/3] Fix copyright
 2025-10-06 20:23 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 0/3] specifying a file that can optionally exist
 2025-10-06 20:22 UTC  (8+ messages)
` [PATCH v2 0/3] Support :(optional) filepaths
  ` [PATCH v2 2/3] config: values of pathname type can be prefixed with :(optional)

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-10-06 20:15 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/libtheora: bump version to 1.2.0
 2025-10-06 20:22 UTC  (2+ messages)

[RFC PATCH V1] watchdog: Add boot-time selection for hard lockup detector
 2025-10-06 20:13 UTC  (4+ messages)

ARM iMX6sx board fails to boot with kernel 6.17
 2025-10-06 20:20 UTC  (5+ messages)

[RFC PATCH bpf-next v2 00/12] Remove task and cgroup local storage percpu counters
 2025-10-06 20:19 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 06/12] bpf: Change local_storage->lock and b->lock to rqspinlock

[PATCH v2 00/13] KVM: guest_memfd: MMAP and related fixes
 2025-10-06 20:19 UTC  (4+ messages)
` [PATCH v2 01/13] KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGS


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.