index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
linux-user: Add support for btrfs ioctls used to manage quota
Filip Bozuta
3
-0
/
+63
2020-09-03
linux-user: Add support for two btrfs ioctls used for subvolume
Filip Bozuta
3
-0
/
+23
2020-09-03
linux-user: Add support for a group of btrfs inode ioctls
Filip Bozuta
3
-0
/
+57
2020-09-03
linux-user: Add support for btrfs ioctls used to get/set features
Filip Bozuta
3
-0
/
+20
2020-09-03
linux-user: Add support for btrfs ioctls used to manipulate with devices
Filip Bozuta
3
-1
/
+53
2020-09-03
linux-user: Add support for a group of btrfs ioctls used for snapshots
Filip Bozuta
3
-1
/
+12
2020-09-03
linux-user: Add support for a group of btrfs ioctls used for subvolumes
Filip Bozuta
5
-0
/
+67
2020-09-03
linux-user: fix implicit conversion from enumeration type error
Laurent Vivier
1
-1
/
+1
2020-09-01
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
22
-233
/
+302
2020-09-01
Makefile: Fix in-tree clean/distclean
Greg Kurz
1
-8
/
+8
2020-09-01
Makefile: Add back TAGS/ctags/cscope rules
Greg Kurz
1
-1
/
+17
2020-09-01
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200901'...
Peter Maydell
16
-806
/
+1824
2020-09-01
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
51
-153
/
+112
2020-09-01
hw/arm/sbsa-ref : Add embedded controller in secure memory
Graeme Gregory
1
-0
/
+14
2020-09-01
hw/misc/sbsa_ec : Add an embedded controller for sbsa-ref
Graeme Gregory
2
-0
/
+100
2020-09-01
meson: add description to options
Paolo Bonzini
1
-9
/
+20
2020-09-01
build: fix recurse-all target
Paolo Bonzini
3
-10
/
+7
2020-09-01
meson: use pkg-config method to find dependencies
Paolo Bonzini
2
-17
/
+18
2020-09-01
configure: do not include ${prefix} in firmwarepath
Paolo Bonzini
1
-1
/
+1
2020-09-01
meson: add pixman dependency to UI modules
Paolo Bonzini
1
-3
/
+3
2020-09-01
meson: add pixman dependency to chardev/baum module
Stefan Weil
1
-1
/
+1
2020-09-01
meson: add NSIS building
Marc-André Lureau
3
-56
/
+103
2020-09-01
meson: use meson mandir instead of qemu_mandir
Marc-André Lureau
2
-3
/
+2
2020-09-01
meson: pass docdir option
Marc-André Lureau
4
-4
/
+8
2020-09-01
meson: use meson datadir instead of qemu_datadir
Marc-André Lureau
8
-10
/
+11
2020-09-01
meson: pass qemu_suffix option
Marc-André Lureau
2
-0
/
+3
2020-09-01
configure: build docdir like other suffixed directories
Marc-André Lureau
1
-3
/
+4
2020-09-01
configure: always /-seperate directory from qemu_suffix
Marc-André Lureau
1
-7
/
+7
2020-09-01
configure: rename confsuffix option
Marc-André Lureau
1
-10
/
+10
2020-09-01
meson: move zlib detection to meson
Paolo Bonzini
2
-36
/
+2
2020-09-01
hw/arm/sbsa-ref: add "reg" property to DT cpu nodes
Leif Lindholm
1
-6
/
+23
2020-09-01
target/arm: Enable FP16 in '-cpu max'
Peter Maydell
2
-7
/
+6
2020-09-01
target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS
Peter Maydell
1
-55
/
+55
2020-09-01
target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations
Peter Maydell
2
-5
/
+32
2020-09-01
target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations
Peter Maydell
1
-4
/
+8
2020-09-01
target/arm: Implement fp16 for Neon VRINTX
Peter Maydell
3
-42
/
+9
2020-09-01
target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode
Peter Maydell
4
-79
/
+30
2020-09-01
target/arm: Implement fp16 for Neon VCVT with rounding modes
Peter Maydell
3
-67
/
+66
2020-09-01
target/arm: Implement fp16 for Neon VCVT fixed-point
Peter Maydell
4
-1
/
+21
2020-09-01
target/arm: Convert Neon VCVT fixed-point to gvec
Peter Maydell
3
-17
/
+43
2020-09-01
target/arm: Implement fp16 for Neon float-integer VCVT
Peter Maydell
3
-11
/
+42
2020-09-01
target/arm: Implement fp16 for Neon pairwise fp ops
Peter Maydell
3
-26
/
+68
2020-09-01
target/arm: Implement fp16 for Neon VRSQRTS
Peter Maydell
4
-36
/
+34
2020-09-01
target/arm: Implement fp16 for Neon VRECPS
Peter Maydell
4
-34
/
+35
2020-09-01
target/arm: Implement fp16 for Neon fp compare-vs-0
Peter Maydell
3
-28
/
+45
2020-09-01
target/arm: Implement fp16 for Neon VFMA, VMFS
Peter Maydell
3
-91
/
+40
2020-09-01
target/arm: Implement fp16 for Neon VMLA, VMLS operations
Peter Maydell
3
-31
/
+50
2020-09-01
target/arm: Implement fp16 for Neon VMAXNM, VMINNM
Peter Maydell
3
-8
/
+27
2020-09-01
target/arm: Implement fp16 for Neon VMAX, VMIN
Peter Maydell
3
-3
/
+14
2020-09-01
target/arm: Implement fp16 for VACGE, VACGT
Peter Maydell
3
-2
/
+34
[next]