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
/
softmmu
/
physmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
1
-3794
/
+0
2023-09-29
softmmu/physmem: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-5
/
+5
2023-09-19
softmmu/physmem: Hint that "readonly=on,rom=off" exists when opening file R/W...
David Hildenbrand
1
-0
/
+19
2023-09-19
softmmu/physmem: Never return directories from file_ram_open()
David Hildenbrand
1
-0
/
+19
2023-09-19
softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=...
David Hildenbrand
1
-7
/
+9
2023-09-19
softmmu/physmem: Bail out early in ram_block_discard_range() with readonly files
David Hildenbrand
1
-0
/
+10
2023-09-19
softmmu/physmem: Remap with proper protection in qemu_ram_remap()
David Hildenbrand
1
-4
/
+6
2023-09-19
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
1
-11
/
+10
2023-08-29
softmmu: Use async_run_on_cpu in tcg_commit
Richard Henderson
1
-11
/
+29
2023-08-29
softmmu: Assert data in bounds in iotlb_to_section
Richard Henderson
1
-2
/
+8
2023-07-12
softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping
David Hildenbrand
1
-0
/
+18
2023-06-23
softmmu: Introduce qemu_target_page_mask() helper
Philippe Mathieu-Daudé
1
-0
/
+5
2023-06-13
exec/memory: Introduce RAM_NAMED_FILE flag
Steve Sistare
1
-1
/
+6
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
1
-1
/
+1
2023-05-23
hostmem-file: add offset option
Alexander Graf
1
-5
/
+12
2023-05-15
softmmu: Create qemu_target_pages_to_MiB()
Juan Quintela
1
-0
/
+11
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
1
-1
/
+1
2023-03-20
replace TABs with spaces
Yeqi Fu
1
-1
/
+1
2023-03-09
Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into staging
Peter Maydell
1
-4
/
+10
2023-03-08
memory: Dump HPA and access type of ramblocks
Ted Chen
1
-4
/
+10
2023-03-07
physmem: add missing memory barrier
Paolo Bonzini
1
-0
/
+3
2023-02-28
softmmu: Use memmove in flatview_write_continue
Akihiko Odaki
1
-1
/
+1
2023-02-27
softmmu: Extract watchpoint API from physmem.c
Philippe Mathieu-Daudé
1
-191
/
+0
2023-01-20
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
1
-0
/
+1
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-5
/
+5
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
1
-7
/
+2
2022-11-08
memory: Fix wrong end address dump
Zhenzhong Duan
1
-1
/
+1
2022-10-26
exec/cpu-common: add qemu_ram_get_fd()
Stefan Hajnoczi
1
-0
/
+5
2022-09-06
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
Richard Henderson
1
-0
/
+12
2022-08-26
softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions
Thomas Huth
1
-17
/
+0
2022-06-21
softmmu: Always initialize xlat in address_space_translate_for_iotlb
Richard Henderson
1
-1
/
+12
2022-06-15
vfio-user: handle PCI BAR accesses
Jagannathan Raman
1
-2
/
+2
2022-04-06
include: move target page bits declaration to page-vary.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-3
/
+3
2022-03-21
softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR
Philippe Mathieu-Daudé
1
-2
/
+42
2022-03-21
softmmu/physmem: Simplify flatview_write and address_space_access_valid
Philippe Mathieu-Daudé
1
-8
/
+3
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
1
-0
/
+1
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-03-06
softmmu/physmem: Remove unnecessary include
Philippe Mathieu-Daudé
1
-1
/
+0
2022-03-06
exec: Make cpu_memory_rw_debug() target agnostic
Philippe Mathieu-Daudé
1
-3
/
+3
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
1
-0
/
+1
2022-01-20
exec/memory: Extract address_space_set() from dma_memory_set()
Philippe Mathieu-Daudé
1
-0
/
+19
2021-11-29
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
1
-2
/
+2
2021-11-02
qapi: introduce x-query-ramblock QMP command
Daniel P. Berrangé
1
-8
/
+11
2021-10-28
softmmu: fix for "after access" watchpoints
Pavel Dovgalyuk
1
-1
/
+1
2021-10-28
softmmu: remove useless condition in watchpoint check
Pavel Dovgalyuk
1
-21
/
+20
2021-10-28
softmmu: fix watchpoint processing in icount mode
Pavel Dovgalyuk
1
-4
/
+2
2021-10-23
softmmu/physmem.c: Fix typo in comment
Greg Kurz
1
-1
/
+1
2021-09-30
memory: Name all the memory listeners
Peter Xu
1
-0
/
+1
[next]