Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328176
| From | Laura Abbott <labbott@fedoraproject.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv4 0/3] ARCH_SUPPORTS_DEBUG_PAGEALLOC for arm64 |
| Date | 2016-02-06 01:30 +0100 |
| Message-ID | <qYYVb-7EH-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This is hopefully the last update to add proper ARCH_SUPPORTS_DEBUG_PAGEALLOC support for arm64. Changes since v3: - More acks - Pulled out block check into a separate function - Style fixups - Comment tweaking Laura Abbott (3): arm64: Drop alloc function from create_mapping arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC arm64: ptdump: Indicate whether memory should be faulting arch/arm64/Kconfig | 3 +++ arch/arm64/mm/dump.c | 5 +++++ arch/arm64/mm/mmu.c | 48 +++++++++++++++++++++++++++++++++++++----------- arch/arm64/mm/pageattr.c | 46 ++++++++++++++++++++++++++++++++++++---------- 4 files changed, 81 insertions(+), 21 deletions(-) -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv4 0/3] ARCH_SUPPORTS_DEBUG_PAGEALLOC for arm64 Laura Abbott <labbott@fedoraproject.org> - 2016-02-06 01:30 +0100 [PATCHv4 1/3] arm64: Drop alloc function from create_mapping Laura Abbott <labbott@fedoraproject.org> - 2016-02-06 01:30 +0100
csiph-web