]> xenbits.xensource.com Git - mini-os.git/shortlog
mini-os.git
2023-12-04 Juergen GrossMini-OS: add EXPORT_SYMBOL() instances to lib/string.c
2023-12-04 Juergen GrossMini-OS: add EXPORT_SYMBOL() instances to lib/sys.c
2023-12-04 Juergen GrossMini-OS: add EXPORT_SYMBOL() instances to mm.c
2023-12-04 Juergen GrossMini-OS: add EXPORT_SYMBOL() instances to sched.c
2023-12-04 Juergen GrossMini-OS: add EXPORT_SYMBOL() instances to hypervisor.c
2023-12-04 Juergen GrossMini-OS: add EXPORT_SYMBOL() instances to kernel.c
2023-12-04 Juergen GrossMini-OS: explicitly mark symbols to be visible for...
2023-12-04 Juergen GrossMini-OS: link kernel separately
2023-11-21 Juergen GrossMini-OS: fix 9pfs response receiving
2023-11-21 Juergen GrossMini-OS: fix 9pfs stat receive format
2023-11-21 Juergen GrossMini-OS: don't crash if no shutdown node is available
2023-11-21 Juergen GrossMini-OS: get own domid
2023-11-21 Juergen GrossMini-OS: make xenstore_buf externally visible
2023-11-02 Jan Beulichbuild: silence GNU ld 2.39 warning about executable...
2023-02-20 Juergen GrossMini-OS: add read and write support to 9pfsfront
2023-02-20 Juergen GrossMini-OS: add open and close handling to the 9pfs frontend
2023-02-20 Juergen GrossMini-OS: add 9pfs transport layer
2023-02-20 Juergen GrossMini-OS: add 9pfs frontend
2023-02-20 Juergen GrossMini-OS: add support for runtime mounts
2023-02-20 Juergen GrossMini-OS: add concept of mount points
2023-02-20 Juergen GrossMini-OS: xenbus: add support for reading node from...
2023-01-30 Juergen GrossMini-OS: move xenbus test code into test.c
2023-01-30 Juergen GrossMini-OS: remove stale subdirs from Makefile
2022-07-04 Juergen Grossmini-os: fix bug in ballooning on PVH xen-4.17.0-rc4 xen-4.18.0-rc4 xen-4.18.0-rc5 xen-RELEASE-4.17.0 xen-RELEASE-4.17.1 xen-RELEASE-4.17.3 xen-RELEASE-4.18.0 xen-RELEASE-4.18.1
2022-07-04 Juergen Grossmini-os: fix number of pages for PVH
2022-07-04 Juergen Grossmini-os: prefer memory map via start_info for PVH
2022-07-04 Juergen Grossmini-os: take newest version of arch-x86/hvm/start_info.h
2022-07-04 Juergen Grossmini-os: add mini-os-debug[.gz] to .gitignore
2022-07-04 Juergen Grossmini-os: apply coding style to console.c
2022-07-04 Juergen Grossmini-os: eliminate console directory
2022-07-04 Juergen Grossmini-os: apply coding style to consfront.c
2022-07-04 Juergen Grossmini-os: rename console/xenbus.c to consfront.c
2022-07-04 Juergen Grossmini-os: eliminate console/console.h
2022-07-04 Juergen Grossmini-os: apply coding style to xenbus.c
2022-07-04 Juergen Grossmini-os: drop xenbus directory
2022-01-21 Juergen Grossfix wrong function declaration
2022-01-18 Juergen Grossmake files array private to sys.c
2022-01-18 Juergen Grossadd struct file_ops for FTYPE_FILE
2022-01-18 Juergen Grossadd struct file_ops for file type socket
2022-01-18 Juergen Grossuse file_ops and get_file_from_fd() for console
2022-01-18 Juergen Grossuse alloc_file_type() and get_file_from_fd() in fbfront
2022-01-18 Juergen Grossuse alloc_file_type() and get_file_from_fd() in netfront
2022-01-18 Juergen Grossuse alloc_file_type() and get_file_from_fd() in blkfront
2022-01-18 Juergen Grossuse alloc_file_type() and get_file_from_fd() in tpmfront
2022-01-18 Juergen Grossuse alloc_file_type() and get_file_from_fd() in tpm_tis
2022-01-18 Juergen Grossuse alloc_file_type() and get_file_from_fd() in xs
2022-01-18 Juergen Grossremove gnttab specific member from struct file
2022-01-18 Juergen Grossremove event channel specific struct file definitions
2022-01-17 Juergen Grossadd CONFIG_LIBXS item
2022-01-17 Juergen Grossuse function vectors instead of switch for file operations
2022-01-17 Juergen Grossremove file type FTYPE_XC
2022-01-17 Juergen Grossreset file type in close() in one place only
2022-01-17 Juergen Grossintroduce get_file_from_fd()
2022-01-12 Juergen GrossEliminate xenbus union member in struct file
2022-01-12 Juergen GrossEliminate tpmtis union member in struct file
2022-01-12 Juergen GrossEliminate tpmfront union member in struct file
2022-01-12 Juergen GrossMove tpm respgot member of struct file to device specif...
2022-01-12 Juergen GrossEliminate netfront union member in struct file
2022-01-12 Juergen GrossEliminate kbdfront union member in struct file
2022-01-12 Juergen GrossEliminate fbfront union member in struct file
2022-01-12 Juergen GrossEliminate consfront union member in struct file
2022-01-12 Juergen GrossEliminate blkfront union member in struct file
2022-01-12 Juergen GrossIntroduce a common dev pointer in struct file
2022-01-12 Juergen GrossReplace multiple fd elements in struct file by common one
2022-01-12 Juergen GrossMake offset a common struct file member for all types
2022-01-12 Juergen GrossMake file.read bool and move it ahead of device specifi...
2022-01-12 Juergen GrossSplit struct file definition from its usage
2021-12-21 Juergen Grossmini-os: modify grant mappings to work in PVH mode
2021-12-21 Juergen Grossmini-os: prepare grantmap entry interface for use by...
2021-12-21 Juergen Grossmini-os: add proper pvh grant table handling
2021-12-21 Juergen Grossmini-os: move x86 specific gnttab coding into arch...
2021-12-21 Juergen Grossmini-os: add memory map service functions
2021-12-21 Juergen Grossmini-os: don't repeat definition available via header...
2021-12-21 Juergen Grossmini-os: respect memory map when ballooning up
2021-12-21 Juergen Grossmini-os: don't assume contiguous RAM when initializing...
2021-12-21 Juergen Grossmini-os: sort and sanitize e820 memory map
2021-12-21 Juergen Grossmini-os: split e820 map handling into new source file
2021-12-09 Juergen Grossxenbus: support large messages
2021-12-09 Juergen Grossmini-os: add config options for xen libraries
2021-12-09 Juergen Grossmini-os: fix testbuilds regarding CONFIG_XC
2021-08-31 Jan Beulichgnttab: drop GNTMAP_can_fail xen-4.16.0-rc4 xen-RELEASE-4.16.0 xen-RELEASE-4.16.1 xen-RELEASE-4.16.2 xen-RELEASE-4.16.3 xen-RELEASE-4.16.4
2021-08-31 Juergen Grossmini-os: netfront: fix initialization without ip addres...
2021-08-31 Juergen Grossmini-os: move test functions under CONFIG_TEST
2021-08-31 Juergen Grossmini-os: make config handling more generic
2020-12-15 Costin Lupumini-os: netfront: Handle init failure when no vifs...
2020-10-01 Juergen Grossmini-os: netfront: fix suspend/resume handling
2020-10-01 Juergen Grossmini-os: netfront: retrieve netmask and gateway via...
2020-08-28 Costin Lupumini-os: Fix outdated init_netfront() calls
2020-08-27 Costin Lupumini-os: Add suspend stubs for ARM
2020-08-27 Costin Lupumini-os: Use a single start_info_ptr variable
2020-08-27 Costin Lupumini-os: netfront: Read netmask and gateway from Xenstore
2020-08-27 Costin Lupumini-os: console.c: Rename static variable from buf...
2020-08-17 Juergen Grossmini-os: correct memory access rights for pvh mode RELEASE-4.15.3 xen-RELEASE-4.15.0 xen-RELEASE-4.15.1 xen-RELEASE-4.15.2 xen-RELEASE-4.15.3 xen-RELEASE-4.15.4
2020-08-17 Juergen Grossmini-os: fix do_map_frames() for pvh
2020-07-21 Juergen Grossmini-os: don't hard-wire xen internal paths
2020-05-17 Jan Beulichconsole: add newline at EOF xen-RELEASE-4.14.0 xen-RELEASE-4.14.1 xen-RELEASE-4.14.2 xen-RELEASE-4.14.3 xen-RELEASE-4.14.4 xen-RELEASE-4.14.5
2020-04-28 Jason Andryukmini-os: Avoid segfaults in tc{g,s}etattr
2020-04-16 Juergen Grossmini-os: allow 4096 event channels for 64-bit mini-os
2020-04-16 Juergen Grossmini-os: provide binary without debug information
2020-04-16 Juergen Grossmini-os: use -m elf_i386 for final linking
next