lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 30 Jan 2008 22:51:49 +1100
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	lguest <lguest@...abs.org>, linux-kernel@...r.kernel.org
Subject: [PULL] lguest updates (non-virtio changes)

The following changes since commit 85004cc367abc000aa36c0d0e270ab609a68b0cb:
  Linus Torvalds (1):
        Merge git://git.linux-nfs.org/pub/linux/nfs-2.6

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus master

Balaji Rao (1):
      lguest: Reboot support

Glauber de Oliveira Costa (26):
      lguest: fix drivers/lguest Makefile entry
      lguest: remove pv_info dependency
      lguest: introduce vcpu struct
      lguest: adapt launcher to per-cpuness
      lguest: initialize vcpu
      lguest: per-cpu run guest
      lguest: make write() operation smp aware
      lguest: make hypercalls use the vcpu struct
      lguest: per-vcpu lguest timers
      lguest: per-vcpu interrupt processing.
      lguest: map_switcher_in_guest() per-vcpu
      lguest: make emulate_insn receive a vcpu struct.
      lguest: make registers per-vcpu
      lguest: replace lguest_arch with lg_cpu_arch.
      lguest: per-vcpu lguest task management
      lguest: makes special fields be per-vcpu
      lguest: make pending notifications per-vcpu
      lguest: per-vcpu lguest pgdir management
      lguest: change spte_addr header
      lguest: change last_guest to last_cpu
      lguest: move last_pages to lg_cpu
      lguest: move changed bitmap to lg_cpu
      lguest: change gpte_addr header
      lguest: get rid of lg variable assignments
      lguest: Use explicit includes rateher than indirect
      lguest: use __PAGE_KERNEL instead of _PAGE_KERNEL

 Documentation/lguest/lguest.c         |   49 ++++++++-
 arch/x86/lguest/boot.c                |   11 ++-
 drivers/Makefile                      |    2 +-
 drivers/lguest/core.c                 |   46 +++++----
 drivers/lguest/hypercalls.c           |  106 ++++++++++---------
 drivers/lguest/interrupts_and_traps.c |  149 ++++++++++++++--------------
 drivers/lguest/lg.h                   |  154 ++++++++++++++++-------------
 drivers/lguest/lguest_user.c          |  147 +++++++++++++++++----------
 drivers/lguest/page_tables.c          |  179 +++++++++++++++++----------------
 drivers/lguest/segments.c             |   48 +++++-----
 drivers/lguest/x86/core.c             |  127 ++++++++++++-----------
 include/asm-x86/lguest.h              |    2 +-
 include/asm-x86/lguest_hcall.h        |    6 +-
 13 files changed, 571 insertions(+), 455 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ