ruby: change router pipeline stages to 2
[gem5.git] / src / arch /
2015-07-20 David Hashex86: x86 instruction-implementation bug fixes
2015-07-20 David Hashesyscall: Add readlink to x86 with special case /proc...
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-17 Nilay Vaishx86: decode instructions with vex prefix
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-04 Nikos Nikolerisx86: Adjust the size of the values written to the x87...
2015-06-21 Andreas Sandbergarm: Cleanup arch headers to remove dma_device.hh depen...
2015-06-09 Rune Holmarm: Delete debug print in initialization of hardware...
2015-06-09 Rune Holmarm: Fix typo in ldrsh instruction name
2015-06-07 Ruslan Bukin ext... arch: fix build under MacOSX
2015-06-01 Andreas Sandbergkvm, arm: Add support for aarch64
2015-06-01 Andreas Sandbergkvm, arm, dev: Add an in-kernel GIC implementation
2015-06-01 Andreas Sandbergkvm, arm: Move ARM-specific files to arch/arm/kvm/
2015-05-26 Curtis Dunhamarm: implement the CONTEXTIDR_EL2 system reg.
2015-05-26 Nathanael Premillieuarm: Make address translation faster with better caching
2015-05-26 Giacomo Gabrielliarm: Implement some missing syscalls (SE mode)
2015-05-23 Andreas Sandbergarm: Get rid of pointless have_generic_timer param
2015-05-23 Andreas Sandbergdev, arm: Add virtual timers to the generic timer model
2015-05-23 Andreas Sandbergdev, arm: Refactor and clean up the generic timer model
2015-05-15 Andreas Hanssonarm: Identify table-walker requests
2015-05-15 Andreas Hanssonmisc: Appease gcc 5.1
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-05-05 Andreas Hanssonarm: Add missing FPEXC.EN check
2015-05-05 Giacomo Gabrielliarm: enable DCZVA by default in SE mode
2015-05-05 Andreas Sandbergarm: Relax ordering for some uncacheable accesses
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2015-05-05 Andreas Sandbergmem, alpha: Move Alpha-specific request flags
2015-05-05 Andreas Hanssonarm: Remove unnecessary boot uncachability
2015-05-05 Andreas Hanssonarch, cpu: Do not forward snoops to table walker
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-04-30 Nilay Vaishx86: change divide-by-zero fault to divide-error
2015-04-24 Andreas Hanssonmisc: Appease gcc 5.1 without moving GDB_REG_BYTES
2015-04-23 Andreas Hanssonmisc: Appease gcc 5.1
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2015-04-22 Monir Mozumdersyscall_emul: update x86 syscall table
2015-04-13 Nilay Vaishx86: implements x87 mult/div instructions
2015-04-03 Lena Olsonx86: fix debug trace output for mwait
2015-03-23 Steve Reinhardtmem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW
2015-03-02 Andreas Hanssonarm: Share a port for the two table walker objects
2015-03-02 Giacomo Gabrielliarm: Remove unnecessary dependencies between AArch64...
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-03-02 Andreas Sandbergarm: Don't truncate 16-bit ASIDs to 8 bits
2015-03-02 Andreas Sandbergarm: Correctly access the stack pointer in GDB
2015-03-02 Andreas Sandbergarm: Fix broken page table permissions checks in remote GDB
2015-02-16 Andreas Hanssonarch: Make readMiscRegNoEffect const throughout
2015-02-16 Andreas Sandbergarm: Merge ISA files with pseudo instructions
2015-02-11 Marco Balbonimem: Clarification of packet crossbar timings
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-01-25 Ali Saidiarm: always set the IsFirstMicroop flag
2015-01-25 Ali Saidicpu: Remove all notion that we know when the cpu is...
2015-01-25 Ali Saidicpu: Put all CPU instruction tracers in a single file
2015-01-22 Andreas Hanssonmem: Remove unused Packet src and dest fields
2015-01-22 Andreas Hanssonx86: Delay X86 table walk on receiving walker response
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2015-01-10 Emilio Castillox86 : fxsave and fxrestore missing template code
2015-01-07 Gabe Blackx86: Enable three bits in the FamilyModelStepping ECX...
2015-01-07 Gabe Blackcpuid, x86: Revert "Enabling more features in CPUid"
2015-01-03 mike uptonarm: Add unlinkat syscall implementation
2015-01-03 Maxime Martinassox86: implements the simd128 ADDSUBPD instruction
2014-12-23 Curtis Dunhamarm: Add stats to table walker
2014-12-23 Andreas Sandbergarm: Raise an alignment fault if a PC has illegal alignment
2014-12-23 Andreas Sandbergarm: Clean up and document decoder API
2014-12-23 Andreas Sandbergarm: Add support for filtering in the PMU
2014-12-08 Andreas Sandbergarm: Fix decoding of PMXEVTYPER_EL0 and PMCCFILTR_EL0
2014-12-06 Gabe Blackmisc: Generalize GDB single stepping.
2014-12-06 Gabe Blackx86: Implement a remote GDB stub.
2014-12-05 Gabe Blackmisc: Make the GDB register cache accessible in various...
2014-12-04 Gabe Blackx86: Rework opcode parsing to support 3 byte opcodes...
2014-12-04 Gabe Blackarch: Allow named constants as decode case values.
2014-12-03 Gabe Blackx86: Clean up style in process.cc.
2014-12-02 Andrew Bardsleyarm: Fix TLB ignoring faults when table walking
2014-12-02 Andreas Hanssoncpu: Always mask the snoop address when performing...
2014-11-24 Alexandru Dutumem: Page Table map api modification
2014-11-24 Alexandru Dutux86: Segment initialization to support KvmCPU in SE
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-11-24 Alexandru Dutucpuid, x86: Enabling more features in CPUid
2014-11-17 Gabe Blackx86: Fix setting segment bases in real mode.
2014-11-17 Gabe Blackx86: Fix some bugs in the real mode far jmp instruction.
2014-11-17 Gabe Blackx86: APIC: Only set deliveryStatus if our IPI is going...
2014-11-17 Gabe Blackx86: APIC: Fix the getRegArrayBit function.
2014-11-17 Gabe Blackx86: Fix the CPUID Long Mode Address Size function.
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-11-06 Marc Orrx86 isa: This patch attempts an implementation at mwait.
2014-10-30 Ali Saidiautomated merge
2014-10-30 Ali Saidiarm, tests: Update config files to more recent kernels...
2014-10-30 Ali Saidiarm, mem: Fix drain bug and provide drain prints for...
2014-10-30 Ali Saidiarm: Fix multi-system AArch64 boot w/caches.
2014-10-30 Ali Saidiarm: Mark some miscregs (timer counter) registers at...
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Andreas Hanssonx86: Fixes to avoid LTO warnings
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-16 Andreas Hanssonarch,x86,mem: Dynamically determine the ISA for Ruby...
2014-10-16 Andreas Sandbergarm: Add helper methods to setup architected PMU events
2014-10-16 Andreas Sandbergarm: Add TLB PMU probes
2014-10-16 Andreas Sandbergarm: Add a model of an ARM PMUv3
next