1. 0642e15 hw/gpio/pl061: Document a shortcoming in our implementation by Peter Maydell · 3 years, 9 months ago
  2. ef4989b hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on reset by Peter Maydell · 3 years, 9 months ago
  3. c1e69e9 hw/gpio/pl061: Make pullup/pulldown of outputs configurable by Peter Maydell · 3 years, 9 months ago
  4. ad06d56 hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registers by Peter Maydell · 3 years, 9 months ago
  5. 455736d hw/gpio/pl061: Document the interface of this device by Peter Maydell · 3 years, 9 months ago
  6. 74d359b hw/gpio/pl061: Add tracepoints for register read and write by Peter Maydell · 3 years, 9 months ago
  7. e24a9f6 hw/gpio/pl061: Clean up read/write offset handling logic by Peter Maydell · 3 years, 9 months ago
  8. 102d7d1 hw/gpio/pl061: Convert DPRINTF to tracepoints by Peter Maydell · 3 years, 9 months ago
  9. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  10. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 7 months ago
  11. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 7 months ago
  12. faf58e5 ARM: PL061: Introduce N_GPIOS by Geert Uytterhoeven · 4 years, 10 months ago
  13. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  14. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  15. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  16. 09e6fb3 hw/gpio: QOM'ify pl061.c by xiaoqiang zhao · 9 years ago
  17. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  18. 09aa3bf ARM: PL061: Checking register r/w accesses to reserved area by Wei Huang · 9 years ago
  19. c3a86b3 ARM: PL061: Cleaning field of PL061 device state by Wei Huang · 9 years ago
  20. b527db4 ARM: PL061: Clear PL061 device state after reset by Wei Huang · 9 years ago
  21. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  22. 0b2ff2c pl061: fix wrong calculation of GPIOMIS register by Victor CLEMENT · 10 years ago
  23. bfb27e6 pl061: implement input interrupt logic by Colin Leitner · 11 years ago
  24. 692a76d pl061: QOM'ify pl061 and pl061_luminary by Andreas Färber · 12 years ago
  25. ee663e9 pl061: Rename pl061_state to PL061State by Andreas Färber · 12 years ago
  26. b716368 hw/gpio: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  27. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  28. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/pl061.c]
  29. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  30. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  31. abff909 hw/pl061: Use LOG_GUEST_ERROR by Peter Maydell · 12 years ago
  32. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  33. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  34. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  35. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  36. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  37. 3cf89f8 pl061: convert to memory API by Avi Kivity · 13 years ago
  38. b78c2b3 hw/pl061: Remove pointless comparison of array to null by Peter Maydell · 13 years ago
  39. b3aaff1 hw/pl061.c: Support GPIOAMSEL register by Peter Maydell · 14 years ago
  40. a35faa9 hw/pl061: Convert to VMState by Peter Maydell · 14 years ago
  41. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  42. ff2712b Fix typos in comments (interupt -> interrupt) by Stefan Weil · 14 years ago
  43. 7063f49 hw/pl061.c: Implement ARM PL061 as well as Luminary one by Peter Maydell · 14 years ago
  44. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  45. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  46. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  47. 99a0949 Get rid of _t suffix by malc · 15 years ago
  48. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  49. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  50. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  51. 40905a6 Stellaris qdev conversion by Paul Brook · 16 years ago
  52. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  53. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  54. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  55. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  56. 23e3929 Save/restore for stellaris boards. by pbrook · 17 years ago
  57. 775616c Partial SD card SPI mode support. by pbrook · 17 years ago
  58. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  59. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  60. 9ee6e8b ARMv7 support. by pbrook · 17 years ago