aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+1
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+1
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-33/+84
2017-06-30drivers: dma-mapping: allow dma_common_mmap() for NOMMUGravatar Vladimir Murzin 1-0/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 2-16/+0
2017-06-19m68k: Remove ptrace_signal_deliverGravatar Andreas Schwab 2-21/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Gravatar Christoph Hellwig 2-1/+1
2017-05-15kill strlen_user()Gravatar Al Viro 2-3/+0
2017-05-14m68k/defconfig: Update defconfigs for v4.12-rc1Gravatar Geert Uytterhoeven 12-12/+84
2017-05-11uapi: export all headers under uapi directoriesGravatar Nicolas Dichtel 1-24/+0
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeGravatar Stephen Boyd 2-2/+2
2017-05-02Merge tag 'm68k-for-v4.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-116/+61
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowGravatar Al Viro 1-1/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Gravatar Al Viro 26-120/+238
2017-04-20m68k/mac: Clarify IOP message alloc/free confusionGravatar Finn Thain 1-13/+6
2017-04-20m68k/mac: Adopt platform_device_register_simple()Gravatar Finn Thain 1-37/+12
2017-04-20m68k/mac: Modernize printing of kernel messagesGravatar Geert Uytterhoeven 2-21/+14
2017-04-20m68k/mac: IOP - Modernize printing of kernel messagesGravatar Geert Uytterhoeven 1-45/+29
2017-04-14m68k/coldfire/pit: Set ->min_delta_ticks and ->max_delta_ticksGravatar Nicolai Stange 1-0/+2
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Al Viro 16-14/+160
2017-03-28m68k: switch to RAW_COPY_USERGravatar Al Viro 3-24/+28
2017-03-28m68k: get rid of zeroingGravatar Al Viro 2-26/+43
2017-03-28m68k: switch to generic extable.hGravatar Al Viro 8-51/+11
2017-03-28new helper: uaccess_kernel()Gravatar Al Viro 1-1/+1
2017-03-20m68k: Wire up statxGravatar Geert Uytterhoeven 3-1/+3
2017-03-20m68k/defconfig: Update defconfigs for v4.11-rc1Gravatar Geert Uytterhoeven 12-12/+156
2017-03-20m68k/bitops: Correct signature of test_bit()Gravatar Geert Uytterhoeven 1-1/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hGravatar Al Viro 2-3/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hGravatar Al Viro 2-6/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-1/+2
2017-02-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 1-6/+8
2017-02-27scripts/spelling.txt: add "efective" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+3
2017-02-24m68k: replace gcc specific macros with ones from compiler.hGravatar Gideon Israel Dsouza 10-22/+29
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-74/+18
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+0
2017-02-20Merge tag 'm68k-for-v4.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 54-405/+379
2017-02-13m68k/sun3: Remove dead code in paging_init()Gravatar Mathias Krause 1-3/+0
2017-02-13m68k/defconfig: amcore board defconfig tuningGravatar Angelo Dureghello 1-6/+8
2017-02-12m68k/include: Modernize printing of kernel messagesGravatar Geert Uytterhoeven 3-10/+10
2017-02-12m68k/mm: Modernize printing of kernel messagesGravatar Geert Uytterhoeven 2-4/+2