[KARMIC] UBUNTU: updated compcache version to 0.5.3

Manoj Iyer manoj.iyer at canonical.com
Wed Jul 1 21:56:09 UTC 2009



The following changes since commit 
293b5d718483341adda82fd8e08cd9deb4e1d976:
   Chris Wright (1):
         intel-iommu: fix Identity Mapping to be arch independent

are available in the git repository at:

   git://kernel.ubuntu.com/manjo/ubuntu-karmic.git compcache53

Manoj Iyer (1):
       UBUNTU: updated compcache version to 0.5.3

  ubuntu/compcache/BOM            |    5 +-
  ubuntu/compcache/Changelog      |   82 +++
  ubuntu/compcache/GPL.txt        |  280 +++++++++++
  ubuntu/compcache/Kconfig        |    1 +
  ubuntu/compcache/LGPL-2.1.txt   |  510 +++++++++++++++++++
  ubuntu/compcache/Makefile       |    5 +-
  ubuntu/compcache/README         |   45 ++
  ubuntu/compcache/compat.h       |   34 ++
  ubuntu/compcache/compcache.c    |  480 ------------------
  ubuntu/compcache/compcache.h    |   96 ----
  ubuntu/compcache/compcache.txt  |   29 --
  ubuntu/compcache/ramzswap.c     | 1049 
+++++++++++++++++++++++++++++++++++++++
  ubuntu/compcache/ramzswap.h     |  159 ++++++
  ubuntu/compcache/tlsf.c         |  676 -------------------------
  ubuntu/compcache/tlsf_int.h     |  145 ------
  ubuntu/compcache/xvmalloc.c     |  557 +++++++++++++++++++++
  ubuntu/compcache/xvmalloc.h     |   30 ++
  ubuntu/compcache/xvmalloc_int.h |   86 ++++
  18 files changed, 2837 insertions(+), 1432 deletions(-)
  create mode 100644 ubuntu/compcache/Changelog
  create mode 100644 ubuntu/compcache/GPL.txt
  create mode 100644 ubuntu/compcache/LGPL-2.1.txt
  create mode 100644 ubuntu/compcache/README
  create mode 100644 ubuntu/compcache/compat.h
  delete mode 100644 ubuntu/compcache/compcache.c
  delete mode 100644 ubuntu/compcache/compcache.h
  delete mode 100644 ubuntu/compcache/compcache.txt
  create mode 100644 ubuntu/compcache/ramzswap.c
  create mode 100644 ubuntu/compcache/ramzswap.h
  delete mode 100644 ubuntu/compcache/tlsf.c
  delete mode 100644 ubuntu/compcache/tlsf_int.h
  create mode 100644 ubuntu/compcache/xvmalloc.c
  create mode 100644 ubuntu/compcache/xvmalloc.h
  create mode 100644 ubuntu/compcache/xvmalloc_int.h



Cheers
--- manjo




More information about the kernel-team mailing list