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
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-29
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
Peter Maydell
5
-27
/
+207
2014-06-29
linux-user: support the SIOCGIFINDEX ioctl
Paul Burton
2
-0
/
+2
2014-06-29
linux-user: support the KDSIGACCEPT ioctl
Paul Burton
3
-0
/
+9
2014-06-29
linux-user: allow NULL tv argument for settimeofday
Paul Burton
1
-4
/
+8
2014-06-29
linux-user: respect timezone for settimeofday
Paul Burton
2
-1
/
+33
2014-06-29
linux-user: fix struct target_epoll_event layout for MIPS
Paul Burton
1
-1
/
+1
2014-06-29
linux-user: support strace of epoll_create1
Paul Burton
1
-0
/
+3
2014-06-29
linux-user: allow NULL arguments to mount
Paul Burton
1
-22
/
+53
2014-06-29
linux-user: support SO_PASSSEC setsockopt option
Paul Burton
2
-0
/
+8
2014-06-29
linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options
Paul Burton
1
-0
/
+6
2014-06-29
linux-user: support SO_ACCEPTCONN getsockopt option
Paul Burton
1
-0
/
+3
2014-06-29
linux-user: translate the result of getsockopt SO_TYPE
Paul Burton
1
-0
/
+34
2014-06-29
linux-user: added fake open() for /proc/self/cmdline
Wim Vander Schelden
1
-0
/
+46
2014-06-29
Add support for MAP_NORESERVE mmap flag.
Christophe Lyon
1
-0
/
+2
2014-06-27
linux-user: Support HWCAP2 in PowerPC
Tom Musta
1
-0
/
+31
2014-06-27
linux-user: Identify Addition Hardware Capabilities for PowerPC
Tom Musta
1
-0
/
+8
2014-06-27
linux-user: Correct AUXV Cache Line Sizes for PowerPC
Tom Musta
1
-2
/
+3
2014-06-24
Add support for the arm breakpoint syscall
Hunter Laux
2
-0
/
+5
2014-06-23
tcg-ppc: Merge cache-utils into the backend
Richard Henderson
1
-3
/
+0
2014-06-23
qemu/osdep: Remove the need for qemu_init_auxval
Richard Henderson
1
-1
/
+0
2014-06-18
target-mips: implement UserLocal Register
Petar Jovanovic
2
-2
/
+2
2014-06-17
User mode support for Linux ELF files with no section header
Craig Heffner
1
-1
/
+0
2014-06-17
linux-user: Return correct errno for unsupported netlink socket
Ed Swierk
1
-1
/
+1
2014-06-17
linux-user: Don't overrun guest buffer in sched_getaffinity
Peter Maydell
1
-0
/
+16
2014-06-17
linux-user/uname: Return correct uname string for x86_64
Peter Maydell
1
-3
/
+1
2014-06-17
linux-user: fix gcc-4.9 compiler error on __{get,put]}_user
Riku Voipio
1
-6
/
+6
2014-06-17
signal/ppc/do_setcontext remove __get_user return check
Riku Voipio
1
-2
/
+1
2014-06-17
signal/sparc64_set_context: remove __get_user checks
Riku Voipio
1
-9
/
+3
2014-06-17
signal/ppc/{save,restore}_user_regs remove __put/get error checks
Riku Voipio
1
-85
/
+41
2014-06-17
signal/all/setup_frame remove __put_user checks
Riku Voipio
1
-72
/
+25
2014-06-17
signal/all/do_sigreturn - remove __get_user checks
Riku Voipio
1
-41
/
+18
2014-06-17
signal/all/do_sigaltstack remove __get_user value check
Riku Voipio
1
-4
/
+5
2014-06-17
signal/sparc/restore_fpu_state: remove
Riku Voipio
1
-37
/
+0
2014-06-17
signal/all: remove return value from restore_sigcontext
Riku Voipio
1
-31
/
+12
2014-06-17
signal/all: remove return value from setup_sigcontext
Riku Voipio
1
-44
/
+21
2014-06-17
signal/all: remove return value from copy_siginfo_to_user
Riku Voipio
1
-19
/
+9
2014-06-17
signal/x86/setup_frame: __put_user cleanup
Riku Voipio
1
-12
/
+4
2014-06-17
signal/all: remove __get/__put_user return value reading
Riku Voipio
1
-370
/
+364
2014-06-16
linux-user: Tell guest about big host page sizes
Alexander Graf
1
-1
/
+1
2014-06-16
target-ppc: Store Quadword Conditional Drops Size Bit
Tom Musta
1
-1
/
+1
2014-06-16
target-ppc: Confirm That .bss Pages Are Valid
Tom Musta
1
-3
/
+4
2014-06-16
target-ppc: Allow little-endian user mode.
Doug Kwan
1
-1
/
+7
2014-06-16
target-ppc: Support little-endian PPC64 in user mode.
Doug Kwan
2
-2
/
+19
2014-06-09
target-arm: A64: Implement two-register SHA instructions
Peter Maydell
1
-0
/
+2
2014-06-09
target-arm: A64: Implement AES instructions
Peter Maydell
1
-0
/
+1
2014-06-09
target-arm: A64: Implement CRC instructions
Peter Maydell
1
-0
/
+1
2014-06-09
target-arm: A64: Use PMULL feature bit for PMULL
Peter Maydell
1
-1
/
+1
2014-06-09
target-arm: add support for v8 VMULL.P64 instruction
Peter Maydell
1
-0
/
+1
2014-06-09
target-arm: add support for v8 SHA1 and SHA256 instructions
Ard Biesheuvel
1
-0
/
+2
2014-06-05
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
1
-0
/
+1
[next]