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
/
migration
/
ram-compress.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
migration: Rename ram_compressed_pages() to compress_ram_pages()
Juan Quintela
1
-1
/
+1
2023-10-30
migration: Merge flush_compressed_data() and compress_flush_data()
Juan Quintela
1
-11
/
+6
2023-10-30
migration: Move ram_flush_compressed_data() to ram-compress.c
Juan Quintela
1
-0
/
+9
2023-10-30
migration: Create compress_update_rates()
Juan Quintela
1
-1
/
+41
2023-10-30
migration: Move busy++ to migrate_with_multithread
Juan Quintela
1
-0
/
+1
2023-10-30
migration: Simplify compress_page_with_multithread()
Juan Quintela
1
-24
/
+24
2023-10-30
migration: Make compress_data_with_multithreads return bool
Juan Quintela
1
-7
/
+10
2023-10-17
migration: Use "i" as an for index in ram-compress.c
Juan Quintela
1
-31
/
+25
2023-10-17
migration: Simplify decompress_data_with_multi_threads()
Juan Quintela
1
-6
/
+2
2023-10-17
migration: Move update_compress_threads_counts() to ram-compress.c
Juan Quintela
1
-0
/
+17
2023-10-17
migration: Create ram_compressed_pages()
Juan Quintela
1
-0
/
+6
2023-10-17
migration: Create populate_compress()
Juan Quintela
1
-0
/
+13
2023-10-17
migration: Move compression_counters cleanup ram-compress.c
Juan Quintela
1
-0
/
+5
2023-05-08
ram-compress.c: Make target independent
Lukas Straub
1
-7
/
+10
2023-05-08
ram compress: Assert that the file buffer matches the result
Lukas Straub
1
-0
/
+5
2023-05-08
ram.c: Move core decompression code into its own file
Lukas Straub
1
-0
/
+203
2023-05-08
ram.c: Move core compression code into its own file
Lukas Straub
1
-0
/
+274