dev-arm: Don't unconditionally overwrite bootloader params
[gem5.git] / src / arch / arm /
2017-07-07 Curtis Dunhamkvm, arm: don't create interrupt events while saving...
2017-07-07 Andreas Sandbergkvm, arm: Don't forward IRQ/FIQ when using the kernel...
2017-07-05 Rekai Gonzalez-Alb... arch: ISA parser additions of vector registers
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Rekai Gonzalez-Alb... cpu: Simplify the rename interface and use RegId
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-07-05 Curtis Dunhamarm,kvm: update CP15 timer model when exiting Kvm
2017-07-05 Curtis Dunhamkvm: move Kvm check from ARM Kvm GIC to System
2017-06-22 Paul Rosenfeldarm,sim: fix context switch stats dumps for ARM64/Linux
2017-06-20 Sean Wilsonarm: Replace EventWrapper use with EventFunctionWrapper
2017-05-24 Andreas Sandbergarm: Fix incorrect handling of PMEVTYPERx_EL0 in PMU
2017-05-23 Rekai Gonzalez-Alb... arch-arm: Fix some poorly done type max and min in...
2017-05-19 Andreas Sandbergbase, sim, arch: Fix clang 5.0 warnings
2017-05-18 Gabe Blackbase: Refactor the GDB code.
2017-05-12 Andreas Sandbergarm: Remove unused DumpStatsPCEventF class in FreeBSD...
2017-05-09 Andreas Sandbergarm: Add support for memory-mapped m5ops
2017-05-09 Andreas Sandbergkvm, arm: Fix incorrect PSTATE sync
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-04-03 Curtis Dunhamarm, kvm: implement GIC state transfer
2017-04-03 Nikos Nikolerisarm: Don't panic when checking coprocessor read/write...
2017-04-03 Nikos Nikolerisarm: Treat Write-Through Normal memory as Non-Cacheable
2017-04-03 Andreas Sandbergarm, kvm: Override the kernel's default MPIDR value
2017-04-03 Matteo Andreozziarm: fix template instantiation warning in clang
2017-03-09 Brandon Pottersyscall-emul: Move memState into its own file
2017-03-03 Rahul Thakurarm, kvm: enable running 32-bit Guest under ARM KVM64
2017-03-03 Rahul Thakurarm, kvm: fix saving/restoring conditional flags in...
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2017-02-21 Nikos Nikolerisarm: Fix DPRINTFs with arguments in the instruction...
2017-02-21 Nikos Nikolerisarm: Blame the right instruction address on a Prefetch...
2016-11-09 Brandon Pottersyscall_emul: [patch 8/22] refactor process class
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2017-02-14 Curtis Dunhamarm, kvm: remove KvmGic
2017-02-14 Curtis Dunhamarm, kvm: implement MuxingKvmGic
2017-02-14 Curtis Dunhamsim, kvm: make KvmVM a System parameter
2017-02-14 Curtis Dunhamsim,kvm,arm: fix typos
2017-02-09 Bjoern A. Zeebarm: AArch64 report cache size correctly when reading...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Pottersyscall_emul: [patch 2/22] move SyscallDesc into its...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2017-01-03 Andreas Sandbergsim: Remove redundant export_method_cxx_predecls
2016-12-19 Curtis Dunhamarm: provide correct timer availability in ID_PFR1...
2016-12-19 Curtis Dunhamarm: compute ID_AA64PFR{0,1}_EL1 registers
2016-12-19 Curtis Dunhamarm: compute ID_PFR{0,1} registers
2016-12-19 Curtis Dunhamarm: miscreg refactoring
2016-12-19 Curtis Dunhamarm: audit SCTLR
2016-12-19 Curtis Dunhamarm: remove SCTLR.FI
2016-12-19 Curtis Dunhamarm: update AArch{64,32} register mappings
2016-10-15 Fernando Endocpu, arm: Distinguish Float* and SimdFloat*, create...
2016-10-13 Mitch Hayengaisa,arm: Add missing AArch32 FP instructions
2016-09-15 Ricardo Alvesarm: Add m5_fail support for aarch64
2016-08-15 Nikos Nikoleriscpu, arch: fix the type used for the request flags
2016-08-02 Curtis Dunhamarm: refactor page table walking
2016-08-02 Dylan Johnsonarm: warn not fail on use of missing miscreg CNTHCTL_EL2
2016-08-02 Dylan Johnsonarm: Check TLB stage 2 permissions in AArch64
2016-08-02 Dylan Johnsonarm: correctly assign faulting IPA's to HPFAR_EL2
2016-08-02 Dylan Johnsonarm: Add TLBI instruction for stage 2 IPA's
2016-08-02 Dylan Johnsonarm: Fix stage 2 memory attribute checking in AArch64
2016-08-02 Dylan Johnsonarm: Fix trapping to Hypervisor during MSR/MRS read...
2016-08-02 Dylan Johnsonarm: Fix secure state checking in various places
2016-08-02 Dylan Johnsonarm: Fix stage 2 determination in table walker
2016-08-02 Dylan Johnsonarm: Refactor aarch64 table walk logic to remove redundancy
2016-08-02 Dylan Johnsonarm: Add check to fault routing for hypervisor/virtuali...
2016-08-02 Dylan Johnsonarm: Fix EL perceived at TLB for address translation...
2016-08-02 Dylan Johnsonarm: Add AArch64 hypervisor call instruction 'hvc'
2016-08-02 Dylan Johnsonarm: add stage2 translation support
2016-08-02 Curtis Dunhamarm: enable EL2 support
2016-08-02 Dylan Johnsonarm: invalidate TLB miscreg cache on modification of...
2016-08-02 Dylan Johnsonarm: change instruction classes to catch hyp traps
2016-07-21 Mitch Hayengaisa: Modify get/check interrupt routines
2016-07-11 Andreas Sandbergarm: Don't consult the TLB test iface for functional...
2016-06-20 Nikos Nikolerisarm: Mark uninitialized new TLB entries as not valid
2016-06-20 Andreas Sandbergkern, arm: Dump dmesg on kernel panic/oops
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-06-02 Curtis Dunhamarm: refactor page table format determination
2016-06-02 Andreas Sandbergarm: Rewrite ERET to behave according to the ARMv8 ARM
2016-06-02 Andreas Sandbergarm: Correctly check FP/SIMD access permission in aarch32
2016-05-31 Andreas Sandbergarm: Enable LPAE support by default
2016-05-31 Andreas Sandbergarm: Correctly check translation mode (aarch64/aarch32)
2016-05-27 Andreas Sandbergarm: Use the target EL state when determining fault...
2016-05-26 Andreas Sandbergarm: Fix incorrect TLB permission check in aarch32
2016-05-26 Andreas Sandbergarm: Make EL checks available in SE mode
2016-05-26 Andreas Hanssonarm: Fix heap overflow issue in Neon64Load operation
2016-04-27 Andreas Sandbergarm: Remove BreakPCEvent on guest kernel panic
2016-04-27 Andreas Sandbergkvm, arm: Make GIC interrupt lines configurable
2016-04-27 Andreas Sandbergkvm, arm: Refactor KVM GIC device
2016-04-15 Bjoern A. Zeebarm,dev: remove PMU assertion hit on reset
2016-04-13 Andreas Hanssonmisc: Fix issues flagged by gcc 6
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengamem: Remove threadId from memory request class
2016-04-01 Steve Reinhardtsyscall_emul: remove mmapFlagTable
2016-04-01 Steve Reinhardtsyscall_emul: factor out flag tables into common file
2016-03-21 Andreas Sandbergarm: Refactor the TLB test interface
2016-03-17 Brandon Potterbase: add symbol support for dynamic libraries
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Brandon Pottersyscall_emul: add many Linux kernel flags
2016-03-17 Brandon Pottersyscall_emul: rename OpenFlagTransTable struct
next