]> xenbits.xensource.com Git - people/pauldu/mini-os.git/shortlog
people/pauldu/mini-os.git
2017-02-22 Paul DurrantInclude libxendevicemodel with libxc master
2016-12-14 Wei Liubuild: prepend OBJ_DIR to linker script
2016-12-03 Juergen Grossminios: remove reference to xensource.com
2016-09-28 Juergen Grossminios: fix build issue with xen_*mb defines
2016-09-27 Juergen Grossminios: make mini-os_app.o depend on included xen libraries
2016-09-06 Wei LiuAdd travis.yml and travis-build script
2016-09-05 Juergen Grossmini-os: add comments in Config.mk regarding new config...
2016-09-05 Juergen Grossmini-os: update README to reflect recent changes
2016-09-05 Juergen Grossmini-os: add testbuild target to Makefile
2016-09-05 Juergen Grossmini-os: fix builds with uncommon config settings
2016-09-02 Juergen Grossmini-os: support "make config" for out-of-tree users
2016-09-02 Juergen Grossmini-os: provide irq on/off/save/restore functions...
2016-09-02 Juergen Grossmini-os: support newer xen interface
2016-08-30 Juergen Grossmini-os: don't get xenbus parameters if xenbus is disabled
2016-08-30 Juergen Grossmini-os: partially revert "remove using start_info...
2016-08-30 Wei Liugitignore: ignore files generated by various indexing...
2016-08-30 Wei LiuMakefile: add gtags target
2016-08-30 Wei LiuMakefile: simplify all_sources macro
2016-08-29 Juergen Grossmini-os: remove unused functions from sched.c
2016-08-29 Juergen Grossmini-os: cleanup x86_64.S
2016-08-29 Juergen Grossmini-os: cleanup x86_32.S
2016-08-26 Wei Liux86_64: don't unnecessarily export some entries
2016-08-26 Wei Liux86_64: introduce and use SAVE_ALL
2016-08-26 Wei Liux86_64: merge RESTORE_REST into RESTORE_ALL
2016-08-26 Wei Liux86_64: remove unused labels
2016-08-26 Wei Liux86_32: remove inclusion of x86-32.h
2016-08-24 Juergen Grossmini-os: support idle for HVMlite
2016-08-24 Juergen Grossmini-os: get physical memory map
2016-08-24 Juergen Grossmini-os: print start of day messages depending on domai...
2016-08-24 Juergen Grossmini-os: remove using start_info in architecture indepe...
2016-08-24 Juergen Grossmini-os: map shared info page for HVMlite
2016-08-24 Juergen Grossmini-os: add get_cmdline() function
2016-08-24 Juergen Grossmini-os: setup xenbus interface parameters
2016-08-24 Juergen Grossmini-os: setup console interface parameters
2016-08-24 Juergen Grossmini-os: add map_frame_virt() function
2016-08-24 Juergen Grossmini-os: correct wrong calculation of alloc bitmap...
2016-08-24 Juergen Grossmini-os: add x86 native page table handling
2016-08-24 Juergen Grossmini-os: add static page tables for virtual kernel...
2016-08-24 Juergen Grossmini-os: make p2m related code depend on CONFIG_PARAVIRT
2016-08-24 Juergen Grossmini-os: support HVMlite traps
2016-08-24 Juergen Grossmini-os: initialize trap handling for HVMlite
2016-08-24 Juergen Grossmini-os: support hvm_op hypercall
2016-08-24 Juergen Grossmini-os: setup hypercall page for HVMlite
2016-08-24 Juergen Grossmini-os: add boot code for HVMlite support
2016-08-24 Juergen Grossmini-os: make some memory management related macros...
2016-08-24 Juergen Grossmini-os: add CONFIG_PARAVIRT
2016-08-24 Juergen Grossmini-os: make dump_regs() work in early boot
2016-08-24 Juergen Grossmini-os: resync xen headers
2016-08-22 Wei Liux86: use unified linker script
2016-08-22 Wei Liux86: switch to use elfnote
2016-08-22 Wei LiuIntroduce asm_macros.h
2016-08-22 Juergen Grossmini-os: fix coverity issues in printf.c
2016-08-18 Wei Liugitignore: ignore vim swap file
2016-08-12 Wei Liux86/arch_mm.h: move p2m_chk_pfn to x86/mm.c
2016-08-12 Juergen Grossmini-os: repair build system
2016-08-11 Juergen Grossmini-os: balloon up in case of oom
2016-08-11 Juergen Grossmini-os: add support for ballooning up
2016-08-11 Juergen Grossmini-os: map page allocator's bitmap to virtual kernel...
2016-08-11 Juergen Grossmini-os: remap p2m list in case of ballooning
2016-08-11 Juergen Grossmini-os: move p2m related macros to header file
2016-08-11 Juergen Grossmini-os: add function to map one frame
2016-08-11 Juergen Grossmini-os: don't allocate new pages for level 1 p2m tree
2016-08-11 Juergen Grossmini-os: add checks for out of memory
2016-08-11 Juergen Grossmini-os: remove unused mem_test() function
2016-08-11 Juergen Grossmini-os: modify virtual memory layout for support of...
2016-08-11 Juergen Grossmini-os: get maximum memory size from hypervisor
2016-08-11 Juergen Grossmini-os: add ballooning config item
2016-08-11 Juergen Grossmini-os: let memory allocation fail if no free page...
2016-08-11 Juergen Grossmini-os: add nr_free_pages counter
2016-08-11 Juergen Grossmini-os: add description of x86 memory usage
2016-08-11 Juergen Grossmini-os: remove MM_DEBUG code
2016-08-11 Juergen Grossmini-os: remove unused alloc_contig_pages() function
2016-08-11 Juergen Grossmini-os: correct first free pfn
2016-07-12 Juergen Grossmini-os: replace lib/printf.c with a version not under GPL
2016-07-12 Juergen Grossmini-os: make cscope repair
2016-05-13 Wei Liulib/sys.c: enclose file_types in define guards
2016-05-04 Wei Liubuild: change MINI-OS_ROOT to MINIOS_ROOT
2016-04-15 Samuel ThibaultFix time update
2016-04-15 Samuel ThibaultClean arch/x86/time.c
2016-04-15 Samuel ThibaultMini-OS: netfront: fix off-by-one error introduced...
2016-01-22 Ian Campbellmini-os: Include libxenforeignmemory with libxc
2016-01-22 Ian Campbellmini-os: Include libxencall with libxc
2016-01-22 Ian Campbellmini-os: Include libxengnttab with libxc
2016-01-22 Ian Campbellmini-os: Include libxenevtchn with libxc
2015-12-09 Ian Campbellmini-os: Include libxentoollog with libxc
2015-11-24 Ian CampbellAdd a .gitignore
2015-11-23 Juergen Grossminios: don't rely on specific page table allocation...
2015-11-16 Wei Liuxenbus: notify the other end when necessary
2015-08-03 Thomas Leonardarm: interrupt controller
2015-07-03 Ian CampbellCorrect printf formatting for tpm_tis message.
2015-07-03 Thomas LeonardAccept %z in printf formats
2015-06-25 Thomas Leonardmini-os: enable compiler check for printk format types
2015-03-13 Sander EikelenboomFix accidentally removed brace causing a build error.
2015-03-11 Wei Liumini-os: replace XEN_TARGET_ARCH with MINIOS_TARGET_ARCH
2015-03-11 Olaf Heringmini-os: sort objects in binary archives
2015-02-27 Wei LiuMini-OS: standalone build
2015-01-28 Quan XuvTPM/TPM2: TPM2.0 TIS initialization and self test.
2015-01-19 Andrew Cooperx86/minios: remove more vestigial remnants of SUPERVISO...
2015-01-13 Martin LucinaMini-OS: netfront: Fix rx ring starvation in network_rx
2015-01-08 Thomas Leonardmini-os: arm: show registers, stack and exception vecto...
next