]> git.proxmox.com Git - qemu.git/history - hw/omap1.c
Use glib memory allocation and free functions
[qemu.git] / hw / omap1.c
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-30 Juha Riihimäkihw/omap_gpio.c: Convert to qdev
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all other clock references to use nanosecond...
2011-03-21 Paolo Bonzinichange all rt_clock references to use millisecond resol...
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-18 Blue SwirlUse range_covers_byte
2010-09-09 Stefan Weilhw/omap: Fix default setup for OMAP UART devices
2010-08-24 Blue SwirlRearrange block headers
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonqemu_ram_alloc: Add DeviceState and name parameters
2010-06-30 cmchaohw/omap : make local function static and remove declara...
2010-06-30 cmchaohw/omap1.c : separate uart module
2010-06-30 cmchaohw/omap1.c : separate interrupt controller module
2010-06-30 cmchaohw/omap1.c : separate gpio module
2010-04-25 Blue Swirlarm: remove dead assignments, spotted by clang analyzer
2010-03-21 Blue SwirlCompile serial only once
2009-11-22 Paul BrookBCD cleanup
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-21 Blue SwirlFix Sparse warnings about using plain integer as NULL...
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-10 Paul BrookFollow coding conventions
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2009-01-18 aurel32add an init function parameter to qemu_chr_open()
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-07 balrogomap1: fix uart3 init (Jean-Christophe PLAGNIOL-VILLARD).
2008-12-07 balrogomap1: add OSC_12M_SEL UART register support (original...
2008-12-04 aurel32Fix RTC initial date computation
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-01 aurel32Malta & OMAP: add a name to char devices
2008-09-20 balrogUse a QEMUBH when an OMAP timer must expire immediately.
2008-09-20 balrogAllow attaching devices to OMAP UARTs.
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-07-21 balrogHandle on-chip DMA controllers in one place, convert...
2008-05-06 balrogFix OMAP1 MPU-timer rate on 32-bit hosts.
2008-05-04 aurel328250: Customized base baudrate
2008-05-04 balrogOMAP STI/XTI console.
2008-04-14 balrogAdd basic OMAP2 chip support.
2008-03-06 balrogSplit OMAP DMA out to a file apart.