linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: Updates from the Android tree
@ 2016-01-30  6:07 John Stultz
  2016-01-30  6:07 ` [PATCH 1/9] staging: ashmem: Avoid deadlock with mmap/shrink John Stultz
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: John Stultz @ 2016-01-30  6:07 UTC (permalink / raw)
  To: lkml
  Cc: John Stultz, Android Kernel Team, Greg KH, Laura Abbott, Sumit Semwal

In reviewing the experimental/android-4.4 tree from AOSP, I
realized there were a handful of patches to code in the
staging/android directory.

So I wanted to send these along for review, so if there were
no objections they could be queued for 4.6.

Let me know if there is any comments or feedback

thanks
-john


Cc: Android Kernel Team <kernel-team@android.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
Cc: Laura Abbott <labbott@redhat.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>

Amit Pundir (1):
  staging: ion: Fix page pool cache policy

Colin Cross (1):
  staging: lowmemorykiller: Make default lowmemorykiller debug message
    useful

Daniel Rosenberg (1):
  staging: ion: Add X86 dependency for ION_POOL_CACHE_POLICY

Laura Abbott (1):
  staging: ashmem: Avoid deadlock with mmap/shrink

Martijn Coenen (1):
  staging: lowmemorykiller: Trace kill events.

Rajmal Menariya (1):
  staging: ion: Set minimum carveout heap allocation order to PAGE_SHIFT

Rom Lemarchand (1):
  staging: ashmem: Add missing include

San Mehat (1):
  staging: lowmemorykiller: Fix task_struct leak

Vinil Cheeramvelil (1):
  staging: ion: Handle the memory mapping correctly on x86

 drivers/staging/android/ashmem.c                |  4 ++-
 drivers/staging/android/ion/Kconfig             |  8 +++++
 drivers/staging/android/ion/ion_carveout_heap.c |  2 +-
 drivers/staging/android/ion/ion_page_pool.c     |  8 +++++
 drivers/staging/android/ion/ion_priv.h          | 33 ++++++++++++++++++++
 drivers/staging/android/ion/ion_system_heap.c   |  8 +++--
 drivers/staging/android/lowmemorykiller.c       | 33 +++++++++++++++-----
 drivers/staging/android/trace/lowmemorykiller.h | 40 +++++++++++++++++++++++++
 drivers/staging/android/uapi/ashmem.h           |  1 +
 9 files changed, 124 insertions(+), 13 deletions(-)
 create mode 100644 drivers/staging/android/trace/lowmemorykiller.h

-- 
1.9.1

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

end of thread, other threads:[~2016-02-08 18:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-30  6:07 [PATCH 0/9] staging: Updates from the Android tree John Stultz
2016-01-30  6:07 ` [PATCH 1/9] staging: ashmem: Avoid deadlock with mmap/shrink John Stultz
2016-01-30  6:07 ` [PATCH 2/9] staging: ashmem: Add missing include John Stultz
2016-01-30  6:07 ` [PATCH 3/9] staging: lowmemorykiller: Fix task_struct leak John Stultz
2016-02-07 22:49   ` Greg KH
2016-02-08 18:50     ` John Stultz
2016-01-30  6:07 ` [PATCH 4/9] staging: lowmemorykiller: Make default lowmemorykiller debug message useful John Stultz
2016-01-30  6:07 ` [PATCH 5/9] staging: lowmemorykiller: Trace kill events John Stultz
2016-01-30  6:07 ` [PATCH 6/9] staging: ion: Set minimum carveout heap allocation order to PAGE_SHIFT John Stultz
2016-02-01 20:23   ` Laura Abbott
2016-01-30  6:07 ` [PATCH 7/9] staging: ion: Handle the memory mapping correctly on x86 John Stultz
2016-01-30  6:07 ` [PATCH 8/9] staging: ion: Add X86 dependency for ION_POOL_CACHE_POLICY John Stultz
2016-01-30  6:07 ` [PATCH 9/9] staging: ion: Fix page pool cache policy John Stultz
2016-02-01 21:10 ` [PATCH 0/9] staging: Updates from the Android tree Laura Abbott
2016-02-01 21:28   ` John Stultz
2016-02-07 22:52 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).