summaryrefslogtreecommitdiff
path: root/linux-user/qemu.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-03linux-user: ARM-FDPIC: Add support of FDPIC for ARM.Christophe Lyon1-0/+9
2018-05-03Remove CONFIG_USE_FDPIC.Christophe Lyon1-2/+2
2018-03-09linux-user: drop unused target_msync functionMax Filippov1-1/+0
2018-03-09linux-user: Drop unicore32 codePeter Maydell1-4/+1
2018-02-25linux-user: introduce functions to detect CPU typeYunQiang Su1-0/+1
2018-02-18linux-user: Remove THREAD macroPeter Maydell1-3/+1
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson1-0/+3
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell1-1/+2
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell1-0/+10
2016-09-15linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal1-2/+2
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov1-2/+0
2016-07-04linux-user: Make semihosting heap/stack fields abi_ulongsPeter Maydell1-3/+3
2016-06-26linux-user: Don't use sigfillset() on uc->uc_sigmaskPeter Maydell1-0/+5
2016-06-08linux-user: Make target_strerror() return 'const char *'Peter Maydell1-1/+1
2016-06-07linux-user: Queue synchronous signals separatelyTimothy E Baldwin1-0/+1
2016-06-07linux-user: Remove real-time signal queuingTimothy E Baldwin1-10/+1
2016-06-07linux-user: Fix race between multiple signalsPeter Maydell1-2/+48
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin1-1/+126
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-02-23build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...Lluís Vilanova1-1/+1
2016-02-23all: Clean up includesPeter Maydell1-3/+0
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns1-7/+0
2015-09-28linux-user: remove unused image_info membersStefan Brüns1-2/+0
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini1-2/+0
2014-06-17linux-user: fix gcc-4.9 compiler error on __{get,put]}_userRiku Voipio1-6/+6
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-03-17linux-user: Don't allow guest to block SIGSEGVPeter Maydell1-0/+1
2014-03-17signal: added a wrapper for sigprocmask functionAlex Barcelo1-0/+1
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton1-4/+2
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic1-0/+1
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier1-1/+1
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil1-2/+2
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil1-1/+1
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell1-0/+1
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell1-1/+3
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-10/+0
2013-07-22linux-user: Enable NPTL for m68kPeter Maydell1-0/+1
2013-07-22linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell1-2/+7
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber1-1/+1
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-0/+1
2013-02-06linux-user: Restore cast to target type in get_user()Peter Maydell1-2/+2
2013-01-12linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson1-30/+33
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-3/+3
2012-12-06user: Rename qemu-types.h to qemu-user-types.hEduardo Habkost1-1/+1
2012-10-12linux-user: Fix siginfo handlingRichard Henderson1-0/+3
2012-09-21linux-user: Use memcpy in get_user/put_user.Richard Henderson1-32/+15
2012-08-14linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge1-6/+0
2012-08-14linux-user: Factor out guest space probing into a functionMeador Inge1-0/+13
2012-04-06Userspace ARM BE8 supportPaul Brook1-0/+1