aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-24m68k: replace gcc specific macros with ones from compiler.hGideon Israel Dsouza4-4/+7
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2017-02-20Merge tag 'm68k-for-v4.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds6-36/+20
2017-02-12m68k/include: Modernize printing of kernel messagesGeert Uytterhoeven3-10/+10
2017-02-12m68k/mm: sun3 - Modernize printing of kernel messagesGeert Uytterhoeven1-3/+3
2017-02-12m68k/sun3x: Modernize printing of kernel messagesGeert Uytterhoeven1-7/+7
2017-02-09m68k/mac: Clean up interrupt debug macros and printk statementsFinn Thain1-16/+0
2017-02-07m68k/mac: Replace via-maciisi driver with via-cuda driverFinn Thain1-1/+1
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+0
2016-12-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds9-2/+77
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-1/+1
2016-12-05m68knommu: platform support for i2c devices on ColdFire SoCSteven King9-2/+77
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-10-30m68k: Fix ndelay() macroBoris Brezillon1-1/+1
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-1/+0
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+3
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-09-27exceptions: detritus removalAl Viro1-3/+0
2016-09-26m68k: generalize uboot command line supportGreg Ungerer1-0/+6
2016-09-26m68k: generalize io memory region setup for ColdFire ACR registersGreg Ungerer3-1/+5
2016-09-26m68k: move ColdFire _bootmem_alloc codeGreg Ungerer1-0/+1
2016-09-26m68k: report correct FPU type on ColdFire MMU platformsGreg Ungerer2-0/+2
2016-09-26m68k: set appropriate machine type for m5411x SoC platformsGreg Ungerer3-0/+3
2016-09-26m68knommu: fix IO write size in nettel pin setGreg Ungerer1-1/+1
2016-08-07m68k: move exports to definitionsAl Viro1-0/+3
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-79/+0
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-17/+11
2016-07-28m68k: enable binfmt_flat on systems with an MMUNicolas Pitre1-2/+3
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+40
2016-07-25m68k: use same start_thread() on MMU and no-MMUGreg Ungerer1-12/+1
2016-07-25m68k: fix file path commentGreg Ungerer1-1/+1
2016-07-25m68k: fix bFLT executable running on MMU enabled systemsGreg Ungerer2-2/+6
2016-07-23Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds4-5/+5
2016-07-03m68k: Assorted spelling fixesAndrea Gelmini4-5/+5
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko3-6/+6
2016-06-20locking/atomic, arch/m68k: Remove commentPeter Zijlstra1-7/+0
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/m68k: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-4/+49
2016-06-04char/genrtc: remove m68k supportArnd Bergmann1-79/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-0/+59
2016-05-28m68k: Add <asm/hash.h>George Spelvin1-0/+59
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-7/+0
2016-04-07m68k: Wire up preadv2 and pwritev2Geert Uytterhoeven2-1/+3
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-6/+0