summaryrefslogtreecommitdiffstats
path: root/arch/alpha/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-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/+0Star
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-8/+0Star
* alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich2019-02-111-1/+1
* alpha: fix hang caused by the bootmem removalMike Rapoport2018-12-151-3/+3
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+1Star
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* alpha: switch to NO_BOOTMEMMike Rapoport2018-10-271-100/+13Star
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+2
* signal/alpha: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-13/+2Star
* 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-271-1/+1
* alpha/extable: use generic search and sort routinesArd Biesheuvel2016-03-222-93/+1Star
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-3/+2Star
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-3/+4
* mm/alpha: unify mem_init() for both UMA and NUMA architecturesJiang Liu2013-07-042-15/+2Star
* mm/alpha: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-042-62/+4Star
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-042-2/+2
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1
* mm/alpha: use common help functions to free reserved pagesJiang Liu2013-04-302-23/+4Star
* alpha/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-08-191-6/+30
* Disintegrate asm/system.h for AlphaDavid Howells2012-03-282-2/+1Star
* alpha, mm: set all online nodes in N_NORMAL_MEMORYDavid Rientjes2011-05-251-0/+1
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0Star
* alpha: change to new Makefile flag variablesmatt mooney2011-01-171-1/+1
* alpha: invoke oom-killer from page faultNick Piggin2010-05-261-9/+2Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-222-2/+2
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* alpha: bad macro expansion, parameter is memberRoel Kluin2009-06-171-3/+3
* module: trim exception table on init free.Rusty Russell2009-06-121-0/+21
* alpha: exception table sortingIvan Kokshaysky2009-05-031-1/+39
* alpha: fix typo in recent early vmalloc changeTejun Heo2009-03-011-1/+1
* vmalloc: add @align to vm_area_register_early()Tejun Heo2009-02-241-1/+1
* vmalloc: implement vm_area_register_early()Tejun Heo2009-02-201-7/+13
* alpha: make pte_alloc_one_kernel() inlineIvan Kokshaysky2009-01-161-7/+0Star
* alpha: use generic show_mem()Johannes Weiner2008-07-262-65/+0Star
* bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-1/+1
* mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-241-1/+1
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-4/+4
* Introduce flags for reserve_bootmem()Bernhard Walle2008-02-071-2/+3