Sign in
qemu-android
/
qemu-android
/
8d72db68fe7b45c7e01f815c4ac3e6c7ac0e26c1
/
linux-user
1a1c4db
translate-all.c: memory walker initial address miscalculation
by Mikhail Ilyin
· 11 years ago
d80a190
linux-user: don't include timerfd if not needed
by Riku Voipio
· 10 years ago
e52a99f
linux-user: Simplify timerid checks on g_posix_timers range
by Alexander Graf
· 11 years ago
a59b5e3
linux-user: Convert blkpg to use a special subop handler
by Alexander Graf
· 11 years ago
40645c7
linux-user: Enable epoll_pwait syscall for ARM
by Peter Maydell
· 11 years ago
05068c0
exec.c: Relax restrictions on watchpoint length and alignment
by Peter Maydell
· 11 years ago
1458558
linux-user: Handle PPC64 ELFv2 Function Pointers
by Tom Musta
· 11 years ago
19774ec
linux-user: Implement do_setcontext for PPC64
by Tom Musta
· 11 years ago
8d6ab33
linux-user: Properly Dereference PPC64 ELFv1 Signal Handler Pointer
by Tom Musta
· 11 years ago
61e75fe
linux-user: Enable Signal Handlers on PPC64
by Tom Musta
· 11 years ago
7678108
linux-user: Split PPC Trampoline Encoding from Register Save
by Tom Musta
· 11 years ago
fbdc200
linux-user: Fix Stack Pointer Bug in PPC setup_rt_frame
by Tom Musta
· 11 years ago
680dfde
linux-user: fix file descriptor leaks
by zhanghailiang
· 11 years ago
29e03fc
linux-user: check return value of malloc()
by zhanghailiang
· 11 years ago
29560a6
linux-user: writev Partial Writes
by Tom Musta
· 11 years ago
6f6a403
linux-user: Support target-to-host translation of mlockall argument
by Tom Musta
· 11 years ago
8fbe8fd
linux-user: clock_nanosleep errno Handling on PPC
by Tom Musta
· 11 years ago
0903c8b
linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2
by Tom Musta
· 11 years ago
67d6d82
linux-user: Move get_ppc64_abi
by Tom Musta
· 11 years ago
d4290c4
linux-user: Detect fault in sched_rr_get_interval
by Tom Musta
· 11 years ago
a1d5c5b
linux-user: Handle NULL sched_param argument to sched_*
by Tom Musta
· 11 years ago
edcc5f9
linux-user: Detect Negative Message Sizes in msgsnd System Call
by Tom Musta
· 11 years ago
b6ce1f6
linux-user: Conditionally Pass Attribute Pointer to mq_open()
by Tom Musta
· 11 years ago
37ed095
linux-user: Make ipc syscall's third argument an abi_long
by Tom Musta
· 11 years ago
5464bae
linux-user: Properly Handle semun Structure In Cross-Endian Situations
by Tom Musta
· 11 years ago
5d2fa8e
linux-user: Dereference Pointer Argument to ipc/semctl Sys Call
by Tom Musta
· 11 years ago
0352734
linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2
by Tom Musta
· 11 years ago
9af5c90
linux-user: add setns and unshare
by Riku Voipio
· 11 years ago
ab31cda
linux-user: support ioprio_{get, set} syscalls
by Paul Burton
· 11 years ago
5183434
linux-user: support timerfd_{create, gettime, settime} syscalls
by Riku Voipio
· 11 years ago
f17f498
linux-user: fix readlink handling with magic exe symlink
by Mike Frysinger
· 11 years ago
c065976
linux-user: Fix conversion of sigevent argument to timer_create
by Peter Maydell
· 11 years ago
4757599
linux-user: Fix syscall instruction usermode emulation on X86_64
by Jincheng Miao
· 11 years ago
0b2effd
linux-user: redirect openat calls
by Riku Voipio
· 11 years ago
d67f4aa
linux-user: /proc/self/maps content
by Mikhail Ilyin
· 11 years ago
b545f63
linux-user: use TARGET_SA_ONSTACK in get_sigframe
by Riku Voipio
· 11 years ago
2dd08df
alloca one extra byte sockets
by Joakim Tjernlund
· 11 years ago
33a29b5
linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr
by Joakim Tjernlund
· 11 years ago
451aaf6
qemu-user: Impl. setsockopt(SO_BINDTODEVICE)
by Joakim Tjernlund
· 11 years ago
27a0782
SIOCGIFINDEX: fix typo
by Joakim Tjernlund
· 11 years ago
a74029f
target-ppc: Change default cpu for ppc64le-linux-user
by Richard Henderson
· 11 years ago
4f9c5be
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
by Peter Maydell
· 11 years ago
f63eb01
linux-user: support the SIOCGIFINDEX ioctl
by Paul Burton
· 11 years ago
ca56f5b
linux-user: support the KDSIGACCEPT ioctl
by Paul Burton
· 11 years ago
b67d803
linux-user: allow NULL tv argument for settimeofday
by Paul Burton
· 11 years ago
ef4467e
linux-user: respect timezone for settimeofday
by Paul Burton
· 11 years ago
fd76783
linux-user: fix struct target_epoll_event layout for MIPS
by Paul Burton
· 11 years ago
0fa82d3
linux-user: support strace of epoll_create1
by Paul Burton
· 11 years ago
356d771b
linux-user: allow NULL arguments to mount
by Paul Burton
· 11 years ago
82d0fe6
linux-user: support SO_PASSSEC setsockopt option
by Paul Burton
· 11 years ago
d79b6cc
linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options
by Paul Burton
· 11 years ago
aec1ca4
linux-user: support SO_ACCEPTCONN getsockopt option
by Paul Burton
· 11 years ago
8289d11
linux-user: translate the result of getsockopt SO_TYPE
by Paul Burton
· 11 years ago
76b9424
linux-user: added fake open() for /proc/self/cmdline
by Wim Vander Schelden
· 11 years ago
e8efd8e
Add support for MAP_NORESERVE mmap flag.
by Christophe Lyon
· 11 years ago
a60438d
linux-user: Support HWCAP2 in PowerPC
by Tom Musta
· 11 years ago
0e01974
linux-user: Identify Addition Hardware Capabilities for PowerPC
by Tom Musta
· 11 years ago
623e250
linux-user: Correct AUXV Cache Line Sizes for PowerPC
by Tom Musta
· 11 years ago
d535508
Add support for the arm breakpoint syscall
by Hunter Laux
· 11 years ago
224f9fd
tcg-ppc: Merge cache-utils into the backend
by Richard Henderson
· 11 years ago
2b45c3f
qemu/osdep: Remove the need for qemu_init_auxval
by Richard Henderson
· 11 years ago
d279279
target-mips: implement UserLocal Register
by Petar Jovanovic
· 11 years ago
d3606f0
User mode support for Linux ELF files with no section header
by Craig Heffner
· 13 years ago
480eda2
linux-user: Return correct errno for unsupported netlink socket
by Ed Swierk
· 11 years ago
be3bd28
linux-user: Don't overrun guest buffer in sched_getaffinity
by Peter Maydell
· 11 years ago
4d13be8
linux-user/uname: Return correct uname string for x86_64
by Peter Maydell
· 11 years ago
a42267e
linux-user: fix gcc-4.9 compiler error on __{get,put]}_user
by Riku Voipio
· 11 years ago
9e918dc
signal/ppc/do_setcontext remove __get_user return check
by Riku Voipio
· 11 years ago
be3ef5c
signal/sparc64_set_context: remove __get_user checks
by Riku Voipio
· 11 years ago
c650c00
signal/ppc/{save,restore}_user_regs remove __put/get error checks
by Riku Voipio
· 11 years ago
0188fad
signal/all/setup_frame remove __put_user checks
by Riku Voipio
· 11 years ago
f5f601a
signal/all/do_sigreturn - remove __get_user checks
by Riku Voipio
· 11 years ago
9eeb830
signal/all/do_sigaltstack remove __get_user value check
by Riku Voipio
· 11 years ago
9454738
signal/sparc/restore_fpu_state: remove
by Riku Voipio
· 11 years ago
016d2e1
signal/all: remove return value from restore_sigcontext
by Riku Voipio
· 11 years ago
41ecc72
signal/all: remove return value from setup_sigcontext
by Riku Voipio
· 11 years ago
b0fd8d1
signal/all: remove return value from copy_siginfo_to_user
by Riku Voipio
· 11 years ago
7df2fa3
signal/x86/setup_frame: __put_user cleanup
by Riku Voipio
· 11 years ago
1d8b512
signal/all: remove __get/__put_user return value reading
by Riku Voipio
· 11 years ago
a70daba
linux-user: Tell guest about big host page sizes
by Alexander Graf
· 11 years ago
4b1daa7
target-ppc: Store Quadword Conditional Drops Size Bit
by Tom Musta
· 11 years ago
f46e9a0
target-ppc: Confirm That .bss Pages Are Valid
by Tom Musta
· 11 years ago
e22c357
target-ppc: Allow little-endian user mode.
by Doug Kwan
· 11 years ago
d90b94c
target-ppc: Support little-endian PPC64 in user mode.
by Doug Kwan
· 11 years ago
f6fe04d
target-arm: A64: Implement two-register SHA instructions
by Peter Maydell
· 11 years ago
5acc765
target-arm: A64: Implement AES instructions
by Peter Maydell
· 11 years ago
130f2e7
target-arm: A64: Implement CRC instructions
by Peter Maydell
· 11 years ago
411bdc7
target-arm: A64: Use PMULL feature bit for PMULL
by Peter Maydell
· 11 years ago
4e624ed
target-arm: add support for v8 VMULL.P64 instruction
by Peter Maydell
· 11 years ago
f1ecb91
target-arm: add support for v8 SHA1 and SHA256 instructions
by Ard Biesheuvel
· 11 years ago
31e25e3
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
by Peter Maydell
· 11 years ago
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
b98dbc9
target-i386: fix segment flags for SMM and VM86 mode
by Paolo Bonzini
· 11 years ago
7848c8d
target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly.
by Kevin O'Connor
· 11 years ago
a39fb27
linux-user: fix getrusage and wait4 failures with invalid rusage struct
by Petar Jovanovic
· 11 years ago
ad6919d
linux-user/elfload.c: Support ARM HWCAP2 flags
by Peter Maydell
· 11 years ago
24e76ff
linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32
by Peter Maydell
· 11 years ago
2468265
linux-user/elfload.c: Update ARM HWCAP bits
by Peter Maydell
· 11 years ago
43ce393
linux-user/elfload.c: Fix incorrect ARM HWCAP bits
by Peter Maydell
· 11 years ago
e586822
linux-user: remove configure option for setting uname release
by Riku Voipio
· 11 years ago
Next »