summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-053-27/+3
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 74Thomas Gleixner2019-05-243-9/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2114-0/+14
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-212-0/+2
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\
| * uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-1/+0
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
|/
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-0/+12
|\
| * syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
| * m68k: define syscall_get_arch()Dmitry V. Levin2019-03-201-0/+12
* | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-073-3/+0
|\ \
| * | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-063-3/+0
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+1
|\ \ \
| * | | m68k/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0
| * | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
| |/ /
* | | Merge tag 'm68k-for-v5.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-0636-329/+517
|\ \ \
| * | | m68k: defconfig: Update defconfigs for v5.1-rc1Geert Uytterhoeven2019-03-2512-96/+72
| * | | m68k: mvme16x: Handle timer counter overflowFinn Thain2019-03-251-13/+32
| * | | m68k: mvme16x: Convert to clocksource APIFinn Thain2019-03-251-6/+31
| * | | m68k: mvme147: Handle timer counter overflowFinn Thain2019-03-252-10/+12
| * | | m68k: mvme147: Convert to clocksource APIFinn Thain2019-03-252-7/+30
| * | | m68k: mac: Convert to clocksource APIFinn Thain2019-03-251-9/+36
| * | | m68k: hp300: Handle timer counter overflowFinn Thain2019-03-251-19/+27
| * | | m68k: hp300: Convert to clocksource APIFinn Thain2019-03-251-7/+30
| * | | m68k: bvme6000: Convert to clocksource APIFinn Thain2019-03-251-16/+41
| * | | m68k: atari: Convert to clocksource APIFinn Thain2019-03-251-17/+36
| * | | m68k: amiga: Convert to clocksource APIFinn Thain2019-03-251-9/+37
| * | | m68k: Drop ARCH_USES_GETTIMEOFFSETFinn Thain2019-03-259-17/+0
| * | | m68k: apollo, q40, sun3, sun3x: Remove arch_gettimeoffset implementationsFinn Thain2019-03-257-32/+0
| * | | m68k: mac: Fix VIA timer counter accessesFinn Thain2019-03-251-49/+53
| * | | m68k: Call timer_interrupt() with interrupts disabledFinn Thain2019-03-2511-47/+105
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-7/+0
|\ \ \
| * | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-7/+0
| | |/ | |/|
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-14/+1
|\ \ \
| * | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-032-14/+1
| |/ /
* | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \ \ | |/ / |/| |
| * | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
| |/
* / KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-126-1/+31
|\
| * treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-126-0/+31
| * arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-1/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-03-113-2/+98
|\ \ | |/ |/|
| * m68k: add ColdFire mcf5441x eDMA platform supportAngelo Dureghello2019-02-253-2/+98
* | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-072-2/+0
* | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-067-67/+475
|\ \