minios-devel Mail Thread Index
- [Minios-devel] [PATCH v2] mini-os: add config item for printing via hypervisor,
Juergen Gross
- [Minios-devel] [PATCH] mini-os: add config item for printing via hypervisor,
Juergen Gross
- [Minios-devel] [PATCH] mini-os: add a coding style file,
Juergen Gross
- Re: [Minios-devel] [PATCH 23/40] arm64: fix the wrong size of the register,
Samuel Thibault
- [Minios-devel] [PATCH 00/40] MINI-OS: enable the arm64 support,
Huang Shijie
- [Minios-devel] [PATCH 01/40] mini-os: fix the wrong parameter for map_free() in init_page_allocator(),
Huang Shijie
- [Minios-devel] [PATCH 02/40] mini-os: replace the L1_PAGETABLE_SHIFT with PAGE_SHIFT,
Huang Shijie
- [Minios-devel] [PATCH 03/40] arm64: add the boot code,
Huang Shijie
- [Minios-devel] [PATCH 04/40] arm64: change physical_address_offset to paddr_t,
Huang Shijie
- [Minios-devel] [PATCH 05/40] arm64: fix the wrong mask for to_virt/to_phys,
Huang Shijie
- [Minios-devel] [PATCH 06/40] arm64: add the __PAGE_SIZE macro in header file,
Huang Shijie
- [Minios-devel] [PATCH 07/40] arm64: add exception support,
Huang Shijie
- [Minios-devel] [PATCH 08/40] arm64: dump the registers for do_bad_mode()/do_sync(),
Huang Shijie
- [Minios-devel] [PATCH 10/40] arm64: define the quad_t for arm64,
Huang Shijie
- [Minios-devel] [PATCH 09/40] arm64: add the basic helpers for arm64,
Huang Shijie
- [Minios-devel] [PATCH 11/40] arm64: time.c: fix the wrong format for printk,
Huang Shijie
- [Minios-devel] [PATCH 12/40] mini-os: define ULONG_MAX/LONG_MAX for arm64,
Huang Shijie
- [Minios-devel] [PATCH 13/40] mini-os: remove the e820 from common code,
Huang Shijie
- [Minios-devel] [PATCH 14/40] arm64: mm.c: fix the compiler error,
Huang Shijie
- [Minios-devel] [PATCH 15/40] arm64: refine the arch_init_mm,
Huang Shijie
- [Minios-devel] [PATCH 16/40] arm64: add shared_info support,
Huang Shijie
- [Minios-devel] [PATCH 17/40] mini-os: implement the memmove/memchr,
Huang Shijie
- [Minios-devel] [PATCH 18/40] mini-os: fix the compilor error in time,
Huang Shijie
- [Minios-devel] [PATCH 19/40] arm64: define the CALLEE_SAVED_REGISTERS,
Huang Shijie
- [Minios-devel] [PATCH 20/40] arm64: implement the __arch_switch_threads,
Huang Shijie
- [Minios-devel] [PATCH 21/40] arm64: implement the arm_start_thread,
Huang Shijie
- [Minios-devel] [PATCH 22/40] arm64: change sp to "unsigned long" type,
Huang Shijie
- [Minios-devel] [PATCH 23/40] arm64: fix the wrong size of the register,
Huang Shijie
- [Minios-devel] [PATCH 24/40] arm64: implement the run_idle_thread,
Huang Shijie
- [Minios-devel] [PATCH 25/40] arm64: set the stack for the arm_start_thread,
Huang Shijie
- [Minios-devel] [PATCH 26/40] mini-os: update the .gitignore,
Huang Shijie
- [Minios-devel] [PATCH 27/40] arm64: add the header file arch_wordsize.h,
Huang Shijie
- [Minios-devel] [PATCH 28/40] arm64: add the hypercall support,
Huang Shijie
- [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Huang Shijie
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Julien Grall
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Huang Shijie
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Julien Grall
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Huang Shijie
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Julien Grall
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Huang Shijie
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Julien Grall
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Huang Shijie
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Julien Grall
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Huang Shijie
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Julien Grall
- Re: [Minios-devel] [PATCH 29/40] arm64: init the memory system before console/xenbus/gic,
Huang Shijie
- [Minios-devel] [PATCH 30/40] arm64: set the mapping for console and xenbus,
Huang Shijie
- [Minios-devel] [PATCH 31/40] arm: add a new helper ioremap,
Huang Shijie
- [Minios-devel] [PATCH 32/40] arm: parse out the address/size for gicd/gicc,
Huang Shijie
- [Minios-devel] [PATCH 33/40] arm64: gic: implement the REG_WRITE32/REG_READ32,
Huang Shijie
- [Minios-devel] [PATCH 34/40] arm64: implement the timer helpers for arm64,
Huang Shijie
- [Minios-devel] [PATCH 35/40] arm64: time.c: read out the frequency for arm64,
Huang Shijie
- [Minios-devel] [PATCH 36/40] arm64: add the link file,
Huang Shijie
- [Minios-devel] [PATCH 37/40] arm64: add the makefile,
Huang Shijie
- [Minios-devel] [PATCH 38/40] mini-os: Set TARGET_ARCH_FAM for arm64,
Huang Shijie
- [Minios-devel] [PATCH 39/40] mini-os: create the image for arm,
Huang Shijie
- [Minios-devel] [PATCH 40/40] mini-os: compile the dtc submodule for arm64,
Huang Shijie
- Re: [Minios-devel] [PATCH 00/40] MINI-OS: enable the arm64 support,
Huang Shijie
- Re: [Minios-devel] [PATCH 00/40] MINI-OS: enable the arm64 support,
Huang Shijie
- Re: [Minios-devel] [PATCH 00/40] MINI-OS: enable the arm64 support,
Julien Grall
- Re: [Minios-devel] [PATCH 00/40] MINI-OS: enable the arm64 support,
Julien Grall
- Re: [Minios-devel] [PATCH 00/40] MINI-OS: enable the arm64 support,
Samuel Thibault
Mail converted by MHonArc
|