Age | Commit message (Expand) | Author |
2013-03-01 | arm: move files referencing CPU to hw/arm/ | Paolo Bonzini |
2013-03-01 | hw: include hw header files with full paths | Paolo Bonzini |
2013-01-26 | hw/omap1.c: Add fallthrough markers and breaks | Peter Maydell |
2013-01-21 | sysbus: Drop sysbus_from_qdev() cast macro | Andreas Färber |
2013-01-11 | Replace remaining gmtime, localtime by gmtime_r, localtime_r | Stefan Weil |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-06-11 | arm_pic: Pass ARMCPU to arm_pic_init_cpu() | Andreas Färber |
2012-06-04 | omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s | Andreas Färber |
2012-03-30 | arm: switch real-time clocks to rtc_clock | Paolo Bonzini |
2012-03-30 | omap: switch omap_lpg to vm_clock | Paolo Bonzini |
2012-03-15 | hw/omap_i2c: Convert to qdev | Juha Riihimäki |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber |
2012-01-04 | Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging | Anthony Liguori |
2012-01-04 | hw/omap1.c: Drop unused includes | Peter Maydell |
2012-01-04 | hw/omap1.c: Separate dpll_ctl from omap_mpu_state | Juha Riihimäki |
2012-01-04 | hw/omap1.c: Separate PWT from omap_mpu_state | Juha Riihimäki |
2012-01-04 | vmstate, memory: decouple vmstate from memory API | Avi Kivity |
2012-01-04 | hw/omap1.c: Separate PWL from omap_mpu_state | Juha Riihimäki |
2012-01-04 | hw/omap1.c: omap_mpuio_init() need not be public | Peter Maydell |
2011-11-28 | omap_i2c: convert to memory API | Benoît Canet |
2011-11-28 | omap_lcdc: convert to memory API | Benoît Canet |
2011-11-28 | omap_dma: convert to memory API | Avi Kivity |
2011-11-28 | omap_mmc: convert to memory API | Avi Kivity |
2011-09-23 | hw/omap1: Wire up GPIO clock | Peter Maydell |
2011-09-23 | omap_intc: Qdevify | Peter Maydell |
2011-09-21 | omap1: convert to memory API (part VI) | Avi Kivity |
2011-09-21 | soc_dma: drop soc_dma_port_add_mem_ram() | Avi Kivity |
2011-09-21 | omap_lcdc: remove imif, emiff from structure | Avi Kivity |
2011-09-21 | omap1: convert to memory API (part V) | Avi Kivity |
2011-09-21 | omap1: convert to memory API (part IV) | Avi Kivity |
2011-09-21 | omap1: convert to memory API (part III) | Avi Kivity |
2011-09-21 | omap1: convert to memory API (part II) | Avi Kivity |
2011-09-21 | omap1: convert to memory API (part I) | Avi Kivity |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-30 | hw/omap_gpio.c: Convert to qdev | Juha Riihimäki |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini |
2011-03-21 | change all rt_clock references to use millisecond resolution accessors | Paolo Bonzini |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf |
2010-09-18 | Use range_covers_byte | Blue Swirl |
2010-09-10 | hw/omap: Fix default setup for OMAP UART devices | Stefan Weil |
2010-08-24 | Rearrange block headers | Blue Swirl |
2010-07-06 | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson |
2010-06-30 | hw/omap : make local function static and remove declaration from header | cmchao |
2010-06-30 | hw/omap1.c : separate uart module | cmchao |
2010-06-30 | hw/omap1.c : separate interrupt controller module | cmchao |
2010-06-30 | hw/omap1.c : separate gpio module | cmchao |
2010-04-25 | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-03-21 | Compile serial only once | Blue Swirl |