Activity for BitVisor

  • Hideki EIRAKU committed [8f0cd5] on Code

    svm, cpu_interpreter: use guest instruction bytes to improve performance

  • Hideki EIRAKU committed [6ee15b] on Code

    svm: use decode assists for MOV CR instructions

  • Hideki EIRAKU committed [4aab11] on Code

    svm: use nRIP for vmmcall, cpuid, clgi, stgi, vmrun and invlpga instructions

  • Hideki EIRAKU committed [787f7f] on Code

    io_io: allocate iofunc array for vcpu0 only to reduce heap usage

  • Hideki EIRAKU committed [02dd53] on Code

    vmm_mem: combine adjacent regions in sysmemmap

  • Hideki EIRAKU committed [843699] on Code

    svm_np: use correct PAT bit for page size larger than 4 KiB

  • Hideki EIRAKU committed [1ae5b6] on Code

    drivers/usb: rename some functions to show they are part of usb

  • Hideki EIRAKU committed [e2b040] on Code

    drivers/usb: make some internal functions static

  • Ake Koomsin committed [c50f0a] on Code

    core/mm: add expect_writable parameter to mm_process_arch_virt_to_phys()

  • Ake Koomsin committed [e2d4c4] on Code

    aarch64/thread: forget save and restore some necessary system registers

  • Ake Koomsin committed [d569a1] on Code

    aarch64/mm: remove incorrect use of cur_sp from process descriptor

  • Ake Koomsin committed [79b908] on Code

    aarch64/process: fix and simplify process return

  • Ake Koomsin committed [9b7514] on Code

    aarch64/process_asm: include a missing header

  • Ake Koomsin committed [b32bcc] on Code

    aarch64/mm: add VMM memory translation in mm_process_arch_virt_to_phys()

  • Ake Koomsin committed [6d2936] on Code

    core/sleep: move sleep message handler in core/x86/sleep.c to core/sleep.c

  • Ake Koomsin committed [ef0bdb] on Code

    aarch64/mmio: avoid using memcpy() for accessing mapped guest address

  • Ake Koomsin committed [c016f7] on Code

    aarch64/psci: initial PSCI CPU_SUSPEND handling implementation

  • Ake Koomsin committed [a54dd2] on Code

    aarch64/smc_asm: fix styling consistency

  • Ake Koomsin committed [793de1] on Code

    aarch64/gic: there is no need for storing max_int_slot in pcpu structure

  • Ake Koomsin committed [e2520f] on Code

    aarch64/gic: reorder register initialization

  • Ake Koomsin committed [178891] on Code

    aarch64/gic: add isb after DIR write to make it effective immediately

  • Ake Koomsin committed [ccc809] on Code

    aarch64/gic: add isb after reading RPR to get the value immediately

  • Ake Koomsin committed [e7ab72] on Code

    aarch64/gic: making reading of IAR visible immediately

  • Ake Koomsin committed [f7d78c] on Code

    aarch64/gic: rename ICH_VTR macros for clarity

  • Ake Koomsin committed [947f93] on Code

    aarch64/gic: fix incorrect GIC_ICH_LR8_EL2 encoding

  • Ake Koomsin committed [8ca16f] on Code

    aarch64/asm: add dsb_sy() for synchronication barrier

  • Ake Koomsin committed [123014] on Code

    include/bits: add BIT_MASK_NBITS(n_bit) macro

  • Ake Koomsin committed [b12671] on Code

    aarch64/entry: prepare for suspend support

  • Ake Koomsin committed [424b35] on Code

    aarch64/exception: add EXCEPTION_N_GENERAL_REGS constant

  • Ake Koomsin committed [c15182] on Code

    aarch64/psci: change function ID to hex number

  • Ake Koomsin committed [10b60e] on Code

    aarch64/cnt: clear CNTVOFF_EL2 to zero during core initialization

  • Ake Koomsin committed [082d3e] on Code

    aarch64/cnt: add functions to access system counter and frequency

  • Ake Koomsin committed [2fe665] on Code

    aarch64/smc: free the allocated stack if CPU_ON error occurs

  • Ake Koomsin committed [e0213d] on Code

    aarch64/smc: return an error to x0 on non-zero SMC calls for correctness

  • Ake Koomsin committed [c6de36] on Code

    aarch64/vm: set VMPIDR_EL2 and VPIDR_EL2

  • Ake Koomsin committed [cbf41b] on Code

    aarch64/vm: flush EL1 TLB before entering

  • Ake Koomsin committed [244887] on Code

    aarch64/vm: set EL1 DAIF bits to mask interrupts before entering EL1

  • Ake Koomsin committed [f9aba9] on Code

    aarch64/spinlock: fix incorrect use of wfe to avoid stalling

  • Hideki EIRAKU Hideki EIRAKU created a blog post

    BitVisor 3.0 released

  • Hideki EIRAKU committed [b10e40] on Code

    Added tag 3.0 for changeset be31bcf23bfd

  • BitVisor BitVisor released /bitvisor/3.0/bitvisor-3.0.tar.gz

  • BitVisor BitVisor released /bitvisor/3.0/bitvisor-3.0-release-notes.txt

  • BitVisor BitVisor released /bitvisor/3.0/bitvisor-3.0-release-notes.ja.txt

  • Tomoyuki HIROSE committed [be31bc] on Code

    xhci: support USB_HOOK_DISCARD

  • Ake Koomsin committed [0ad34a] on Code

    acpi_dsdt: simplify and improve parsemain() make it more deterministic

  • Tomoyuki HIROSE committed [548fab] on Code

    drivers/pci: add low-level APIs to read and write PCI configuration space

  • Tomoyuki HIROSE committed [71976e] on Code

    drivers/pci: add bus number range check function

  • Tomoyuki HIROSE committed [8d757b] on Code

    Kconfig: fix prompt of IEEE1394 concealer

  • Ake Koomsin committed [efdbe2] on Code

    dt: add support for tegra234-pcie

  • Ake Koomsin committed [2cb43d] on Code

    aarch64/gic: add more sanity check for GIC CPU interface support

  • Ake Koomsin committed [eea0ed] on Code

    aarch64/gic: check before accessing group0 interrupt related registers

  • Ake Koomsin committed [805b5d] on Code

    aarch64/gic: don't assume lpi support

  • Ake Koomsin committed [7d401f] on Code

    dt: device discovery with devicetree initial implementation

  • Ake Koomsin committed [340e42] on Code

    pci: make segment number 32-bit for devicetree support later

  • Ake Koomsin committed [4aab10] on Code

    string: add memmove() implementation

  • Ake Koomsin committed [42a6bc] on Code

    string: make memset() set ulong size at a time if possible

  • Ake Koomsin committed [dceca1] on Code

    string: make memcpy() copy ulong size at a time if possible

  • Ake Koomsin committed [36faa4] on Code

    drivers: ensure drivers can access devices by calling pci_enable_device()

  • Ake Koomsin committed [3ca24f] on Code

    Kconfig: switch to Kconfig for defining CONFIG_ options

  • Ake Koomsin committed [2dab84] on Code

    docs: add a guideline on how to import external code

  • Ake Koomsin committed [5c1b4f] on Code

    core: remove vpn_ve code

  • Ake Koomsin committed [781f40] on Code

    aarch64: initial implementation

  • Ake Koomsin committed [45d6e9] on Code

    acpi: move x86-dependent RSDP discovery code to core/x86/acpi.c

  • Ake Koomsin committed [d13a63] on Code

    acpi: check whether DSDT address is available before using

  • Ake Koomsin committed [bd65ca] on Code

    bnx: replace 0x0204 offset with BNXREG_HMBOX_INTR_CLR

  • Ake Koomsin committed [826a51] on Code

    x86/iommu: make use of dres_reg functions

  • Ake Koomsin committed [78123e] on Code

    ehci: make use of dres_reg functions

  • Ake Koomsin committed [d6eea7] on Code

    xhci: make use of dres_reg functions

  • Ake Koomsin committed [11409b] on Code

    xhci: rename 'offset' to 'field_offset' for naming consistency

  • Ake Koomsin committed [eeda90] on Code

    xhci: xHCI Local Memory Capability reports size in 1KB block

  • Ake Koomsin committed [bee3f9] on Code

    rtl8169: make use of dres_reg functions

  • Ake Koomsin committed [738dfa] on Code

    pro100: make use of dres_reg functions

  • Ake Koomsin committed [be9c1d] on Code

    vga_intel: make use of dres_reg functions

  • Ake Koomsin committed [c9f9ac] on Code

    pci_monitor: make use of dres_reg functions

  • Ake Koomsin committed [a07674] on Code

    x540: make use of dres_reg functions

  • Ake Koomsin committed [cfcf30] on Code

    pci_conceal: make use of dres_reg functions

  • Ake Koomsin committed [9a150f] on Code

    ieee1394log: make use of dres_reg functions

  • Ake Koomsin committed [7cae27] on Code

    ahci: make use of dres_reg functions

  • Ake Koomsin committed [a49101] on Code

    nvme: make use of dres_reg functions

  • Ake Koomsin committed [438c7e] on Code

    drivers/net: make use of dres_reg on drivers that use virto_net

  • Ake Koomsin committed [f05731] on Code

    dres: device resource register access abstraction initial implementation

  • Ake Koomsin committed [ac557e] on Code

    pci: don't use memcpy() for accessing registers

  • Ake Koomsin committed [b26e50] on Code

    pci: avoid hard-coding maximum number of virtual devices

  • Ake Koomsin committed [db2d98] on Code

    pci: initial support for multiple PCI segments

  • Ake Koomsin committed [f0ab05] on Code

    pci: rename pci_save_config_addr() to pci_pmio_save_config_addr()

  • Ake Koomsin committed [50e761] on Code

    pci: PCI PMIO is only relevant to x86

  • Ake Koomsin committed [10b533] on Code

    core_io: no need to try to support non-x86 machine

  • Ake Koomsin committed [923953] on Code

    driver/core: remove unneeded header

  • Hideki EIRAKU committed [97230a] on Code

    core/Makefile: add keyboard.o to fix keyboard input

  • Tomoyuki HIROSE committed [9f3bf4] on Code

    xhci: support UEFI xHCI driver

  • Tomoyuki HIROSE committed [60f451] on Code

    xhci: rename "xhci_hc_reset()" and call it at the proper time

  • Tomoyuki HIROSE committed [708106] on Code

    xhci: remove "state_saved" member and panic when CRS bit is set

  • Tomoyuki HIROSE committed [aa6d59] on Code

    xhci: switch to a big lock during xHCI register access

  • Tomoyuki HIROSE committed [78d74a] on Code

    xhci: allow variable size access to the capability registers

  • Tomoyuki HIROSE committed [9603f9] on Code

    xhci: process the current state of the event ring properly

  • Tomoyuki HIROSE committed [c3e001] on Code

    xhci: initialize the event ring and related data just before ERSTBA writing

  • Tomoyuki HIROSE committed [069cdc] on Code

    xhci: reallocate the VMM's event ring if the size of the ring changes

  • Tomoyuki HIROSE committed [b853e5] on Code

    xhci: release guest's ERST data just before changing the controller state to RUNNING

  • CJ Chen CJ Chen committed [1ac362] on Code

    ip/wg_gos: fix the wg_gos on smp issue

  • Hideki EIRAKU committed [becea6] on Code

    docs: add nested_virtualization.md

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.