Age | Commit message (Expand) | Author |
2018-09-07 | net: Fix a bug when handling IPv6 packets | Pin-Yen Lin |
2018-08-21 | dev, arm: Fix incorrect GIC address range sizes | Andreas Sandberg |
2018-08-21 | misc: Appease GCC 8 | Jason Lowe-Power |
2018-07-17 | dev, arm: accept and ignore writes to GIC APRn registers | Ciro Santilli |
2018-06-21 | dev-arm: Use recurseDeviceTree instead of custom in platform | Andreas Sandberg |
2018-06-15 | dev-arm: Fix the address range for some I/O devices | Nikos Nikoleris |
2018-06-14 | dev-arm: Add new VExpress_GEM5_V1_Base Platform | Rohit Kurup |
2018-06-14 | dev-arm: Remove deprecated GIC test interfaces | Andreas Sandberg |
2018-06-11 | misc: Using smart pointers for memory Requests | Giacomo Travaglini |
2018-06-07 | dev-arm: Add a VirtIO MMIO device to VExpress_GEM5_V1 | Andreas Sandberg |
2018-06-07 | dev-arm: Add a MMIO transport interface for VirtIO | Andreas Sandberg |
2018-06-07 | dev-arm: Add a GIC interrupt adaptor | Andreas Sandberg |
2018-06-06 | dev, arm: Add support for HYP & secure timers | Andreas Sandberg |
2018-05-09 | base, dev: Fix port message for vnc and terminal | Andreas Sandberg |
2018-05-08 | dev: Add support for a simple debug UART | Andreas Sandberg |
2018-04-27 | sim,cpu,mem,arch: Introduced MasterInfo data structure | Giacomo Travaglini |
2018-04-18 | dev, arm: Cleanup Pl050 interrupt handling | Andreas Sandberg |
2018-04-17 | ps2: Unify constant names | Andreas Sandberg |
2018-04-17 | dev, arm: Use the PS/2 framework in the Pl050 model | Andreas Sandberg |
2018-04-17 | ps2: Add proper touchscreen command handling | Andreas Sandberg |
2018-04-17 | ps2: Implement the keyboard reset command | Andreas Sandberg |
2018-04-17 | ps2: Unify device data buffering | Andreas Sandberg |
2018-04-17 | ps2: Add a simple touchscreen model | Andreas Sandberg |
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-04-10 | dev: arm: SetScaling commands don't send parameter bytes. | Gabe Black |
2018-04-05 | dev: Make sure the EtherTap device uses the right event queue. | Gabe Black |
2018-03-27 | dev: sparc: Get rid of the TheISA namespace in the SPARC devices. | Gabe Black |
2018-03-27 | dev: Remove a bunch of Alpha code from MIPS, and unnecessary TheISAs. | Gabe Black |
2018-03-20 | arch-arm, configs: Treat the bootloader rom as cacheable memory | Nikos Nikoleris |
2018-03-06 | dev: Don't fall through into BRAR after RFDR case | Siddhesh Poyarekar |
2018-03-06 | dev: Leave last byte in strncpy for NULL | Siddhesh Poyarekar |
2018-02-24 | sparc: Fix FS Checkpoint loading | Khalique |
2018-02-13 | dev: Remove unused interrupt controller in Terminal | Andreas Sandberg |
2018-02-09 | dev: Fix i8042 device errors | Jason Lowe-Power |
2018-01-29 | arm: DT autogeneration - generate PCI node | Glenn Bergmans |
2018-01-29 | arm: DT autogeneration - Generate energy controller node | Glenn Bergmans |
2018-01-29 | arm: DT autogeneration - autogenerate RealView Platform devices | Glenn Bergmans |
2018-01-29 | arm: DT autogeneration - Generate cpus node | Glenn Bergmans |
2018-01-29 | arm: make Arm GenericTimer a ClockedObject | Curtis Dunham |
2018-01-20 | base: Rework bitunions so they can be more flexible. | Gabe Black |
2018-01-10 | style: change C/C++ source permissions to noexec | BKP |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-11-20 | dev: Fix the SPARC and X86 platform devices. | Gabe Black |
2017-11-17 | sim: Implement load_addr_mask auto-calculation | Geoffrey Blake |
2017-11-08 | dev: Move generic serial devices to src/dev/serial | Andreas Sandberg |
2017-11-08 | dev: Add a dummy serial device | Andreas Sandberg |
2017-11-08 | dev: Refactor UART->Terminal interface | Andreas Sandberg |
2017-10-31 | dev: Using Configurable image writer in HDLcd | Giacomo Travaglini |