summaryrefslogtreecommitdiff
path: root/arch/m68k/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+0
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+2
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-0/+3
2022-03-22Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+4
2022-03-22Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport3-0/+3
2022-02-27m68k: Implement "current_stack_pointer"Kees Cook1-1/+3
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann1-13/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-14/+1
2022-02-25m68k: fix access_ok for coldfireArnd Bergmann1-6/+9
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-21m68k: Add asm/config.hLaurent Vivier1-0/+33
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
2022-02-14m68k: cmpxchg: Dereference matching sizeKees Cook1-5/+4
2022-01-31asm/user.h: killed unused macrosAl Viro1-4/+0
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-2/+0
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)1-1/+0
2021-11-12Merge tag 'm68knommu-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2021-10-26m68knommu: Remove MCPU32 config symbolGeert Uytterhoeven1-1/+1
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)1-0/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-09-24m68k: Remove set_fs()Christoph Hellwig5-77/+31
2021-09-24m68k: Provide __{get,put}_kernel_nofaultChristoph Hellwig1-21/+84
2021-09-24m68k: Factor the 8-byte lowlevel {get,put}_user code into helpersChristoph Hellwig1-51/+60
2021-09-24m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_userChristoph Hellwig1-7/+2
2021-09-24m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACESChristoph Hellwig1-0/+4
2021-09-24m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro1-0/+4
2021-09-13m68k: Double cast io functions to unsigned longGuenter Roeck1-10/+10
2021-09-02Merge tag 'm68knommu-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+19
2021-08-23m68k: Fix asm register constraints for atomic opsGeert Uytterhoeven1-2/+2
2021-08-23m68k: m5441x: add flexcan supportAngelo Dureghello1-0/+19
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-5/+4
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-5/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual5-4/+4
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-1/+0
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-47/+2
2021-06-29m68k: remove support for DISCONTIGMEMMike Rapoport3-46/+1
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li1-1/+1
2021-06-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+3
2021-06-08m68k: coldfire: remove private clk_get/clk_putArnd Bergmann1-5/+0
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne1-3/+3
2021-05-26locking/atomic: m68k: move to ARCH_ATOMICMark Rutland3-36/+36
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland1-1/+1
2021-05-10m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSArnd Bergmann1-19/+0
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann1-8/+1
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0