From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
James Bottomley <James.Bottomley@HansenPartnership.com>,
John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc huge page support for v4.4
Date: Sun, 22 Nov 2015 12:51:53 +0100 [thread overview]
Message-ID: <20151122115153.GA28471@p100.box> (raw)
Hi Linus,
please pull the latest patches for the parisc architecture for kernel v4.4 from:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.4-2
This patchset adds Huge Page and HUGETLBFS support for parisc.
Thanks,
Helge
----------------------------------------------------------------
Helge Deller (9):
parisc: Fix wrong comment regarding first pmd entry flags
parisc: Drop definition of start_thread_som for HP-UX SOM binaries
parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h
parisc: Add defines for Huge page support
parisc: Initialize the fault vector earlier in the boot process.
parisc: Increase initial kernel mapping to 32MB on 64bit kernel
parisc: Use long branch to do_syscall_trace_exit
parisc: Add Huge Page and HUGETLBFS support
parisc: Map kernel text and data on huge pages
arch/parisc/Kconfig | 3 +
arch/parisc/include/asm/hugetlb.h | 85 +++++++++++++++++++
arch/parisc/include/asm/page.h | 13 ++-
arch/parisc/include/asm/pgalloc.h | 2 +-
arch/parisc/include/asm/pgtable.h | 26 +++++-
arch/parisc/include/asm/processor.h | 27 ------
arch/parisc/include/uapi/asm/mman.h | 10 ---
arch/parisc/kernel/asm-offsets.c | 8 ++
arch/parisc/kernel/entry.S | 56 ++++++++-----
arch/parisc/kernel/head.S | 4 +-
arch/parisc/kernel/setup.c | 14 +++-
arch/parisc/kernel/syscall.S | 4 +-
arch/parisc/kernel/traps.c | 35 ++++----
arch/parisc/kernel/vmlinux.lds.S | 9 +-
arch/parisc/mm/Makefile | 1 +
arch/parisc/mm/hugetlbpage.c | 161 ++++++++++++++++++++++++++++++++++++
arch/parisc/mm/init.c | 40 ++++-----
17 files changed, 382 insertions(+), 116 deletions(-)
create mode 100644 arch/parisc/include/asm/hugetlb.h
create mode 100644 arch/parisc/mm/hugetlbpage.c
next reply other threads:[~2015-11-22 11:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-22 11:51 Helge Deller [this message]
2015-11-24 15:51 ` [GIT PULL] parisc huge page support for v4.4 Mikulas Patocka
2015-11-24 15:58 ` Helge Deller
2015-11-24 16:39 ` Mikulas Patocka
2015-11-24 17:00 ` Helge Deller
2015-11-24 18:43 ` Mikulas Patocka
2015-12-26 12:09 ` Mikulas Patocka
2015-12-26 12:31 ` Helge Deller
2016-01-04 21:24 ` Mikulas Patocka
2016-01-04 21:48 ` John David Anglin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151122115153.GA28471@p100.box \
--to=deller@gmx.de \
--cc=James.Bottomley@HansenPartnership.com \
--cc=dave.anglin@bell.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.