index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "linux-user/arm: Take more care allocating commpage"
Richard Henderson
2023-04-04
1
-27
/
+10
*
linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binaries
Philippe Mathieu-Daudé
2023-03-30
1
-0
/
+3
*
linux-user/sparc: Don't use 16-bit UIDs on SPARC V9
Philippe Mathieu-Daudé
2023-03-30
1
-1
/
+1
*
linux-user/arm: Take more care allocating commpage
Richard Henderson
2023-03-28
1
-10
/
+27
*
include/exec: Change reserved_va semantics to last byte
Richard Henderson
2023-03-28
4
-24
/
+23
*
linux-user: Pass last not end to probe_guest_base
Richard Henderson
2023-03-28
3
-19
/
+19
*
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
2023-03-28
1
-1
/
+1
*
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
2023-03-28
3
-15
/
+16
*
linux-user: Diagnose misaligned -R size
Richard Henderson
2023-03-28
1
-0
/
+6
*
*: Add missing includes of qemu/plugin.h
Richard Henderson
2023-03-22
2
-0
/
+2
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
2023-03-12
16
-138
/
+518
|
\
|
*
linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
fanwj@mail.ustc.edu.cn
2023-03-10
2
-0
/
+17
|
*
linux-user/sparc: Handle tag overflow traps
Richard Henderson
2023-03-10
3
-1
/
+9
|
*
linux-user/sparc: Handle floating-point exceptions
Richard Henderson
2023-03-10
1
-0
/
+22
|
*
linux-user/sparc: Handle unimplemented flush trap
Richard Henderson
2023-03-10
1
-0
/
+3
|
*
linux-user/sparc: Handle coprocessor disabled trap
Richard Henderson
2023-03-10
1
-0
/
+4
|
*
linux-user/sparc: Handle privilidged action trap
Richard Henderson
2023-03-10
1
-0
/
+6
|
*
linux-user/sparc: Handle priviledged opcode trap
Richard Henderson
2023-03-10
1
-0
/
+3
|
*
linux-user/sparc: Handle getcc, setcc, getpsr traps
Richard Henderson
2023-03-10
1
-3
/
+59
|
*
linux-user/sparc: Handle division by zero traps
Richard Henderson
2023-03-10
1
-0
/
+5
|
*
linux-user/sparc: Handle software breakpoint trap
Richard Henderson
2023-03-10
1
-3
/
+5
|
*
linux-user/sparc: Fix sparc64_{get, set}_context traps
Richard Henderson
2023-03-10
2
-28
/
+29
|
*
linux-user/sparc: Tidy window spill/fill traps
Richard Henderson
2023-03-10
1
-10
/
+13
|
*
linux-user/sparc: Use TT_TRAP for flush windows
Richard Henderson
2023-03-10
1
-4
/
+3
|
*
linux-user/sparc: Tidy syscall error return
Richard Henderson
2023-03-10
1
-10
/
+5
|
*
linux-user/sparc: Tidy syscall trap
Richard Henderson
2023-03-10
1
-7
/
+7
|
*
linux-user: Emulate CLONE_PIDFD flag in clone()
Helge Deller
2023-03-10
2
-1
/
+35
|
*
linux-user: Add translation for argument of msync()
Helge Deller
2023-03-10
5
-2
/
+33
|
*
linux-user: handle netlink flag NLA_F_NESTED
Mathis Marion
2023-03-10
1
-2
/
+2
|
*
linux-user: fix sockaddr_in6 endianness
Mathis Marion
2023-03-10
1
-0
/
+5
|
*
linux-user: Add strace for prlimit64() syscall
Helge Deller
2023-03-10
2
-1
/
+90
|
*
linux-user: Provide print_raw_param64() for 64-bit values
Helge Deller
2023-03-10
1
-4
/
+16
|
*
linux-user: Fix brk() to release pages
Helge Deller
2023-03-10
1
-34
/
+35
|
*
linux-user: fill out task state in /proc/self/stat
Andreas Schwab
2023-03-10
1
-0
/
+3
|
*
linux-user: add support for xtensa FDPIC
Max Filippov
2023-03-10
1
-1
/
+15
|
*
linux-user: Fix unaligned memory access in prlimit64 syscall
Ilya Leoshkevich
2023-03-10
2
-6
/
+6
|
*
linux-user: add target to host netlink conversions
Mathis Marion
2023-03-10
1
-0
/
+62
|
*
linux-user: fix timerfd read endianness conversion
Mathis Marion
2023-03-10
3
-5
/
+14
|
*
linux-user: Fix access to /proc/self/exe
Helge Deller
2023-03-10
2
-24
/
+20
*
|
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
1
-1
/
+1
*
|
gdbstub: move chunks of user code into own files
Alex Bennée
2023-03-07
2
-1
/
+2
*
|
includes: move tb_flush into its own header
Alex Bennée
2023-03-07
1
-0
/
+1
|
/
*
linux-user/microblaze: Handle privileged exception
Ilya Leoshkevich
2023-02-21
1
-2
/
+8
*
linux-user: Always exit from exclusive state in fork_end()
Ilya Leoshkevich
2023-02-21
2
-4
/
+7
*
linux-user/sparc: Raise SIGILL for all unhandled software traps
Richard Henderson
2023-02-21
1
-0
/
+8
*
target/arm: Convert CPUARMState::eabi to boolean
Philippe Mathieu-Daudé
2023-02-16
2
-3
/
+3
*
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
2023-02-04
10
-248
/
+378
|
\
|
*
linux-user: Allow sendmsg() without IOV
Helge Deller
2023-02-03
1
-2
/
+7
|
*
linux-user: Implement SOL_ALG encryption support
Helge Deller
2023-02-03
1
-0
/
+8
[prev]
[next]