summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-08-08m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-21/+0
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2023-01-04m68k: add support for TIF_NOTIFY_SIGNALJens Axboe1-0/+1
2022-06-14m68knommu: set ZERO_PAGE() to the allocated zeroed pageGreg Ungerer1-1/+2
2022-06-09m68k: atari: Make Atari ROM port I/O write macros return voidGeert Uytterhoeven1-3/+3
2022-05-30m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2021-09-30m68k: Double cast io functions to unsigned longGuenter Roeck1-10/+10
2021-05-14m68k: mvme147,mvme16x: Don't wipe PCC timer config bitsFinn Thain1-0/+3
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+7
2020-10-20Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-554/+394
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+3
2020-10-05m68knommu: switch to using asm-generic/uaccess.hGreg Ungerer3-554/+394
2020-09-24kbuild: preprocess module linker scriptMasahiro Yamada1-0/+7
2020-09-07m68k: Revive _TIF_* masksGeert Uytterhoeven1-0/+8
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-2/+1
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+1
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro1-0/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-3/+3
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+2
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-6/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+1
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2020-08-07Merge tag 'm68knommu-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-21/+13
2020-08-04Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-27m68k: use asm-generic cmpxchg_local()Greg Ungerer1-8/+0
2020-07-27m68knommu: fix overwriting of bits in ColdFire V3 cache controlGreg Ungerer1-3/+3
2020-07-27m68knommu: fix use of cpu_to_le() on IO accessGreg Ungerer1-4/+4
2020-07-27m68knommu: __force type casts for raw IO accessGreg Ungerer1-6/+6
2020-07-26macintosh/adb-iop: Implement SRQ autopollingFinn Thain1-0/+1
2020-07-13m68k: atari: Annotate dummy read in ROM port IO code as __maybe_unusedMichael Schmitz1-3/+3
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-03Merge 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-02Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2020-06-02Merge 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