aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-29m68k: mm: fix node memblock initAngelo Dureghello1-1/+1
2020-06-29m68k: nommu: register start of the memory with memblockMike Rapoport1-1/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-11/+11
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada3-7/+7
2020-06-11Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-5/+6
2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov1-4/+4
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-11/+11
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport5-75/+10
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-22/+4
2020-06-09m68k/mm: move {cache,nocahe}_page() definitions close to their userMike Rapoport3-84/+43
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 Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport6-7/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport24-24/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-8/+3
2020-06-09m68k: add show_stack_loglvl()Dmitry Safonov1-5/+11
2020-06-08module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig1-0/+4
2020-06-08m68k: implement flush_icache_user_rangeChristoph Hellwig2-1/+8
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2-3/+3
2020-06-08m68knommu: use asm-generic/cacheflush.hChristoph Hellwig1-17/+2
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+4
2020-06-06kbuild: add variables for compression toolsDenis Efremov1-4/+4
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport2-13/+8
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2-9/+6
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-2/+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 Torvalds4-3/+74
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+4
2020-06-01Merge tag 'm68k-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds19-60/+102
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-30m68k: Drop CONFIG_MTD_M25P80 in stmark2_defconfigBin Meng1-1/+0
2020-05-29m68k: convert to csum_and_copy_from_user()Al Viro2-3/+4
2020-05-28m68k: coldfire/clk.c: move m5441x specific codeAngelo Dureghello2-15/+15
2020-05-28m68k: mcf5441x: add support for esdhc mmc controllerAngelo Dureghello5-3/+74
2020-05-25m68k: tools: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-05-25m68k: Add missing __user annotation in get_user()Jason Wang1-1/+1
2020-05-25m68k: mac: Avoid stuck ISM IOP interrupt on Quadra 900/950Finn Thain1-22/+28
2020-05-25m68k: mac: Remove misleading commentFinn Thain1-1/+0
2020-05-25m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain3-20/+8
2020-05-25m68k/PCI: Fix a memory leak in an error handling pathChristophe JAILLET1-1/+3
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-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-05-11m68k: defconfig: Update defconfigs for v5.7-rc1Geert Uytterhoeven12-12/+60
2020-05-05clk: Allow the common clk framework to be selectableStephen Boyd1-1/+1
2020-04-27m68k: amiga: config: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1