Activity for BitVisor

  • Hideki EIRAKU committed [755afb] on Code

    Makefile.config: touch .config during default-config

  • Hideki EIRAKU committed [08c3d5] on Code

    xhci: map new Transfer Ring segment if necessary in patch_tr_dq_ptr()

  • Hideki EIRAKU committed [300f39] on Code

    xhci: check Link TRB fields in Command Ring

  • Hideki EIRAKU committed [93936d] on Code

    usb: add conceal driver

  • Hideki EIRAKU committed [eb8ff6] on Code

    xhci: add support for Context Size (CSZ) flag

  • Hideki EIRAKU committed [fd2b85] on Code

    usb: new flexible config vmm.driver.usb

  • Hideki EIRAKU committed [1ce6e4] on Code

    config: remove vmm.driver.usb.uhci and vmm.driver.usb.ehci

  • Hideki EIRAKU committed [d27255] on Code

    usb_hook: add per-device hook list to struct usb_device to reduce overhead

  • Hideki EIRAKU committed [0d82b2] on Code

    usb: usb_hook_process() supports usb_hook_register() in hook callback properly

  • Hideki EIRAKU committed [d2b056] on Code

    usb: add usb operations and new hook phase/return value

  • Hideki EIRAKU committed [27d10a] on Code

    xhci: save device pointer in h_slot_meta to avoid linear search

  • Hideki EIRAKU committed [f93304] on Code

    usb: remove usb_hook_register_ex() and related data

  • Hideki EIRAKU committed [0f0ef9] on Code

    usb: clean up new device handling

  • Hideki EIRAKU committed [1796f9] on Code

    xhci: add dev_addr_to_slot to remove hc_specific_data from common structures

  • Hideki EIRAKU committed [e850f2] on Code

    xhci: manage host Transfer TRB position independent from guest

  • Hideki EIRAKU committed [2828c6] on Code

    xhci: remove unnecessary members in struct xhci_trb_meta

  • Hideki EIRAKU committed [83bcae] on Code

    xhci: convert TRB Pointer in Transfer Event TRB to host using trb_list of urb

  • Hideki EIRAKU committed [faa4cf] on Code

    xhci: maintain Dequeue Pointer internally

  • Hideki EIRAKU committed [d0cb80] on Code

    xhci: use fixed value for host transfer ring n_trbs except ep0_host_only

  • Hideki EIRAKU committed [e3ac93] on Code

    xhci: use new trbs_ref list of urb to simplify scanning TRBs

  • Hideki EIRAKU committed [6d355b] on Code

    xhci: clarify guest TRB or host TRB

  • Hideki EIRAKU committed [dd18a7] on Code

    xhci: separate shadow TRBs and shadow buffers for host controlled endpoint

  • Hideki EIRAKU committed [f2c21c] on Code

    xhci: write C bit of Command TRBs properly

  • Hideki EIRAKU committed [d7cb57] on Code

    xhci: add xhci_shadow_finalize_trb()

  • Hideki EIRAKU committed [8a8c84] on Code

    xhci: simplify about writing TRB using inverted C bit

  • Hideki EIRAKU committed [16830f] on Code

    xhci: hooks are now called for host controlled endpoint only for simplicity

  • Hideki EIRAKU committed [3d6b80] on Code

    xhci: fix blacklist_ext comparison

  • Hideki EIRAKU committed [600fe7] on Code

    ehci: improve doorbell handling

  • Hideki EIRAKU committed [1b407f] on Code

    ehci: clean up register handler and handle doorbell properly

  • Hideki EIRAKU committed [1c85b6] on Code

    usb_mscd: MODE SELECT(6) command support

  • Hideki EIRAKU committed [192006] on Code

    initfunc: call panic_test() to stop if panic() is called by another processor

  • Hideki EIRAKU committed [c9d24a] on Code

    random: make get_epoch_time() work during parallel initialization

  • Hideki EIRAKU committed [5030e7] on Code

    Kconfig: add DEPRECATED and EXPERIMENTAL

  • Hideki EIRAKU committed [c2aba1] on Code

    Kconfig: change default of NET_PRO100 to n

  • 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

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.