Age | Commit message (Expand) | Author |
2019-10-30 | x86: Remove TheISA from x86 devices. | Gabe Black |
2019-10-19 | arch: Make a base class for Interrupts. | Gabe Black |
2019-10-15 | x86: Use a std::function to handle MSI completion. | Gabe Black |
2019-10-15 | x86: De-x86ify the IntMasterPort. | Gabe Black |
2019-10-14 | x86: Simplify and consolidate the code that assembles an MSI on x86. | Gabe Black |
2019-10-12 | x86: Stop using and delete the x86 IntDevice class. | Gabe Black |
2019-10-02 | x86: Switch from MessageReq and Resp to WriteReq and Resp. | Gabe Black |
2019-09-21 | x86: Templatize the IntMasterPort. | Gabe Black |
2019-09-21 | x86: Templatize IntSlavePort. | Gabe Black |
2019-09-20 | dev, x86: Delete the now unused X86 specific interrupt pins/lines. | Gabe Black |
2019-09-20 | dev, x86: Convert x86 devices to the generic int pins. | Gabe Black |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2018-10-12 | x86: Use little endian packet accessors. | Gabe Black |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-04-17 | ps2: Add VNC support to the keyboard model | Andreas Sandberg |
2018-04-17 | ps2: Factor out PS/2 devices into their own subsystem | Andreas Sandberg |
2018-02-09 | dev: Fix i8042 device errors | Jason Lowe-Power |
2018-01-20 | base: Rework bitunions so they can be more flexible. | Gabe Black |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-11-20 | dev: Fix the SPARC and X86 platform devices. | Gabe Black |
2017-11-08 | dev: Move generic serial devices to src/dev/serial | Andreas Sandberg |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-02-15 | misc: Add missing overrides to appease clang | Andreas Hansson |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-12-05 | dev: Rewrite PCI host functionality | Andreas Sandberg |
2015-10-23 | x86: Add missing explicit overrides for X86 devices | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-09-30 | isa,cpu: Add support for FS SMT Interrupts | Mitch Hayenga |
2015-09-29 | arch, x86: Delete packet in IntDevice::recvResponse | Joel Hestness |
2015-08-07 | dev, x86: Fix serialization bug in the i8042 device | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-02-11 | mem: Clarification of packet crossbar timings | Marco Balboni |
2015-01-06 | dev: prevent intel 8254 timer counter events firing before startup | cdirik |
2015-01-03 | dev: prevent RTC events firing before startup | Cagdas Dirik |
2014-11-21 | x86: pc: Put a stub IO device at port 0xed which the kernel can use for delays. | Gabe Black |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-09-03 | dev: seperate legacy io offsets from PCI offset | Ali Saidi |
2014-07-18 | x86: make PioBus return BadAddress errors | Binh Pham |
2013-11-25 | sim: simulate with multiple threads and event queues | Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E) |
2013-07-11 | dev: make BasicPioDevice take size in constructor | Steve Reinhardt |
2013-07-11 | dev: consistently end device classes in 'Device' | Steve Reinhardt |
2013-07-11 | devices: make more classes derive from BasicPioDevice | Steve Reinhardt |
2013-03-28 | x86: changes to apic, keyboard | Nilay Vaish |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-02-19 | mem: Enforce strict use of busFirst- and busLastWordTime | Andreas Hansson |
2013-02-15 | sim: Add a system-global option to bypass caches | Andreas Sandberg |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-10-15 | Port: Add protocol-agnostic ports in the port hierarchy | Andreas Hansson |