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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2021-10-01
docs: name included files ".rst.inc"
Paolo Bonzini
4
-3
/
+3
2021-10-01
machine: Put all sanity-check in the generic SMP parser
Yanan Wang
1
-32
/
+30
2021-10-01
machine: Use g_autoptr in machine_set_smp
Paolo Bonzini
1
-5
/
+2
2021-10-01
machine: Move smp_prefer_sockets to struct SMPCompatProps
Yanan Wang
7
-7
/
+8
2021-10-01
machine: Remove smp_parse callback from MachineClass
Yanan Wang
2
-7
/
+1
2021-10-01
machine: Make smp_parse generic enough for all arches
Yanan Wang
3
-103
/
+81
2021-10-01
machine: Tweak the order of topology members in struct CpuTopology
Yanan Wang
2
-7
/
+8
2021-10-01
machine: Use ms instead of global current_machine in sanity-check
Yanan Wang
1
-1
/
+1
2021-10-01
machine: Prefer cores over sockets in smp parsing since 6.2
Yanan Wang
9
-19
/
+60
2021-10-01
qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
Yanan Wang
1
-1
/
+2
2021-10-01
qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
Yanan Wang
1
-1
/
+2
2021-10-01
machine: Improve the error reporting of smp parsing
Yanan Wang
2
-27
/
+19
2021-10-01
machine: Set the value of cpus to match maxcpus if it's omitted
Yanan Wang
3
-29
/
+40
2021-10-01
machine: Uniformly use maxcpus to calculate the omitted parameters
Yanan Wang
2
-30
/
+30
2021-10-01
machine: Minor refactor/fix for the smp parsers
Yanan Wang
2
-17
/
+24
2021-10-01
machine: Deprecate "parameter=0" SMP configurations
Yanan Wang
3
-5
/
+36
2021-10-01
qapi/machine: Fix an incorrect comment of SMPConfiguration
Yanan Wang
1
-1
/
+1
2021-10-01
tests/tcg/multiarch: Re-enable signals test for most guests
Richard Henderson
4
-11
/
+14
2021-10-01
linux-user: Remove default for TARGET_ARCH_HAS_SIGTRAMP_PAGE
Richard Henderson
1
-4
/
+0
2021-10-01
linux-user/xtensa: Implement setup_sigtramp
Richard Henderson
2
-20
/
+38
2021-10-01
linux-user/sparc: Implement setup_sigtramp
Richard Henderson
2
-14
/
+30
2021-10-01
linux-user/sh4: Implement setup_sigtramp
Richard Henderson
2
-18
/
+24
2021-10-01
linux-user/s390x: Implement setup_sigtramp
Richard Henderson
2
-8
/
+18
2021-10-01
linux-user/riscv: Implement setup_sigtramp
Richard Henderson
2
-9
/
+15
2021-10-01
linux-user/ppc: Implement setup_sigtramp
Richard Henderson
2
-16
/
+20
2021-10-01
linux-user/ppc: Simplify encode_trampoline
Richard Henderson
1
-4
/
+2
2021-10-01
linux-user/openrisc: Implement setup_sigtramp
Richard Henderson
2
-8
/
+16
2021-10-01
linux-user/nios2: Document non-use of setup_sigtramp
Richard Henderson
1
-0
/
+3
2021-10-01
linux-user/mips: Implement setup_sigtramp
Richard Henderson
3
-10
/
+27
2021-10-01
linux-user/mips: Tidy install_sigtramp
Richard Henderson
1
-4
/
+1
2021-10-01
linux-user/microblaze: Implement setup_sigtramp
Richard Henderson
2
-7
/
+19
2021-10-01
linux-user/m68k: Implement setup_sigtramp
Richard Henderson
2
-25
/
+24
2021-10-01
linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set
Richard Henderson
1
-6
/
+5
2021-10-01
linux-user/i386: Implement setup_sigtramp
Richard Henderson
3
-18
/
+43
2021-10-01
linux-user/hppa: Document non-use of setup_sigtramp
Richard Henderson
1
-0
/
+14
2021-10-01
linux-user/hexagon: Implement setup_sigtramp
Richard Henderson
2
-2
/
+19
2021-10-01
linux-user/cris: Implement setup_sigtramp
Richard Henderson
2
-8
/
+23
2021-10-01
linux-user/alpha: Implement setup_sigtramp
Richard Henderson
2
-14
/
+21
2021-10-01
linux-user/arm: Implement setup_sigtramp
Richard Henderson
2
-71
/
+110
2021-10-01
linux-user/arm: Drop "_v2" from symbols in signal.c
Richard Henderson
1
-70
/
+45
2021-10-01
linux-user/arm: Drop v1 signal frames
Richard Henderson
1
-216
/
+4
2021-10-01
linux-user/aarch64: Implement setup_sigtramp
Richard Henderson
2
-13
/
+23
2021-10-01
linux-user: Add infrastructure for a signal trampoline page
Richard Henderson
3
-0
/
+27
2021-09-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...
Peter Maydell
108
-447
/
+3806
2021-09-30
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
64
-38
/
+1397
2021-09-30
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...
Peter Maydell
35
-445
/
+741
2021-09-30
meson_options.txt: Switch the default value for the vnc option to 'auto'
Thomas Huth
1
-1
/
+1
2021-09-30
build-sys: add HAVE_IPPROTO_MPTCP
Marc-André Lureau
4
-5
/
+7
2021-09-30
memory: Add tracepoint for dirty sync
Peter Xu
2
-0
/
+3
2021-09-30
memory: Name all the memory listeners
Peter Xu
19
-4
/
+33
[prev]
[next]