aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2023-10-06m68k: kernel: Add and use "ptrace.h"Geert Uytterhoeven2-0/+8
2023-10-06m68k: kernel: Add and use "process.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: kernel: Add and use "ints.h"Geert Uytterhoeven2-0/+9
2023-10-06m68k: kernel: Add and use <asm/syscalls.h>Geert Uytterhoeven2-0/+20
2023-10-06m68k: kernel: Make bad_super_trap() staticGeert Uytterhoeven1-1/+1
2023-10-06m68k: kernel: Include <linux/cpu.h> for trap_init()Geert Uytterhoeven1-0/+1
2023-10-06m68k: kernel: Add missing asmlinkage to do_notify_resume()Geert Uytterhoeven1-1/+1
2023-10-06m68k: Use kernel's generic libgcc functionsGreg Ungerer5-186/+4
2023-10-06m68k: emu: Replace strlcpy() with strscpy()Azeem Shaikh1-3/+3
2023-10-06m68k: math-emu: Add missing prototypesGeert Uytterhoeven4-0/+66
2023-10-06m68k: math-emu: Reformat function and variable headersGeert Uytterhoeven4-118/+60
2023-10-06m68k: math-emu: Replace external declarations by header inclusionGeert Uytterhoeven1-4/+3
2023-10-06m68k: math-emu: Make multi_arith.h self-containedGeert Uytterhoeven1-0/+2
2023-10-06m68k: math-emu: Sanitize include guardsGeert Uytterhoeven3-9/+9
2023-10-06m68k: math-emu: Fix incorrect file reference in fp_log.cGeert Uytterhoeven1-1/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+1
2023-09-21futex: Add sys_futex_requeue()[email protected]1-0/+1
2023-09-21futex: Add sys_futex_wait()[email protected]1-0/+1
2023-09-21futex: Add sys_futex_wake()[email protected]1-0/+1
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-67/+0
2023-09-04Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+4
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+3
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds4-20/+5
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-47/+57
2023-08-28Merge tag 'm68k-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-18/+21
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-1/+0
2023-08-24m68k: implement the new page table range APIMatthew Wilcox (Oracle)6-14/+28
2023-08-24m68k: Remove <asm/ide.h>Geert Uytterhoeven1-67/+0
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap3-3/+3
2023-08-21m68k: convert various functions to use ptdescsVishal Moola (Oracle)3-29/+30
2023-08-21m68k: Add memcmp() declarationArnd Bergmann1-0/+1
2023-08-21m68k: Define __div64_32() to avoid a warningArnd Bergmann1-0/+3
2023-08-21m68k: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-21m68k: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada5-5/+5
2023-08-21m68k: defconfig: Update defconfigs for v6.5-rc1Geert Uytterhoeven12-12/+12
2023-08-21m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar"[email protected]1-1/+1
2023-08-21m68k/pci: Drop useless pcibios_setup()Bjorn Helgaas1-6/+0
2023-08-18m68k/kexec: refactor for kernel/Kconfig.kexecEric DeVolder1-17/+2
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2-4/+0
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-0/+1
2023-07-24m68k: Fix invalid .section syntaxBen Hutchings3-6/+6
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe3-3/+3
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-14/+28
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds12-12/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-15/+7