aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2018-01-23linux-user: Add AT_SECURE auxvalMarco A L Barbosa
2017-11-20linux-user: Fix calculation of auxv lengthPeter Maydell
2017-10-16linux-user: Allow -R values up to 0xffff0000 for 32-bit ARM guestsPeter Maydell
2017-07-31linux-user/sh4: fix incorrect memory writePhilippe Mathieu-Daudé
2017-06-29linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell
2017-05-04target/openrisc: implement shadow registersStafford Horne
2017-02-16linux-user: Use correct types in load_symbols()Peter Maydell
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson
2017-01-24nios2: Add usermode binaries emulationMarek Vasut
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson
2017-01-22linux-user: Support stack-grows-up in elfload.cRichard Henderson
2016-10-31linux-user/elfload: ensure mmap_lock() held while setting upAlex Bennée
2016-09-23linux-user: ppc64: fix ARCH_206 bit in AT_HWCAPMichael Walle
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell
2016-09-14linux-user: complete omission of removing uses of strdupWei Jiangang
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-05-27linux-user: arm: Remove ARM_cpsr and similar #definesPeter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-01-29linux-user: Clean up includesPeter Maydell
2015-12-17user: introduce "-d page"Paolo Bonzini
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-10-08linux-user: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns
2015-09-28linux-user: remove unused image_info membersStefan Brüns
2015-09-25ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite
2015-09-25arm: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-25linux-user: elfload: Provide default for elf_check_archPeter Crosthwaite
2015-09-25linux_user: elfload: Default ELF_MACHINE to ELF_ARCHPeter Crosthwaite
2015-09-15linux-user: Support tilegx architecture in linux-userChen Gang
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-06-15linux-user: Use abi_ulong for TARGET_ELF_PAGESTARTYongbok Kim
2015-06-12linux-user: Add HWCAP for SH4Richard Henderson
2015-04-30linux-user/elfload: use QTAILQ_FOREACH instead of open-coding itEmilio G. Cota
2015-01-20linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell
2014-11-11linux-user: Do not subtract offset from end addressTom Musta
2014-11-03elf: take phdr offset into account when calculating the program load addressJonas Maebe
2014-11-03linux-user: Let user specify random seedMagnus Reftel
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin
2014-08-22linux-user: Move get_ppc64_abiTom Musta
2014-06-27linux-user: Support HWCAP2 in PowerPCTom Musta
2014-06-27linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta
2014-06-27linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta
2014-06-17User mode support for Linux ELF files with no section headerCraig Heffner
2014-06-16linux-user: Tell guest about big host page sizesAlexander Graf
2014-06-16target-ppc: Confirm That .bss Pages Are ValidTom Musta
2014-06-16target-ppc: Support little-endian PPC64 in user mode.Doug Kwan
2014-06-09target-arm: A64: Implement two-register SHA instructionsPeter Maydell