Age | Commit message (Expand) | Author | Files | Lines |
2012-03-30 | arm: switch real-time clocks to rtc_clock | Paolo Bonzini | 1 | -2/+2 |
2012-03-30 | omap: switch omap_lpg to vm_clock | Paolo Bonzini | 1 | -3/+3 |
2012-03-15 | hw/omap_i2c: Convert to qdev | Juha Riihimäki | 1 | -4/+9 |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber | 1 | -1/+1 |
2012-01-04 | Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging | Anthony Liguori | 1 | -62/+89 |
2012-01-04 | hw/omap1.c: Drop unused includes | Peter Maydell | 1 | -4/+0 |
2012-01-04 | hw/omap1.c: Separate dpll_ctl from omap_mpu_state | Juha Riihimäki | 1 | -10/+18 |
2012-01-04 | hw/omap1.c: Separate PWT from omap_mpu_state | Juha Riihimäki | 1 | -23/+34 |
2012-01-04 | vmstate, memory: decouple vmstate from memory API | Avi Kivity | 1 | -2/+4 |
2012-01-04 | hw/omap1.c: Separate PWL from omap_mpu_state | Juha Riihimäki | 1 | -24/+36 |
2012-01-04 | hw/omap1.c: omap_mpuio_init() need not be public | Peter Maydell | 1 | -1/+1 |
2011-11-28 | omap_i2c: convert to memory API | Benoît Canet | 1 | -1/+1 |
2011-11-28 | omap_lcdc: convert to memory API | Benoît Canet | 1 | -1/+1 |
2011-11-28 | omap_dma: convert to memory API | Avi Kivity | 1 | -1/+1 |
2011-11-28 | omap_mmc: convert to memory API | Avi Kivity | 1 | -1/+1 |
2011-09-23 | hw/omap1: Wire up GPIO clock | Peter Maydell | 1 | -0/+1 |
2011-09-23 | omap_intc: Qdevify | Peter Maydell | 1 | -55/+86 |
2011-09-21 | omap1: convert to memory API (part VI) | Avi Kivity | 1 | -10/+7 |
2011-09-21 | soc_dma: drop soc_dma_port_add_mem_ram() | Avi Kivity | 1 | -4/+4 |
2011-09-21 | omap_lcdc: remove imif, emiff from structure | Avi Kivity | 1 | -2/+1 |
2011-09-21 | omap1: convert to memory API (part V) | Avi Kivity | 1 | -6/+8 |
2011-09-21 | omap1: convert to memory API (part IV) | Avi Kivity | 1 | -34/+47 |
2011-09-21 | omap1: convert to memory API (part III) | Avi Kivity | 1 | -92/+117 |
2011-09-21 | omap1: convert to memory API (part II) | Avi Kivity | 1 | -90/+105 |
2011-09-21 | omap1: convert to memory API (part I) | Avi Kivity | 1 | -151/+187 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -10/+10 |
2011-07-30 | hw/omap_gpio.c: Convert to qdev | Juha Riihimäki | 1 | -3/+7 |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini | 1 | -10/+10 |
2011-03-21 | change all rt_clock references to use millisecond resolution accessors | Paolo Bonzini | 1 | -5/+5 |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf | 1 | -20/+22 |
2010-09-18 | Use range_covers_byte | Blue Swirl | 1 | -6/+8 |
2010-09-10 | hw/omap: Fix default setup for OMAP UART devices | Stefan Weil | 1 | -0/+3 |
2010-08-24 | Rearrange block headers | Blue Swirl | 1 | -0/+1 |
2010-07-06 | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson | 1 | -2/+4 |
2010-06-30 | hw/omap : make local function static and remove declaration from header | cmchao | 1 | -6/+6 |
2010-06-30 | hw/omap1.c : separate uart module | cmchao | 1 | -170/+0 |
2010-06-30 | hw/omap1.c : separate interrupt controller module | cmchao | 1 | -574/+2 |
2010-06-30 | hw/omap1.c : separate gpio module | cmchao | 1 | -181/+0 |
2010-04-25 | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -1/+0 |
2010-03-21 | Compile serial only once | Blue Swirl | 1 | -4/+18 |
2009-11-22 | BCD cleanup | Paul Brook | 1 | -40/+30 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -87/+87 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -87/+87 |
2009-09-21 | Fix Sparse warnings about using plain integer as NULL pointer | Blue Swirl | 1 | -4/+4 |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela | 1 | -7/+9 |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl | 1 | -48/+48 |
2009-07-27 | kill drives_table | Gerd Hoffmann | 1 | -4/+4 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka | 1 | -1/+1 |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity | 1 | -24/+24 |