aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm
AgeCommit message (Expand)AuthorFilesLines
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSGravatar Masahiro Yamada 2-2/+1
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-13/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 3-0/+3
2022-03-21Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+4
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+3
2022-03-21arch: Add pmd_pfn() where it is missingGravatar Mike Rapoport 3-0/+3
2022-02-26m68k: Implement "current_stack_pointer"Gravatar Kees Cook 1-1/+3
2022-02-25uaccess: generalize access_ok()Gravatar Arnd Bergmann 1-14/+1
2022-02-25m68k: fix access_ok for coldfireGravatar Arnd Bergmann 1-6/+9
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultGravatar Arnd Bergmann 1-2/+0
2022-02-21m68k: Add asm/config.hGravatar Laurent Vivier 1-0/+33
2022-02-13m68k: cmpxchg: Dereference matching sizeGravatar Kees Cook 1-5/+4
2022-01-30asm/user.h: killed unused macrosGravatar Al Viro 1-4/+0
2022-01-15include: move find.h from asm_generic to linuxGravatar Yury Norov 1-2/+0
2021-11-17Add linux/cacheflush.hGravatar Matthew Wilcox (Oracle) 1-1/+0
2021-11-11Merge tag 'm68knommu-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2021-10-26m68knommu: Remove MCPU32 config symbolGravatar Geert Uytterhoeven 1-1/+1
2021-10-18mm: Add flush_dcache_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 1-1/+1
2021-09-24m68k: Remove set_fs()Gravatar Christoph Hellwig 5-77/+31
2021-09-24m68k: Provide __{get,put}_kernel_nofaultGravatar Christoph Hellwig 1-21/+84
2021-09-24m68k: Factor the 8-byte lowlevel {get,put}_user code into helpersGravatar Christoph Hellwig 1-51/+60
2021-09-24m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_userGravatar Christoph Hellwig 1-7/+2
2021-09-24m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACESGravatar Christoph Hellwig 1-0/+4
2021-09-24m68k: Leave stack mangling to asm wrapper of sigreturn()Gravatar Al Viro 1-0/+4
2021-09-13m68k: Double cast io functions to unsigned longGravatar Guenter Roeck 1-10/+10
2021-09-01Merge tag 'm68knommu-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+19
2021-08-23m68k: Fix asm register constraints for atomic opsGravatar Geert Uytterhoeven 1-2/+2
2021-08-23m68k: m5441x: add flexcan supportGravatar Angelo Dureghello 1-0/+19
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Gravatar Aneesh Kumar K.V 1-1/+1
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-26/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-5/+4
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-5/+0
2021-07-01mm/thp: define default pmd_pgtable()Gravatar Anshuman Khandual 5-4/+4
2021-07-01mm: define default value for FIRST_USER_ADDRESSGravatar Anshuman Khandual 1-1/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-47/+2
2021-06-29m68k: remove support for DISCONTIGMEMGravatar Mike Rapoport 3-46/+1
2021-06-29mm: update legacy flush_tlb_* to use vmaGravatar Chen Li 1-1/+1
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+3
2021-06-08m68k: coldfire: remove private clk_get/clk_putGravatar Arnd Bergmann 1-5/+0
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Gravatar Peter Collingbourne 1-3/+3
2021-05-26locking/atomic: m68k: move to ARCH_ATOMICGravatar Mark Rutland 3-36/+36
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixGravatar Mark Rutland 1-1/+1
2021-05-10m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSGravatar Arnd Bergmann 1-19/+0
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesGravatar Arnd Bergmann 1-8/+1
2021-05-07mm: remove xlate_dev_kmem_ptr()Gravatar David Hildenbrand 1-5/+0
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Gravatar Yury Norov 1-3/+3