|
|
[Submitted] misc: Use gmtime for conversion to UTC to avoid getenv/setenv
|
ahansson
|
October 14th, 2014, 7:55 a.m.
|
|
|
|
[Submitted] x86: Fixes to avoid LTO warnings
|
ahansson
|
October 14th, 2014, 7:56 a.m.
|
|
|
|
[Submitted] ruby: provide a backing store
|
nilay
|
October 21st, 2014, 10:01 p.m.
|
|
|
|
[Submitted] Solved bugs while switching cpu models with the --repeat-switch command
|
ajnc01
|
October 26th, 2014, 4:27 p.m.
|
|
|
|
[Discarded] mem: dram ctrl: correct errors due to busBusyUntil variable
|
nilay
|
October 28th, 2014, 3:19 a.m.
|
|
|
|
[Submitted] cpu: Minor Draining Bug
|
lukefahr
|
October 29th, 2014, 3 p.m.
|
|
|
|
[Submitted] x86 isa: This patch attempts an implementation at mwait.
|
marc.orr
|
November 4th, 2014, 12:35 a.m.
|
|
|
|
[Submitted] test: A test program for the new mwait implementation.
|
marc.orr
|
November 4th, 2014, 12:38 a.m.
|
|
|
|
[Submitted] arm: fix build_drive_system when not using default options
|
atgutier
|
November 5th, 2014, 9:02 p.m.
|
|
|
|
[Submitted] minor: fixed LSQ MasterPortID
|
lukefahr
|
November 10th, 2014, 5:20 p.m.
|
|
|
|
[Submitted] x86: Fix the CPUID Long Mode Address Size function.
|
gblack
|
November 15th, 2014, 10:24 a.m.
|
|
|
|
[Submitted] x86: APIC: Fix the getRegArrayBit function.
|
gblack
|
November 15th, 2014, 11 a.m.
|
|
|
|
[Submitted] x86: APIC: Only set deliveryStatus if our IPI is going somewhere.
|
gblack
|
November 15th, 2014, 11:35 a.m.
|
|
|
|
[Submitted] x86: Fix some bugs in the real mode far jmp instruction.
|
gblack
|
November 15th, 2014, 11:36 a.m.
|
|
|
|
[Submitted] x86: Fix setting segment bases in real mode.
|
gblack
|
November 15th, 2014, 11:38 a.m.
|
|
|
|
[Discarded] x86: Fix some bugs in the real mode far jmp instruction.
|
gblack
|
November 15th, 2014, 11:39 a.m.
|
|
|
|
[Submitted] mem: Add a GDDR5 DRAM config
|
ahansson
|
November 17th, 2014, 6:13 a.m.
|
|
|
|
[Submitted] mem: Add const getters for write packet data
|
ahansson
|
November 17th, 2014, 6:13 a.m.
|
|
|
|
[Submitted] mem: Remove null-check bypassing in Packet::getPtr
|
ahansson
|
November 17th, 2014, 6:13 a.m.
|
|
|
|
[Submitted] mem: Use const pointers for port proxy write functions
|
ahansson
|
November 17th, 2014, 6:14 a.m.
|
|
|
|
[Submitted] mem: Remove redundant Packet::allocate calls
|
ahansson
|
November 17th, 2014, 6:14 a.m.
|
|
|
|
[Submitted] mem: Assume all dynamic packet data is array allocated
|
ahansson
|
November 17th, 2014, 6:14 a.m.
|
|
|
|
[Submitted] mem: Add checks and explanation for assertMemInhibit usage
|
ahansson
|
November 17th, 2014, 6:14 a.m.
|
|
|
|
[Submitted] mem: Make Request getters const
|
ahansson
|
November 17th, 2014, 6:14 a.m.
|
|
|
|
[Submitted] mem: Make the requests carried by packets const
|
ahansson
|
November 17th, 2014, 6:15 a.m.
|
|
|
|
[Submitted] mem: Cleanup Packet::checkFunctional and hasData usage
|
ahansson
|
November 17th, 2014, 6:16 a.m.
|
|
|
|
[Submitted] mem: Clean up packet data allocation
|
ahansson
|
November 17th, 2014, 6:17 a.m.
|
|
|
|
[Submitted] mem: Relax packet src/dest check and shift onus to crossbar
|
ahansson
|
November 17th, 2014, 6:17 a.m.
|
|
|
|
[Submitted] cpu: Move packet deallocation to recvTimingResp in the O3 CPU
|
ahansson
|
November 17th, 2014, 6:18 a.m.
|
|
|
|
[Submitted] cpu, o3: Ignored invalidate causing same-address load reordering
|
ahansson
|
November 17th, 2014, 6:18 a.m.
|
|
|
|
[Submitted] config: SystemC Gem5Control top level additions
|
ahansson
|
November 17th, 2014, 6:18 a.m.
|
|
|
|
[Submitted] config: Fix to SystemC example's event handling
|
ahansson
|
November 17th, 2014, 6:19 a.m.
|
|
|
|
[Submitted] arch: Allow named constants as decode case values.
|
gblack
|
November 17th, 2014, 6:42 a.m.
|
|
|
|
[Submitted] x86: Rework opcode parsing to support 3 byte opcodes properly.
|
gblack
|
November 17th, 2014, 6:44 a.m.
|
|
|
|
[Submitted] vnc: Add a conversion function for bgr888.
|
gblack
|
November 17th, 2014, 9:45 a.m.
|
|
|
|
[Submitted] Let other objects set up memory like regions in a KVM VM.
|
gblack
|
November 18th, 2014, 1:29 a.m.
|
|
|
|
dev: cirrus: Add a simplified device model for the cirrus graphics device.
|
gblack
|
November 18th, 2014, 1:31 a.m.
|
|
|
|
[Submitted] ARM: Use fixed size member variables to describe fixed size registers.
|
gblack
|
November 18th, 2014, 2:26 a.m.
|
|
|
|
[Discarded] KVM: Build in most of the KVM stuff even if we're not going to use it.
|
gblack
|
November 18th, 2014, 2:27 a.m.
|
|
|
|
[Submitted] scons: Make the USE_KVM variable available in C++.
|
gblack
|
November 19th, 2014, 6:44 a.m.
|
|
|
|
[Submitted] x86: pc: Put a stub IO device at port 0xed which the kernel can use for delays.
|
gblack
|
November 19th, 2014, 9:26 a.m.
|
|
|
|
[Submitted] config: Add options to take/resume from SimPoint checkpoints
|
ahansson
|
November 20th, 2014, 9:43 a.m.
|
|
|
|
x86: vnc: Add a VNC server to x86 systems.
|
gblack
|
November 22nd, 2014, 11:39 a.m.
|
|
|
|
x86: i8042: Add VNC mouse support, and flesh out the mouse model.
|
gblack
|
November 22nd, 2014, 1:31 p.m.
|
|
|
|
x86: i8042: Give the keyboard controller a little TLC.
|
gblack
|
November 22nd, 2014, 1:32 p.m.
|
|
|
|
x86: i8042: Add VNC keyboard input support.
|
gblack
|
November 22nd, 2014, 1:32 p.m.
|
|
|
|
[Submitted] ps2: Support translating left and right ALT keys.
|
gblack
|
November 22nd, 2014, 1:36 p.m.
|
|
|
|
[Submitted] ide: Accept the IDLE (0xe3) ATA command.
|
gblack
|
November 22nd, 2014, 2:39 p.m.
|
|
|
|
[Submitted] config: Get rid of some extra spaces around default arguments.
|
gblack
|
November 23rd, 2014, 7:25 a.m.
|
|
|
|
[Submitted] config: Add two options for setting the kernel command line.
|
gblack
|
November 23rd, 2014, 7:26 a.m.
|
|