aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-20m68k: Wire up statxGeert Uytterhoeven3-1/+3
2017-03-20m68k/defconfig: Update defconfigs for v4.11-rc1Geert Uytterhoeven12-12/+156
2017-03-20m68k/bitops: Correct signature of test_bit()Geert Uytterhoeven1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+2
2017-02-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-6/+8
2017-02-27scripts/spelling.txt: add "efective" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-3/+3
2017-02-24m68k: replace gcc specific macros with ones from compiler.hGideon Israel Dsouza10-22/+29
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-74/+18
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2017-02-20Merge tag 'm68k-for-v4.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds54-405/+379
2017-02-13m68k/sun3: Remove dead code in paging_init()Mathias Krause1-3/+0
2017-02-13m68k/defconfig: amcore board defconfig tuningAngelo Dureghello1-6/+8
2017-02-12m68k/include: Modernize printing of kernel messagesGeert Uytterhoeven3-10/+10
2017-02-12m68k/mm: Modernize printing of kernel messagesGeert Uytterhoeven2-4/+2
2017-02-12m68k/mm: sun3 - Modernize printing of kernel messagesGeert Uytterhoeven2-5/+6
2017-02-12m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven5-37/+26
2017-02-12m68k/sun3x: Modernize printing of kernel messagesGeert Uytterhoeven3-31/+22
2017-02-12m68k/sun3: Modernize printing of kernel messagesGeert Uytterhoeven6-59/+54
2017-02-12m68k/q40: Modernize printing of kernel messagesGeert Uytterhoeven2-13/+16
2017-02-12m68k/mvme16x: Modernize printing of kernel messagesGeert Uytterhoeven2-17/+17
2017-02-12m68k/mvme147: Modernize printing of kernel messagesGeert Uytterhoeven1-1/+1
2017-02-12m68k/bvme6000: Modernize printing of kernel messagesGeert Uytterhoeven2-5/+5
2017-02-12m68k/68000: Modernize printing of kernel messagesGeert Uytterhoeven3-9/+9
2017-02-12m68k/atari: Modernize printing of kernel messagesGeert Uytterhoeven2-35/+35
2017-02-09m68k: Delete an unnecessary variable assignment in sys_cacheflush()Markus Elfring1-1/+0
2017-02-09m68k/mac: Clean up interrupt debug macros and printk statementsFinn Thain6-79/+0
2017-02-09m68k/mac: Remove SHUTUP_SONIC interrupt hackFinn Thain1-12/+0
2017-02-09m68k/mac: Improve NMI handlerFinn Thain1-59/+8
2017-02-09m68k/defconfig: Update defconfigs for v4.10-rc1Geert Uytterhoeven12-24/+168
2017-02-09m68k/mac: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-02-07m68k/mac: Replace via-maciisi driver with via-cuda driverFinn Thain3-74/+18
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 Assche2-3/+3
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner5-5/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds13-13/+13
2016-12-14arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck1-1/+7
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 tag 'm68k-for-v4.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-3/+2
2016-12-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds26-18/+713
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar13-25/+73