aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-19m68k: MAC should select HAVE_PATA_PLATFORMGeert Uytterhoeven1-0/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2021-07-08m68k: convert to setup_initial_init_mm()Kefeng Wang2-8/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2021-07-05Merge tag 'm68knommu-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-0/+805
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-26/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-9/+5
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds15-352/+268
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual5-4/+4
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-1/+0
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-4/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-15/+5
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-79/+4
2021-06-29m68k: remove support for DISCONTIGMEMMike Rapoport5-76/+1
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li1-1/+1
2021-06-29arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()Liam Howlett1-2/+2
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+3
2021-06-28Merge tag 'm68k-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds15-29/+40
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
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