summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm
AgeCommit message (Expand)Author
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport
2020-06-09m68k/mm/motorola: move comment about page table allocation funcitonsMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-08m68k: implement flush_icache_user_rangeChristoph Hellwig
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-06-08m68knommu: use asm-generic/cacheflush.hChristoph Hellwig
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-01Merge tag 'm68k-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-05-30m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm()Luc Van Oostenryck
2020-05-30m68k,nommu: add missing __user in uaccess' __ptr() macroLuc Van Oostenryck
2020-05-29m68k: convert to csum_and_copy_from_user()Al Viro
2020-05-28m68k: mcf5441x: add support for esdhc mmc controllerAngelo Dureghello
2020-05-25m68k: Add missing __user annotation in get_user()Jason Wang
2020-05-25m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain
2020-05-12floppy: use symbolic register names in the m68k portWilly Tarreau
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau
2020-04-13m68k: Drop redundant generic-y += hardirq.hGeert Uytterhoeven
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada
2020-03-31Merge tag 'm68k-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-28m68knommu: Remove mm.h include from uaccess_no.hThomas Gleixner
2020-03-09m68k: Switch to asm-generic/hardirq.hGeert Uytterhoeven
2020-02-10m68k: mm: Change ColdFire pgtable_tWill Deacon
2020-02-10m68k: mm: Extend table allocator for multiple sizesPeter Zijlstra
2020-02-10m68k: mm: Use table allocator for pgtablesPeter Zijlstra
2020-02-10m68k: mm: Improve kernel_page_table()Peter Zijlstra
2020-02-10m68k: mm: Restructure Motorola MMU page-table layoutPeter Zijlstra
2020-02-10m68k: mm: Unify Motorola MMU page setupPeter Zijlstra
2020-02-10m68k: mm: Fix ColdFire pgd_alloc()Will Deacon
2020-02-10m68k: mm: Remove stray nocache in ColdFire pgallocPeter Zijlstra
2020-02-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2020-02-03m68knommu: fix memcpy() out of bounds warning in get_user()Greg Ungerer
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-12m68k: Wire up clone3() syscallKars de Jong
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport
2019-12-04m68k: nommu: use pgtable-nopud instead of 4level-fixupMike Rapoport
2019-11-11m68k: rename __iounmap and mark it staticChristoph Hellwig
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds