]> xenbits.xensource.com Git - mini-os.git/shortlog
mini-os.git
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
2020-04-09 Juergen Grossmini-os: fix several memory leaks related to xenbus
2020-04-09 Juergen Grossmini-os: fix double free() in xenbus
2020-04-09 Juergen Grossmini-os: fix double free() in netfront
2018-03-27 Bruno AlvisioSave/Restore Support: Add fini_shutdown call to app...
2018-03-27 Bruno AlvisioSave/Restore Support: Move location of CONFIG_XENBUS...
2018-03-21 Bruno AlvisioSave/Restore Support: Implement code for arch suspend...
2018-03-21 Bruno AlvisioSave/Restore Support: Add suspend/restore support for...
2018-03-21 Bruno AlvisioSave/Restore Support: Add suspend/restore support for...
2018-03-21 Bruno AlvisioSave/Restore Support: Add suspend/restore support for...
2018-03-21 Bruno AlvisioSave/Restore Support: Add support for suspend/restore...
2018-03-21 Bruno AlvisioSave/Restore Support: Add suspend/restore support for...
2018-03-21 Bruno AlvisioSave/Restore Support: Add suspend/resume support for...
2018-03-21 Bruno AlvisioSave/Restore Support: Disable/enable IRQs during suspen...
2018-03-21 Bruno AlvisioSave/Restore Support: Add arch_mm_pre|post_suspend
2018-03-21 Bruno AlvisioSave/Restore Support: Add unmap_shared_info
2018-03-21 Bruno AlvisioSave/Restore Support: Moved shutdown thread to shutdown.c
2018-03-21 Bruno AlvisioSave/Restore Support: Add kernel shutdown logic to...
2018-03-21 Bruno AlvisioSave/Restore Support: Add xenbus_release_wait_for_watch
2018-03-21 Bruno AlvisioSave/Restore Support: Declare kernel and arch pre/post...
2018-03-21 Bruno AlvisioSave/Restore Support: Refactor trap_init() and setup...
2018-03-21 Bruno AlvisioSave/Restore Support: Refactor HYPERVISOR_suspend hypercall
2018-02-13 Juergen Grossmini-os: add config item for printing via hypervisor
2018-02-13 Juergen Grossmini-os: add a coding style file
2017-10-20 Wei LiuUpdate Xen header files again xen-4.11.0-rc1.1 xen-4.12.0-rc1 xen-4.13.0-rc1 xen-RELEASE-4.10.0 xen-RELEASE-4.10.1 xen-RELEASE-4.10.2 xen-RELEASE-4.10.3 xen-RELEASE-4.10.4 xen-RELEASE-4.11.0 xen-RELEASE-4.11.1 xen-RELEASE-4.11.2 xen-RELEASE-4.11.3 xen-RELEASE-4.11.4 xen-RELEASE-4.12.0 xen-RELEASE-4.12.1 xen-RELEASE-4.12.2 xen-RELEASE-4.12.3 xen-RELEASE-4.12.4 xen-RELEASE-4.13.0 xen-RELEASE-4.13.1 xen-RELEASE-4.13.2 xen-RELEASE-4.13.3 xen-RELEASE-4.13.4 xen-RELEASE-4.13.5
2017-10-09 Ian JacksonLink against libxentoolcore xen-4.10.0-rc1
2017-10-04 Wei LiuUpdate public headers from Xen
2017-10-04 Wei LiuInclude string.h before console.h
2017-08-09 Wei Liulib/math.c: implement __udivmoddi4
2017-07-04 Simon Watermanmini-os: add declaration of cfmakeraw
next