All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] Documentation: create Documentation/virtual/, move/update files
@ 2011-05-19  5:19 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2011-05-19  5:19 UTC (permalink / raw)
  To: lkml
  Cc: torvalds, Rusty Russell, Avi Kivity, Marcelo Tosatti, Jeff Dike,
	Richard Weinberger

Hi Linus,

Please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs.git  docs-move

to get these changes:

commit 61516587513c84ac26e68e3ab008dc6e965d0378
Author: Rob Landley <rob@landley.net>
Date:   Fri May 6 09:27:36 2011 -0700

    Correct occurrences of
    - Documentation/kvm/ to Documentation/virtual/kvm
    - Documentation/uml/ to Documentation/virtual/uml
    - Documentation/lguest/ to Documentation/virtual/lguest
    throughout the kernel source tree.
    
    Signed-off-by: Rob Landley <rob@landley.net>
    Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>

commit 570aa13a5dbea9b905b4cd6315aa6e1b3a9fd2f8
Author: Rob Landley <rlandley@parallels.com>
Date:   Fri May 6 09:23:23 2011 -0700

    Add a 00-INDEX file to Documentation/virtual
    Remove uml from the top level 00-INDEX file.
    
    Signed-off-by: Rob Landley <rlandley@parallels.com>
    Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>

commit ed16648eb5b86917f0b90bdcdbc857202da72f90
Author: Rob Landley <rlandley@parallels.com>
Date:   Fri May 6 09:22:02 2011 -0700

    Move kvm, uml, and lguest subdirectories under a common "virtual" directory,
    
      cd Documentation
      mkdir virtual
      git mv kvm uml lguest virtual
    
    Signed-off-by: Rob Landley <rlandley@parallels.com>
    Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>


 Documentation/00-INDEX                             |    2 --
 Documentation/virtual/00-INDEX                     |   10 ++++++++++
 Documentation/{ => virtual}/kvm/api.txt            |    0
 Documentation/{ => virtual}/kvm/cpuid.txt          |    0
 Documentation/{ => virtual}/kvm/locking.txt        |    0
 Documentation/{ => virtual}/kvm/mmu.txt            |    0
 Documentation/{ => virtual}/kvm/msr.txt            |    0
 Documentation/{ => virtual}/kvm/ppc-pv.txt         |    0
 .../{ => virtual}/kvm/review-checklist.txt         |    2 +-
 Documentation/{ => virtual}/kvm/timekeeping.txt    |    0
 Documentation/{ => virtual}/lguest/.gitignore      |    0
 Documentation/{ => virtual}/lguest/Makefile        |    0
 Documentation/{ => virtual}/lguest/extract         |    0
 Documentation/{ => virtual}/lguest/lguest.c        |    0
 Documentation/{ => virtual}/lguest/lguest.txt      |    3 ++-
 .../{ => virtual}/uml/UserModeLinux-HOWTO.txt      |    0
 MAINTAINERS                                        |    4 ++--
 arch/x86/lguest/boot.c                             |    2 +-
 drivers/lguest/Kconfig                             |    6 ++++--
 drivers/lguest/Makefile                            |    2 +-
 drivers/vhost/vhost.c                              |    2 +-
 21 files changed, 22 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/virtual/00-INDEX
 rename Documentation/{ => virtual}/kvm/api.txt (100%)
 rename Documentation/{ => virtual}/kvm/cpuid.txt (100%)
 rename Documentation/{ => virtual}/kvm/locking.txt (100%)
 rename Documentation/{ => virtual}/kvm/mmu.txt (100%)
 rename Documentation/{ => virtual}/kvm/msr.txt (100%)
 rename Documentation/{ => virtual}/kvm/ppc-pv.txt (100%)
 rename Documentation/{ => virtual}/kvm/review-checklist.txt (95%)
 rename Documentation/{ => virtual}/kvm/timekeeping.txt (100%)
 rename Documentation/{ => virtual}/lguest/.gitignore (100%)
 rename Documentation/{ => virtual}/lguest/Makefile (100%)
 rename Documentation/{ => virtual}/lguest/extract (100%)
 rename Documentation/{ => virtual}/lguest/lguest.c (100%)
 rename Documentation/{ => virtual}/lguest/lguest.txt (97%)
 rename Documentation/{ => virtual}/uml/UserModeLinux-HOWTO.txt (100%)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-19  5:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-19  5:19 [git pull] Documentation: create Documentation/virtual/, move/update files Randy Dunlap

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.