]> git.proxmox.com Git - qemu.git/history - hw/pxa2xx_lcd.c
prepare for future GPLv2+ relicensing
[qemu.git] / hw / pxa2xx_lcd.c
2012-01-13 Paolo Bonziniprepare for future GPLv2+ relicensing
2012-01-07 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2012-01-06 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-01-03 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2011-12-20 Avi Kivityframebuffer: drop use of cpu_get_physical_page_desc()
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'aneesh/1.0-fixes' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/batch...
2011-11-24 Benoît Canetpxa2xx_lcd: convert to memory API
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-09-03 Stefan WeilUse new macro QEMU_PACKED for packed structures
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-07-22 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v38' into...
2011-07-04 Vasily Khoruzhickpxa2xx_lcd: add proper rotation support
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-22 Juan Quintelavmstate: port pxa2xx_lcd
2011-04-22 Juan Quintelapxa2xx_lcd: up field is used as a bool and migrated...
2011-04-22 Juan Quintelapxa2xx_lcd: name anonymous struct
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-20 Dmitry Eremin-Sole... pxa2xx_lcd: restore updating of display
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-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
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-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-10 Paul BrookFollow coding conventions
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2009-04-11 pbrookFix/remove bogus ram size checks.
2009-04-10 pbrookMore phys_ram_base elimination.
2009-04-01 pbrookImplement and use shared memory framebuffer device...
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2008-12-15 balrogFix the PXA2xx LCD dirty page detection a little more.
2008-12-13 balrogFix PXA2xx framebuffer dirty checking.
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-07-01 pbrookImplement resolution switching in common console code.
2008-02-10 balrogAdd an ncurses UI.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-17 balrogConvert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq...
2007-06-13 balrogUse pixel_ops.h in PXA LCD screen drawing.
2007-06-03 pbrookFix off-by-one memory region sizes.
2007-05-24 balrogSavevm/loadvm bits for ARM core, the PXA2xx peripherals...
2007-05-23 balrogImplement the PXA2xx I2C master controller.
2007-05-12 balrogCorrect NAND erase block size. Misc fixes in Spitz...
2007-05-08 balrogSwitch to qemu_ram_alloc() for memory allocation in...
2007-04-30 balrogAdd remaining PXA2xx on-chip peripherals except I2C...