aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-36/+36
2021-06-28Merge tag 'for-5.14/libata-2021-06-27' of git://git.kernel.dk/linux-blockLinus Torvalds8-53/+71
2021-06-21m68knommu: fix missing LCD splash screen data initializerGreg Ungerer2-0/+805
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-16m68k: use libata instead of the legacy ide driverChristoph Hellwig5-24/+24
2021-06-10m68k/q40: Replace q40ide driver with pata_falcon and falconideFinn Thain4-18/+34
2021-06-10m68k/mac: Replace macide driver with generic platform driversFinn Thain3-12/+14
2021-06-08clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann1-1/+0
2021-06-08m68k: coldfire: remove private clk_get/clk_putArnd Bergmann6-158/+128
2021-06-08m68k: coldfire: use clkdev_lookup on most coldfireArnd Bergmann12-206/+153
2021-06-07m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warningRandy Dunlap1-0/+3
2021-06-07quota: Wire up quotactl_fd syscallJan Kara1-1/+1
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne1-3/+3
2021-06-01nfblock: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-15/+5
2021-05-31m68k: defconfig: Update defconfigs for v5.13-rc1Geert Uytterhoeven12-24/+36
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2-2/+3
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-1/+0
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsMark Rutland1-1/+0
2021-05-26locking/atomic: m68k: move to ARCH_ATOMICMark Rutland4-36/+37
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland1-1/+1
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-1/+2
2021-05-17quota: Disable quotactl_path syscallJan Kara1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-05-10m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSArnd Bergmann2-19/+1
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann1-8/+1
2021-05-10m68k: dma: Remove unnecessary include of asm/cacheflush.hWan Jiabing1-3/+0
2021-05-10m68k: Drop -fno-strength-reduce from KBUILD_CFLAGSFinn Thain1-2/+1
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-16/+3
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-7/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand1-1/+0
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov1-3/+3
2021-05-06arch: use cross_compiling to check whether it is a cross build or notMasahiro Yamada1-1/+1
2021-05-04Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-6/+6
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+1
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2021-04-23m68k: coldfire: fix irq rangesAngelo Dureghello1-6/+6
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün1-0/+3
2021-04-19m68k: sun3x: Remove unneeded semicolonWan Jiabing1-1/+1
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver1-0/+3
2021-04-12m68k: Add missing mmap_read_lock() to sys_cacheflush()Liam Howlett1-0/+2
2021-04-12m68k: fix flatmem memory model setupAngelo Dureghello1-1/+1
2021-04-06m68k: fpsp040,ifpsp060: Remove meaningless EXTRA_LDFLAGSMasahiro Yamada2-4/+0
2021-04-06m68k: fpsp040: Remove meaningless $(OS_OBJS)Masahiro Yamada1-2/+0
2021-04-06m68k: mvme147,mvme16x: Don't wipe PCC timer config bitsFinn Thain3-12/+19
2021-04-06m68k: syscalls: switch to generic syscallhdr.shMasahiro Yamada2-41/+2