aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-18target/ppc: cpu_init: Remove not implemented commentsFabiano Rosas
2022-02-18spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin
2022-02-18target/ppc: Add powerpc_reset_excp_state helperNicholas Piggin
2022-02-18target/ppc: add helper for books vhyp hypercall handlerNicholas Piggin
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin
2022-02-18target/ppc: add vhyp addressing mode helper for radix MMUNicholas Piggin
2022-02-18ppc: allow the hdecr timer to be created/destroyedNicholas Piggin
2022-02-18spapr: prevent hdec timer being set up under virtual hypervisorNicholas Piggin
2022-02-18target/ppc: raise HV interrupts for partition table entry problemsNicholas Piggin
2022-02-18spapr: nvdimm: Introduce spapr-nvdimm deviceShivaprasad G Bhat
2022-02-18spapr: nvdimm: Implement H_SCM_FLUSH hcallShivaprasad G Bhat
2022-02-18nvdimm: Add realize, unrealize callbacks to NVDIMMDevice classShivaprasad G Bhat
2022-02-17virtiofsd: Add basic support for FUSE_SYNCFS requestGreg Kurz
2022-02-17virtiofsd: Add an option to enable/disable security labelVivek Goyal
2022-02-17virtiofsd: Create new file using O_TMPFILE and set security contextVivek Goyal
2022-02-17virtiofsd: Create new file with security contextVivek Goyal
2022-02-17virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreateVivek Goyal
2022-02-17virtiofsd: Move core file creation code in separate functionVivek Goyal
2022-02-17virtiofsd, fuse_lowlevel.c: Add capability to parse security contextVivek Goyal
2022-02-17virtiofsd: Extend size of fuse_conn_info->capable and ->want fieldsVivek Goyal
2022-02-17virtiofsd: Parse extended "struct fuse_init_in"Vivek Goyal
2022-02-17linux-headers: Update headers to v5.17-rc1Vivek Goyal
2022-02-17virtiofsd: Fix breakage due to fuse_init_in size changeVivek Goyal
2022-02-179pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov
2022-02-17tests/9pfs: Use g_autofree and g_autoptr where possibleGreg Kurz
2022-02-17tests/9pfs: Fix leak of local_test_pathGreg Kurz
2022-02-17tests/9pfs: fix mkdir() being called twiceChristian Schoenebeck
2022-02-17tests/9pfs: use g_autofree where possibleChristian Schoenebeck
2022-02-16virtiofsd: Do not support blocking flockSebastian Hasler
2022-02-16Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell
2022-02-16docs/system: riscv: Update description of CPUYu Li
2022-02-16target/riscv: add support for svpbmt extensionWeiwei Li
2022-02-16target/riscv: add support for svinval extensionWeiwei Li
2022-02-16target/riscv: add support for svnapot extensionWeiwei Li
2022-02-16target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTEWeiwei Li
2022-02-16target/riscv: Ignore reserved bits in PTE for RV64Guo Ren
2022-02-16hw/intc: Add RISC-V AIA APLIC device emulationAnup Patel
2022-02-16target/riscv: Allow users to force enable AIA CSRs in HARTAnup Patel
2022-02-16hw/riscv: virt: Use AIA INTC compatible string when availableAnup Patel
2022-02-16target/riscv: Implement AIA IMSIC interface CSRsAnup Patel
2022-02-16target/riscv: Implement AIA xiselect and xireg CSRsAnup Patel
2022-02-16target/riscv: Implement AIA mtopi, stopi, and vstopi CSRsAnup Patel
2022-02-16target/riscv: Implement AIA interrupt filtering CSRsAnup Patel
2022-02-16target/riscv: Implement AIA hvictl and hviprioX CSRsAnup Patel
2022-02-16target/riscv: Implement AIA CSRs for 64 local interrupts on RV32Anup Patel
2022-02-16target/riscv: Implement AIA local interrupt prioritiesAnup Patel
2022-02-16target/riscv: Allow AIA device emulation to set ireg rmw callbackAnup Patel
2022-02-16target/riscv: Add defines for AIA CSRsAnup Patel
2022-02-16target/riscv: Add AIA cpu featureAnup Patel