All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/11] RCU, scsi, modules, icount changes for 2015-01-30
@ 2015-01-30 15:19 Paolo Bonzini
  2015-01-30 15:19 ` [Qemu-devel] [PULL 01/11] rcu: add rcu library Paolo Bonzini
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Paolo Bonzini @ 2015-01-30 15:19 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 83761b9244ad2ed39d3cfabe8a0e901ab906f7bf:

  Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20150127' into staging (2015-01-27 22:25:56 +0000)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 379e1ffb72c1feb7bd94467eb467351895afdcf2:

  configure: Default to enable module build (2015-01-28 11:29:04 +0100)

----------------------------------------------------------------
The important bits here are the first part of RCU and enabling
modules by default.  They have been tested with Travis for a few
days now, and things seem okay.

----------------------------------------------------------------
Fam Zheng (2):
      scsi: Fix scsi_req_cancel_async for no aiocb req
      configure: Default to enable module build

Jan Kiszka (1):
      memory: remove assertion on memory_region_destroy

Paolo Bonzini (8):
      rcu: add rcu library
      rcu: add rcutorture
      rcu: allow nesting of rcu_read_lock/rcu_read_unlock
      rcu: add call_rcu
      memory: protect current_map by RCU
      memory: avoid ref/unref in memory_region_find
      cpu-exec: simplify align_clocks
      cpu-exec: simplify init_delay_params

 .travis.yml               |   2 +-
 configure                 |  95 +++++++---
 cpu-exec.c                |   9 +-
 cpus.c                    |  17 --
 docs/rcu.txt              | 387 +++++++++++++++++++++++++++++++++++++++
 hw/9pfs/virtio-9p-synth.c |   1 +
 hw/scsi/scsi-bus.c        |   2 +
 include/exec/memory.h     |   5 +
 include/qemu/atomic.h     |  61 +++++++
 include/qemu/queue.h      |  13 ++
 include/qemu/rcu.h        | 147 +++++++++++++++
 include/qemu/thread.h     |   3 -
 include/qemu/timer.h      |   1 -
 memory.c                  |  65 +++----
 tests/Makefile            |   7 +-
 tests/rcutorture.c        | 450 ++++++++++++++++++++++++++++++++++++++++++++++
 util/Makefile.objs        |   1 +
 util/rcu.c                | 291 ++++++++++++++++++++++++++++++
 18 files changed, 1462 insertions(+), 95 deletions(-)
 create mode 100644 docs/rcu.txt
 create mode 100644 include/qemu/rcu.h
 create mode 100644 tests/rcutorture.c
 create mode 100644 util/rcu.c
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [Qemu-devel] [PULL 00/11] RCU, scsi, modules, icount changes for 2015-01-30
@ 2015-01-30 15:01 Paolo Bonzini
  2015-01-30 15:01 ` [Qemu-devel] [PULL 02/11] rcu: add rcutorture Paolo Bonzini
  0 siblings, 1 reply; 17+ messages in thread
From: Paolo Bonzini @ 2015-01-30 15:01 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 83761b9244ad2ed39d3cfabe8a0e901ab906f7bf:

  Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20150127' into staging (2015-01-27 22:25:56 +0000)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 379e1ffb72c1feb7bd94467eb467351895afdcf2:

  configure: Default to enable module build (2015-01-28 11:29:04 +0100)

----------------------------------------------------------------
The important bits here are the first part of RCU and enabling
modules by default.  They have been tested with Travis for a few
days now, and things seem okay.

----------------------------------------------------------------
Fam Zheng (2):
      scsi: Fix scsi_req_cancel_async for no aiocb req
      configure: Default to enable module build

Jan Kiszka (1):
      memory: remove assertion on memory_region_destroy

Paolo Bonzini (8):
      rcu: add rcu library
      rcu: add rcutorture
      rcu: allow nesting of rcu_read_lock/rcu_read_unlock
      rcu: add call_rcu
      memory: protect current_map by RCU
      memory: avoid ref/unref in memory_region_find
      cpu-exec: simplify align_clocks
      cpu-exec: simplify init_delay_params

 .travis.yml               |   2 +-
 configure                 |  95 +++++++---
 cpu-exec.c                |   9 +-
 cpus.c                    |  17 --
 docs/rcu.txt              | 387 +++++++++++++++++++++++++++++++++++++++
 hw/9pfs/virtio-9p-synth.c |   1 +
 hw/scsi/scsi-bus.c        |   2 +
 include/exec/memory.h     |   5 +
 include/qemu/atomic.h     |  61 +++++++
 include/qemu/queue.h      |  13 ++
 include/qemu/rcu.h        | 147 +++++++++++++++
 include/qemu/thread.h     |   3 -
 include/qemu/timer.h      |   1 -
 memory.c                  |  65 +++----
 tests/Makefile            |   7 +-
 tests/rcutorture.c        | 450 ++++++++++++++++++++++++++++++++++++++++++++++
 util/Makefile.objs        |   1 +
 util/rcu.c                | 291 ++++++++++++++++++++++++++++++
 18 files changed, 1462 insertions(+), 95 deletions(-)
 create mode 100644 docs/rcu.txt
 create mode 100644 include/qemu/rcu.h
 create mode 100644 tests/rcutorture.c
 create mode 100644 util/rcu.c
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-02-02 16:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-30 15:19 [Qemu-devel] [PULL 00/11] RCU, scsi, modules, icount changes for 2015-01-30 Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 01/11] rcu: add rcu library Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 02/11] rcu: add rcutorture Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 03/11] rcu: allow nesting of rcu_read_lock/rcu_read_unlock Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 04/11] rcu: add call_rcu Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 05/11] memory: remove assertion on memory_region_destroy Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 06/11] memory: protect current_map by RCU Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 07/11] memory: avoid ref/unref in memory_region_find Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 08/11] cpu-exec: simplify align_clocks Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 09/11] cpu-exec: simplify init_delay_params Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 10/11] scsi: Fix scsi_req_cancel_async for no aiocb req Paolo Bonzini
2015-01-30 15:19 ` [Qemu-devel] [PULL 11/11] configure: Default to enable module build Paolo Bonzini
2015-02-02 14:36 ` [Qemu-devel] [PULL 00/11] RCU, scsi, modules, icount changes for 2015-01-30 Peter Maydell
2015-02-02 14:55   ` Paolo Bonzini
2015-02-02 15:03     ` Peter Maydell
2015-02-02 15:27       ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2015-01-30 15:01 Paolo Bonzini
2015-01-30 15:01 ` [Qemu-devel] [PULL 02/11] rcu: add rcutorture Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.