summaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2025-10-14Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigsTheodore Ts'o1-3/+3
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+11
2025-10-03Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+0
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+2
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+2
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-30Merge tag 'm68k-for-v6.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-83/+50
2025-09-30Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+7
2025-09-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-12/+0
2025-09-29Remove bcachefs core codeLinus Torvalds12-12/+0
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-16m68k/PCI: Use pci_enable_resources() in pcibios_enable_device()Ilpo Järvinen1-28/+11
2025-09-15m68k: defconfig: Update defconfigs for v6.17-rc1Geert Uytterhoeven12-72/+36
2025-09-15m68k: bitops: Fix find_*_bit() signaturesGeert Uytterhoeven1-11/+14
2025-09-13PAGE_PTR() had been last used outside of arch/* in 1.1.94Al Viro1-10/+0
2025-09-09m68k: Add __attribute_const__ to ffs()-family implementationsKees Cook1-7/+7
2025-09-07crypto: curve25519 - Remove unused kpp supportEric Biggers12-12/+0
2025-09-04Merge tag 'pull-getgeo' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Jens Axboe1-2/+2
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-08-27net: phy: fixed: let fixed_phy_add always use addr 0 and remove return valueHeiner Kallweit1-2/+2
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko1-4/+0
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-2/+2
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/ne...Linus Torvalds12-12/+0
2025-07-30Merge tag 'm68k-for-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds48-180/+270
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-9/+0
2025-07-29Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds1-2/+2
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-07-15m68k: 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-12mm: 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/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2