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
Age
Commit message (
Expand
)
Author
2009-02-01
X86: Make the fault classes handle error codes better.
Gabe Black
2009-02-01
X86: Make the long mode interrupt/exception microcode handle an error code.
Gabe Black
2009-02-01
X86: Distinguish between hardware and software interrupts/exceptions
Gabe Black
2009-02-01
X86: Fix the upper bound on some ranges that were setting up the micro code a...
Gabe Black
2009-02-01
X86: Make the chks microop check for the right int descriptor type.
Gabe Black
2009-02-01
X86: Touch up the interrupt entering microcode.
Gabe Black
2009-02-01
X86: Keep track of the vector for all exceptions/faults.
Gabe Black
2009-02-01
X86: Update stats now that the micropc isn't always reset on faults.
Gabe Black
2009-02-01
CPU: Don't always reset the micro pc on faults. Let the faults handle it.
Gabe Black
2009-02-01
X86: Fix the time keeping of the Local APIC timer.
Gabe Black
2009-02-01
X86: Find the natural lpj for this configuration.
Gabe Black
2009-02-01
X86: Fix the microcode for the LODS instruction.
Gabe Black
2009-02-01
X86: Add a root device to the kernel command line.
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
X86: Hook in a hard drive image.
Gabe Black
2009-02-01
X86: Take out the IDE noprobe kernel arguments.
Gabe Black
2009-02-01
X86: Fix some incorrect register widths.
Gabe Black
2009-02-01
X86: Add extended Intel MP entries correctly.
Gabe Black
2009-02-01
X86: Compute PCI config addresses correctly.
Gabe Black
2009-02-01
X86: Calculate flags based on the actual result.
Gabe Black
2009-02-01
X86: Make sure the predecoder is cleared out for interrupts.
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: Add some interrupt info to the intel MP tables.
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-02-01
X86: Set/correct some default values for x86 parameters.
Gabe Black
2009-01-30
SCons: Fix how we get Mercurial revision information since internals keep cha...
Ali Saidi
2009-01-30
Errors: Use the correct panic/warn/fatal/info message in some places.
Ali Saidi
2009-01-30
Errors: Print a URL with a hash of the format string to find more information...
Ali Saidi
2009-01-30
Config: Cause a fatal() when a parameter without a default value isn't set(FS...
Ali Saidi
2009-01-29
Fix typo
Nathan Binkert
2009-01-25
X86: Prevent Linux for probing for non-existant IDE controllers.
Gabe Black
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
X86: Implement the xadd instruction.
Gabe Black
2009-01-25
X86: Implement the bswap instruction.
Gabe Black
2009-01-25
Dev: Make the RTC device ignore writes to a read only bit.
Gabe Black
2009-01-25
X86: Fix a bug in the iret microcode.
Gabe Black
2009-01-25
X86: Make the interrupt object wake up the CPU when something becomes pending.
Gabe Black
2009-01-25
CPU: Add a setCPU function to the interrupt objects.
Gabe Black
2009-01-25
Devices: Make the destructor virtual on the CopyEnginChannel object.
Gabe Black
2009-01-24
pseudo inst: Add new wake cpu instruction for sending a message to wake a cpu.
Nathan Binkert
[next]