aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov1-3/+3
2021-04-19m68k: sun3x: Remove unneeded semicolonWan Jiabing1-1/+1
2021-04-06m68k: mvme147,mvme16x: Don't wipe PCC timer config bitsFinn Thain1-0/+3
2021-04-06m68k: mm: Fix flatmem memory model setupAngelo Dureghello1-1/+1
2021-03-06m68k: Fix virt_addr_valid() W=1 compiler warningsGeert Uytterhoeven2-3/+3
2021-02-13m68k: make __pfn_to_phys() and __phys_to_pfn() available for !MMUMike Rapoport1-1/+1
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+9
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-28/+10
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-6/+8
2020-12-15m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEMMike Rapoport3-5/+7
2020-12-15m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEMMike Rapoport2-2/+2
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-24/+0
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne1-24/+0
2020-11-09m68k: add support for TIF_NOTIFY_SIGNALJens Axboe1-0/+1
2020-11-02m68k: Remove unused mach_max_dma_addressLaurent Vivier1-1/+0
2020-11-02m68k: Avoid xchg() warningArnd Bergmann1-5/+5
2020-10-30m68k: remove timer_interrupt() functionArnd Bergmann1-3/+2
2020-10-30m68k: split heartbeat out of timer functionArnd Bergmann1-0/+7
2020-10-27m68k: mmu_context: Fix Sun-3 buildGeert Uytterhoeven1-0/+1
2020-10-27m68k: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-28/+9
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+7
2020-10-19Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-554/+394
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2020-10-05m68knommu: switch to using asm-generic/uaccess.hGreg Ungerer3-554/+394
2020-09-25kbuild: 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/powerpc/linuxLinus Torvalds1-0/+1
2020-08-07Merge tag 'm68knommu-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-21/+13
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/git/gerg/m68knommuLinus 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