Age | Commit message (Expand) | Author |
2015-06-01 | kvm, arm: Move ARM-specific files to arch/arm/kvm/ | Andreas Sandberg |
2015-05-26 | arm: implement the CONTEXTIDR_EL2 system reg. | Curtis Dunham |
2015-05-26 | arm: Make address translation faster with better caching | Nathanael Premillieu |
2015-05-26 | arm: Implement some missing syscalls (SE mode) | Giacomo Gabrielli |
2015-05-23 | arm: Get rid of pointless have_generic_timer param | Andreas Sandberg |
2015-05-23 | dev, arm: Add virtual timers to the generic timer model | Andreas Sandberg |
2015-05-23 | dev, arm: Refactor and clean up the generic timer model | Andreas Sandberg |
2015-05-15 | arm: Identify table-walker requests | Andreas Hansson |
2015-05-05 | syscall_emul: fix warn_once behavior | Steve Reinhardt |
2015-05-05 | arm: Add missing FPEXC.EN check | Andreas Hansson |
2015-05-05 | arm: enable DCZVA by default in SE mode | Giacomo Gabrielli |
2015-05-05 | arm: Relax ordering for some uncacheable accesses | Andreas Sandberg |
2015-05-05 | mem, cpu: Add a separate flag for strictly ordered memory | Andreas Sandberg |
2015-05-05 | arm: Remove unnecessary boot uncachability | Andreas Hansson |
2015-05-05 | arch, cpu: Do not forward snoops to table walker | Andreas Hansson |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2015-04-24 | misc: Appease gcc 5.1 without moving GDB_REG_BYTES | Andreas Hansson |
2015-04-23 | misc: Appease gcc 5.1 | Andreas Hansson |
2015-03-02 | arm: Share a port for the two table walker objects | Andreas Hansson |
2015-03-02 | arm: Remove unnecessary dependencies between AArch64 FP instructions | Giacomo Gabrielli |
2015-03-02 | arm: Don't truncate 16-bit ASIDs to 8 bits | Andreas Sandberg |
2015-03-02 | arm: Correctly access the stack pointer in GDB | Andreas Sandberg |
2015-03-02 | arm: Fix broken page table permissions checks in remote GDB | Andreas Sandberg |
2015-02-16 | arm: Merge ISA files with pseudo instructions | Andreas Sandberg |
2015-02-11 | sim: Move the BaseTLB to src/arch/generic/ | Andreas Sandberg |
2015-01-25 | arm: always set the IsFirstMicroop flag | Ali Saidi |
2015-01-25 | cpu: Put all CPU instruction tracers in a single file | Ali Saidi |
2015-01-22 | mem: Clean up Request initialisation | Andreas Hansson |
2015-01-03 | arm: Add unlinkat syscall implementation | mike upton |
2014-12-23 | arm: Add stats to table walker | Curtis Dunham |
2014-12-23 | arm: Raise an alignment fault if a PC has illegal alignment | Andreas Sandberg |
2014-12-23 | arm: Clean up and document decoder API | Andreas Sandberg |
2014-12-23 | arm: Add support for filtering in the PMU | Andreas Sandberg |
2014-12-08 | arm: Fix decoding of PMXEVTYPER_EL0 and PMCCFILTR_EL0 | Andreas Sandberg |
2014-12-05 | misc: Generalize GDB single stepping. | Gabe Black |
2014-12-05 | misc: Make the GDB register cache accessible in various sized chunks. | Gabe Black |
2014-12-02 | arm: Fix TLB ignoring faults when table walking | Andrew Bardsley |
2014-11-23 | mem: Page Table map api modification | Alexandru Dutu |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-11-14 | arm: Fixes based on UBSan and static analysis | Andreas Hansson |
2014-10-29 | automated merge | Ali Saidi |
2014-10-29 | arm, tests: Update config files to more recent kernels and create 64-bit regr... | Ali Saidi |
2014-10-29 | arm, mem: Fix drain bug and provide drain prints for more components. | Ali Saidi |
2014-10-29 | arm: Fix multi-system AArch64 boot w/caches. | Ali Saidi |
2014-10-29 | arm: Mark some miscregs (timer counter) registers at unverifiable. | Ali Saidi |
2014-10-22 | sim: revert 6709bbcf564d | Nilay Vaish |
2014-10-20 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-10-16 | arm: Add helper methods to setup architected PMU events | Andreas Sandberg |
2014-10-16 | arm: Add TLB PMU probes | Andreas Sandberg |