OSDN Git Service

qmiga/qemu.git
2022-02-21 Peter Maydellinclude: Move qemu_mprotect_*() to new qemu/mprotect.h
2022-02-21 Peter Maydellinclude: Move qemu_madvise() and related #defines to...
2022-02-21 Peter Maydellhw/arm/armv7m: Handle disconnected clock inputs
2022-02-21 Peter MaydellKconfig: Add 'imply I2C_DEVICES' on boards with availab...
2022-02-21 Peter MaydellKconfig: Add I2C_DEVICES device group
2022-02-21 Peter Maydelltarget/arm: Support PAuth extension for hvf
2022-02-21 Peter Maydelltarget/arm: Fix '-cpu max' for HVF
2022-02-21 Peter Maydelltarget/arm: Unindent unnecessary else-clause
2022-02-21 Peter Maydelltarget/arm: Make KVM -cpu max exactly like -cpu host
2022-02-21 Peter Maydelltarget/arm: Use aarch64_cpu_register() for 'host' CPU...
2022-02-21 Peter Maydelltarget/arm: Move '-cpu host' code to cpu64.c
2022-02-21 Bernhard Beschowcheckpatch: Ensure that TypeInfos are const
2022-02-21 Bernhard BeschowMark remaining global TypeInfo instances as const
2022-02-21 Alexander Grafhvf: arm: Handle unknown ID registers as RES0
2022-02-21 Alexander Grafhvf: arm: Use macros for sysreg shift/masking
2022-02-20 Ani SinhaMAINTAINERS: Adding myself as a reviewer of some components
2022-02-20 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2022-02-19 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2022-02-19 Peter MaydellMerge remote-tracking branch 'remotes/cschoenebeck...
2022-02-18 Fabiano Rosastarget/ppc: Move common SPR functions out of cpu_init
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Move check_pow and QOM macros...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Move SPR registration macros...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Expose some SPR registration...
2022-02-18 Fabiano Rosastarget/ppc: Rename spr_tcg.h to spr_common.h
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Remove register_usprg3_sprs
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Rename register_ne_601_sprs
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Reuse init_proc_745 for the 755
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Reuse init_proc_604 for the 604e
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Reuse init_proc_603 for the e300
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Move 604e SPR registration into...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Move e300 SPR registration into...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Move 755 L2 cache SPRs into a...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Deduplicate 7xx SPR registration
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Deduplicate 745/755 SPR registration
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Deduplicate 604 SPR registration
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Deduplicate 603 SPR registration
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Deduplicate 440 SPR registration
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Decouple 74xx SPR registration...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Decouple G2 SPR registration...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Move G2 SPRs into register_G2_sprs
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Move 405 SPRs into register_405_sprs
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Avoid nested SPR register functions
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Move Timebase registration into...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Group registration of generic...
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Remove G2LE init code
2022-02-18 Fabiano Rosastarget/ppc: cpu_init: Remove not implemented comments
2022-02-18 Nicholas Pigginspapr: implement nested-hv capability for the virtual...
2022-02-18 Nicholas Piggintarget/ppc: Introduce a vhyp framework for nested HV...
2022-02-18 Nicholas Piggintarget/ppc: Add powerpc_reset_excp_state helper
2022-02-18 Nicholas Piggintarget/ppc: add helper for books vhyp hypercall handler
2022-02-18 Nicholas Piggintarget/ppc: make vhyp get_pate method take lpid and...
2022-02-18 Nicholas Piggintarget/ppc: add vhyp addressing mode helper for radix MMU
2022-02-18 Nicholas Pigginppc: allow the hdecr timer to be created/destroyed
2022-02-18 Nicholas Pigginspapr: prevent hdec timer being set up under virtual...
2022-02-18 Nicholas Piggintarget/ppc: raise HV interrupts for partition table...
2022-02-18 Shivaprasad... spapr: nvdimm: Introduce spapr-nvdimm device
2022-02-18 Shivaprasad... spapr: nvdimm: Implement H_SCM_FLUSH hcall
2022-02-18 Shivaprasad... nvdimm: Add realize, unrealize callbacks to NVDIMMDevic...
2022-02-17 Greg Kurzvirtiofsd: Add basic support for FUSE_SYNCFS request
2022-02-17 Vivek Goyalvirtiofsd: Add an option to enable/disable security...
2022-02-17 Vivek Goyalvirtiofsd: Create new file using O_TMPFILE and set...
2022-02-17 Vivek Goyalvirtiofsd: Create new file with security context
2022-02-17 Vivek Goyalvirtiofsd: Add helpers to work with /proc/self/task...
2022-02-17 Vivek Goyalvirtiofsd: Move core file creation code in separate...
2022-02-17 Vivek Goyalvirtiofsd, fuse_lowlevel.c: Add capability to parse...
2022-02-17 Vivek Goyalvirtiofsd: Extend size of fuse_conn_info->capable and...
2022-02-17 Vivek Goyalvirtiofsd: Parse extended "struct fuse_init_in"
2022-02-17 Vivek Goyallinux-headers: Update headers to v5.17-rc1
2022-02-17 Vivek Goyalvirtiofsd: Fix breakage due to fuse_init_in size change
2022-02-17 Vitaly Chikunov9pfs: Fix segfault in do_readdir_many caused by struct...
2022-02-17 Greg Kurztests/9pfs: Use g_autofree and g_autoptr where possible
2022-02-17 Greg Kurztests/9pfs: Fix leak of local_test_path
2022-02-17 Christian Schoenebecktests/9pfs: fix mkdir() being called twice
2022-02-17 Christian Schoenebecktests/9pfs: use g_autofree where possible
2022-02-16 Sebastian Haslervirtiofsd: Do not support blocking flock
2022-02-16 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2022-02-16 Yu Lidocs/system: riscv: Update description of CPU
2022-02-16 Weiwei Litarget/riscv: add support for svpbmt extension
2022-02-16 Weiwei Litarget/riscv: add support for svinval extension
2022-02-16 Weiwei Litarget/riscv: add support for svnapot extension
2022-02-16 Weiwei Litarget/riscv: add PTE_A/PTE_D/PTE_U bits check for...
2022-02-16 Guo Rentarget/riscv: Ignore reserved bits in PTE for RV64
2022-02-16 Anup Patelhw/intc: Add RISC-V AIA APLIC device emulation
2022-02-16 Anup Pateltarget/riscv: Allow users to force enable AIA CSRs...
2022-02-16 Anup Patelhw/riscv: virt: Use AIA INTC compatible string when...
2022-02-16 Anup Pateltarget/riscv: Implement AIA IMSIC interface CSRs
2022-02-16 Anup Pateltarget/riscv: Implement AIA xiselect and xireg CSRs
2022-02-16 Anup Pateltarget/riscv: Implement AIA mtopi, stopi, and vstopi...
2022-02-16 Anup Pateltarget/riscv: Implement AIA interrupt filtering CSRs
2022-02-16 Anup Pateltarget/riscv: Implement AIA hvictl and hviprioX CSRs
2022-02-16 Anup Pateltarget/riscv: Implement AIA CSRs for 64 local interrupt...
2022-02-16 Anup Pateltarget/riscv: Implement AIA local interrupt priorities
2022-02-16 Anup Pateltarget/riscv: Allow AIA device emulation to set ireg...
2022-02-16 Anup Pateltarget/riscv: Add defines for AIA CSRs
2022-02-16 Anup Pateltarget/riscv: Add AIA cpu feature
2022-02-16 Anup Pateltarget/riscv: Allow setting CPU feature from machine...
2022-02-16 Anup Pateltarget/riscv: Improve delivery of guest external interrupts
2022-02-16 Anup Pateltarget/riscv: Implement hgeie and hgeip CSRs
2022-02-16 Anup Pateltarget/riscv: Implement SGEIP bit in hip and hie CSRs
2022-02-16 Anup Pateltarget/riscv: Fix trap cause for RV32 HS-mode CSR acces...
next