aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds12-12/+0
2025-07-29Merge tag 'm68k-for-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds48-180/+270
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-9/+0
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2025-07-14m68k: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-07-06m68k: mac: Improve clocksource driver commentaryFinn Thain1-0/+16
2025-07-06m68k: defconfig: Update defconfigs for v6.16-rc2Geert Uytterhoeven12-12/+96
2025-07-06m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth27-64/+64
2025-07-06m68k: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth3-8/+8
2025-07-06m68k: Enable dead code eliminationDaniel Palmer1-0/+1
2025-07-06m68k: Don't unregister boot console needlesslyFinn Thain3-33/+19
2025-07-06m68k: Remove unused "cursor home" code from debug consoleFinn Thain1-19/+12
2025-07-06m68k: Avoid pointless recursion in debug console renderingFinn Thain1-7/+4
2025-07-06m68k: Fix lost column on framebuffer debug consoleFinn Thain1-10/+21
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso12-12/+0
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn1-0/+2
2025-06-30m68k: mm: Convert pointer table macros to use ptdescsVishal Moola (Oracle)1-3/+2
2025-06-30m68k: mm: Convert init_pointer_table() to use ptdescsVishal Moola (Oracle)1-6/+6
2025-06-30m68k: mm: Convert free_pointer_table() to use ptdescsVishal Moola (Oracle)1-7/+6
2025-06-30m68k: mm: Convert get_pointer_table() to use ptdescsVishal Moola (Oracle)1-11/+15
2025-06-17m68k: remove unneeded tty includesJiri Slaby (SUSE)5-9/+0
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm3-3/+3
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2025-06-02Merge tag 'm68knommu-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-6/+7
2025-05-31m68k: remove use of page->indexMatthew Wilcox (Oracle)1-1/+2
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-28/+21
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds13-25/+1
2025-05-27Merge tag 'm68k-for-v6.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds14-50/+2
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-12/+12
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+0
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_addHeiner Kallweit1-1/+1
2025-05-19m68k: defconfig: Update defconfigs for v6.15-rc1Geert Uytterhoeven12-48/+0
2025-05-19m68k: Replace memcpy() + manual NUL-termination with strscpy()Thorsten Blum1-2/+1
2025-05-19m68k/kernel: replace strncpy() with strscpy()Mohammad Mahdi Anbaraki1-1/+1
2025-05-19m68k: coldfire: gpio: use new line value setter callbacksBartosz Golaszewski1-3/+5
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers12-12/+12
2025-05-11m68k: mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+5
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky3-9/+9
2025-05-11syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+7
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)3-18/+0
2025-04-28m68k: mac: Fix macintosh_config for Mac IIFinn Thain1-1/+1
2025-04-28m68k: Replace strcpy() with strscpy() in hardware_proc_show()Thorsten Blum1-1/+1
2025-04-21fs: remove uselib() system callChristian Brauner1-1/+0
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima12-24/+0
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-1/+0