summaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'm68knommu-for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-241-1/+1
|\
| * m68k: remove trailing space after \n newlineColin Ian King2024-09-091-1/+1
* | Merge tag 'm68k-for-v6.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-1714-35/+6
|\ \
| * | m68k: defconfig: Update defconfigs for v6.11-rc1Geert Uytterhoeven2024-08-2612-24/+0
| * | m68k: Fix kernel_clone_args.flags in m68k_clone()Finn Thain2024-08-261-1/+1
| * | m68k: cmpxchg: Use swap() to improve codeThorsten Blum2024-08-261-10/+5
| |/
* / treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-081-1/+1
|/
* Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-0/+2
|\
| * kbuild: Abort make on install failuresZhang Bingwu2024-07-201-0/+2
* | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-1/+0
|\ \
| * | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-1/+0
| |/
* | Merge tag 'm68k-for-v6.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-1617-6/+25
|\ \
| * | m68k: cmpxchg: Fix return value for default case in __arch_xchg()Thorsten Blum2024-07-091-1/+1
| * | m68k: defconfig: Update defconfigs for v6.10-rc1Geert Uytterhoeven2024-07-0112-0/+12
| * | m68k: atari: Fix TT bootup freeze / unexpected (SCU) interrupt messagesEero Tamminen2024-07-011-5/+1
| * | m68k: emu: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-242-0/+2
| * | m68k: amiga: Turn off Warp1260 interrupts during bootPaolo Pisati2024-06-041-0/+9
| |/
* | block: add a bvec_phys helperChristoph Hellwig2024-07-081-1/+1
* | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-0/+1
|/
* mseal: wire up mseal syscallJeff Xu2024-05-241-0/+1
* Merge tag 'm68knommu-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-211-1/+1
|\
| * m68k: Avoid CONFIG_COLDFIRE switch in uapi headerThomas Huth2024-05-071-1/+1
* | Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-211-4/+4
|\ \
| * | arch: Rename fbdev header and source filesThomas Zimmermann2024-05-031-4/+4
| |/
* | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-151-0/+2
|\ \
| * \ Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-04-051-0/+2
| |\ \ | | |/ | |/|
| | * m68k: pgtable: Add missing #include <asm/page.h>Geert Uytterhoeven2024-03-111-0/+2
* | | m68k: defconfig: Update defconfigs for v6.9-rc1Geert Uytterhoeven2024-05-0812-36/+12
* | | m68k: Move ARCH_HAS_CPU_CACHE_ALIASINGGeert Uytterhoeven2024-05-081-1/+1
* | | m68k: mac: Fix reboot hang on Mac IIciFinn Thain2024-05-081-18/+18
* | | m68k: Fix spinlock race in kernel thread creationMichael Schmitz2024-05-081-1/+3
* | | m68k: Let GENERIC_IOMAP depend on HAS_IOPORTNiklas Schnelle2024-05-081-1/+1
* | | m68k: amiga: Use str_plural() to fix Coccinelle warningThorsten Blum2024-04-291-1/+1
* | | m68k: Calculate THREAD_SIZE from THREAD_SIZE_ORDERDawei Li2024-04-021-4/+5
|/ /
* | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-212-6/+2
|\ \
| * | Merge 6.8-rc5 into tty-nextGreg Kroah-Hartman2024-02-191-2/+2
| |\|
| * | Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman2024-02-041-2/+2
| |\ \
| * | | vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn2024-01-281-1/+1
| * | | serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h>Geert Uytterhoeven2024-01-281-5/+1
* | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-152-0/+10
|\ \ \ \
| * | | | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-232-0/+10
| | |_|/ | |/| |
* | | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-123-5/+6
|\ \ \ \
| * | | | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-063-5/+6
| |/ / /
* | | | Merge tag 'm68k-for-v6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1212-36/+0
|\ \ \ \
| * | | | m68k: defconfig: Update defconfigs for v6.8-rc1Geert Uytterhoeven2024-02-1912-36/+0
| | |/ / | |/| |
* | | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-3/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | nfblock: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-2/+4
| * | | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-2/+4
| | |/ | |/|
* / | kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada2024-02-141-2/+2
|/ /
* / kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov2024-01-311-2/+2
|/