summary refs log tree commit diff stats
path: root/docs/sphinx/kerneldoc.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVĂ­ctor Colombo1-0/+2
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst2-42/+57
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst1-4/+2
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst1-7/+3
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst1-7/+3
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)1-8/+8
2022-03-05tests/tcg/ppc64le: Use Altivec register names in clobber listMatheus Ferst1-8/+8
2022-03-05tests/tcg/ppc64le: emit bcdsub with .long when neededMatheus Ferst1-31/+42
2022-03-05tests/tcg/ppc64le: drop __int128 usage in bcdsubMatheus Ferst1-68/+61
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst1-38/+20
2022-03-05tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsfMatheus Ferst1-10/+9
2022-03-05Use long endian options for ppc64Miroslav Rezanina2-4/+4
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson5-36/+9
2022-03-03target/nios2: Special case ipending in rdctl and wrctlRichard Henderson1-0/+14
2022-03-03target/nios2: Split mmu_writeRichard Henderson4-107/+100
2022-03-03target/nios2: Hoist R_ZERO check in rdctlRichard Henderson1-3/+5
2022-03-03target/nios2: Only build mmu.c for system modeRichard Henderson2-5/+1
2022-03-03target/nios2: Replace MMU_LOG with tracepointsRichard Henderson3-68/+39
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson5-44/+0
2022-03-03hw/nvme: 64-bit pi supportNaveen Nagar7-98/+608
2022-03-03hw/nvme: add pi tuple size helperKlaus Jensen3-14/+21
2022-03-03hw/nvme: add support for the lbafee hbs featureNaveen Nagar4-11/+46
2022-03-03hw/nvme: move format parameter parsingKlaus Jensen1-13/+18
2022-03-03hw/nvme: add host behavior support featureNaveen Nagar3-1/+20
2022-03-03hw/nvme: move dif/pi prototypes into dif.hKlaus Jensen4-50/+55
2022-03-03target/riscv: expose zfinx, zdinx, zhinx{min} propertiesWeiwei Li1-0/+5
2022-03-03target/riscv: add support for zhinx/zhinxminWeiwei Li4-143/+296
2022-03-03target/riscv: add support for zdinxWeiwei Li2-78/+259
2022-03-03target/riscv: add support for zfinxWeiwei Li5-145/+369
2022-03-03target/riscv: hardwire mstatus.FS to zero when enable zfinxWeiwei Li3-6/+29
2022-03-03target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}Weiwei Li2-0/+16
2022-03-03hw: riscv: opentitan: fixup SPI addressesWilfred Mallawa2-4/+12
2022-03-03hw/riscv: virt: Increase maximum number of allowed CPUsAnup Patel2-1/+11
2022-03-03docs/system: riscv: Document AIA options for virt machineAnup Patel1-0/+16
2022-03-03hw/riscv: virt: Add optional AIA IMSIC support to virt machineAnup Patel3-84/+373
2022-03-03hw/intc: Add RISC-V AIA IMSIC device emulationAnup Patel4-0/+520
2022-03-03hw/riscv: virt: Add optional AIA APLIC support to virt machineAnup Patel3-59/+259
2022-03-03target/riscv: fix inverted checks for ext_zb[abcs]Philipp Tomsich1-4/+4
2022-03-02ui/cocoa.m: Remove unnecessary NSAutoreleasePoolsPeter Maydell1-6/+0
2022-03-02ui/cocoa.m: Fix updateUIInfo threading issuesPeter Maydell1-3/+22
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell3-3/+15
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson4-15/+112
2022-03-02target/arm: Advertise all page sizes for -cpu maxRichard Henderson1-0/+4
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson1-3/+7
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson1-2/+3
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson1-34/+24
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson1-6/+29
2022-03-02target/arm: Implement FEAT_LPARichard Henderson4-5/+19
2022-03-02target/arm: Implement FEAT_LVARichard Henderson5-2/+16
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson1-8/+24