index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-22
linux-user: Add support for read/clear RTC voltage low detector using ioctls
Filip Bozuta
2
-0
/
+4
2020-01-22
linux-user: Add support for getting/setting RTC PLL correction using ioctls
Filip Bozuta
3
-0
/
+25
2020-01-22
linux-user: Add support for getting/setting RTC wakeup alarm using ioctls
Filip Bozuta
3
-0
/
+9
2020-01-22
linux-user: Add support for getting/setting RTC periodic interrupt and epoch ...
Filip Bozuta
2
-0
/
+8
2020-01-22
linux-user: Add support for getting/setting RTC time and alarm using ioctls
Filip Bozuta
3
-0
/
+19
2020-01-22
linux-user: Add support for enabling/disabling RTC features using ioctls
Filip Bozuta
3
-0
/
+20
2020-01-22
linux-user: Add support for TYPE_LONG and TYPE_ULONG in do_ioctl()
Filip Bozuta
1
-0
/
+2
2020-01-22
linux-user: Add support for KCOV_INIT_TRACE ioctl
Aleksandar Markovic
2
-0
/
+2
2020-01-22
linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctls
Aleksandar Markovic
3
-0
/
+12
2020-01-22
linux-user: Add support for FDFMT<BEG|TRK|END> ioctls
Aleksandar Markovic
3
-0
/
+11
2020-01-22
linux-user: Add support for FD<SETEMSGTRESH|SETMAXERRS|GETMAXERRS> ioctls
Aleksandar Markovic
3
-0
/
+13
2020-01-22
linux-user: Add support for FS_IOC32_<GET|SET>VERSION ioctls
Aleksandar Markovic
2
-0
/
+4
2020-01-22
linux-user: Add support for FS_IOC32_<GET|SET>FLAGS ioctls
Aleksandar Markovic
2
-0
/
+4
2020-01-22
linux-user: Add support for FS_IOC_<GET|SET>VERSION ioctls
Aleksandar Markovic
2
-3
/
+7
2020-01-22
linux-user: Reserve space for brk
Richard Henderson
2
-17
/
+57
2020-01-22
linux-user:Fix align mistake when mmap guest space
Xinyu Li
1
-1
/
+1
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2
-2
/
+2
2020-01-15
linux-user: Include tcg.h in syscall.c
Richard Henderson
1
-0
/
+1
2020-01-09
semihosting: add qemu_semihosting_console_inc for SYS_READC
Keith Packard
1
-0
/
+27
2020-01-09
target/arm: only update pc after semihosting completes
Alex Bennée
2
-0
/
+2
2019-12-19
linux-user: convert target_munmap debug to a tracepoint
Alex Bennée
2
-7
/
+3
2019-12-19
linux-user: log page table changes under -d page
Alex Bennée
2
-5
/
+5
2019-12-19
linux-user: add target_mmap_complete tracepoint
Alex Bennée
2
-1
/
+2
2019-12-19
linux-user: convert target_mmap debug to tracepoint
Alex Bennée
2
-26
/
+2
2019-12-19
linux-user: convert target_mprotect debug to tracepoint
Alex Bennée
2
-8
/
+5
2019-12-17
target/ppc: Implement the VTB for HV access
Suraj Jitindar Singh
1
-0
/
+5
2019-12-16
target/arm: Add support for DC CVAP & DC CVADP ins
Beata Michalska
1
-0
/
+2
2019-11-25
linux-user: fix translation of statx structures
Ariadne Conill
1
-6
/
+6
2019-11-12
linux-user: remove host stime() syscall
Laurent Vivier
1
-3
/
+5
2019-11-12
linux-user: fix missing break
Laurent Vivier
1
-0
/
+1
2019-11-06
linux-user/alpha: Set r20 secondary return value
Richard Henderson
1
-0
/
+9
2019-11-06
linux-user/sparc: Fix cpu_clone_regs_*
Richard Henderson
1
-7
/
+36
2019-11-06
linux-user: Introduce cpu_clone_regs_parent
Richard Henderson
19
-0
/
+74
2019-11-06
linux-user: Rename cpu_clone_regs to cpu_clone_regs_child
Richard Henderson
19
-20
/
+40
2019-11-06
linux-user/sparc64: Fix target_signal_frame
Richard Henderson
1
-2
/
+2
2019-11-06
linux-user/sparc: Fix WREG usage in setup_frame
Richard Henderson
1
-1
/
+1
2019-11-06
linux-user/sparc: Use WREG_SP constant in sparc/signal.c
Richard Henderson
1
-5
/
+2
2019-11-06
linux-user/sparc: Begin using WREG constants in sparc/signal.c
Richard Henderson
1
-62
/
+33
2019-11-06
linux-user/sparc: Use WREG constants in sparc/target_cpu.h
Richard Henderson
1
-8
/
+2
2019-11-05
linux-user: Support for NETLINK socket options
Josh Kunz
1
-0
/
+101
2019-10-30
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
3
-3
/
+23
2019-10-28
linux-user: support -plugin option
Lluís Vilanova
1
-0
/
+18
2019-10-28
*-user: plugin syscalls
Emilio G. Cota
1
-3
/
+4
2019-10-28
*-user: notify plugin of exit
Emilio G. Cota
1
-0
/
+1
2019-10-28
linux-user/riscv: Propagate fault address
Giuseppe Musacchio
1
-1
/
+2
2019-10-24
linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN
Richard Henderson
1
-0
/
+1
2019-10-24
linux-user/aarch64: Rebuild hflags for TARGET_WORDS_BIGENDIAN
Richard Henderson
1
-0
/
+1
2019-10-24
target/arm: Rebuild hflags at EL changes
Richard Henderson
1
-0
/
+1
2019-10-21
linux-user/syscall: Align target_sockaddr fields using ABI types
Philippe Mathieu-Daudé
1
-17
/
+17
2019-10-21
linux-user/strace: Let print_sockaddr() have a 'last' argument
Philippe Mathieu-Daudé
1
-5
/
+5
[next]