minios-devel Mail Thread Index
- Re: [UNIKRAFT PATCH v2 3/3] lib/syscall_shim: Provide `uk_syscall6()`, `uk_syscall6_r()`,
Gaulthier Gain
- Re: [UNIKRAFT PATCH v2 2/3] lib/syscall_shim: handler: Take only required number of arguments,
Gaulthier Gain
- Re: [UNIKRAFT PATCH v2 1/3] lib/syscall_shim: Provide `uk_syscall_r_fn()`,
Gaulthier Gain
- Re: [PATCH] lib/nolibc: Provide _SC_OPEN_MAX with unistd.h,
Gaulthier Gain
- [UNIKRAFT/LIBLWIP PATCH v2 0/3] Poll based receive,
Sharan Santhanam
- [UNIKRAFT PATCH v2 0/2] ipaddr, netmask and gwaddr as library argument,
Sharan Santhanam
- [UNIKRAFT PATCH v2 0/2] Poll based receive based on uk_netdev features,
Sharan Santhanam
- [UNIKRAFT PATCH v2 00/15] Introduce a tap driver for Unikraft,
Sharan Santhanam
- [UNIKRAFT PATCH v2 01/15] plat/linuxu/tap: Introduce tap driver,
Sharan Santhanam
- [UNIKRAFT PATCH v2 02/15] plat/tap: Bus interface for the tap device,
Sharan Santhanam
- [UNIKRAFT PATCH v2 04/15] plat/driver: Create a tap dev during configuration,
Sharan Santhanam
- [UNIKRAFT PATCH v2 05/15] plat/tap: Get/Set hw_addr,
Sharan Santhanam
- [UNIKRAFT PATCH v2 03/15] plat/driver: Add tap device to the uk_netdev,
Sharan Santhanam
- [UNIKRAFT PATCH v2 09/15] plat/tap: Fetch txq and rxq info,
Sharan Santhanam
- [UNIKRAFT PATCH v2 06/15] plat/tap: Add tap to the bridge,
Sharan Santhanam
- [UNIKRAFT PATCH v2 13/15] plat/tap: Support tap_netdev_recv,
Sharan Santhanam
- [UNIKRAFT PATCH v2 07/15] plat/tap: Get/Set MTU,
Sharan Santhanam
- [UNIKRAFT PATCH v2 14/15] plat/tap: Support tap_netdev_xmit,
Sharan Santhanam
- [UNIKRAFT PATCH v2 08/15] plat/tap: Get promiscuous mode,
Sharan Santhanam
- [UNIKRAFT PATCH v2 15/15] plat/linuxu: Convert linux errno to unikraft errno,
Sharan Santhanam
- [UNIKRAFT PATCH v2 10/15] plat/tap: Setup txq,
Sharan Santhanam
- [UNIKRAFT PATCH v2 12/15] plat/tap: Start a tap device,
Sharan Santhanam
- [UNIKRAFT PATCH v2 11/15] plat/tap: Setup rxq,
Sharan Santhanam
- [UNIKRAFT/LIB-MUSL PATCH] math: Provide constants to Unikraft,
Alexander Jung
- [UNIKRAFT/LIBTLSF PATCH] Initial port of libtlsf,
Hugo Lefeuvre
- Re: [UNIKRAFT/PTHREAD-EMBEDDED PATCH 1/1] Remove compile warning,
Hugo Lefeuvre
- [UNIKRAFT PATCH] lib/ukalloc: add ifmalloc compatibility interface,
Hugo Lefeuvre
- [UNIKRAFT/LIBMIMALLOC PATCH] Initial port of libmimalloc,
Hugo Lefeuvre
- [UNIKRAFT PATCH v2] lib/ukalloc: make uk_alloc_get_default static inline,
Hugo Lefeuvre
- Re: [UNIKRAFT/VFSCORE PATCH] Quotes to symbol,
Hugo Lefeuvre
- [UNIKRAFT PATCH RFCv3 00/32] Impelment virtio_mmio and pci ecam controller for arm64 kvm plat,
Jia He
- [UNIKRAFT PATCH RFCv3 01/32] plat/virtio: Introduce several helpers for virtio ring,
Jia He
- [UNIKRAFT PATCH RFCv3 03/32] plat/virtio: Support virtio_cread/cwrite on arm64,
Jia He
- [UNIKRAFT PATCH RFCv3 02/32] plat/platform: Introduce new platform bus,
Jia He
- [UNIKRAFT PATCH RFCv3 04/32] plat/virtio: Add new virtio_mmio device/driver on arm64,
Jia He
- [UNIKRAFT PATCH RFCv3 05/32] build: Enable the platform bus and virtio_mmio device on arm64,
Jia He
- [UNIKRAFT PATCH RFCv3 07/32] plat/ofw: Export fdt_find_irq_parent_offset,
Jia He
- [UNIKRAFT PATCH RFCv3 08/32] plat/pci_ecam: Introduce pci/pci_ecam.h,
Jia He
- [UNIKRAFT PATCH RFCv3 06/32] plat/kvm: arm64: Fix arm64 memory layout for pcie ecam,
Jia He
- [UNIKRAFT PATCH RFCv3 09/32] plat/pci_ecam: Introduce pci ecam skeleton,
Jia He
- [UNIKRAFT PATCH RFCv3 10/32] lib/ukbus: Adjust default bus register priority,
Jia He
- [UNIKRAFT PATCH RFCv3 11/32] plat/ofw: Add fdt_node_offset_idx_by_compatible_list,
Jia He
- [UNIKRAFT PATCH RFCv3 15/32] lib/fdt: Fix fdt_address_cell and fdt_size_cell,
Jia He
- [UNIKRAFT PATCH RFCv3 12/32] plat/platform_bus: Add probe/match interface for platform devices,
Jia He
- [UNIKRAFT PATCH RFCv3 17/32] plat/pci_bus: Split specific code into arch directory,
Jia He
- [UNIKRAFT PATCH RFCv3 13/32] plat/virtio_mmio: Implement platform probe for virtio_mmio,
Jia He
- [UNIKRAFT PATCH RFCv3 19/32] build: Make KVM_PCI default enable on arm64,
Jia He
- [UNIKRAFT PATCH RFCv3 14/32] plat/ofw: Support completed ranges mapping,
Jia He
- [UNIKRAFT PATCH RFCv3 21/32] build: Enable pci library on arm64,
Jia He
- [UNIKRAFT PATCH RFCv3 22/32] plat/pci_ecam: Fix a lot compilation warnings in pci_ecam,
Jia He
- [UNIKRAFT PATCH RFCv3 16/32] plat/ofw: Add fdt_prop_read_bool,
Jia He
- [UNIKRAFT PATCH RFCv3 25/32] plat/virtio: Use better iormb/iowmb on arm64,
Jia He
- [UNIKRAFT PATCH RFCv3 26/32] plat/platform_bus, virtio_mmio: Avoid useless log storm,
Jia He
- [UNIKRAFT PATCH RFCv3 28/32] plat/arm: Make sure fpsimd sysregs writing take effects,
Jia He
- [UNIKRAFT PATCH RFCv3 29/32] plat/virtio_9p: Remove excessive check for max virtqueue size,
Jia He
- [UNIKRAFT PATCH RFCv3 30/32] plat/virtio_mmio: Fix virtqueue size for virtio 9p device,
Jia He
- [UNIKRAFT PATCH RFCv3 32/32] plat/kvm/arm: Fix x19 corruption by interrupt handler,
Jia He
- [UNIKRAFT PATCH RFCv3 31/32] plat/arm/generic_timer: Fix assert in ns_to_ticks,
Jia He
- [UNIKRAFT PATCH RFCv3 24/32] plat/virtio: Change irq, base from u16 to u64 on arm64,
Jia He
- [UNIKRAFT PATCH RFCv3 27/32] plat/kvm/arm: Add a memory hole at the beginning 128M,
Jia He
- [UNIKRAFT PATCH RFCv3 20/32] plat/pci_bus: Change pci_device.base from u16 to unsigned long,
Jia He
- [UNIKRAFT PATCH RFCv3 23/32] plat/virtio: Fix virtio net device mac negotiation,
Jia He
- [UNIKRAFT PATCH RFCv3 18/32] plat/pci_bus: arm64: Implement add/probe interfaces on arm64,
Jia He
- Re: [UNIKRAFT/VFSCORE PATCH] Remove default value,
Hugo Lefeuvre
- Re: [UNIKRAFT/VFSCORE PATCH 2/2] Remove default value,
Hugo Lefeuvre
- [UNIKRAFT PATCH 0/2] plat/{kvm, linuxu}: statically allocate IRQ handlers,
Hugo Lefeuvre
- [UNIKRAFT PATCH 2/2] plat/kvm/x86/tscclock: start from zero,
Hugo Lefeuvre
- [UNIKRAFT PATCH 1/2] plat/kvm/x86/tscclock: fix potentially uninitialized tsc_base,
Hugo Lefeuvre
- [UNIKRAFT PATCH 0/2] plat/kvm/x86/tscclock: minor fixes in the tsc subsystem,
Hugo Lefeuvre
- [UNIKRAFT PATCH 0/2] lib/ukallocregion: add region-based allocator,
Hugo Lefeuvre
- Re: [UNIKRAFT/LIB-NGINX PATCH] Makefile.uk: Bump NGINX to v1.18.0,
George-Cristian Muraru
- [UNIKRAFT/LWIP PATCH v2] support for memory pools,
Hugo Lefeuvre
- [UNIKRAFT PATCH] lib/ukdebug: expose trace buffer size to the menuconfig,
Hugo Lefeuvre
- [UNIKRAFT/LWIP PATCH] support for memory pools,
Hugo Lefeuvre
- [UNIKRAFT PATCH] pci_bus: implement recursive PCI bus enumeration,
Hugo Lefeuvre
- [UNIKRAFT PATCH v2 1/2] build: Add PGO support,
Alice Suiu
- Unikraft newbie,
Pablo Pessolani
Mail converted by MHonArc
|