summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-4/+0
|\
| * asm/user.h: killed unused macrosAl Viro2022-01-301-4/+0
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-14/+2
|\ \
| * \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-251-13/+1
| |\ \
| | * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-14/+1
| | * | m68k: fix access_ok for coldfireArnd Bergmann2022-02-251-6/+9
| | * | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| | |/
| * / signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-223-0/+3
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-213-0/+3
| |/
* | Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-211-5/+4
|\ \
| * | m68k: cmpxchg: Dereference matching sizeKees Cook2022-02-131-5/+4
| |/
* | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-1/+3
|\ \
| * | m68k: Implement "current_stack_pointer"Kees Cook2022-02-261-1/+3
| |/
* / m68k: Add asm/config.hLaurent Vivier2022-02-211-0/+33
|/
* include: move find.h from asm_generic to linuxYury Norov2022-01-151-2/+0
* Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-1/+0
* Merge tag 'm68knommu-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-111-1/+1
|\
| * m68knommu: Remove MCPU32 config symbolGeert Uytterhoeven2021-10-261-1/+1
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-0/+1
|\ \ | |/ |/|
| * mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-0/+1
* | m68k: Remove set_fs()Christoph Hellwig2021-09-245-77/+31
* | m68k: Provide __{get,put}_kernel_nofaultChristoph Hellwig2021-09-241-21/+84
* | m68k: Factor the 8-byte lowlevel {get,put}_user code into helpersChristoph Hellwig2021-09-241-51/+60
* | m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_userChristoph Hellwig2021-09-241-7/+2
* | m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACESChristoph Hellwig2021-09-241-0/+4
* | m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro2021-09-241-0/+4
|/
* m68k: Double cast io functions to unsigned longGuenter Roeck2021-09-131-10/+10
* Merge tag 'm68knommu-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-011-0/+19
|\
| * m68k: m5441x: add flexcan supportAngelo Dureghello2021-08-231-0/+19
* | m68k: Fix asm register constraints for atomic opsGeert Uytterhoeven2021-08-231-2/+2
|/
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+1
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-26/+0
|\
| * m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSArnd Bergmann2021-05-101-19/+0
| * asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-8/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-026-5/+4
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-015-4/+4
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-07-011-5/+0
|\ \ \
| * | | m68k: coldfire: remove private clk_get/clk_putArnd Bergmann2021-06-081-5/+0
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-294-47/+2
|\ \ \ | | |/ | |/|
| * | m68k: remove support for DISCONTIGMEMMike Rapoport2021-06-293-46/+1
| * | mm: update legacy flush_tlb_* to use vmaChen Li2021-06-291-1/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-281-3/+3
|\ \
| * | mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne2021-06-041-3/+3
| |/
* | locking/atomic: m68k: move to ARCH_ATOMICMark Rutland2021-05-263-36/+36
* | locking/atomic: cmpxchg: make `generic` a prefixMark Rutland2021-05-261-1/+1
|/
* mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0