summaryrefslogtreecommitdiffstats
path: root/arch/alpha/mm
Commit message (Expand)AuthorAgeFilesLines
* arch: turn off -Werror for architectures with known warningsArnd Bergmann2023-12-101-2/+0
* mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-241-10/+3
* alpha: fix livelock in uaccessAl Viro2023-03-021-1/+4
* alpha/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+22
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* alpha: Silence -Warray-bounds warningsKees Cook2022-02-131-3/+3
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-9/+7
|/
* signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman2021-07-231-2/+2
* alpha: remove DISCONTIGMEM and NUMAMike Rapoport2021-06-293-228/+0
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* mm/alpha: use general page fault accountingPeter Xu2020-08-121-5/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* alpha: simplify detection of memory zone boundariesMike Rapoport2020-06-031-14/+4
* mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-10/+6
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-2/+2
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+1
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* alpha: use pgtable-nopud instead of 4level-fixupMike Rapoport2019-12-041-4/+8
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-6/+0
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-8/+0
* alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich2019-02-101-1/+1
* alpha: fix hang caused by the bootmem removalMike Rapoport2018-12-141-3/+3
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* alpha: switch to NO_BOOTMEMMike Rapoport2018-10-261-100/+13
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+2
* signal/alpha: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-13/+2
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* alpha: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* alpha/extable: use generic search and sort routinesArd Biesheuvel2016-03-222-93/+1
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-3/+2
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-3/+4
* mm/alpha: unify mem_init() for both UMA and NUMA architecturesJiang Liu2013-07-032-15/+2
* mm/alpha: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-032-62/+4
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-032-2/+2