misc: Removed old contribution guidelines regarding branches
[gem5.git] / src /
2020-02-11 Gabe Blackmem: Eliminate the now unused GENERIC_IPR request flag.
2020-02-11 Gabe Blackarch: Get rid of the generic mmapped IPR mechanism.
2020-02-11 Gabe Blackarm: Call pseudoInst directly from the mmapped IPR...
2020-02-10 Daniel R. Carvalhobase: Fix squares of stats
2020-02-10 Gabe Blackbase: Use a const auto & in a range based for loop.
2020-02-10 Gabe Blackriscv: Cast to float explicitly when comparing a float...
2020-02-10 Gabe Blackarm: Fix how a bitfield is extracted in some SVE instru...
2020-02-10 Gabe Blackarch: Add a bunch of missing override specifiers.
2020-02-10 Daniel R. Carvalhomem-cache,mem-ruby: Move WeightedLRU RP
2020-02-10 Giacomo Travagliniarch-arm: LDTRSW was not marked as unpriviledged
2020-02-10 Earl Ousystemc: gem5_to_tlm: treat non-rw as ignorable command
2020-02-08 Gabe Blackarch,sim: Replace setuidFunc with ignoreFunc.
2020-02-08 Gabe Blacksim: Convert most of the common syscalls to use the...
2020-02-08 Gabe Blacksim: Use the Guest ABI mechanism in writeFunc.
2020-02-08 Gabe Blackarch: Switch SyscallDescABI in for SyscallDesc.
2020-02-08 Gabe Blacksim: Add a transitional syscall ABI which defers to...
2020-02-08 Gabe Blackarch: Simplify the SyscallDesc tables.
2020-02-07 Gabe Blackx86: Handle m5 op accesses directly in the mmapped...
2020-02-07 Gabe Blacksim: Add a function for decoding the field(s) of an...
2020-02-07 Gabe Blackx86: Use the m5 op range in the system.
2020-02-07 Gabe Blackarch,sim: Use _m5opRange in System::allocPhysPages.
2020-02-07 Gabe Blacksim: Add a typetraits style mechanism to test for VarArgs.
2020-02-06 Jordi Vaqueroarch-arm: Implement ARMv8.3-JSConv
2020-02-06 Jordi Vaqueroarch-arm: This commit adds Pointer Authentication feature.
2020-02-06 Gabe Blacksim: Make it possible for a GuestABI to init its Positi...
2020-02-06 Gabe Blackfastmodel: Ensure unset vec reg bits are zero/false.
2020-02-06 Gabe Blackfastmodel: Implement flattened int reg reading and...
2020-02-05 Nils Asmussenarch-arm: make MicroUopSetPCCPSR SerializeAfter
2020-02-05 Gabe Blackcpu: Make getIsaPtr return a BaseISA pointer.
2020-02-05 Gabe Blackarch: Introduce a base class for ISA classes.
2020-02-05 Gabe Blackarm: Use static_cast to get access the ARM specific...
2020-02-04 Adrian Herreraarch-arm: AArch64 reg access HCR_EL2.E2H filter
2020-02-04 Adrian Herreraarch-arm: reg access permissions highest EL helper
2020-02-04 Giacomo Travagliniarch-arm: Split translateFs to distinguish when MMU...
2020-02-01 Gabe Blackarch,sim: Merge initCPU into the ISA System classes.
2020-02-01 Gabe Blackarch,sim: Merge initCPU and startupCPU.
2020-02-01 Gabe Blacksim,cpu: Move the call to initCPU into System.
2020-02-01 Gabe Blackarch,base,cpu: Add some default constructors/operators...
2020-02-01 Gabe Blackbase: Delete an inet.hh accessor which is unused and...
2020-02-01 Gabe Blackscons: Disable spurious "array-bounds" warnings for...
2020-02-01 Gabe Blackscons: Add a mechanism to append flags when building...
2020-01-31 Ciro Santillidev-arm: add boot_loader param to RealView setupBootLoader
2020-01-31 Gabe Blackmem: Make slicc generate some default methods explicitly.
2020-01-29 Ayaz Akramcpu: move initCPU calls from initState to init
2020-01-25 Gabe Blacksim: Add a GuestABI mechanism to allocate space for...
2020-01-23 Gabe Blackcpu: Fix ExeTraceRecord::traceInst.
2020-01-23 Gabe Blacksim: Move findFreeContext to System.
2020-01-23 Gabe Blacksim: Eliminate the breakAtKernelFunction function.
2020-01-23 Adrian Herreradev-arm: SP805 peripherals in VExpress_GEM5_Base
2020-01-23 Gabe Blackcpu: Consolidate and move the CPU's calls to TheISA...
2020-01-22 Adrian Herreradev-arm: add Watchdog Module SP805 model
2020-01-22 Adrian Herreradev-arm: VExpress_GEM5_Base, add refclock 32KHz
2020-01-22 Gabe Blackfastmodel: Implement CC reg accessors.
2020-01-22 Gabe Blackarm: Remove checkpointing from the ARM TLBs.
2020-01-22 Gabe Blackarch: Get rid of the unused (and mostly undefined)...
2020-01-21 Adrian Herreradev-arm: add FixedClock SimObject
2020-01-21 Daniel R. Carvalhomem-cache: Fix invalidation of prefetchers
2020-01-20 Jordi Vaqueroarch-arm: Fix EL2 target exception level for SP alignme...
2020-01-17 Daniel R. Carvalhomem-cache: Add print function to ReplaceableEntry
2020-01-17 Daniel R. Carvalhomem-cache: Add getter for the number of valid sub-blks
2020-01-17 Daniel R. Carvalhomem-cache: Add multiple eviction stats
2020-01-17 Daniel R. Carvalhomem-cache: Make findVictim non-const
2020-01-17 Daniel R. Carvalhomem-cache: Add more compression stats
2020-01-17 Daniel R. Carvalhomem-cache: Factor out multiple block eviction
2020-01-15 Adrian Herreraarch-arm: ELIsInHost, check VHE and SecEL2
2020-01-15 Adrian Herreraarch-arm: Virtualization Host Extensions checking
2020-01-14 Daniel R. Carvalhomem-garnet: Use smart pointers for CrossbarSwitch's...
2020-01-14 Gabe Blackx86: Stop clearing RAX for BIST in initCPU.
2020-01-14 Gabe Blackx86: Move local APIC initialization out of initCPU.
2020-01-14 Gabe Blackx86: Move miscreg initialization to the ISA class.
2020-01-13 Gabe Blacksim: Add a dumpSimcall mechanism to GuestABI.
2020-01-13 Gabe Blacksim: Add a unit test for the GuestABI mechanism.
2020-01-13 Gabe Blacksim: Implement a varargs like mechanism for GuestABI...
2020-01-13 Earl Ousystemc: keep SC_CONCAT* macro
2020-01-11 Gabe Blackarch: Make the generic micropc enabled PCState set...
2020-01-10 Adrian Herreradev-arm: VExpress_GEM5_Base, fix daughterboard reference
2020-01-09 Bobby R. Brucetests,base: Added GTest for base/socket.cc
2020-01-09 Bobby R. Brucetests: Updated gtest/logging.cc to print log rather...
2020-01-09 Gabe Blackbase: Include some required headers in amo.hh.
2020-01-09 Giacomo Travaglinibase, gpu-compute: Move gpu AMOs into the generic header
2020-01-08 Giacomo Travagliniarch, base: Move arm AtomicOpFunctor into the generic...
2020-01-08 Giacomo Travaglinibase: Move AtomicOpFunctors to a dedicated header
2020-01-07 Gabe Blackarch,sim: Promote the m5ops_base param to the System...
2020-01-07 Gabor Dozsacpu: Disable O3CPU value forwarding with write strobes
2020-01-07 Gabor Dozsacpu: Use enums for O3CPU store value forwarding
2020-01-07 Adrian Herreramisc: Reflect changes of arm bootloader name
2020-01-07 Nikos Nikolerismem-cache: Forward snoops when the cache is not responding
2020-01-07 Nikos Nikolerismem-cache: Ensure that responses get data from the...
2020-01-07 Earl Ousystemc: fix gem5_to_tlm bridge
2020-01-07 Gabe Blackfastmodel: Implement the vecPredReg accessor functions.
2020-01-07 Gabe Blackarch,sim: Stop decoding the pseudo inst subfunc value.
2020-01-06 Gabe Blackarch,sim: Use the guest ABI mechanism with pseudo instr...
2020-01-06 Adrian Herreraarch-arm: Semihosting, specify files root dir
2020-01-06 Michiel van Toldev-arm: Fix SMMUv3 walkMasks in page table ops
2020-01-06 Giacomo Travaglinidev-arm: Fix SMMUv3 16KB next-level table address masking
2020-01-06 Adrian Herreradev-arm: GICv3, handle GICR_ICFGR0 WI behaviour
2020-01-06 Nikos Nikolerismem-cache: Avoid write merging if there are reads in...
2020-01-03 Yu-hsin Wangsim: Move destructor of Port to public
2020-01-03 Giacomo Gabriellicpu: Fix issue with MinorCPU predicated-false mem....
2020-01-03 Gabor Dozsacpu: Disable MinorCPU value forwarding with write strobes
next