summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport4-74/+9
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport2-84/+0
2020-06-09m68k/mm/motorola: move comment about page table allocation funcitonsMike Rapoport2-6/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-4/+1
2020-06-08m68k: implement flush_icache_user_rangeChristoph Hellwig1-0/+2
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-2/+2
2020-06-08m68knommu: use asm-generic/cacheflush.hChristoph Hellwig1-17/+2
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+14
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-0/+17
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2020-06-01Merge tag 'm68k-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2020-05-30m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm()Luc Van Oostenryck1-2/+2
2020-05-30m68k,nommu: add missing __user in uaccess' __ptr() macroLuc Van Oostenryck1-1/+1
2020-05-29m68k: convert to csum_and_copy_from_user()Al Viro1-1/+2
2020-05-28m68k: mcf5441x: add support for esdhc mmc controllerAngelo Dureghello2-0/+17
2020-05-25m68k: Add missing __user annotation in get_user()Jason Wang1-1/+1
2020-05-25m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain1-0/+1
2020-05-12floppy: use symbolic register names in the m68k portWilly Tarreau1-7/+8
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-6/+6
2020-04-13m68k: Drop redundant generic-y += hardirq.hGeert Uytterhoeven1-1/+0
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual3-14/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-3/+0
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-24/+0
2020-03-31Merge tag 'm68k-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-117/+80
2020-03-28m68knommu: Remove mm.h include from uaccess_no.hThomas Gleixner1-1/+0
2020-03-09m68k: Switch to asm-generic/hardirq.hGeert Uytterhoeven2-29/+1
2020-02-10m68k: mm: Change ColdFire pgtable_tWill Deacon2-13/+19
2020-02-10m68k: mm: Extend table allocator for multiple sizesPeter Zijlstra1-12/+19
2020-02-10m68k: mm: Use table allocator for pgtablesPeter Zijlstra3-36/+21
2020-02-10m68k: mm: Improve kernel_page_table()Peter Zijlstra1-1/+12
2020-02-10m68k: mm: Restructure Motorola MMU page-table layoutPeter Zijlstra3-21/+10
2020-02-10m68k: mm: Unify Motorola MMU page setupPeter Zijlstra1-13/+10
2020-02-10m68k: mm: Fix ColdFire pgd_alloc()Will Deacon1-1/+1
2020-02-10m68k: mm: Remove stray nocache in ColdFire pgallocPeter Zijlstra1-5/+1
2020-02-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-8/+11
2020-02-03m68knommu: fix memcpy() out of bounds warning in get_user()Greg Ungerer1-8/+11
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+0
2020-01-12m68k: Wire up clone3() syscallKars de Jong1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+0
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar1-0/+4
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport9-70/+56
2019-12-04m68k: nommu: use pgtable-nopud instead of 4level-fixupMike Rapoport1-1/+1
2019-11-11m68k: rename __iounmap and mark it staticChristoph Hellwig1-1/+0
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland3-7/+7
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2-10/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin2-4/+0
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0