Age | Commit message (Expand) | Author | Files | Lines |
2019-11-11 | m68k: rename __iounmap and mark it static | Christoph Hellwig | 1 | -50/+50 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -2/+2 |
2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig | 1 | -7/+0 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 4 | -0/+24 |
2019-03-12 | arch: don't memset(0) memory returned by memblock_alloc() | Mike Rapoport | 1 | -1/+0 |
2019-03-06 | m68k/mm: use __ClearPageReserved() | David Hildenbrand | 1 | -1/+1 |
2018-12-20 | Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
2018-12-19 | m68k: Fix memblock-related crashes | Geert Uytterhoeven | 1 | -0/+2 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 4 | -4/+2 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace alloc_bootmem_pages with memblock_alloc | Mike Rapoport | 4 | -6/+6 |
2018-10-31 | memblock: replace alloc_bootmem_low_pages with memblock_alloc_low | Mike Rapoport | 1 | -2/+3 |
2018-09-03 | m68k: fix early memory reservation for ColdFire MMU systems | Mike Rapoport | 1 | -1/+1 |
2018-08-18 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -2/+2 |
2018-07-29 | m68k: switch to MEMBLOCK + NO_BOOTMEM | Mike Rapoport | 3 | -31/+18 |
2018-06-05 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 1 | -0/+8 |
2018-06-05 | Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2018-05-28 | m68k: fix ioremapping for internal ColdFire peripherals | Greg Ungerer | 1 | -0/+8 |
2018-05-24 | m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap() | Michael Schmitz | 1 | -1/+2 |
2018-04-25 | signal/m68k: Use force_sig_fault where appropriate | Eric W. Biederman | 1 | -14/+11 |
2018-03-19 | m68k/mm: Stop printing the virtual memory layout | Geert Uytterhoeven | 1 | -27/+0 |
2018-01-23 | signal: Don't use structure initializers for struct siginfo | Eric W. Biederman | 1 | -1/+2 |
2017-11-06 | m68k: fix ColdFire node shift size calculation | Greg Ungerer | 1 | -1/+1 |
2017-11-06 | m68k: move coldfire MMU initialization code | Greg Ungerer | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 10 | -0/+10 |
2017-03-29 | m68k: switch to generic extable.h | Al Viro | 1 | -1/+1 |
2017-02-13 | m68k/sun3: Remove dead code in paging_init() | Mathias Krause | 1 | -3/+0 |
2017-02-12 | m68k/mm: Modernize printing of kernel messages | Geert Uytterhoeven | 2 | -4/+2 |
2017-02-12 | m68k/mm: sun3 - Modernize printing of kernel messages | Geert Uytterhoeven | 1 | -2/+3 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 3 | -3/+3 |
2016-09-26 | m68k: move ColdFire _bootmem_alloc code | Greg Ungerer | 1 | -1/+30 |
2016-07-27 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2015-11-22 | m68k/mm: motorola - Add missing initialization of max_pfn | Geert Uytterhoeven | 1 | -1/+1 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -2/+2 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2014-11-10 | m68k/mm: Eliminate memset after alloc_bootmem_pages | Himangi Saraogi | 1 | -1/+0 |
2014-10-03 | m68k: Reformat arch/m68k/mm/hwtest.c | Geert Uytterhoeven | 1 | -38/+40 |
2014-10-03 | m68k: Disable/restore interrupts in hwreg_present()/hwreg_write() | Geert Uytterhoeven | 1 | -0/+6 |
2014-05-28 | m68k: Increase initial mapping to 8 or 16 MiB if possible | Andreas Schwab | 1 | -4/+6 |
2013-12-31 | m68k/mm: kmap spelling/grammar fixes | Geert Uytterhoeven | 1 | -5/+5 |
2013-12-31 | m68k: Convert arch/m68k/mm/fault.c to pr_*() | Geert Uytterhoeven | 1 | -15/+8 |
2013-12-31 | m68k/mm: Check for mm != NULL in do_page_fault() debug code | Geert Uytterhoeven | 1 | -2/+1 |
2013-11-26 | m68k/UAPI: Move generic definitions to <asm/bootinfo.h> | Geert Uytterhoeven | 2 | -2/+2 |
2013-09-13 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -0/+2 |
2013-07-04 | mm/m68k: fix build warning of unused variable | Jiang Liu | 1 | -5/+8 |
2013-07-04 | mm/m68k: prepare for killing free_all_bootmem_node() | Jiang Liu | 1 | -3/+1 |
2013-07-04 | mm/m68k: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -29/+2 |
2013-07-04 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -2/+2 |
2013-07-04 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -2/+2 |
2013-07-04 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+1 |