2015-02-27 |
Wei Liu | Mini-OS: standalone build |
commit | commitdiff | tree |
2015-01-28 |
Quan Xu | vTPM/TPM2: TPM2.0 TIS initialization and self test. |
commit | commitdiff | tree |
2015-01-19 |
Andrew Cooper | x86/minios: remove more vestigial remnants of SUPERVISO... |
commit | commitdiff | tree |
2015-01-13 |
Martin Lucina | Mini-OS: netfront: Fix rx ring starvation in network_rx |
commit | commitdiff | tree |
2015-01-08 |
Thomas Leonard | mini-os: arm: show registers, stack and exception vecto... |
commit | commitdiff | tree |
2015-01-08 |
Thomas Leonard | mini-os: arm: time |
commit | commitdiff | tree |
2014-11-14 |
Emil Condrea | vTPM: Fix Atmel timeout bug. |
commit | commitdiff | tree |
2014-09-23 |
Stefano Stabellini | Move xenstore and libxc public headers to include subdir |
commit | commitdiff | tree |
2014-09-08 |
Karim Raslan | mini-os: arm: events |
commit | commitdiff | tree |
2014-09-08 |
Thomas Leonard | mini-os: arm: scheduling |
commit | commitdiff | tree |
2014-09-08 |
Thomas Leonard | mini-os: arm: memory management |
commit | commitdiff | tree |
2014-09-08 |
Thomas Leonard | mini-os: arm: boot code |
commit | commitdiff | tree |
2014-09-08 |
Karim Raslan | mini-os: arm: add header files |
commit | commitdiff | tree |
2014-09-08 |
Thomas Leonard | mini-os: move poor rand function to test.c |
commit | commitdiff | tree |
2014-09-08 |
Thomas Leonard | mini-os: added HYPERVISOR_xsm_op |
commit | commitdiff | tree |
2014-09-08 |
Thomas Leonard | mini-os: don't include lib.h from mm.h |
commit | commitdiff | tree |
2014-07-24 |
Olaf Hering | mini-os: tpm: remove usage of inline keyword |
commit | commitdiff | tree |
2014-07-24 |
Olaf Hering | mini-os: tpm: fix array access in locality_enabled |
commit | commitdiff | tree |
2014-07-21 |
Dushyant Behl | extras/mini-os/tpmback.c: fix compilation error. |
commit | commitdiff | tree |
2014-07-18 |
Thomas Leonard | mini-os: use generic local_irq_enable function |
commit | commitdiff | tree |
2014-07-18 |
Thomas Leonard | mini-os: x86_64: make thread stacks 16-byte aligned |
commit | commitdiff | tree |
2014-07-03 |
Jan Beulich | mini-os: add BUILD_BUG_ON() |
commit | commitdiff | tree |
2014-07-02 |
Andrew Cooper | minios: fix incorrect {, un}likely() definitions |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: use irqs_disabled() helper in schedule |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: enable test_xenbus again |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: moved unlikely/likely macros to new compiler.h |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: moved __pte to x86 |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: added arch_unbind_ports |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: add missing casts to MM printk |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: don't require XEN_HAVE_PV_UPCALL_MASK |
commit | commitdiff | tree |
2014-06-27 |
Karim Raslan | mini-os: added arch_init_gnttab |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: whitespace |
commit | commitdiff | tree |
2014-06-27 |
Karim Raslan | mini-os: switched initial C entry point to arch_init |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: made off_t type signed |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: use unbind_evtchn in unbind_all_ports |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: fixed format string error in unbind_evtchn |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: fixed shutdown thread |
commit | commitdiff | tree |
2014-06-27 |
Thomas Leonard | mini-os: build fixes |
commit | commitdiff | tree |
2014-06-12 |
Thomas Leonard | mini-os: don't include queue.h if there's no libc |
commit | commitdiff | tree |
2014-06-12 |
Karim Raslan | mini-os: moved events code under arch |
commit | commitdiff | tree |
2014-06-12 |
Karim Raslan | mini-os: tidied up code |
commit | commitdiff | tree |
2014-03-21 |
Samuel Thibault | minios (blkfront): Add more information on block error |
commit | commitdiff | tree |
2014-01-28 |
Andrew Cooper | minios: Correct HYPERVISOR_physdev_op() |
commit | commitdiff | tree |
2014-01-28 |
Mike Neilsen | mini-os: Fix stubdom build failures on gcc 4.8 |
commit | commitdiff | tree |
2013-11-08 |
Matthew Daley | mini-os: remove repeated statement in netfront_input |
commit | commitdiff | tree |
2013-10-31 |
Matthew Daley | tools: remove unnecessary null pointer checks before... |
commit | commitdiff | tree |
2013-09-21 |
Matthew Daley | mini-os: fix various memory leaks in various locations |
commit | commitdiff | tree |
2013-09-21 |
Matthew Daley | mini-os: fix various memory leaks in consfront |
commit | commitdiff | tree |
2013-09-21 |
Matthew Daley | mini-os: fix various memory leaks in pcifront |
commit | commitdiff | tree |
2013-09-21 |
Matthew Daley | mini-os: fix various memory leaks in netfront |
commit | commitdiff | tree |
2013-09-21 |
Matthew Daley | mini-os: fix various memory leaks in {fb, kbd}front |
commit | commitdiff | tree |
2013-09-21 |
Matthew Daley | mini-os: fix various memory leaks in blkfront |
commit | commitdiff | tree |
2013-09-21 |
Matthew Daley | mini-os: fix nodename generation in init_netfront |
commit | commitdiff | tree |
2013-09-13 |
Matthew Daley | mini-os: handle possibly overlong _nodename in init_con... |
commit | commitdiff | tree |
2013-09-13 |
Matthew Daley | mini-os: fix use-after-free in xs_daemon_close event... |
commit | commitdiff | tree |
2013-09-10 |
Ben Cressey | minios: fix xenbus_rm() calls in frontend drivers |
commit | commitdiff | tree |
2013-09-10 |
Ben Cressey | minios: clean up unneeded "err = NULL" in frontend... |
commit | commitdiff | tree |
2013-09-10 |
Matt Wilson | minios: clean up allocation of char arrays used for... |
commit | commitdiff | tree |
2013-09-10 |
Matt Wilson | minios: correct char array allocation for xenbus paths |
commit | commitdiff | tree |
2013-07-04 |
Chen Baozi | mini-os: eliminate duplicated definition of spin_unlock... |
commit | commitdiff | tree |
2013-06-25 |
Ian Jackson | libxl: Restrict permissions on PV console device xensto... |
commit | commitdiff | tree |
2013-06-21 |
Jan Beulich | tpmif: fix identifier prefixes |
commit | commitdiff | tree |
2013-04-22 |
Xu Zhang | mini-os/x86-64 entry: check against nested events and... |
commit | commitdiff | tree |
2013-04-22 |
Xu Zhang | mini-os/x86-64 entry: defer RESTORE_REST until return |
commit | commitdiff | tree |
2013-04-22 |
Xu Zhang | mini-os/x86-64 entry: remove unnecessary event blocking |
commit | commitdiff | tree |
2013-04-22 |
Xu Zhang | mini-os/x86-64 entry: code refactoring; no functional... |
commit | commitdiff | tree |
2013-04-22 |
Xu Zhang | mini-os/x86-64 entry: define macros for registers parti... |
commit | commitdiff | tree |
2013-04-22 |
Xu Zhang | mini-os/x86-64 entry: code clean-ups; no functional... |
commit | commitdiff | tree |
2013-04-12 |
Daniel De Graaf | mini-os/tpmback: add tpmback_get_peercontext |
commit | commitdiff | tree |
2013-04-12 |
Daniel De Graaf | mini-os/tpmback: Replace UUID field with opaque pointer |
commit | commitdiff | tree |
2013-04-12 |
Daniel De Graaf | mini-os/tpmback: set up callbacks before enumeration |
commit | commitdiff | tree |
2013-04-12 |
Daniel De Graaf | mini-os/tpm{back, front}: Allow device repoens |
commit | commitdiff | tree |
2013-04-12 |
Daniel De Graaf | mini-os/tpm{back, front}: Change shared page ABI |
commit | commitdiff | tree |
2013-04-11 |
Wei Liu | mini-os: implement poll(2) |
commit | commitdiff | tree |
2013-02-21 |
David Vrabel | Fix emacs local variable block to use correct C style... |
commit | commitdiff | tree |
2013-01-30 |
David Vrabel | mini-os: build fixes for lwip 1.3.2 |
commit | commitdiff | tree |
2013-01-09 |
Samuel Thibault | mini-os: Fix test application link when various fronts... |
commit | commitdiff | tree |
2013-01-09 |
Samuel Thibault | mini-os: Notify shutdown through weak function call... |
commit | commitdiff | tree |
2012-12-06 |
Samuel Thibault | mini-os: drop shutdown variables when CONFIG_XENBUS=n |
commit | commitdiff | tree |
2012-11-30 |
Daniel De Graaf | mini-os: shutdown_thread depends on xenbus |
commit | commitdiff | tree |
2012-11-30 |
Andrew Cooper | minios/console: console_input() weak reference |
commit | commitdiff | tree |
2012-11-30 |
Samuel Thibault | [minios] Add xenbus shutdown control support |
commit | commitdiff | tree |
2012-11-30 |
Samuel Thibault | [minios] Fix test application link when pcifront is... |
commit | commitdiff | tree |
2012-11-19 |
Matthew Fioravante | minios: Update mini-os license to support GPL features |
commit | commitdiff | tree |
2012-11-19 |
Matthew Fioravante | minios: fix bug in lseek for mini-os |
commit | commitdiff | tree |
2012-11-13 |
Matthew Fioravante | minios: add tpmfront, tpm_tis, and tpmback drivers |
commit | commitdiff | tree |
2012-11-13 |
Matthew Fioravante | minios: add xenbus_read_uuid |
commit | commitdiff | tree |
2012-11-13 |
Matthew Fioravante | minios: Disable -DGNT_DEBUG and -DGNTMAP_DEBUG |
commit | commitdiff | tree |
2012-10-09 |
Matthew Fioravante | minios: add select definition to sys/time.h when HAVE_L... |
commit | commitdiff | tree |
2012-10-09 |
Matthew Fioravante | minios: add posix io for blkfront |
commit | commitdiff | tree |
2012-10-08 |
Matthew Fioravante | minios: setup fpu and sse in mini-os |
commit | commitdiff | tree |
2012-10-08 |
Matthew Fioravante | minios: add CONFIG_XC conditional |
commit | commitdiff | tree |
2012-10-08 |
Matthew Fioravante | minios: Disable the mfn_is_ram() check, it doesn't... |
commit | commitdiff | tree |
2012-10-08 |
Matthew Fioravante | minios: Add endian, byteswap, and wordsize macros to... |
commit | commitdiff | tree |
2012-10-08 |
Matthew Fioravante | minios: Add ioread/iowrite functions to mini-os |
commit | commitdiff | tree |
2012-09-12 |
Ian Campbell | tools: drop ia64 support |
commit | commitdiff | tree |
2012-05-14 |
Ian Campbell | nstore: rename public xenstore headers |
commit | commitdiff | tree |
2012-02-20 |
Ian Campbell | minios: Remove unused variables warnings |
commit | commitdiff | tree |
2012-02-09 |
Daniel De Graaf | stubdom: enable xenstored build |
commit | commitdiff | tree |
2012-02-09 |
Daniel De Graaf | mini-os: make frontends and xenbus optional |
commit | commitdiff | tree |
next |