Sign in
qemu
/
qemu
/
8fb48b8b38a895cbb17a601829603365c4938f60
/
linux-user
d5ebe62
sh4: simplify superh_cpu_class_by_name()
by Igor Mammedov
· 7 years ago
3468b59
tcg: enable multiple TCG contexts in softmmu
by Emilio G. Cota
· 8 years ago
e8feb96
tcg: introduce regions to split code_gen_buffer
by Emilio G. Cota
· 8 years ago
b1311c4
tcg: define tcg_init_ctx and make tcg_ctx a pointer
by Emilio G. Cota
· 8 years ago
44ded3d
tcg: take tb_ctx out of TCGContext
by Emilio G. Cota
· 8 years ago
f2a48d6
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' into staging
by Peter Maydell
· 7 years ago
f443e39
linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS values
by Peter Maydell
· 7 years ago
8423fa9
linux-user/main: support dfilter
by Alex Bennée
· 7 years ago
d6d6d6f
linux-user: Add some random ioctls
by Marco A L Barbosa
· 7 years ago
2de123a
linux-user: remove duplicate break in syscall
by Carlo Marcelo Arenas Belón
· 7 years ago
1847b7b
linux-user: Fix target FS_IOC_GETFLAGS and FS_IOC_SETFLAGS numbers
by Peter Maydell
· 7 years ago
18e80c5
linux-user: Tidy and enforce reserved_va initialization
by Richard Henderson
· 7 years ago
e568f9d
linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guests
by Peter Maydell
· 7 years ago
dd13df0
linux-user: remove duplicate break in syscall
by Carlo Marcelo Arenas Belón
· 7 years ago
ee46a46
target/m68k,linux-user: manage FP registers in ucontext
by Laurent Vivier
· 7 years ago
5f9cee4
linux-user: fix O_TMPFILE handling
by Riku Voipio
· 8 years ago
4482e05
cpu: make cpu_generic_init() abort QEMU on error
by Igor Mammedov
· 7 years ago
576e1c4
sparc: embed sparc_def_t into CPUSPARCState
by Igor Mammedov
· 8 years ago
f5048cb
maint: Include bug-reporting info in --help output
by Eric Blake
· 8 years ago
2a96a55
Revert "rcu: do not create thread in pthread_atfork callback"
by Paolo Bonzini
· 9 years ago
8908eb1
trace-events: fix code style: print 0x before hex numbers
by Vladimir Sementsov-Ogievskiy
· 8 years ago
bdf211f
Revert "syscall: fix dereference of undefined pointer"
by Peter Maydell
· 8 years ago
87e0331
docs: fix broken paths to docs/devel/tracing.txt
by Philippe Mathieu-Daudé
· 8 years ago
b929f7e
syscall: check inotify() and eventfd() return value
by Philippe Mathieu-Daudé
· 8 years ago
6860710
syscall: fix use of uninitialized values
by Philippe Mathieu-Daudé
· 8 years ago
bc658e4
syscall: fix dereference of undefined pointer
by Philippe Mathieu-Daudé
· 8 years ago
72cd500
linux-user/sh4: fix incorrect memory write
by Philippe Mathieu-Daudé
· 8 years ago
04b33e2
Replace 'struct ucontext' with 'ucontext_t' type
by Khem Raj
· 8 years ago
824dbfb
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into staging
by Peter Maydell
· 8 years ago
bcd2625
target/alpha: Merge several flag bytes into ENV->FLAGS
by Richard Henderson
· 8 years ago
b0e9c51
linux-user/sh4: Clean env->flags on signal boundaries
by Richard Henderson
· 8 years ago
b0e4f0e
linux-user/sh4: Notice gUSA regions during signal delivery
by Richard Henderson
· 8 years ago
bd88c78
qom/cpu: remove host_tid field
by Alex Bennée
· 8 years ago
82991be
linux-user: Put PPC AT_IGNOREPPC auxv entries in the right place
by Peter Maydell
· 8 years ago
ba9fcea
linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and rt_tgsigqueueinfo()
by Miloš Stojanović
· 8 years ago
f196c37
linux-user: fix inconsistent spaces in print_siginfo() output
by Miloš Stojanović
· 8 years ago
243e0fe
linux-user: add rt_tgsigqueueinfo() strace
by Miloš Stojanović
· 8 years ago
cf8b8bf
linux-user: add support for rt_tgsigqueueinfo() system call
by Miloš Stojanović
· 8 years ago
c1a402a
linux-user: fix argument type declaration of rt_sigqueinfo() syscall
by Miloš Stojanović
· 8 years ago
d8b6d89
linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo() syscall
by Miloš Stojanović
· 8 years ago
a8617d8
linux-user: fix ssetmask() system call
by Miloš Stojanović
· 8 years ago
5162264
linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace
by Miloš Stojanović
· 8 years ago
65424cc
linux-user: add strace for getuid(), gettid(), getppid(), geteuid()
by Miloš Stojanović
· 8 years ago
58de8b9
linux-user: remove all traces of qemu from /proc/self/cmdline
by Andreas Schwab
· 8 years ago
b936cb5
linux-user: allocate heap memory for execve arguments
by Prasad J Pandit
· 8 years ago
c4e316c
linux-user: fix inotify
by Laurent Vivier
· 8 years ago
43046b5
linux-user: fix fadvise64_64() on ppc
by Laurent Vivier
· 8 years ago
562a20b
linux-user: fix eventfd
by Laurent Vivier
· 8 years ago
04b9bcf
linux-user: call fd_trans_target_to_host_data() for write()
by Laurent Vivier
· 8 years ago
f465706
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
by Stefan Hajnoczi
· 8 years ago
ec45bbe
util: Use g_malloc/g_free in envlist.c
by Saurav Sachidanand
· 8 years ago
d89e71e
target/openrisc: implement shadow registers
by Stafford Horne
· 8 years ago
1bbe5dc
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228' into staging
by Peter Maydell
· 8 years ago
e13886e
armv7m: Raise correct kind of UsageFault for attempts to execute ARM code
by Peter Maydell
· 8 years ago
98a3331
syscall: fixed mincore(2) not failing with ENOMEM
by Franklin \"Snaipe\" Mathieu
· 8 years ago
59ebb6e
linux-user: fix do_rt_sigreturn on m68k linux userspace emulation
by Michael Karcher
· 8 years ago
3219de4
linux-user: correctly manage SR in ucontext
by Laurent Vivier
· 8 years ago
1c1df01
linux-user: Add signal handling support for x86_64
by Pranith Kumar
· 8 years ago
ee1ac3a
linux-user: Add sockopts for IPv6 ping and IPv6 traceroute
by Helge Deller
· 8 years ago
7eddb5d
linux-user: fix fork()
by Laurent Vivier
· 8 years ago
2635531
target-ppc, tcg: fix usermode segfault with pthread_create()
by Sam Bobroff
· 8 years ago
21992cb
linux-user: Add FICLONE and FICLONERANGE ioctls
by Helge Deller
· 8 years ago
1e06262
linux-user: Use correct types in load_symbols()
by Peter Maydell
· 8 years ago
26920a2
linux-user: fill target sigcontext struct accordingly
by Jose Ricardo Ziviani
· 8 years ago
35f2fd0
linux-user: fix tcg/mmap test
by Marc-André Lureau
· 8 years ago
40c80b5
linux-user: fix settime old value location
by Marc-André Lureau
· 8 years ago
23d208c
linux-user: Update m68k syscall definitions to match Linux 4.6
by John Paul Adrian Glaubitz
· 8 years ago
3148ff8
linux-user: Update sh4 syscall definitions to match Linux 4.8
by John Paul Adrian Glaubitz
· 8 years ago
a1488b8
linux-user: manage two new IFLA host message types
by Laurent Vivier
· 8 years ago
2640077
linux-user: Fix mq_open
by Lena Djokic
· 8 years ago
77c6850
linux-user: Fix readahead
by Lena Djokic
· 8 years ago
fea243e
linux-user: Fix inotify_init1 support
by Lena Djokic
· 8 years ago
6cde517
linux-user: Fix s390x safe-syscall for z900
by Richard Henderson
· 8 years ago
5fbf66e
linux-user: drop __cygwin__ ifdef
by Riku Voipio
· 8 years ago
b9a0be9
linux-user: remove ifdef __USER_MISC
by Riku Voipio
· 8 years ago
84775c4
target/openrisc: Keep SR_F in a separate variable
by Richard Henderson
· 10 years ago
c40413a
linux-user: Honor CLONE_SETTLS for openrisc
by Richard Henderson
· 8 years ago
a0adc41
linux-user: Fix openrisc cpu_loop
by Richard Henderson
· 8 years ago
ab90233
linux-user: Add MMAP_SHIFT for openrisc
by Richard Henderson
· 8 years ago
3d96995
linux-user: define correct UTS machine name for hppa
by Laurent Vivier
· 8 years ago
40493c5
linux-user: fix "apt-get update" on linux-user hppa
by Laurent Vivier
· 8 years ago
d8923bc
target/s390x: use "qemu" cpu model in user mode
by David Hildenbrand
· 8 years ago
7517748
armv7m: Report no-coprocessor faults correctly
by Peter Maydell
· 8 years ago
a0a839b
nios2: Add usermode binaries emulation
by Marek Vasut
· 8 years ago
7c248bc
linux-user: Add HPPA startup and main loop
by Richard Henderson
· 8 years ago
1659e38
linux-user: Add HPPA signal handling
by Richard Henderson
· 8 years ago
925ccf3
linux-user: Add HPPA target_signal.h and target_cpu.h
by Richard Henderson
· 8 years ago
22991d1
linux-user: Add HPPA target_structs.h
by Richard Henderson
· 8 years ago
a10d1e5
linux-user: Add HPPA definitions to syscall_defs.h
by Richard Henderson
· 8 years ago
b9490f5
linux-user: Add HPPA target_syscall.h
by Richard Henderson
· 8 years ago
9cad44a
linux-user: Add HPPA termbits.h
by Richard Henderson
· 8 years ago
8ee78de
linux-user: Add HPPA syscall numbers
by Richard Henderson
· 8 years ago
8b4c32a
linux-user: Add HPPA socket.h definitions
by Richard Henderson
· 8 years ago
b5c375e
linux-user: Add some hppa ioctls
by Helge Deller
· 8 years ago
fe8ed7d
linux-user: Handle ERFKILL and EHWPOISON
by Richard Henderson
· 8 years ago
405b491
linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNS
by Helge Deller
· 8 years ago
8cb762f
linux-user: Handle TIOCSTART and TIOCSTOP
by Helge Deller
· 8 years ago
7c4ee5b
linux-user: Support stack-grows-up in elfload.c
by Richard Henderson
· 8 years ago
429b31a
Revert "Remove remainders of HPPA backend"
by Richard Henderson
· 8 years ago
96df2bc
target-sparc: use SparcV9MMU type for sparc64 I/D-MMUs
by Artyom Tarasenko
· 9 years ago
Next »