aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+5
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2019-06-08parisc: add dynamic ftraceGravatar Sven Schnelle 1-2/+2
2019-06-08parisc: add WARN_ON() to clear_fixmapGravatar Sven Schnelle 1-0/+3
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-1/+1
2019-05-27signal: Remove task parameter from force_sig_mceerrGravatar Eric W. Biederman 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-14Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-36/+39
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-7/+0
2019-05-10parisc: Use __ro_after_init in init.cGravatar Helge Deller 1-4/+4
2019-05-10parisc: Enable the ro_after_init featureGravatar Helge Deller 1-32/+35
2019-05-03parisc: Update huge TLB page support to use per-pagetable spinlockGravatar John David Anglin 1-9/+10
2019-05-03parisc: Allow live-patching of __meminit functionsGravatar Helge Deller 1-1/+1
2019-05-03parisc: Switch from DISCONTIGMEM to SPARSEMEMGravatar Helge Deller 1-55/+47
2019-05-03parisc: add set_fixmap()/clear_fixmap()Gravatar Sven Schnelle 3-6/+51
2019-02-22parisc: use memblock_alloc() instead of custom get_memblock()Gravatar Mike Rapoport 1-33/+19
2019-01-05parisc: Remap hugepage-aligned pages in set_kernel_text_rw()Gravatar Helge Deller 1-2/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-28parisc: Fix A500 boot crashGravatar John David Anglin 1-6/+4
2018-10-17parisc: Add alternative coding infrastructureGravatar Helge Deller 1-0/+15
2018-10-17parisc: Fix map_pages() to not overwrite existing pte entriesGravatar Helge Deller 1-6/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-08-13parisc: merge pcx_dma_ops and pcxl_dma_opsGravatar Christoph Hellwig 1-8/+3
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-29/+25
2018-05-02parisc: Fix section mismatchesGravatar Helge Deller 1-1/+1
2018-04-25signal/parisc: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-15/+10
2018-04-25signal/parisc: Use force_sig_mceerr where appropriateGravatar Eric W. Biederman 1-15/+15
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2018-03-02parisc: Hide virtual kernel memory layoutGravatar Helge Deller 1-1/+6
2018-01-02parisc: Show initial kernel memory layout unhashedGravatar Helge Deller 1-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-09-22parisc: Add HWPOISON page fault handler codeGravatar Helge Deller 1-4/+29
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Gravatar Punit Agrawal 1-1/+2
2017-07-02parisc: Report SIGSEGV instead of SIGBUS when running out of stackGravatar Helge Deller 1-1/+1
2017-06-09parisc: Avoid zeroing gr[0] in fixup_exception()Gravatar Helge Deller 1-0/+1
2017-05-12parisc: Add Page Deallocation Table (PDT) supportGravatar Helge Deller 1-0/+3
2017-05-10parisc: Drop per_cpu uaccess related exception_data structGravatar Helge Deller 1-9/+0
2017-03-29parisc: Clean up fixup routines for get_user()/put_user()Gravatar Helge Deller 1-0/+17
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Gravatar Ingo Molnar 1-0/+1
2017-02-25parisc: fix a printkGravatar Dan Carpenter 1-2/+2
2017-02-22arch, mm: remove arch specific show_memGravatar Michal Hocko 1-49/+0
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXGravatar Laura Abbott 1-1/+1
2017-01-02parisc: Add line-break when printing segfault infoGravatar Helge Deller 1-1/+1
2016-10-11parisc: Show trap name in kernel crashGravatar Helge Deller 1-6/+11
2016-10-11parisc: Zero-initialize newly alloced memblockGravatar Helge Deller 1-0/+2
2016-10-08parisc: Migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 1-1/+1