1. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  2. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  3. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  4. 4bd7466 arm_pic: Pass ARMCPU to arm_pic_init_cpu() by Andreas Färber · 13 years ago
  5. 5f4ef08 omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s by Andreas Färber · 13 years ago
  6. 348abc8 arm: switch real-time clocks to rtc_clock by Paolo Bonzini · 13 years ago
  7. e230d4e omap: switch omap_lpg to vm_clock by Paolo Bonzini · 13 years ago
  8. 54e1793 hw/omap_i2c: Convert to qdev by Juha Riihimäki · 13 years ago
  9. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  10. c47f322 Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging by Anthony Liguori · 13 years ago
  11. e023668 hw/omap1.c: Drop unused includes by Peter Maydell · 13 years ago
  12. b9f7bc4 hw/omap1.c: Separate dpll_ctl from omap_mpu_state by Juha Riihimäki · 13 years ago
  13. 0375953 hw/omap1.c: Separate PWT from omap_mpu_state by Juha Riihimäki · 13 years ago
  14. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  15. 8717d88 hw/omap1.c: Separate PWL from omap_mpu_state by Juha Riihimäki · 13 years ago
  16. 3b204c8 hw/omap1.c: omap_mpuio_init() need not be public by Peter Maydell · 13 years ago
  17. 7487813 omap_i2c: convert to memory API by Benoît Canet · 13 years ago
  18. 30af1ec omap_lcdc: convert to memory API by Benoît Canet · 13 years ago
  19. 7405165 omap_dma: convert to memory API by Avi Kivity · 13 years ago
  20. c304fed omap_mmc: convert to memory API by Avi Kivity · 13 years ago
  21. bdbc1b3 hw/omap1: Wire up GPIO clock by Peter Maydell · 13 years ago
  22. 0919ac7 omap_intc: Qdevify by Peter Maydell · 13 years ago
  23. 2654c96 omap1: convert to memory API (part VI) by Avi Kivity · 14 years ago
  24. 90aeba9 soc_dma: drop soc_dma_port_add_mem_ram() by Avi Kivity · 14 years ago
  25. 9898b79 omap_lcdc: remove imif, emiff from structure by Avi Kivity · 14 years ago
  26. 763b946 omap1: convert to memory API (part V) by Avi Kivity · 14 years ago
  27. 60fe76e omap1: convert to memory API (part IV) by Avi Kivity · 14 years ago
  28. a4ebbd1 omap1: convert to memory API (part III) by Avi Kivity · 14 years ago
  29. e7aa0ae omap1: convert to memory API (part II) by Avi Kivity · 14 years ago
  30. 4b3fedf omap1: convert to memory API (part I) by Avi Kivity · 14 years ago
  31. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  32. 77831c2 hw/omap_gpio.c: Convert to qdev by Juha Riihimäki · 14 years ago
  33. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  34. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  35. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  36. 4541678 Use range_covers_byte by Blue Swirl · 14 years ago
  37. 6a8aabd hw/omap: Fix default setup for OMAP UART devices by Stefan Weil · 15 years ago
  38. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  39. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  40. c1ff227 hw/omap : make local function static and remove declaration from header by cmchao · 15 years ago
  41. 02d7434 hw/omap1.c : separate uart module by cmchao · 15 years ago
  42. 7f132a2 hw/omap1.c : separate interrupt controller module by cmchao · 15 years ago
  43. e5c6b25 hw/omap1.c : separate gpio module by cmchao · 15 years ago
  44. 22ed1d34 arm: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  45. 2d48377 Compile serial only once by Blue Swirl · 15 years ago
  46. abd0c6b BCD cleanup by Paul Brook · 15 years ago
  47. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  48. 99a0949 Get rid of _t suffix by malc · 15 years ago
  49. b9d38e9 Fix Sparse warnings about using plain integer as NULL pointer by Blue Swirl · 15 years ago
  50. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
  51. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  52. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  53. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  54. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  55. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  56. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  57. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  58. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  59. ceecf1d add an init function parameter to qemu_chr_open() by aurel32 · 16 years ago
  60. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  61. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  62. 1364332 omap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD). by balrog · 16 years ago
  63. c588de3 omap1: add OSC_12M_SEL UART register support (original patch from Jean-Christophe PLAGNIOL-VILLARD) by balrog · 16 years ago
  64. 0cd2df7 Fix RTC initial date computation by aurel32 · 16 years ago
  65. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  66. 7cc0dd2 Malta & OMAP: add a name to char devices by aurel32 · 16 years ago
  67. e856f2a Use a QEMUBH when an OMAP timer must expire immediately. by balrog · 16 years ago
  68. 75554a3 Allow attaching devices to OMAP UARTs. by balrog · 16 years ago
  69. eb38c52 Fix most warnings that would be caused by gcc flag -Wundef by blueswir1 · 17 years ago
  70. afbb519 Handle on-chip DMA controllers in one place, convert OMAP DMA to use it. by balrog · 17 years ago
  71. b8b137d Fix OMAP1 MPU-timer rate on 32-bit hosts. by balrog · 17 years ago
  72. b6cd0ea 8250: Customized base baudrate by aurel32 · 17 years ago
  73. 54585ff OMAP STI/XTI console. by balrog · 17 years ago
  74. 827df9f Add basic OMAP2 chip support. by balrog · 17 years ago
  75. b4e3104 Split OMAP DMA out to a file apart. by balrog · 17 years ago[Renamed (76%) from hw/omap.c]
  76. f65fb10 Really stop the transfer when the DMA channel is being disabled. by balrog · 17 years ago
  77. f650305 Unify RTCs that use host time, fix M48t59 alarm. by balrog · 17 years ago
  78. cf6d911 Fix OMAP1 MPUI/O keyboard interrupt masking. by balrog · 17 years ago
  79. 11e0fc3 Use pointers to channels rather than channel numbers in the DMA. by balrog · 17 years ago
  80. 089b7c0 OMAP DMA 3.2 support by Lauro Ramos Venancio. by balrog · 17 years ago
  81. f2df526 Correct my 'thinko' in OMAP interrupt handler commit, fix by Lauro Ramos Venancio. by balrog · 17 years ago
  82. 106627d Rework OMAP1 interrupt handling to allow multiple interrupt banks, by Lauro Ramos Venancio. by balrog · 17 years ago
  83. 9d413d1 Always create an SD bdrv, so that PXA and OMAP boards can boot with by balrog · 17 years ago
  84. e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
  85. 8ef6367 Scale TSC2102 touchscreen pressure value more realistically (still could be better). by balrog · 17 years ago
  86. f9d4307 OMAP LPGs (LED pulse generators). OMAP MPUI bridge config register. by balrog · 17 years ago
  87. 73560bc Clean-up/rewrite audio over I^2S support. by balrog · 17 years ago
  88. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  89. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  90. 8731ac0 fixed cast by bellard · 17 years ago
  91. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  92. d8f699c Zeroing ITR shouldn't ack irq zero. by balrog · 17 years ago
  93. cf965d2 Add register mappings in DSP space (must be accessible for MPU too). by balrog · 17 years ago
  94. b854bc1 Make accesses with wrong width also work as apparently real hardware allows them when the fault is disabled. by balrog · 17 years ago
  95. 0264592 Split I^2C controller out of hw/omap.c. by balrog · 17 years ago
  96. 5c1c390 Implement OMAP on-chip RTC (Linux guest date/time now matches with host). by balrog · 17 years ago
  97. 4a2c8ac Initial OMAP I^2C controller implementation (communication not tested). by balrog · 17 years ago
  98. f34c417 Add OMAP Pulse-width Tone module. by balrog · 17 years ago
  99. 66450b1 Implement OMAP PWL (backlight) module. by balrog · 17 years ago
  100. 3efda49 Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). by balrog · 17 years ago