From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Fri, 11 Jul 2014 19:15:00 +0100 Subject: [GIT PULL] arm64 fixes for 3.16 Message-ID: <20140711181452.GA20619@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Linus, Please pull the arm64 fixes below. Thanks. The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1: Linux 3.16-rc4 (2014-07-06 12:37:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes for you to fetch changes up to fa2ec3ea10bd377f9d55772b1dab65178425a1a2: arm64: implement TASK_SIZE_OF (2014-07-08 17:30:59 +0100) ---------------------------------------------------------------- ARM64 implementation of TASK_SIZE_OF and exporting two functions to modules. ---------------------------------------------------------------- Colin Cross (1): arm64: implement TASK_SIZE_OF Mark Salter (1): arm64: export __cpu_{clear,copy}_user_page functions arch/arm64/include/asm/memory.h | 2 ++ arch/arm64/mm/copypage.c | 2 ++ 2 files changed, 4 insertions(+) -- Catalin