index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dev
Age
Commit message (
Expand
)
Author
2009-08-20
X86: Make the real time clock actually keep track of time.
Gabe Black
2009-08-20
X86: Don't insist on binary encoding for the RTC since we implement BCD.
Gabe Black
2009-08-17
X86: Move the simulated date in X86_FS forward to 2012.
Gabe Black
2009-08-02
X86: Set up the IDE device correctly, ie. with and using legacy ports.
Gabe Black
2009-08-02
IDE: Configure the IDE control to reflect the initial value of the command re...
Gabe Black
2009-07-21
MIPS: Get MIPS_FS to compile, more style fixes.
Gabe Black
2009-07-02
typo: correct spelling
Nathan Binkert
2009-06-05
types: need typename keyword to get the type.
Nathan Binkert
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-05-20
igbe: Fix descriptor cache bug.
Steve Reinhardt
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-04-26
X86: Implement lowest priority interrupts more correctly.
Gabe Black
2009-04-26
X86: Tell the function that sends int messages who to send to instead of figu...
Gabe Black
2009-04-26
X86: Make the local APICs register themselves with the IO APIC.
Gabe Black
2009-04-26
X86: Record the initial APIC ID which identifies an APIC in M5.
Gabe Black
2009-04-26
X86, Config: Make makeX86System consider the number of CPUs, and clean up int...
Gabe Black
2009-04-22
i8254xGBe: major style overhaul.
Steve Reinhardt
2008-07-16
mem: use single BadAddr responder per system.
Steve Reinhardt
2009-04-19
X86: Mask the PIC at startup to avoid a glitch which causes an NMI.
Gabe Black
2009-04-19
X86: Keep track of what the initial count value was in the LAPIC timer.
Gabe Black
2009-04-19
X86: Add a function which gets called when an interrupt message has been deli...
Gabe Black
2009-04-19
X86: Make code that sends an interrupt from the IO APIC available for IPIs.
Gabe Black
2009-04-08
alpha: get rid of all turbolaser remnants
Nathan Binkert
2009-03-25
CPA: Fix a typo that managed to sneak in.
Ali Saidi
2009-03-05
stats: Fix all stats usages to deal with template fixes
Nathan Binkert
2009-02-26
CPA: Add annotations to IGbE and CopyEngine device models.
Ali Saidi
2009-02-25
Devices: Make the RTC device reflect the use of BCD in its status registers.
Gabe Black
2009-02-25
X86: Add makeAtomicResponse to the read/write functions of x86 devices.
Gabe Black
2009-02-23
debug: Move debug_break into src/base
Nathan Binkert
2009-02-17
Make etherdump timestamps zero-based.
Steve Reinhardt
2009-02-01
X86: Add some missing default arguments.
Gabe Black
2009-02-01
X86: Implement pciToDma.
Gabe Black
2009-02-01
X86: Configure the first PCI interrupt.
Gabe Black
2009-02-01
X86: Hook up the IDE controller interrupt line.
Gabe Black
2009-02-01
Devices: Add support for legacy fixed IO locations in BARs.
Gabe Black
2009-02-01
X86: Plug in an IDE controller.
Gabe Black
2009-01-31
X86: Refactor and clean up the keyboard controller.
Gabe Black
2009-01-31
X86: Add a keyboard controller device.
Gabe Black
2009-01-31
X86: Set up the console interrupt and add some DPRINTFs.
Gabe Black
2009-01-31
X86: Configure the IO APIC more.
Gabe Black
2009-01-31
X86: Rework interrupt pins to allow one to many connections.
Gabe Black
2009-01-31
X86: Initialize the value behind port 61 so unused bits are consistent.
Gabe Black
2009-01-30
Config: Cause a fatal() when a parameter without a default value isn't set(FS...
Ali Saidi
2009-01-25
X86: Add a dummy minimal DMA controller that doesn't do anything.
Gabe Black
2009-01-25
X86: Add a device to back the non-existant floppy drive controller.
Gabe Black
2009-01-25
X86: Add fake devices for non-existant serial ports.
Gabe Black
2009-01-25
Dev: Make the RTC device ignore writes to a read only bit.
Gabe Black
2009-01-25
Devices: Make the destructor virtual on the CopyEnginChannel object.
Gabe Black
2009-01-23
IGbE: Fix two e1000 driver bugs that I missed before.
Ali Saidi
[next]