Age | Commit message (Expand) | Author | Files | Lines |
2007-11-03 | Initial OMAP I^2C controller implementation (communication not tested). | balrog | 3 | -2/+428 |
2007-11-03 | Add OMAP Pulse-width Tone module. | balrog | 2 | -0/+103 |
2007-11-03 | Implement OMAP PWL (backlight) module. | balrog | 2 | -4/+120 |
2007-11-03 | The PINT/DAV pin is active low in the chip spec, not inverted on the board. | balrog | 2 | -11/+63 |
2007-11-02 | Don't print any message when a priviledge exception occurs on mfpvr | j_mayer | 1 | -4/+10 |
2007-11-02 | Fix PowerPC program exception that was broken by FPU exception patches | j_mayer | 1 | -5/+4 |
2007-11-02 | EFAULT - update __get_user() __put_user(), by Thayne Harbaugh. | ths | 1 | -13/+13 |
2007-11-02 | Fix compiler warnings, by Stefan Weil. | ths | 2 | -21/+24 |
2007-11-02 | EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh. | ths | 3 | -1/+30 |
2007-11-01 | Fix slirp compilation failure when using a newer gcc | blueswir1 | 2 | -1/+6 |
2007-11-01 | Add new files fir strace support, missed in earlier commit. | ths | 2 | -0/+1814 |
2007-11-01 | Mention userland strace support, and mipssim machine emulation. | ths | 1 | -0/+2 |
2007-11-01 | Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. | ths | 4 | -3/+46 |
2007-10-31 | Fix CR ops with complement, thanks to Julian Seward for testing | j_mayer | 3 | -24/+27 |
2007-10-31 | Add copyright and license header. | ths | 1 | -0/+20 |
2007-10-31 | Correct the WBINVD intercept in SVM (Alexander Graf). | balrog | 1 | -1/+1 |
2007-10-31 | Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). | balrog | 1 | -1/+4 |
2007-10-31 | Set boot sequence from command line (Dan Kenigsberg). | balrog | 23 | -96/+128 |
2007-10-31 | Support multipart images as input to qemu-img (Salvador Fandino). | balrog | 1 | -18/+82 |
2007-10-31 | Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon). | balrog | 1 | -1/+2 |
2007-10-31 | Invalidate TLBs when domains are changed (Matthew Warton). | balrog | 1 | -2/+1 |
2007-10-31 | OHCI USB isochronous transfers support (Arnon Gilboa). | balrog | 1 | -17/+340 |
2007-10-31 | Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ... | balrog | 1 | -22/+29 |
2007-10-31 | x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. | balrog | 1 | -1/+49 |
2007-10-30 | Declare function before use, reduces compiler warning noise. | ths | 1 | -0/+2 |
2007-10-30 | Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. | balrog | 5 | -11/+124 |
2007-10-30 | Do not make NETLINK socket connections possible (Alexander Graf). | balrog | 1 | -0/+2 |
2007-10-29 | Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno) | j_mayer | 1 | -2/+2 |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths | 9 | -9/+45 |
2007-10-29 | Add a qemu_irq_invert() shortcut for inverting a signal. | balrog | 3 | -19/+18 |
2007-10-29 | Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). | balrog | 6 | -8/+873 |
2007-10-29 | Fix PreP PCI IRQ mapping. | j_mayer | 1 | -2/+1 |
2007-10-29 | Temporary hack to avoid Qemu crash at PowerPC reset time. | j_mayer | 2 | -4/+18 |
2007-10-29 | Implement PreP reset port. | j_mayer | 1 | -1/+5 |
2007-10-29 | PowerPC 601 / 620 / 970 need a 1MB firmware. | j_mayer | 4 | -1/+28 |
2007-10-29 | Preliminary MIPS64R2 mode. | ths | 1 | -0/+21 |
2007-10-29 | Fix logic bug which broke TLBL/TLBS handling somewhat. | ths | 1 | -3/+3 |
2007-10-29 | Implement OMAP MicroWire controller. | balrog | 3 | -16/+200 |
2007-10-29 | Restrict CP0_PerfCnt to legal values. | ths | 1 | -1/+1 |
2007-10-28 | * sort the PowerPC target object files | j_mayer | 13 | -512/+908 |
2007-10-28 | Give an opaque to the m48t59 direct access routines to make it easier | j_mayer | 2 | -7/+13 |
2007-10-28 | Add OMAP Shared GPIO module. | balrog | 3 | -1/+186 |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths | 8 | -37/+51 |
2007-10-28 | Handle MMC card insertion/removal/readonly signals. | balrog | 4 | -2/+57 |
2007-10-28 | Add PalmT|E matrix keypad connected to OMAP GPIOs. | balrog | 2 | -6/+37 |
2007-10-28 | Implement OMAP1 MPU I/O module. | balrog | 2 | -2/+295 |
2007-10-28 | Use shared ctpop64 helper | blueswir1 | 1 | -6/+2 |
2007-10-28 | Use cpp to generate correct build dependencies for target objects | j_mayer | 1 | -54/+6 |
2007-10-28 | Make Alpha and PowerPC targets use shared helpers | j_mayer | 4 | -162/+29 |
2007-10-28 | Add shared ctz32, cto32, ctz64, cto64, | j_mayer | 1 | -0/+97 |