]> git.proxmox.com Git - qemu.git/history - linux-user
usb-uhci: symbolic names for pci registers
[qemu.git] / linux-user /
2009-12-21 Alexander GrafPPC: Make DCR uint32_t
2009-12-21 Aurelien JarnoPPC64: Fix alternate timebase
2009-12-21 Alexander GrafPPC64: Fix timebase
2009-12-21 Richard Hendersonlinux-user: Add aliases for some Alpha syscalls
2009-12-19 Nathan Froydlinux-user: add core dump support for SH
2009-12-19 Nathan Froydlinux-user: add core dump support for M68K
2009-12-19 Nathan Froydlinux-user: add core dump support for MIPS
2009-12-19 Nathan Froydlinux-user: add core dump support for PPC
2009-12-19 Nathan Froydlinux-user: fix ARM core dumps on opposite-endian hosts
2009-12-19 Nathan Froydlinux-user: commonify definitions of target typedefs
2009-12-19 Nathan Froydlinux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP...
2009-12-19 Aurelien Jarnolinux-user: use TARGET_ABI_FMT_lx to print abi_ulong...
2009-12-19 Riku Voipiolinux-user: cleanup force_sig() calls
2009-12-19 Riku Voipiolinux-user: Fix mmap_lock ordering
2009-12-13 Richard Hendersontarget-alpha: Fixes for alpha-linux syscalls.
2009-12-13 Richard Hendersontarget-alpha: Drop bogus UNIQ initial value on Linux.
2009-12-11 Paul BrookFix ARM userspace strex implementation.
2009-11-24 Arnaud Patardlinux-user: remove hardcoded value of _NSIG in signal.c
2009-11-24 Paul BrookAdd missing break.
2009-11-22 Paul BrookARM atomic ops rewrite
2009-11-22 Aurelien Jarnotarget-mips: rename CP0_LLAddr into lladdr
2009-11-07 Blue Swirl(x86/Sparc/PPC)-user: fix cpu_copy
2009-11-07 Blue Swirluser: move CPU reset call to main.c for x86/PPC/Sparc
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-17 Jan-Simon MöllerRe: linux-user/syscall.c - don't add GUEST_BASE to...
2009-10-17 Ulrich Hechtlinux-user: KD/VT/FB ioctls
2009-10-16 Riku Voipiolinux-user: Update ARM hwcaps
2009-10-16 Paul Bollelinux-user: don't zero a buffer twice
2009-10-15 Max Filippovlinux-user: fix ppc target_stat64 st_blocks layout
2009-10-15 Ulrich Hechtlinux-user: getpriority errno fix
2009-10-15 Ulrich Hechtimplementations of dup3 and fallocate that are good...
2009-10-04 Paul Bollelinux-user: fix "#if 0"'d printf()
2009-10-02 Michael S. Tsirkinlinux-user: fix up oversealous nitpicking
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Michael S. Tsirkinlinux-user: fix coding style nit
2009-09-30 Michael S. Tsirkinlinux-user: fix old style decrement usage
2009-09-30 Michael S. Tsirkinelfload: fix coding style nit
2009-09-25 Juan Quintela__thread should be before real type
2009-09-25 Juan Quintelastatic and inline should came before the type of the...
2009-09-21 Blue SwirlExport tables properly to avoid a Sparse warning
2009-09-21 Blue SwirlFix Sparse warnings about using plain integer as NULL...
2009-09-20 Blue SwirlCompile loader only once
2009-09-13 Blue SwirlRevert "Fix Sparc/Linux host breakage by df70204db53e36...
2009-09-13 Blue SwirlFix Sparc/Linux host breakage by df70204db53e3611af986f...
2009-09-12 Kirill A. ShutemovFix text relocations in linux-user targets
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-10 malcF_DUPFD_CLOEXEC is not universally available
2009-09-05 Blue SwirlFix Sparse warnings: add "static"
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Kirill A. Shutemovlinux-user: Rewrite mmap_find_vma() to work fine on...
2009-08-25 Ulrich Hechtlinux-user: zero fstat buffer to initialize nsec fields
2009-08-25 Ulrich Hechtlinux-user: fadvise64 implementation
2009-08-25 Ulrich Hechtlinux-user: enable getdents for > 32-bit systems
2009-08-25 Ulrich Hechtlinux-user: fcntl fixes for LTP
2009-08-25 Nathan Froydlinux-user: fix mq_* compilation problems
2009-08-25 Laurent Vivierm68k, linux-user: enable sigaltstack()
2009-08-25 Laurent Vivierm68k, linux-user: add setup_rt_frame
2009-08-25 Laurent Vivierm68k,linux-user: add setup_frame
2009-08-25 Riku Voipiolinux-user: add eventfd support
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-15 Blue Swirllinux-user: compile envlist.c only once
2009-08-15 Blue Swirluser: compile path.c only once
2009-08-10 Laurent DesnoguesFix symfind.
2009-08-04 Igor KovalenkoSparc64: replace tsptr with helper routine
2009-08-03 Nathan Froydlinux-user: make FUTEX_* calls honor timeout parameter
2009-08-03 Nathan Froydlinux-user: handle POWERPC_EXCP_STCX
2009-08-01 Blue SwirlMore NULL pointer fixes
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan Quintelarename HAVE_GPROF to TARGET_GPROF
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-18 malcUse correct byteswap routine for elf_note
2009-07-18 malcAvoid name clashes with symbols that leak from system...
2009-07-17 Laurent DesnoguesELF codedump build failures
2009-07-17 Paul BrookUserspace guest address offsetting
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-15 malcAvoid SIGSEGV when dumping cpu state without enabled...
2009-07-09 Isaku Yamahataconsolidate user cpu_{in, out}[bwl] into ioport-user.c
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Paul BrookMIPS signal handling fix
2009-07-09 Paul BrookMIPS atomic instructions
2009-07-09 Paul BrookFix MIPS sys_clone
2009-07-08 Ulrich Hechtgetrlimit conversion mix-up
2009-07-08 Ulrich Hechtwrap path for access syscall
2009-07-08 Ulrich Hecht64-bit clean socketcall syscall
2009-07-08 Ulrich Hechtpipe argument should not be signed
2009-07-08 vibi sreenivasanlinux-user/syscall.c: remove warning: ‘array’ may be...
2009-07-08 Arnaud Patardlinux-user: check some parameters for some socket syscalls.
2009-07-08 Arnaud Patardlinux-user: increment MAX_ARG_PAGES
2009-07-01 Blue SwirlFix missing strnlen problems
2009-06-23 Edgar E. Iglesiasmicroblaze: Support the latest mmu-kernel stat64 ABI.
2009-06-18 Riku Voipiolinux-user: strace now handles guest stringscorrectly...
2009-06-16 Laurent Vivierlinux-user: remove duplicate tswap32() from do_getsockopt()
2009-06-16 Eduardo Habkostlinux-user/syscall.c: define _ATFILE_SOURCE
2009-06-16 Nathan Froydlinux-user: initialize mmap_mutex properly
2009-06-16 Arnaud Patard (Rtp)RFC: fix fcntl support in linux-user - new try
2009-06-16 vibisreenivasanlinux-user: add tee, splice and vmsplice
2009-06-16 Riku Voipiolinux-user: implement pipe2 [v3]
2009-06-16 Riku Voipiolinux-user: update syscall list
next