| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-30 | m68k: mm: Convert pointer table macros to use ptdescs | Vishal Moola (Oracle) | 1 | -3/+2 |
| 2025-06-30 | m68k: mm: Convert init_pointer_table() to use ptdescs | Vishal Moola (Oracle) | 1 | -6/+6 |
| 2025-06-30 | m68k: mm: Convert free_pointer_table() to use ptdescs | Vishal Moola (Oracle) | 1 | -7/+6 |
| 2025-06-30 | m68k: mm: Convert get_pointer_table() to use ptdescs | Vishal Moola (Oracle) | 1 | -11/+15 |
| 2025-05-31 | m68k: remove use of page->index | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2025-05-11 | mm: pass mm down to pagetable_{pte,pmd}_ctor | Kevin Brodsky | 1 | -3/+3 |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit | Mike Rapoport (Microsoft) | 1 | -2/+0 |
| 2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang | 4 | -24/+6 |
| 2025-01-25 | mm: introduce ctor/dtor at PGD level | Kevin Brodsky | 1 | -2/+4 |
| 2025-01-25 | m68k: mm: add calls to pagetable_pmd_[cd]tor | Kevin Brodsky | 1 | -5/+12 |
| 2025-01-25 | mm: pgtable: introduce pagetable_dtor() | Qi Zheng | 1 | -1/+1 |
| 2023-11-02 | Merge tag 'm68knommu-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
| 2023-10-23 | m68k: coldfire: remove unused variable in MMU code | Greg Ungerer | 1 | -2/+1 |
| 2023-10-06 | m68k: sun3/3x: Add and use "sun3.h" | Geert Uytterhoeven | 2 | -5/+3 |
| 2023-10-06 | m68k: mm: Add and use "fault.h" | Geert Uytterhoeven | 2 | -0/+9 |
| 2023-10-06 | m68k: mm: Include <asm/hwtest.h> for hwreg_() | Geert Uytterhoeven | 1 | -0/+2 |
| 2023-08-24 | m68k: implement the new page table range API | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-08-21 | m68k: convert various functions to use ptdescs | Vishal Moola (Oracle) | 1 | -2/+2 |
| 2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -4/+5 |
| 2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds | 1 | -3/+6 |
| 2023-06-27 | mm: always expand the stack with the mmap write lock held | Linus Torvalds | 1 | -3/+6 |
| 2023-06-19 | m68k: allow pte_offset_map[_lock]() to fail | Hugh Dickins | 1 | -31/+21 |
| 2023-05-29 | m68k: Pass a pointer to virt_to_pfn() virt_to_page() | Linus Walleij | 3 | -4/+5 |
| 2023-03-06 | m68k: mm: Fix systems with memory at end of 32-bit address space | Kars de Jong | 1 | -5/+5 |
| 2023-03-02 | m68k: fix livelock in uaccess | Al Viro | 1 | -1/+4 |
| 2022-07-17 | m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -0/+104 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
| 2022-05-30 | Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
| 2022-05-16 | m68k: coldfire: drop ISA_DMA_API support | Arnd Bergmann | 1 | -1/+0 |
| 2022-04-11 | m68k: Introduce a virtual m68k machine | Laurent Vivier | 1 | -6/+15 |
| 2022-02-21 | m68k: mm: Remove check for VM_IO to fix deferred I/O | Geert Uytterhoeven | 1 | -2/+0 |
| 2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -12/+10 |
| 2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -12/+10 |
| 2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman | 1 | -1/+1 |
| 2021-11-29 | m68k: Enable memtest functionality | Finn Thain | 1 | -0/+2 |
| 2021-11-06 | memblock: allow to specify flags with memblock_add_node() | David Hildenbrand | 2 | -3/+6 |
| 2021-09-24 | m68k: Remove set_fs() | Christoph Hellwig | 5 | -13/+3 |
| 2021-09-24 | m68k: Remove the 030 case in virt_to_phys_slow | Christoph Hellwig | 1 | -18/+1 |
| 2021-06-29 | m68k: remove support for DISCONTIGMEM | Mike Rapoport | 1 | -20/+0 |
| 2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -1/+0 |
| 2020-12-15 | m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM | Mike Rapoport | 1 | -3/+3 |
| 2020-12-15 | m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM | Mike Rapoport | 1 | -2/+2 |
| 2020-10-12 | Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -6/+5 |
| 2020-09-07 | m68k: mm: Remove superfluous memblock_alloc*() casts | Geert Uytterhoeven | 2 | -4/+3 |
| 2020-09-07 | m68k: mm: Use PAGE_ALIGNED() helper | Geert Uytterhoeven | 1 | -2/+2 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-12 | mm/m68k: use general page fault accounting | Peter Xu | 1 | -10/+4 |
| 2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 1 | -1/+1 |
| 2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -4/+3 |
| 2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 5 | -4/+3 |
| 2020-07-27 | m68k: mcfmmu: remove stale part of comment about steal_context | Mike Rapoport | 1 | -5/+0 |
| 2020-07-27 | m68k: fix ColdFire mmu init compile warning | Greg Ungerer | 1 | -1/+0 |
| 2020-06-29 | m68k: mm: fix node memblock init | Angelo Dureghello | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -4/+4 |
| 2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 1 | -1/+1 |
| 2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 1 | -22/+4 |
| 2020-06-09 | m68k/mm: move {cache,nocahe}_page() definitions close to their user | Mike Rapoport | 1 | -0/+43 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 3 | -3/+0 |
| 2020-06-08 | module: move the set_fs hack for flush_icache_range to m68k | Christoph Hellwig | 1 | -0/+4 |
| 2020-06-08 | m68k: implement flush_icache_user_range | Christoph Hellwig | 1 | -1/+6 |
| 2020-06-08 | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-03 | m68k: mm: simplify detection of memory zone boundaries | Mike Rapoport | 2 | -13/+8 |
| 2020-06-03 | mm: free_area_init: use maximal zone PFNs rather than zone sizes | Mike Rapoport | 2 | -9/+6 |
| 2020-06-03 | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option | Mike Rapoport | 1 | -2/+2 |
| 2020-04-07 | mm/vma: append unlikely() while testing VMA access permissions | Anshuman Khandual | 1 | -1/+1 |
| 2020-04-07 | mm/vma: make vma_is_accessible() available for general use | Anshuman Khandual | 1 | -1/+1 |
| 2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -3/+0 |
| 2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 1 | -1/+1 |
| 2020-04-02 | mm: introduce fault_signal_pending() | Peter Xu | 1 | -1/+1 |
| 2020-02-10 | m68k: mm: Fully initialize the page-table allocator | Peter Zijlstra | 1 | -1/+12 |
| 2020-02-10 | m68k: mm: Extend table allocator for multiple sizes | Peter Zijlstra | 2 | -30/+51 |
| 2020-02-10 | m68k: mm: Improve kernel_page_table() | Peter Zijlstra | 2 | -27/+29 |
| 2020-02-10 | m68k: mm: Restructure Motorola MMU page-table layout | Peter Zijlstra | 2 | -35/+29 |
| 2020-02-10 | m68k: mm: Move the pointer table allocator to motorola.c | Peter Zijlstra | 2 | -102/+102 |
| 2020-02-10 | m68k: mm: Unify Motorola MMU page setup | Peter Zijlstra | 2 | -9/+26 |
| 2019-12-04 | m68k: mm: use pgtable-nopXd instead of 4level-fixup | Mike Rapoport | 4 | -19/+59 |
| 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-05 | 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-17 | 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-04 | 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-22 | 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-28 | 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-26 | 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-30 | m68k/mm: kmap spelling/grammar fixes | Geert Uytterhoeven | 1 | -5/+5 |
| 2013-12-30 | m68k: Convert arch/m68k/mm/fault.c to pr_*() | Geert Uytterhoeven | 1 | -15/+8 |
| 2013-12-30 | 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-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -0/+2 |
| 2013-07-03 | mm/m68k: fix build warning of unused variable | Jiang Liu | 1 | -5/+8 |
| 2013-07-03 | mm/m68k: prepare for killing free_all_bootmem_node() | Jiang Liu | 1 | -3/+1 |
| 2013-07-03 | mm/m68k: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -29/+2 |
| 2013-07-03 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -2/+2 |
| 2013-07-03 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -2/+2 |
| 2013-07-03 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+1 |
| 2013-04-29 | mm/m68k: use common help functions to free reserved pages | Jiang Liu | 1 | -22/+2 |
| 2013-03-04 | m68knommu: fix build when CPU is not coldfire | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
| 2013-01-07 | m68k: fix conditional use of init_pointer_table | Greg Ungerer | 1 | -3/+5 |
| 2012-11-14 | m68k: move to a single instance of free_initmem() | Greg Ungerer | 4 | -36/+8 |
| 2012-11-14 | m68k: merge MMU and non-MMU versions of mm/init.c | Greg Ungerer | 3 | -323/+228 |
| 2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
| 2012-08-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2 | -2/+2 |
| 2012-07-17 | m68k: fix ColdFire clear cache operation | Greg Ungerer | 1 | -1/+1 |
| 2012-06-27 | m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop} | Geert Uytterhoeven | 2 | -2/+2 |
| 2012-04-22 | m68k/mm: Port OOM changes to do_page_fault() | Kautuk Consul | 1 | -8/+34 |
| 2012-03-28 | Disintegrate asm/system.h for M68K | David Howells | 7 | -7/+0 |
| 2012-02-07 | m68k: Do not set global share for non-kernel shared pages | Alexander Stein | 1 | -4/+5 |
| 2012-01-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 1 | -3/+3 |
| 2012-01-22 | m68k: Fix assembler constraint to prevent overeager gcc optimisation | Andreas Schwab | 1 | -3/+3 |
| 2011-12-30 | m68k: add ColdFire with MMU enabled support to the m68k mem init code | Greg Ungerer | 1 | -1/+1 |
| 2011-12-30 | m68k: compile appropriate mm arch files for ColdFire MMU support | Greg Ungerer | 1 | -3/+5 |
| 2011-12-30 | m68k: ColdFire V4e MMU paging init code and miss handler | Greg Ungerer | 1 | -0/+198 |
| 2011-12-30 | m68k: use ColdFire MMU read/write bit flags when ioremapping | Greg Ungerer | 1 | -1/+2 |
| 2011-12-30 | m68k: modify cache push and clear code for ColdFire with MMU enable | Greg Ungerer | 1 | -2/+6 |
| 2011-12-30 | m68k: add cache support for V4e ColdFire cores running with MMU enabled | Greg Ungerer | 1 | -3/+21 |
| 2011-12-24 | m68k: print memory layout info in boot log | Greg Ungerer | 1 | -0/+34 |
| 2011-10-18 | m68knommu: create common externs for _ram* vars | Greg Ungerer | 1 | -1/+0 |
| 2011-10-18 | m68knommu: remove extern declarations of memory_start/memory_end from mm/init | Greg Ungerer | 1 | -3/+0 |
| 2011-10-18 | m68knommu: use generic section names in mm/init code | Greg Ungerer | 1 | -9/+8 |
| 2011-07-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 1 | -5/+0 |
| 2011-07-30 | m68k/atari: Reserve some ST-RAM early on for device buffer use | Michael Schmitz | 1 | -5/+0 |
| 2011-07-25 | m68knommu: Fix printk() format in free_initrd_mem() | Geert Uytterhoeven | 1 | -2/+3 |
| 2011-07-25 | m68knommu: Make empty_zero_page "void *", like on m68k | Geert Uytterhoeven | 1 | -3/+3 |
| 2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 1 | -2/+0 |
| 2011-05-24 | m68knommu: clean up mm/init_no.c | Greg Ungerer | 1 | -47/+4 |
| 2011-05-24 | m68k: merge the mmu and non-mmu mm/Makefile | Greg Ungerer | 3 | -18/+9 |
| 2011-05-24 | m68k: mv kmap_mm.c to kmap.c | Greg Ungerer | 2 | -370/+365 |
| 2011-05-24 | m68knommu: remove stubs for __ioremap() and iounmap() | Greg Ungerer | 2 | -38/+1 |
| 2011-05-24 | m68knommu: remove unused kernel_set_cachemode() | Greg Ungerer | 1 | -8/+0 |
| 2011-04-27 | m68k/mm: Set all online nodes in N_NORMAL_MEMORY | Michael Schmitz | 1 | -0/+2 |
| 2011-03-25 | m68k: merge m68k and m68knommu arch directories | Greg Ungerer | 9 | -522/+780 |
| 2011-03-16 | m68k: Add helper function handle_kernel_fault() | Roman Zippel | 1 | -15/+1 |
| 2010-05-17 | m68k: invoke oom-killer from page fault | Nick Piggin | 1 | -10/+4 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -1/+3 |
| 2010-02-27 | m68k{,nommu}/h8300: Remove obsolete comment about map_chunk | Philippe De Muyter | 1 | -2/+1 |
| 2010-02-27 | m68k: Allow ioremapping top of memory | Philippe De Muyter | 1 | -1/+1 |
| 2009-09-22 | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 1 | -1/+1 |
| 2009-06-21 | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 1 | -1/+1 |
| 2009-01-12 | m68k: Kill several external declarations in source files | Geert Uytterhoeven | 2 | -7/+4 |
| 2008-10-14 | arch/m68k/mm/kmap.c: introduce missing kfree | Julia Lawall | 1 | -1/+3 |
| 2008-07-26 | m68k: use generic show_mem() | Johannes Weiner | 1 | -30/+0 |
| 2008-07-24 | mm: drop unneeded pgdat argument from free_area_init_node() | Johannes Weiner | 2 | -2/+2 |
| 2008-07-24 | mm: move bootmem descriptors definition to a single place | Johannes Weiner | 1 | -3/+1 |
| 2008-07-20 | arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmem | Julia Lawall | 1 | -1/+0 |
| 2008-07-20 | arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmem | Julia Lawall | 1 | -1/+0 |
| 2008-04-29 | m68k: Export empty_zero_page for ZERO_PAGE usage in modules. | Aneesh Kumar K.V | 1 | -0/+1 |
| 2008-04-28 | m68k: remove redundant display of free swap space in show_mem() | Johannes Weiner | 1 | -1/+0 |
| 2007-10-19 | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 1 | -1/+1 |
| 2007-10-16 | During VM oom condition, kill all threads in process group | Will Schmidt | 1 | -1/+1 |
| 2007-08-22 | m68k: Kill superfluous extern | Geert Uytterhoeven | 1 | -5/+1 |
| 2007-07-20 | m68k: missing __init | Al Viro | 1 | -1/+1 |
| 2007-07-20 | m68k: missing exports | Al Viro | 1 | -0/+2 |
| 2007-07-19 | mm: fault feedback #2 | Nick Piggin | 1 | -11/+10 |
| 2007-05-31 | m68k: discontinuous memory support | Roman Zippel | 3 | -146/+147 |
| 2007-05-31 | m68k: runtime patching infrastructure | Roman Zippel | 1 | -0/+3 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
| 2006-12-09 | [PATCH] m68k: EXPORT_SYMBOL(cache_{clear,push}) bogus comment | Geert Uytterhoeven | 1 | -2/+2 |
| 2006-12-09 | [PATCH] Sun3: General updates | Sam Creasey | 1 | -2/+5 |
| 2006-12-07 | [PATCH] mm: arch do_page_fault() vs in_atomic() | Peter Zijlstra | 1 | -1/+1 |
| 2006-10-11 | [PATCH] clean m68k ksyms | Al Viro | 3 | -2/+13 |
| 2006-10-11 | [PATCH] sun3 __iomem annotations | Al Viro | 1 | -4/+4 |
| 2006-10-03 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
| 2006-09-29 | [PATCH] pidspace: is_init() | Sukadev Bhattiprolu | 1 | -1/+1 |
| 2006-09-29 | [PATCH] make PROT_WRITE imply PROT_READ | Jason Baron | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 4 | -4/+0 |
| 2006-06-26 | [PATCH] arch: use list_move() | Akinobu Mita | 1 | -4/+2 |
| 2006-06-25 | [PATCH] m68k: fix __iounmap for 030 | Roman Zippel | 1 | -2/+4 |