1276 Commits (1bd0e2d1c40ef1dbe717728197071e931abe22a4)

Author SHA1 Message Date
Peter Maydell f6fe04d566 target-arm: A64: Implement two-register SHA instructions 12 years ago
Peter Maydell 5acc765c04 target-arm: A64: Implement AES instructions 12 years ago
Peter Maydell 130f2e7dcb target-arm: A64: Implement CRC instructions 12 years ago
Peter Maydell 411bdc7837 target-arm: A64: Use PMULL feature bit for PMULL 12 years ago
Peter Maydell 4e624edaeb target-arm: add support for v8 VMULL.P64 instruction 12 years ago
Ard Biesheuvel f1ecb913d8 target-arm: add support for v8 SHA1 and SHA256 instructions 12 years ago
Paolo Bonzini f08b617018 softmmu: introduce cpu_ldst.h 13 years ago
Paolo Bonzini b98dbc9095 target-i386: fix segment flags for SMM and VM86 mode 12 years ago
Kevin O'Connor 7848c8d19f target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. 12 years ago
Petar Jovanovic a39fb273bd linux-user: fix getrusage and wait4 failures with invalid rusage struct 13 years ago
Peter Maydell ad6919dc0a linux-user/elfload.c: Support ARM HWCAP2 flags 12 years ago
Peter Maydell 24e76ff06b linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32 12 years ago
Peter Maydell 2468265465 linux-user/elfload.c: Update ARM HWCAP bits 12 years ago
Peter Maydell 43ce393ee5 linux-user/elfload.c: Fix incorrect ARM HWCAP bits 12 years ago
Riku Voipio e586822a58 linux-user: remove configure option for setting uname release 13 years ago
Riku Voipio 6d30db19ca linux-user: move uname functions to uname.c 13 years ago
Riku Voipio 18cb008865 linux-user: rename cpu-uname -> uname 13 years ago
Peter Maydell 7af03928b1 linux-user/signal.c: Set fault address in AArch64 signal info 12 years ago
Natanael Copa 34d6086236 linux-user: avoid using glibc internals in _syscall5 and in definition of target_sigevent struct 12 years ago
James Hogan a29e5ba21f linux-user: Handle arches with llseek instead of _llseek 13 years ago
Huw Davies 4bc2975698 linux-user: Add support for SCM_CREDENTIALS. 13 years ago
Huw Davies 52b6549442 linux-user: Move if-elses to a switch statement. 13 years ago
James Hogan 8c0f0a60d4 linux-user: Assert stack used for auxvec, envp, argv 13 years ago
Maxim Ostapenko aa07f5ecf9 linux-user: Add /proc/self/exe open forwarding 12 years ago
Peter Maydell abf1172fc6 target-arm: Define exception record for AArch64 exceptions 13 years ago
Petar Jovanovic d25295d4ef linux-user: pass correct host flags to accept4() 13 years ago
Prasad Joshi 3768d505ad linux-user: remove duplicate statement 13 years ago
James Hogan ad1c7e0faa linux-user: Correct DLINFO_ITEMS 13 years ago
Peter Maydell ec864874bd linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1 13 years ago
Peter Maydell e0eb210ec0 linux-user: Implement capget, capset 13 years ago
Peter Maydell a7ec0f98e3 linux-user: Don't allow guest to block SIGSEGV 13 years ago
Alex Barcelo 1c275925bf signal: added a wrapper for sigprocmask function 13 years ago
Peter Maydell 6b1275ff15 linux-user: Don't reserve space for commpage for AArch64 13 years ago
Andreas Schwab 8d5d30046b linux-user: implement F_[GS]ETOWN_EX 13 years ago
Peter Maydell 3b899ea7d4 linux-user: Don't return uninitialized value for atomic_barrier syscall 13 years ago
Peter Maydell 7f72cd235f linux-user/signal.c: Correct error path for AArch64 do_rt_sigreturn 13 years ago
Andreas Färber a47dddd734 exec: Change cpu_abort() argument to CPUState 13 years ago
Andreas Färber b3310ab338 exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument 13 years ago
Andreas Färber 75a34036d4 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument 13 years ago
Andreas Färber f0c3c505a8 cpu: Move breakpoints field from CPU_COMMON to CPUState 13 years ago
Andreas Färber ff4700b05c cpu: Move watchpoint fields from CPU_COMMON to CPUState 13 years ago
Andreas Färber 0429a97195 cpu: Move opaque field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 27103424c4 cpu: Move exception_index field from CPU_COMMON to CPUState 13 years ago
Riku Voipio cbc14e6f28 linux-user: set minimum kernel version to 2.6.32 13 years ago
Tom Musta 27b95bfe62 target-ppc: Add Store Quadword Conditional 13 years ago
Petar Jovanovic b51910baf2 linux-user: correct handling of break exception for MIPS 13 years ago
Petar Jovanovic 974a196d7f linux-user: translate signal number on return from sigtimedwait 13 years ago
Alexander Graf f19e00d776 linux-user: Implement sendmmsg syscall 13 years ago
Peter Maydell 76ca310a19 linux-user: Fix getresuid, getresgid if !USE_UID16 13 years ago
Andreas Schwab cd98d390ae linux-user: Don't use UID16 on AArch64 13 years ago