Age | Commit message (Expand) | Author |
2022-02-18 | target/ppc: cpu_init: Remove not implemented comments | Fabiano Rosas |
2022-02-18 | spapr: implement nested-hv capability for the virtual hypervisor | Nicholas Piggin |
2022-02-18 | target/ppc: Introduce a vhyp framework for nested HV support | Nicholas Piggin |
2022-02-18 | target/ppc: Add powerpc_reset_excp_state helper | Nicholas Piggin |
2022-02-18 | target/ppc: add helper for books vhyp hypercall handler | Nicholas Piggin |
2022-02-18 | target/ppc: make vhyp get_pate method take lpid and return success | Nicholas Piggin |
2022-02-18 | target/ppc: add vhyp addressing mode helper for radix MMU | Nicholas Piggin |
2022-02-18 | ppc: allow the hdecr timer to be created/destroyed | Nicholas Piggin |
2022-02-18 | spapr: prevent hdec timer being set up under virtual hypervisor | Nicholas Piggin |
2022-02-18 | target/ppc: raise HV interrupts for partition table entry problems | Nicholas Piggin |
2022-02-18 | spapr: nvdimm: Introduce spapr-nvdimm device | Shivaprasad G Bhat |
2022-02-18 | spapr: nvdimm: Implement H_SCM_FLUSH hcall | Shivaprasad G Bhat |
2022-02-18 | nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class | Shivaprasad G Bhat |
2022-02-17 | virtiofsd: Add basic support for FUSE_SYNCFS request | Greg Kurz |
2022-02-17 | virtiofsd: Add an option to enable/disable security label | Vivek Goyal |
2022-02-17 | virtiofsd: Create new file using O_TMPFILE and set security context | Vivek Goyal |
2022-02-17 | virtiofsd: Create new file with security context | Vivek Goyal |
2022-02-17 | virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreate | Vivek Goyal |
2022-02-17 | virtiofsd: Move core file creation code in separate function | Vivek Goyal |
2022-02-17 | virtiofsd, fuse_lowlevel.c: Add capability to parse security context | Vivek Goyal |
2022-02-17 | virtiofsd: Extend size of fuse_conn_info->capable and ->want fields | Vivek Goyal |
2022-02-17 | virtiofsd: Parse extended "struct fuse_init_in" | Vivek Goyal |
2022-02-17 | linux-headers: Update headers to v5.17-rc1 | Vivek Goyal |
2022-02-17 | virtiofsd: Fix breakage due to fuse_init_in size change | Vivek Goyal |
2022-02-17 | 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread | Vitaly Chikunov |
2022-02-17 | tests/9pfs: Use g_autofree and g_autoptr where possible | Greg Kurz |
2022-02-17 | tests/9pfs: Fix leak of local_test_path | Greg Kurz |
2022-02-17 | tests/9pfs: fix mkdir() being called twice | Christian Schoenebeck |
2022-02-17 | tests/9pfs: use g_autofree where possible | Christian Schoenebeck |
2022-02-16 | virtiofsd: Do not support blocking flock | Sebastian Hasler |
2022-02-16 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220... | Peter Maydell |
2022-02-16 | docs/system: riscv: Update description of CPU | Yu Li |
2022-02-16 | target/riscv: add support for svpbmt extension | Weiwei Li |
2022-02-16 | target/riscv: add support for svinval extension | Weiwei Li |
2022-02-16 | target/riscv: add support for svnapot extension | Weiwei Li |
2022-02-16 | target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTE | Weiwei Li |
2022-02-16 | target/riscv: Ignore reserved bits in PTE for RV64 | Guo Ren |
2022-02-16 | hw/intc: Add RISC-V AIA APLIC device emulation | Anup Patel |
2022-02-16 | target/riscv: Allow users to force enable AIA CSRs in HART | Anup Patel |
2022-02-16 | hw/riscv: virt: Use AIA INTC compatible string when available | Anup Patel |
2022-02-16 | target/riscv: Implement AIA IMSIC interface CSRs | Anup Patel |
2022-02-16 | target/riscv: Implement AIA xiselect and xireg CSRs | Anup Patel |
2022-02-16 | target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs | Anup Patel |
2022-02-16 | target/riscv: Implement AIA interrupt filtering CSRs | Anup Patel |
2022-02-16 | target/riscv: Implement AIA hvictl and hviprioX CSRs | Anup Patel |
2022-02-16 | target/riscv: Implement AIA CSRs for 64 local interrupts on RV32 | Anup Patel |
2022-02-16 | target/riscv: Implement AIA local interrupt priorities | Anup Patel |
2022-02-16 | target/riscv: Allow AIA device emulation to set ireg rmw callback | Anup Patel |
2022-02-16 | target/riscv: Add defines for AIA CSRs | Anup Patel |
2022-02-16 | target/riscv: Add AIA cpu feature | Anup Patel |