Age | Commit message (Expand) | Author |
2019-03-20 | invisispec-1.0 source | Iru Cai |
2018-12-05 | arch-x86: Add sys/syscall.h to x86 process.cc/syscall_emul.cc | Tony Gutierrez |
2018-11-27 | sim-se: only implement getdentsFunc on supported hosts | Ciro Santilli |
2018-11-21 | x86: Get rid of a problematic DPRINTF in PremFp. | Gabe Black |
2018-10-17 | arch: Get rid of the unused type AnyReg. | Gabe Black |
2018-10-12 | x86: Use little endian packet accessors. | Gabe Black |
2018-09-19 | syscall_emul: implement dir-related syscalls | Brandon Potter |
2018-09-19 | syscall_emul: expand AuxVector class | Brandon Potter |
2018-08-21 | misc: Appease GCC 8 | Jason Lowe-Power |
2018-06-25 | syscall_emul: adding symlink system call | Matt Sinclair |
2018-06-25 | syscall_emul: adding link system call | Matt Sinclair |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-05-24 | x86: Add op classes to the MediaOps. | Gabe Black |
2018-05-08 | arch-x86, arch-power: fix calls to bits and insertBits | Matt Sinclair |
2018-05-03 | arch-x86: Enable fstatfs for x86_64 | Tony Gutierrez |
2018-05-02 | arch-x86: implement movntps/movntpd SSE insts | Steve Reinhardt |
2018-05-02 | x86: Add a ld/st microop flag for marking an access uncacheable. | Gabe Black |
2018-05-02 | arch-x86: Enable the umask system call | Tony Gutierrez |
2018-04-27 | sim,cpu,mem,arch: Introduced MasterInfo data structure | Giacomo Travaglini |
2018-03-27 | arch: cpu: Make the ExtMachInst type a template argument in InstMap. | Gabe Black |
2018-03-15 | arch-x86,sim-se: Enable prlimit syscall | Jason Lowe-Power |
2018-03-15 | arch-x86,sim-se: Bump kernel version to 3.2 | Jason Lowe-Power |
2018-03-15 | x86: Add bitfields which can gather/scatter bases and limits. | Gabe Black |
2018-03-14 | x86: Simplify the implementations of RDTSC and RDTSCP slightly. | Gabe Black |
2018-03-14 | x86: Implement the RDTSCP instruction. | Gabe Black |
2018-03-14 | x86: Mark the RDTSC instruction as .serialize_before. | Gabe Black |
2018-03-14 | x86: Replace the .serializing directive with .serialize_(before|after). | Gabe Black |
2018-01-31 | arch-x86: consistent style of comments in system files | Christian Menard |
2018-01-30 | arch-x86: Granularity bit and segment limit | Maximilian Stein |
2018-01-23 | arch-x86: Adding clflush, clflushopt, clwb instructions | Swapnil Haria |
2018-01-23 | tarch, mem: Abstract the data stored in the SE page tables. | Gabe Black |
2018-01-23 | x86, mem: Rewrite the multilevel page table class. | Gabe Black |
2018-01-20 | x86, mem: Don't try to force physical addresses on the system. | Gabe Black |
2018-01-20 | x86, mem: Get rid of PageTableOps::getBasePtr. | Gabe Black |
2018-01-20 | x86, mem: Pass the multi level page table layout in as a parameter. | Gabe Black |
2018-01-20 | arch, mem: Make the page table lookup function return a pointer. | Gabe Black |
2018-01-20 | sim, arch, base: Refactor the base remote GDB class. | Gabe Black |
2018-01-19 | arch, mem, sim: Consolidate and rename the SE mode page table classes. | Gabe Black |
2018-01-11 | arch,mem: Remove the default value for page size. | Gabe Black |
2018-01-11 | arch,mem: Move page table construction into the arch classes. | Gabe Black |
2018-01-10 | alpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of ISA_HAS_DELAY_SLOT. | Gabe Black |
2017-12-23 | alpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA::NoopMachInst. | Gabe Black |
2017-12-23 | riscv,x86: Stop using the arch Nop machine instruction unnecessarily. | Gabe Black |
2017-12-22 | arch,cpu: "virtualize" the TLB interface. | Gabe Black |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-14 | x86: Use operand size 4 when it would be 2 for cmpxchg8b. | Gabe Black |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | Gabe Black |
2017-12-13 | x86: Rework how "split" loads/stores are handled. | Gabe Black |
2017-12-08 | x86,misc: add additional info on faulting X86 instruction, fetched PC | Matt Sinclair |
2017-12-06 | x86: Split apart x87's FSW and TOP, and add a missing break. | Gabe Black |