index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2017-03-09
syscall-emul: Ignore unimplemented system calls
Brandon Potter
2017-03-09
syscall-emul: Add the tgkill system call
Brandon Potter
2017-03-09
syscall-emul: Add or extend dup, dup2, and pipe
Brandon Potter
2017-03-09
syscall-emul: Add functionality to open syscalls
Brandon Potter
2017-03-09
style: Correct some style issues
Brandon Potter
2017-03-09
syscall-emul: Move memState into its own file
Brandon Potter
2017-02-27
syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s...
Brandon Potter
2017-02-27
syscall_emul: [patch 14/22] adds identifier system calls
Brandon Potter
2017-02-27
x86: remove unnecessary parameter from functions
Brandon Potter
2015-07-20
syscall_emul: [patch 13/22] add system call retry capability
Brandon Potter
2015-07-20
syscall_emul: [patch 11/22] extend functionality of fcntl
Brandon Potter
2017-02-23
x86: remove redundant condition check in tlb code
Brandon Potter
2016-11-09
syscall_emul: [patch 9/22] remove unused global variable (num_processes)
Brandon Potter
2016-11-09
syscall_emul: [patch 8/22] refactor process class
Brandon Potter
2016-11-09
syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead
Brandon Potter
2017-02-10
x86: Fix implicit stack addressing in 64-bit mode
Jason Lowe-Power
2016-11-09
style: [patch 3/22] reduce include dependencies in some headers
Brandon Potter
2016-11-09
syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
Brandon Potter
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2016-12-15
syscall_emul: implement fallocate
Brandon Potter
2016-12-15
syscall_emul: add support for x86 statfs system calls
Brandon Potter
2016-11-21
x86: fix issue with casting in Cvtf2i
Tony Gutierrez
2016-11-19
x86: fix loading/storing of Float80 types
Tony Gutierrez
2016-10-26
hsail,gpu-compute: fixes to appease clang++
Tony Gutierrez
2016-10-26
dev: Add m5 op to toggle synchronization for dist-gem5.
Michael LeBeane
2016-10-04
kvm: Adding details to kvm page fault in x86
Alexandru Dutu
2016-09-13
x86: Force strict ordering for memory mapped m5ops
Michael LeBeane
2016-08-15
cpu, arch: fix the type used for the request flags
Nikos Nikoleris
2016-08-05
sim: fix issues with pwrite(); don't enable fstatfs
Tony Gutierrez
2016-08-04
x86, sim: add some syscalls to X86
Tony Gutierrez
2016-05-19
config, x86: Properly space pad the X86IntelMPBus Entry descriptions
Bjoern A. Zeeb
2016-05-19
x86, dev: properly space the APIC registers
Bjoern A. Zeeb
2016-04-01
syscall_emul: remove mmapFlagTable
Steve Reinhardt
2016-04-01
syscall_emul: factor out flag tables into common file
Steve Reinhardt
2016-03-17
base: support dynamic loading of Linux ELF objects in SE mode
Brandon Potter
2016-03-17
syscall_emul: update x86 mmap base address
Brandon Potter
2016-03-17
syscall_emul: move mmapGrowsDown() to LiveProcess
Steve Reinhardt
2016-03-17
syscall_emul: fix bugs for mmap2 system call and x86-32 syscalls
Brandon Potter
2016-03-17
syscall_emul: extend mmap system call to support file backed mmaps
Brandon Potter
2016-03-17
syscall_emul: add many Linux kernel flags
Brandon Potter
2016-03-17
syscall_emul: rename OpenFlagTransTable struct
Brandon Potter
2016-02-13
syscall_emul: Implement clock_getres() system call
Michael LeBeane
2016-02-06
x86: revamp cmpxchg8b/cmpxchg16b implementation
Alexandru Dutu
2016-02-06
arch, x86: add support for arrays as memory operands
Steve Reinhardt
2016-02-06
syscall_emul: fix bug in aux vector initialization
Steve Reinhardt
2016-02-06
x86: create function to check miscreg validity
Steve Reinhardt
2016-02-06
style: fix missing spaces in control statements
Steve Reinhardt
2016-02-06
style: remove trailing whitespace
Steve Reinhardt
2016-01-17
cpu. arch: add initiateMemRead() to ExecContext interface
Steve Reinhardt
2016-01-17
arch: don't call *Timing functions from *Atomic versions
Steve Reinhardt
[next]