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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-11
qht: QEMU's fast, resizable and scalable Hash Table
Emilio G. Cota
1
-0
/
+183
2016-06-11
qdist: add module to represent frequency distributions of data
Emilio G. Cota
1
-0
/
+63
2016-06-11
tb hash: hash phys_pc, pc, and flags with xxhash
Emilio G. Cota
1
-2
/
+6
2016-06-11
exec: add tb_hash_func5, derived from xxhash
Emilio G. Cota
1
-0
/
+94
2016-06-11
qemu-thread: add simple test-and-set spinlock
Guillaume Delbergue
1
-0
/
+35
2016-06-11
include/processor.h: define cpu_relax()
Emilio G. Cota
1
-0
/
+30
2016-06-11
seqlock: rename write_lock/unlock to write_begin/end
Emilio G. Cota
1
-2
/
+2
2016-06-11
seqlock: remove optional mutex
Emilio G. Cota
1
-9
/
+1
2016-06-11
compiler.h: add QEMU_ALIGNED() to enforce struct alignment
Emilio G. Cota
1
-0
/
+2
2016-06-09
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
1
-1
/
+1
2016-06-08
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
1
-1
/
+0
2016-06-08
block: Kill bdrv_co_write_zeroes()
Eric Blake
1
-2
/
+0
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
1
-5
/
+5
2016-06-08
block: Add .bdrv_co_pwrite_zeroes()
Eric Blake
1
-1
/
+3
2016-06-08
block: Track write zero limits in bytes
Eric Blake
1
-4
/
+6
2016-06-07
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...
Peter Maydell
14
-31
/
+17
2016-06-07
thunk: Rename args and fields in host-target bitmask conversion code
Peter Maydell
1
-6
/
+6
2016-06-07
thunk: Drop unused NO_THUNK_TYPE_SIZE guards
Peter Maydell
1
-3
/
+0
2016-06-07
qemu-common.h: Drop WORDS_ALIGNED define
Peter Maydell
2
-9
/
+0
2016-06-07
host-utils: Prefer 'false' for bool type
Eric Blake
1
-1
/
+1
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
6
-6
/
+0
2016-06-07
hw: Clean up includes
Peter Maydell
2
-2
/
+0
2016-06-07
qdev: Clean up around properties
Cao jin
1
-2
/
+8
2016-06-07
ICH9: fix typo
Cao jin
1
-2
/
+2
2016-06-07
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-37
/
+1
2016-06-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
12
-80
/
+104
2016-06-07
block: Move BlockRequest type to io.c
Eric Blake
1
-21
/
+0
2016-06-07
iostatus: fix comments for block_job_iostatus_reset
Changlong Xie
1
-1
/
+1
2016-06-07
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
1
-3
/
+0
2016-06-07
virtio: drop duplicate virtio_queue_get_id() function
Stefan Hajnoczi
1
-1
/
+0
2016-06-07
virtio-scsi: Remove op blocker for dataplane
Fam Zheng
1
-11
/
+0
2016-06-07
linux-user: Remove redundant gdb_queuesig()
Timothy E Baldwin
1
-1
/
+0
2016-06-07
virtio: move bi-endian target support to a single location
Greg Kurz
1
-1
/
+5
2016-06-07
pc-dimm: introduce realize callback
Xiao Guangrong
1
-0
/
+3
2016-06-07
pc-dimm: get memory region from ->get_memory_region()
Xiao Guangrong
1
-1
/
+2
2016-06-07
acpi: make bios_linker_loader_add_checksum() API offset based
Igor Mammedov
1
-2
/
+2
2016-06-07
acpi: make bios_linker_loader_add_pointer() API offset based
Igor Mammedov
1
-2
/
+3
2016-06-07
acpi: cleanup bios_linker_loader_cleanup()
Igor Mammedov
1
-1
/
+1
2016-06-07
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
2
-4
/
+5
2016-06-07
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
3
-9
/
+15
2016-06-07
pc: use AcpiDeviceIfClass.send_event to issue GPE events
Igor Mammedov
4
-9
/
+12
2016-06-07
acpi: extend ACPI interface to provide send_event hook
Igor Mammedov
2
-8
/
+13
2016-06-07
ipmi: rework the fwinfo to be fetched from the interface
Corey Minyard
1
-35
/
+39
2016-06-07
pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
Igor Mammedov
1
-1
/
+1
2016-06-07
pc: acpi: mark current CPU hotplug functions as legacy
Igor Mammedov
1
-6
/
+6
2016-06-07
pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...
Igor Mammedov
1
-7
/
+0
2016-06-07
pc: acpi: consolidate CPU hotplug AML
Igor Mammedov
1
-1
/
+2
2016-06-07
acpi: add aml_refof()
Igor Mammedov
1
-0
/
+1
2016-06-07
acpi: add aml_debug()
Igor Mammedov
1
-0
/
+1
2016-06-07
spapr_pci: Add and export DMA resetting helper
Alexey Kardashevskiy
1
-0
/
+2
[next]