Age | Commit message (Expand) | Author |
2016-07-19 | linux-user: Fix terminal control ioctls | Timothy Pearson |
2016-07-19 | linux-user: Add some new blk ioctls | Peter Maydell |
2016-07-19 | linux-user: Handle short lengths in host_to_target_sockaddr() | Peter Maydell |
2016-07-19 | linux-user: Forget about synchronous signal once it is delivered | Peter Maydell |
2016-07-19 | linux-user: Correct type for LOOP_GET_STATUS{,64} ioctls | Peter Maydell |
2016-07-19 | linux-user: Correct type for BLKSSZGET | Peter Maydell |
2016-07-19 | linux-user: Add loop control ioctls | Peter Maydell |
2016-07-19 | linux-user: Check sigsetsize argument to syscalls | Peter Maydell |
2016-07-19 | linux-user: add nested netlink types | Laurent Vivier |
2016-07-19 | linux-user: convert sockaddr_ll from host to target | Laurent Vivier |
2016-07-19 | linux-user: add fd_trans helper in do_recvfrom() | Laurent Vivier |
2016-07-19 | linux-user: fix netlink memory corruption | Laurent Vivier |
2016-07-19 | linux-user: fd_trans_*_data() returns the length | Laurent Vivier |
2016-07-19 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell |
2016-07-19 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2016-07-19 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160718.0' i... | Peter Maydell |
2016-07-18 | block: ignore flush requests when storage is clean | Evgeny Yakovlev |
2016-07-18 | tests: in IDE and AHCI tests perform DMA write before flushing | Evgeny Yakovlev |
2016-07-18 | ide: set retry_unit for PIO and FLUSH requests | Evgeny Yakovlev |
2016-07-18 | ide: refactor retry_unit set and clear into separate function | Evgeny Yakovlev |
2016-07-18 | trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing state | Lluís Vilanova |
2016-07-18 | trace: Allow event name pattern in "info trace-events" | Lluís Vilanova |
2016-07-18 | trace: Conditionally trace events based on their per-vCPU state | Lluís Vilanova |
2016-07-18 | trace: Add per-vCPU tracing states for events with the 'vcpu' property | Lluís Vilanova |
2016-07-18 | trace: Cosmetic changes on fast-path tracing | Lluís Vilanova |
2016-07-18 | disas: Remove unused macro '_' | Lluís Vilanova |
2016-07-18 | trace: Identify events with the 'vcpu' property | Lluís Vilanova |
2016-07-18 | trace: [bsd-user] Commandline arguments to control tracing | Lluís Vilanova |
2016-07-18 | trace: [linux-user] Commandline arguments to control tracing | Lluís Vilanova |
2016-07-18 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2016-07-18 | vfio/pci: Hide ARI capability | Alex Williamson |
2016-07-18 | MAINTAINERS: Add include/block/aio.h to block I/O path section | Fam Zheng |
2016-07-18 | virtio-blk: dataplane cleanup | Cao jin |
2016-07-18 | checkpatch: consider git extended headers valid patches | Stefan Hajnoczi |
2016-07-18 | aio-posix: remove useless parameter | Cao jin |
2016-07-18 | linux-aio: prevent submitting more than MAX_EVENTS | Roman Pen |
2016-07-18 | aio_ctx_check: follow CODING_STYLE | Cao jin |
2016-07-18 | linux-aio: share one LinuxAioState within an AioContext | Paolo Bonzini |
2016-07-18 | spec/parallels: fix a mistake | Vladimir Sementsov-Ogievskiy |
2016-07-18 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into... | Peter Maydell |
2016-07-18 | ppc: Yet another fix for the huge page support detection mechanism | Thomas Huth |
2016-07-18 | target-ppc: fix left shift overflow in hpte_page_shift | Paolo Bonzini |
2016-07-18 | ppc/mmu-hash64: Remove duplicated #include statement | Thomas Huth |
2016-07-18 | ppc: abort if compat property contains an unknown value | Greg Kurz |
2016-07-18 | spapr: Ensure CPU cores are added contiguously and removed in LIFO order | Bharata B Rao |
2016-07-18 | vfio/spapr: Remove stale ioctl() call | David Gibson |
2016-07-18 | ppc: Fix support for odd MSR combinations | Benjamin Herrenschmidt |
2016-07-18 | dbdma: reset io->processing flag for unassigned DBDMA channel rw accesses | Mark Cave-Ayland |
2016-07-18 | dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha... | Mark Cave-Ayland |
2016-07-18 | dbdma: fix load_word/store_word value endianness | Mark Cave-Ayland |