summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko2011-07-141-2/+4
* user: Fix -d debug logging for usermode emulationEdgar E. Iglesias2011-06-281-1/+1
* Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2011-06-277-171/+348
|\
| * linux-user: Fix sync_file_range on 32bit mipsRiku Voipio2011-06-211-0/+5
| * linux-user/signal.c: Remove unused fenabPeter Maydell2011-06-211-2/+5
| * linux-user/signal.c: Remove only-ever-set variable fpu_save_addrPeter Maydell2011-06-211-5/+5
| * linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell2011-06-213-17/+31
| * flatload: memp was a write-only variableJuan Quintela2011-06-211-3/+0
| * flatload: end_code was only used in a debug messageJuan Quintela2011-06-211-3/+2
| * linux-user: syscall should use sanitized arg1Juan Quintela2011-06-211-2/+2
| * syscall: really return ret codeJuan Quintela2011-06-211-4/+4
| * linuxload: id_change was a write only variableJuan Quintela2011-06-211-24/+1
| * linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI2011-06-211-1/+20
| * linux-user: add pselect6 syscall supportMike Frysinger2011-06-211-19/+130
| * linux-user: Fix the computation of the requested heap sizevincent2011-06-211-8/+29
| * linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell2011-06-211-9/+20
| * linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell2011-06-211-57/+73
| * linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT2011-06-211-15/+19
| * Don't translate pointer when in restore_sigcontextMike McCormack2011-06-201-2/+2
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-2/+1
|/
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-17/+26
* Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias2011-06-101-33/+17
|\
| * target-alpha: Tidy exception constants.Richard Henderson2011-05-311-30/+14
| * target-alpha: Rationalize internal processor registers.Richard Henderson2011-05-311-3/+3
* | Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
|/
* Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-05-239-6/+1181
|\
| * s390x: s390x-linux-user supportUlrich Hecht2011-05-209-6/+1181
* | Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-221-20/+2
|/
* linux-user: Replace deprecated functionStefan Weil2011-05-081-1/+1
* Fix spelling in comments (intruction -> instruction)Stefan Weil2011-05-081-1/+1
* Fix typo in comment (truely -> truly)Stefan Weil2011-05-081-1/+1
* Fix typos in comments (neccessary -> necessary)Stefan Weil2011-05-081-1/+1
* Fix typo in comment (dieing -> dying)Stefan Weil2011-05-081-1/+1
* Don't zero out buffer in sched_getaffinityMike McCormack2011-05-021-12/+1
* Fix buffer overrun in sched_getaffinityMike McCormack2011-05-021-1/+1
* linux-user: Fix compilation for "old" linux versionsStefan Weil2011-05-021-0/+12
* linux-user: untie syscalls from UID16Riku Voipio2011-04-263-17/+43
* linux-user: add s390x to llseek listAlexander Graf2011-04-261-1/+2
* linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier2011-04-263-1/+5
* linux-user: convert ioctl(SIOCGIFCONF, ...) result.Laurent Vivier2011-04-262-2/+97
* linux-user: improve tracesLaurent Vivier2011-04-262-6/+167
* [v2] linux-user: bigger default stackRiku Voipio2011-04-261-5/+2
* linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PCPeter Maydell2011-04-253-6/+6
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-1/+1
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-124-5/+173
* unicore32: add necessry headers in linux-user/unicore32 for unicore32 supportGuan Xuetao2011-04-124-0/+454
* microblaze: Correct ec mask in debug printEdgar E. Iglesias2011-04-111-1/+1
* linux-user: Fix unlock_user() call in return from poll()Peter Maydell2011-03-221-3/+1
* linux-user: Fix large seeks by 32 bit guest on 64 bit hostPeter Maydell2011-03-061-6/+10
* linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell2011-03-031-0/+4
OpenPOWER on IntegriCloud