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
2008-10-11
X86: Change I8254 and PCSpeaker devices from subdevices to SimObjects and eli...
Gabe Black
2008-10-11
Devices: Make the Intel8254Timer device only use pointers to its counters.
Gabe Black
2008-10-11
X86: Make the CMOS and I8259 devices use IntDev and IntPin.
Gabe Black
2008-10-11
X86: Create the IntDev and IntPin system.
Gabe Black
2008-10-11
X86: Hook the CMOS device to the I8259 PICs.
Gabe Black
2008-10-11
X86: Make the I8259 decipher the commands it's given, and add some of it's re...
Gabe Black
2008-10-11
X86: Change the I8259 from a subdevice into a real SimObject.
Gabe Black
2008-10-11
X86: Change the CMOS from a sub-device to a real SimObject
Gabe Black
2008-10-10
X86: Make the time on the RTC configurable.
Gabe Black
2008-10-10
X86: Fix compilation with new eventq API.
Gabe Black
2008-10-09
SimObjects: Clean up handling of C++ namespaces.
Nathan Binkert
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-10-09
SINIC: Commit old code from ASPLOS 2006 studies.
Nathan Binkert
2008-09-29
Make overriding port assignments in Python work,
Steve Reinhardt
2008-09-27
gcc: Add extra parens to quell warnings.
Nathan Binkert
2008-09-19
atomicio: provide atomic read and write functions.
Nathan Binkert
2008-09-19
Check the return value of I/O operations for failure
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-08-26
Device: Fix bug in DmaPort::recvRetry. The interface attempts to send the sam...
Clint Smullen
2008-08-24
IGbE: Patches I neglected to apply before pushing the previous igbe changeset
Ali Saidi
2008-08-13
Add the ability to specify a think time before descriptor fetch/writeback sta...
Ali Saidi
2008-08-13
Add the ability for a DMA to tack on an extra delay after the DMA is actually...
Ali Saidi
2008-08-13
More subtle fixes to how interrupts are supposed to work in the device. Fix p...
Ali Saidi
2008-08-03
sockets: Add a function to disable all listening sockets.
Nathan Binkert
2008-07-01
Fix cases where RADV interrupt timer is used and make ITR interrupt moderatio...
Ali Saidi
2008-06-17
Ethernet: share statistics between all ethernet devices and apply some
Nathan Binkert
2008-06-17
inet: initialization fixes.
Nathan Binkert
2008-06-17
PacketFifo: Get slack out of the EthPacketData structure. This allows
Nathan Binkert
2008-06-17
rename MipsConsole to MipsBackdoor
Nathan Binkert
2008-06-17
rename AlphaConsole to AlphaBackdoor
Nathan Binkert
2008-06-17
Change the default output filename for the terminal so it's more obvious.
Nathan Binkert
2008-06-17
Rename SimConsole to Terminal since it makes more sense
Nathan Binkert
2008-06-12
Alpha: Get rid of an old include of a non-existant file.
Gabe Black
2008-06-12
X86: Make the code compile as 32 bit.
Gabe Black
2008-06-12
X86: Make sure there's something to catch when the kernel messes with ports "...
Gabe Black
2008-06-12
X86: Make the platform object initialize channel 0 of the PIT.
Gabe Black
2008-06-12
X86: Hook the speaker device to the pit device.
Gabe Black
2008-06-12
Timer: Fill out the periodic modes a little.
Gabe Black
2008-06-12
Dev: Seperate the 8254 timer from tsunami and use it in that and the PC.
Gabe Black
2008-05-20
IGbE: Implement sending packet that is contained in more than 2 descriptors.
Ali Saidi
2008-05-15
Make sure that output files are always checked success before they're used.
Ali Saidi
2008-03-25
IGbE: Fix bug that limits wire performance a bit
Ali Saidi
2008-03-25
X86: Put an RTC into the CMOS part of the southbridge.
Gabe Black
2008-03-25
Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.
Gabe Black
2008-03-25
X86: Turn #defines into consts.
Gabe Black
2008-03-25
X86: Start implementing the south bridge stuff.
Gabe Black
2008-03-25
X86: Change the Opteron platform to be the PC platform.
Gabe Black
2008-03-24
Don't FastAlloc MSHRs since we don't allocate them on the fly.
Steve Reinhardt
2008-02-26
X86: Get PCI config space to work, and adjust address space prefix numbering ...
Gabe Black
2008-02-10
IGbE: Fix a couple of bugs.
Ali Saidi
[next]