summaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
Commit message (Expand)AuthorAgeFilesLines
* m68k: kernel: Add and use "ints.h"Geert Uytterhoeven2023-10-062-0/+9
* m68k: kernel: Add and use <asm/syscalls.h>Geert Uytterhoeven2023-10-062-0/+20
* m68k: kernel: Make bad_super_trap() staticGeert Uytterhoeven2023-10-061-1/+1
* m68k: kernel: Include <linux/cpu.h> for trap_init()Geert Uytterhoeven2023-10-061-0/+1
* m68k: kernel: Add missing asmlinkage to do_notify_resume()Geert Uytterhoeven2023-10-061-1/+1
* m68k: Use kernel's generic libgcc functionsGreg Ungerer2023-10-065-186/+4
* m68k: emu: Replace strlcpy() with strscpy()Azeem Shaikh2023-10-061-3/+3
* m68k: math-emu: Add missing prototypesGeert Uytterhoeven2023-10-064-0/+66
* m68k: math-emu: Reformat function and variable headersGeert Uytterhoeven2023-10-064-118/+60
* m68k: math-emu: Replace external declarations by header inclusionGeert Uytterhoeven2023-10-061-4/+3
* m68k: math-emu: Make multi_arith.h self-containedGeert Uytterhoeven2023-10-061-0/+2
* m68k: math-emu: Sanitize include guardsGeert Uytterhoeven2023-10-063-9/+9
* m68k: math-emu: Fix incorrect file reference in fp_log.cGeert Uytterhoeven2023-10-061-1/+1
* Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-051-67/+0
|\
| * m68k: Remove <asm/ide.h>Geert Uytterhoeven2023-08-241-67/+0
* | Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-042-7/+1
|\ \
| * | m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar"hexingwei001@208suo.com2023-08-211-1/+1
| * | m68k/pci: Drop useless pcibios_setup()Bjorn Helgaas2023-08-211-6/+0
| |/
* | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-4/+4
|\ \
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
| * | tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-2/+2
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
| |/
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-313-3/+3
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-113-3/+3
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-294-20/+5
|\ \ \
| * | | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-213-3/+3
| * | | m68k/kexec: refactor for kernel/Kconfig.kexecEric DeVolder2023-08-181-17/+2
| | |/ | |/|
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-2910-47/+57
|\ \ \
| * | | mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2023-08-251-1/+0
| * | | m68k: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-256-14/+28
| * | | m68k: convert various functions to use ptdescsVishal Moola (Oracle)2023-08-213-29/+30
| * | | asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-182-4/+0
| |/ /
* | | Merge tag 'm68k-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-2920-18/+21
|\ \ \
| * | | m68k: Add memcmp() declarationArnd Bergmann2023-08-211-0/+1
| * | | m68k: Define __div64_32() to avoid a warningArnd Bergmann2023-08-211-0/+3
| * | | m68k: Remove <asm/export.h>Masahiro Yamada2023-08-211-1/+0
| * | | m68k: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-215-5/+5
| * | | m68k: defconfig: Update defconfigs for v6.5-rc1Geert Uytterhoeven2023-08-2112-12/+12
| |/ /
* | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-0/+1
|\ \ \ | |/ / |/| |
| * | arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt2023-07-271-0/+1
| |/
* / m68k: Fix invalid .section syntaxBen Hutchings2023-07-243-6/+6
|/
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-069-14/+28
|\
| * Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-05-319-14/+28
| |\
| | * m68k/mm: Make pfn accessors static inlinesLinus Walleij2023-05-292-4/+18
| | * m68k: Pass a pointer to virt_to_pfn() virt_to_page()Linus Walleij2023-05-297-10/+10
* | | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-3012-12/+0
|\ \ \
| * | | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-2612-12/+0
| | |/ | |/|
* | | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-291-15/+7
|\ \ \
| * \ \ Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2023-06-191-4/+10
| |\ \ \ | | | |/ | | |/|
| * | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-05-0921-148/+42
| |\ \ \ | | | |/ | | |/|