From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752187AbcA3GHp (ORCPT ); Sat, 30 Jan 2016 01:07:45 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33372 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbcA3GHn (ORCPT ); Sat, 30 Jan 2016 01:07:43 -0500 From: John Stultz To: lkml Cc: John Stultz , Android Kernel Team , Greg KH , Laura Abbott , Sumit Semwal Subject: [PATCH 0/9] staging: Updates from the Android tree Date: Fri, 29 Jan 2016 22:07:29 -0800 Message-Id: <1454134058-16466-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Cc: Greg KH Cc: Laura Abbott Cc: Sumit Semwal 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