summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+2
|\
| * mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
* | Merge tag 'm68knommu-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-017-8/+74
|\ \
| * | m68knommu: only set CONFIG_ISA_DMA_API for ColdFire sub-archArnd Bergmann2021-08-231-1/+1
| * | m68k: coldfire: return success for clk_enable(NULL)Dan Carpenter2021-08-231-1/+1
| * | m68k: m5441x: add flexcan supportAngelo Dureghello2021-08-233-4/+67
| * | m68k: stmark2: update board setupAngelo Dureghello2021-08-231-2/+4
| * | m68k/nommu: prevent setting ROMKERNEL when ROM is not setRandy Dunlap2021-08-231-0/+1
| |/
* | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\ \
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| * | asm-generic: uaccess: remove inline strncpy_from_user/strnlen_userArnd Bergmann2021-07-271-2/+2
* | | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-013-3/+4
|\ \ \
| * | | signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_dieEric W. Biederman2021-08-262-2/+3
| * | | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
| |/ /
* | | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-14/+16
|\ \ \
| * \ \ Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-093-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+3
| * | | tty: don't store semi-state into tty driversJiri Slaby2021-07-271-12/+15
| | |/ | |/|
* | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-1/+0
|\ \ \
| * | | block: remove cmdline-parser.cChristoph Hellwig2021-08-021-1/+0
| | |/ | |/|
* | | Merge tag 'm68k-for-v5.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-3015-22/+52
|\ \ \ | |/ / |/| |
| * | m68k: Fix asm register constraints for atomic opsGeert Uytterhoeven2021-08-231-2/+2
| * | m68k: Fix invalid RMW_INSNS on CPUs that lack CASGeert Uytterhoeven2021-08-091-1/+7
| * | m68k: defconfig: Update defconfigs for v5.14-rc1Geert Uytterhoeven2021-08-0912-17/+41
| * | m68k: emu: Fix invalid free in nfeth_cleanup()Pavel Skripkin2021-07-191-2/+2
* | | Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-1/+0
|\ \ \
| * | | arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn2021-07-301-1/+0
* | | | m68k/coldfire: change pll var. to clk_pllRandy Dunlap2021-07-261-1/+1
| |/ / |/| |
* | | m68k: MAC should select HAVE_PATA_PLATFORMGeert Uytterhoeven2021-07-191-0/+1
| |/ |/|
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-1/+0
|\ \
| * | kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-1/+0
* | | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+1
* | | m68k: convert to setup_initial_init_mm()Kefeng Wang2021-07-082-8/+2
| |/ |/|
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-1/+1
|\ \
| * | Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-312-2/+3
| |\|
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | | Merge tag 'm68knommu-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-052-0/+805
|\ \ \
| * | | m68knommu: fix missing LCD splash screen data initializerGreg Ungerer2021-06-212-0/+805
| | |/ | |/|
* | | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-022-26/+1
|\ \ \
| * | | m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESSArnd Bergmann2021-05-102-19/+1
| * | | asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-8/+1
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-027-9/+5
|\ \ \
| * | | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-015-4/+4
| * | | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
| * | | mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-301-4/+1
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-07-0115-352/+268
|\ \ \ \
| * | | | clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann2021-06-081-1/+0
| * | | | m68k: coldfire: remove private clk_get/clk_putArnd Bergmann2021-06-086-158/+128
| * | | | m68k: coldfire: use clkdev_lookup on most coldfireArnd Bergmann2021-06-0812-206/+153
| | |/ / | |/| |