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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
linux-user: Show vdso address in /proc/pid/maps
Richard Henderson
1
-0
/
+2
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in xattr syscalls
Laurent Vivier
1
-4
/
+4
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu
Laurent Vivier
1
-3
/
+3
2023-10-06
linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()
Laurent Vivier
1
-11
/
+11
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
1
-1
/
+1
2023-09-11
linux-user/riscv: Add new extensions to hwprobe
Robbin Ehn
1
-1
/
+13
2023-09-06
Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-384
/
+128
2023-09-01
linux-user: Move shmat and shmdt implementations to mmap.c
Richard Henderson
1
-139
/
+4
2023-09-01
linux-user: Emulate the Anonymous: keyword in /proc/self/smaps
Ilya Leoshkevich
1
-1
/
+2
2023-09-01
linux-user: Show heap address in /proc/pid/maps
Richard Henderson
1
-0
/
+2
2023-09-01
linux-user: Use walk_memory_regions for open_self_maps
Richard Henderson
1
-76
/
+114
2023-09-01
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson
1
-2
/
+4
2023-09-01
linux-user: Split out cpu/target_proc.h
Richard Henderson
1
-170
/
+6
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
1
-2
/
+2
2023-08-09
linux-user: Fix openat() emulation to correctly detect accesses to /proc
Helge Deller
1
-1
/
+12
2023-08-09
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
1
-6
/
+0
2023-08-09
linux-user: Split out do_mmap
Richard Henderson
1
-17
/
+73
2023-08-08
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson
1
-7
/
+8
2023-08-06
linux-user: Do not align brk with host page size
Akihiko Odaki
1
-42
/
+12
2023-08-06
linux-user: Do nothing if too small brk is specified
Akihiko Odaki
1
-3
/
+3
2023-08-06
linux-user: Use MAP_FIXED_NOREPLACE for do_brk()
Akihiko Odaki
1
-13
/
+2
2023-08-06
linux-user: Do not call get_errno() in do_brk()
Akihiko Odaki
1
-3
/
+3
2023-07-18
linux-user: Fix signed math overflow in brk() syscall
Helge Deller
1
-2
/
+3
2023-07-18
linux-user: Prohibit brk() to to shrink below initial heap address
Helge Deller
1
-1
/
+7
2023-07-18
linux-user: Fix qemu brk() to not zero bytes on current page
Helge Deller
1
-6
/
+4
2023-07-17
linux-user: Remove pointless NULL check in clock_adjtime handling
Peter Maydell
1
-7
/
+5
2023-07-15
linux-user: Drop uint and ulong
Juan Quintela
1
-4
/
+4
2023-07-15
accel/tcg: Return bool from page_check_range
Richard Henderson
1
-1
/
+1
2023-07-15
linux-user: Widen target_mmap offset argument to off_t
Richard Henderson
1
-1
/
+1
2023-07-15
linux-user: Populate more bits in mmap_flags_tbl
Richard Henderson
1
-2
/
+19
2023-07-15
linux-user: Make sure initial brk(0) is page-aligned
Andreas Schwab
1
-1
/
+1
2023-07-15
linux-user: Fix do_shmat type errors
Richard Henderson
1
-7
/
+6
2023-07-15
linux-user/syscall: Implement execve without execveat
Pierrick Bouvier
1
-8
/
+12
2023-07-10
linux-user/riscv: Add syscall riscv_hwprobe
Robbin Ehn
1
-0
/
+146
2023-07-08
linux-user: Fix accept4(SOCK_NONBLOCK) syscall
Helge Deller
1
-1
/
+11
2023-07-08
linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets
Helge Deller
1
-0
/
+4
2023-07-03
linux-user: Emulate /proc/self/smaps
Ilya Leoshkevich
1
-1
/
+57
2023-07-03
linux-user: Add "safe" parameter to do_guest_openat()
Ilya Leoshkevich
1
-5
/
+13
2023-07-03
linux-user: Expose do_guest_openat() and do_guest_readlink()
Ilya Leoshkevich
1
-19
/
+35
2023-06-10
linux-user: Return EINVAL for getgroups() with negative gidsetsize
Peter Maydell
1
-2
/
+2
2023-06-09
linux-user: add comments for TARGET_NR_[gs]etgroups{,32}
Michael Tokarev
1
-4
/
+4
2023-06-05
linux-user: Emulate /proc/cpuinfo on s390x
Ilya Leoshkevich
1
-2
/
+104
2023-05-17
linux-user: fix getgroups/setgroups allocations
Michael Tokarev
1
-31
/
+68
2023-05-17
linux-user: Don't require PROT_READ for mincore
Thomas Weißschuh
1
-1
/
+1
2023-05-17
linux-user: Add open_tree() syscall
Thomas Weißschuh
1
-0
/
+33
2023-05-17
linux-user: Add move_mount() syscall
Thomas Weißschuh
1
-0
/
+33
2023-05-17
linux-user: report ENOTTY for unknown ioctls
Thomas Weißschuh
1
-3
/
+3
2023-05-17
linux-user: Emulate /proc/cpuinfo output for riscv
Afonso Bordado
1
-2
/
+32
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
1
-2
/
+2
2023-03-22
*: Add missing includes of qemu/plugin.h
Richard Henderson
1
-0
/
+1
[next]