index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
semihosting: split console_out into string and char versions
Alex Bennée
2019-06-12
1
-3
/
+28
*
Supply missing header guards
Markus Armbruster
2019-06-12
2
-0
/
+10
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
target/arm: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-1
/
+1
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-1
/
+1
*
target/arm: use the common interface for WRITE0/WRITEC in arm-semi
Alex Bennée
2019-05-28
1
-0
/
+24
*
linux-user: Don't call gdb_handlesig() before queue_signal()
Peter Maydell
2018-11-12
1
-12
/
+4
*
linux-user: move generic signal definitions to generic/signal.h
Laurent Vivier
2018-06-04
1
-0
/
+2
*
linux-user: move get_sp_from_cpustate() to target_cpu.h
Laurent Vivier
2018-06-04
3
-8
/
+4
*
linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/tar...
Laurent Vivier
2018-06-04
1
-0
/
+6
*
linux-user: move generic fcntl definitions to generic/fcntl.h
Laurent Vivier
2018-06-04
1
-0
/
+11
*
linux-user: move socket.h generic definitions to generic/sockbits.h
Laurent Vivier
2018-05-25
1
-0
/
+1
*
linux-user: remove useless padding in flock64 structure
Laurent Vivier
2018-05-03
1
-0
/
+7
*
linux-user: introduce target_sigsp() and target_save_altstack()
Laurent Vivier
2018-05-03
1
-13
/
+4
*
linux-user: ARM-FDPIC: Add support for signals for FDPIC targets
Christophe Lyon
2018-05-03
1
-16
/
+89
*
linux-user: Add ARM get_tls syscall support
Christophe Lyon
2018-04-30
2
-0
/
+4
*
linux-user: move arm cpu loop to arm directory
Laurent Vivier
2018-04-30
1
-0
/
+430
*
linux-user: create a dummy per arch cpu_loop.c
Laurent Vivier
2018-04-30
1
-0
/
+26
*
linux-user: define TARGET_ARCH_HAS_SETUP_FRAME
Laurent Vivier
2018-04-30
1
-5
/
+1
*
linux-user: move arm signal.c parts to arm directory
Laurent Vivier
2018-04-30
2
-1
/
+759
*
linux-user: create a dummy per arch signal.c
Laurent Vivier
2018-04-30
1
-0
/
+18
*
linux-user: Move CPU type name selection to a function
Laurent Vivier
2018-02-25
1
-0
/
+14
*
linux-user: Implement ioctl cmd TIOCGPTPEER
Andreas Schwab
2018-02-18
1
-0
/
+1
*
linux-user/arm/nwfpe: Check coprocessor number for FPA emulation
Peter Maydell
2018-01-11
1
-0
/
+9
*
linux-user: Tidy and enforce reserved_va initialization
Richard Henderson
2017-10-16
1
-0
/
+4
*
linux-user: fix TARGET_NR_select
Laurent Vivier
2016-09-22
1
-0
/
+1
*
linux-user: Use correct target SHMLBA in shmat()
Peter Maydell
2016-09-21
1
-0
/
+7
*
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-07-12
3
-6
/
+6
*
linux-user: Clean up target_structs.h header guards
Markus Armbruster
2016-07-12
1
-2
/
+2
*
linux-user: Clean up target_signal.h header guards
Markus Armbruster
2016-07-12
1
-3
/
+3
*
linux-user: Clean up target_cpu.h header guards
Markus Armbruster
2016-07-12
1
-2
/
+2
*
linux-user: Clean up target_syscall.h header guards
Markus Armbruster
2016-07-12
1
-3
/
+3
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-2
/
+1
*
linux-user: arm: Remove ARM_cpsr and similar #defines
Peter Maydell
2016-05-27
1
-19
/
+1
*
linux-user: Support for restarting system calls for ARM targets
Timothy E Baldwin
2016-05-27
1
-0
/
+1
*
target-arm: Add write_type argument to cpsr_write()
Peter Maydell
2016-02-26
1
-1
/
+1
*
build: [linux-user] Rename "syscall.h" to "target_syscall.h" in target direct...
Lluís Vilanova
2016-02-23
1
-0
/
+4
*
all: Clean up includes
Peter Maydell
2016-02-23
1
-3
/
+0
*
linux-user: Clean up includes
Peter Maydell
2016-01-29
8
-1
/
+8
*
Add missing syscall nrs. according to more recent Linux kernels
Johan Ouwerkerk
2016-01-11
1
-0
/
+12
*
linux-user/arm: Correct TARGET_NR_timerfd to TARGET_NR_timerfd_create
Timothy Baldwin
2015-05-18
1
-1
/
+1
*
linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUs
Mikhail Ilyin
2015-03-16
1
-1
/
+14
*
linux-user/arm/nwfpe: Delete unused aCC array
Peter Maydell
2015-01-27
1
-22
/
+0
*
target-arm: make c13 cp regs banked (FCSEIDR, ...)
Fabian Aggeler
2014-12-11
1
-1
/
+1
*
linux-user: Enable epoll_pwait syscall for ARM
Peter Maydell
2014-10-06
1
-1
/
+1
*
linux-user: Support target-to-host translation of mlockall argument
Tom Musta
2014-08-22
1
-0
/
+2
*
linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2
Tom Musta
2014-08-22
1
-0
/
+2
*
Add support for the arm breakpoint syscall
Hunter Laux
2014-06-24
1
-0
/
+1
*
linux-user: set minimum kernel version to 2.6.32
Riku Voipio
2014-03-10
1
-0
/
+1
*
linux-user: sync syscall numbers upto 3.13
Riku Voipio
2014-02-18
1
-0
/
+6
[next]