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
2016-05-30
cpu: Add a sync version of cpu_remove()
Bharata B Rao
2
-0
/
+20
2016-05-30
cpu: Reclaim vCPU objects
Gu Zheng
5
-3
/
+109
2016-05-30
exec: Do vmstate unregistration from cpu_exec_exit()
Bharata B Rao
1
-0
/
+11
2016-05-30
exec: Remove cpu from cpus list during cpu_exec_exit()
Bharata B Rao
1
-8
/
+24
2016-05-30
ppc: Add PPC_64H instruction flag to POWER7 and POWER8
Benjamin Herrenschmidt
1
-2
/
+2
2016-05-30
ppc: Get out of emulation on SMT "OR" ops
Benjamin Herrenschmidt
1
-3
/
+18
2016-05-30
ppc: Fix sign extension issue in mtmsr(d) emulation
Michael Neuling
1
-2
/
+2
2016-05-30
ppc: Change 'invalid' bit mask of tlbiel and tlbie
Benjamin Herrenschmidt
1
-2
/
+4
2016-05-30
ppc: tlbie, tlbia and tlbisync are HV only
Benjamin Herrenschmidt
1
-3
/
+3
2016-05-30
ppc: Do some batching of TCG tlb flushes
Benjamin Herrenschmidt
8
-15
/
+82
2016-05-30
ppc: Use split I/D mmu modes to avoid flushes on interrupts
Benjamin Herrenschmidt
5
-25
/
+63
2016-05-30
ppc: Remove MMU_MODEn_SUFFIX definitions
Benjamin Herrenschmidt
1
-3
/
+0
2016-05-27
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160527' int...
Peter Maydell
31
-972
/
+1539
2016-05-27
linux-user,target-ppc: fix use of MSR_LE
Laurent Vivier
1
-3
/
+3
2016-05-27
linux-user/signal.c: Use s390 target space address instead of host space
Chen Gang
1
-2
/
+2
2016-05-27
linux-user/signal.c: Use target address instead of host address for microblaz...
Chen Gang
1
-1
/
+2
2016-05-27
linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
Chen Gang
1
-2
/
+10
2016-05-27
linux-user: arm: Remove ARM_cpsr and similar #defines
Peter Maydell
2
-28
/
+11
2016-05-27
linux-user: Use direct syscalls for setuid(), etc
Peter Maydell
1
-12
/
+46
2016-05-27
linux-user: x86_64: Don't use 16-bit UIDs
Peter Maydell
1
-1
/
+2
2016-05-27
linux-user: Use g_try_malloc() in do_msgrcv()
Peter Maydell
1
-1
/
+5
2016-05-27
linux-user: Handle msgrcv error case correctly
Peter Maydell
1
-1
/
+5
2016-05-27
linux-user: Handle negative values in timespec conversion
Peter Maydell
1
-4
/
+4
2016-05-27
linux-user: Use safe_syscall for futex syscall
Peter Maydell
1
-8
/
+10
2016-05-27
linux-user: Use safe_syscall for pselect, select syscalls
Peter Maydell
1
-17
/
+19
2016-05-27
linux-user: Use safe_syscall for execve syscall
Timothy E Baldwin
1
-1
/
+12
2016-05-27
linux-user: Use safe_syscall for wait system calls
Timothy E Baldwin
1
-3
/
+7
2016-05-27
linux-user: Use safe_syscall for open and openat system calls
Timothy E Baldwin
1
-14
/
+4
2016-05-27
linux-user: Use safe_syscall for read and write system calls
Timothy E Baldwin
1
-2
/
+5
2016-05-27
linux-user: Provide safe_syscall for fixing races between signals and syscalls
Timothy E Baldwin
9
-3
/
+360
2016-05-27
linux-user: Add debug code to exercise restarting system calls
Timothy E Baldwin
1
-0
/
+19
2016-05-27
linux-user: Support for restarting system calls for Microblaze targets
Timothy E Baldwin
3
-2
/
+8
2016-05-27
linux-user: Set r14 on exit from microblaze syscall
Peter Maydell
1
-0
/
+7
2016-05-27
linux-user: Support for restarting system calls for tilegx targets
Peter Maydell
3
-9
/
+15
2016-05-27
linux-user: Support for restarting system calls for CRIS targets
Timothy E Baldwin
3
-2
/
+7
2016-05-27
linux-user: Support for restarting system calls for S390 targets
Timothy E Baldwin
3
-5
/
+12
2016-05-27
linux-user: Support for restarting system calls for M68K targets
Timothy E Baldwin
3
-21
/
+24
2016-05-27
linux-user: Support for restarting system calls for OpenRISC targets
Timothy E Baldwin
2
-8
/
+15
2016-05-27
linux-user: Support for restarting system calls for UniCore32 targets
Timothy E Baldwin
1
-1
/
+6
2016-05-27
linux-user: Support for restarting system calls for Alpha targets
Timothy E Baldwin
3
-4
/
+8
2016-05-27
linux-user: Support for restarting system calls for SH4 targets
Timothy E Baldwin
3
-11
/
+12
2016-05-27
linux-user: Support for restarting system calls for SPARC targets
Timothy E Baldwin
4
-1
/
+6
2016-05-27
linux-user: Support for restarting system calls for PPC targets
Timothy E Baldwin
2
-0
/
+5
2016-05-27
linux-user: Support for restarting system calls for MIPS targets
Timothy E Baldwin
3
-0
/
+6
2016-05-27
linux-user: Support for restarting system calls for ARM targets
Timothy E Baldwin
3
-23
/
+36
2016-05-27
linux-user: Support for restarting system calls for x86 targets
Timothy E Baldwin
3
-28
/
+36
2016-05-27
linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific
Timothy E Baldwin
4
-10
/
+9
2016-05-27
linux-user: Define TARGET_ERESTART* errno values
Timothy E Baldwin
1
-0
/
+8
2016-05-27
linux-user: Reindent signal handling
Timothy E Baldwin
1
-752
/
+791
2016-05-27
linux-user: Consistently return host errnos from do_openat()
Peter Maydell
1
-4
/
+10
[next]