summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-152-10/+20
|\
| * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-7/+0
| * binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-031-3/+20
* | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-07-132-12/+11
|\ \
| * | m68k: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-102-12/+11
* | | m68k: coldfire: move inline before return typeJoe Perches2017-07-121-2/+2
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2017-07-116-6/+0
|\ \ \ | |/ / |/| |
| * | m68k: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-06-266-6/+0
| |/
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-062-3/+0
|\ \
| * | kill strlen_user()Al Viro2017-05-152-3/+0
| |/
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-0/+1
|\ \
| * | drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin2017-06-301-0/+1
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-1/+1
|\ \
| * | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+1
| |/
* | Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0314-33/+84
|\ \
| * | m68k: Remove ptrace_signal_deliverAndreas Schwab2017-06-192-21/+0
| * | m68k/defconfig: Update defconfigs for v4.12-rc1Geert Uytterhoeven2017-05-1412-12/+84
| |/
* / arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-282-16/+0
|/
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-24/+0
* scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-082-2/+2
* Merge tag 'm68k-for-v4.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-023-116/+61
|\
| * m68k/mac: Clarify IOP message alloc/free confusionFinn Thain2017-04-201-13/+6
| * m68k/mac: Adopt platform_device_register_simple()Finn Thain2017-04-201-37/+12
| * m68k/mac: Modernize printing of kernel messagesGeert Uytterhoeven2017-04-202-21/+14
| * m68k/mac: IOP - Modernize printing of kernel messagesGeert Uytterhoeven2017-04-201-45/+29
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+2
|\ \
| * | m68k/coldfire/pit: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
| |/
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
| |
| \
| \
| \
*---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-2626-120/+238
|\ \ \ \ | |_|_|/ |/| | |
| | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-0216-14/+160
| | |/| | |/| |
| | | * m68k: Wire up statxGeert Uytterhoeven2017-03-203-1/+3
| | | * m68k/defconfig: Update defconfigs for v4.11-rc1Geert Uytterhoeven2017-03-2012-12/+156
| | | * m68k/bitops: Correct signature of test_bit()Geert Uytterhoeven2017-03-201-1/+1
| |_|/ |/| |
| | * m68k: switch to RAW_COPY_USERAl Viro2017-03-283-24/+28
| | * m68k: get rid of zeroingAl Viro2017-03-282-26/+43
| | * m68k: switch to generic extable.hAl Viro2017-03-288-51/+11
| |/
| * new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-052-3/+0
| * uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-052-6/+0
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-272-1/+2
|\
| * scripts/spelling.txt: add "efective" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2017-02-271-6/+8
|\ \ | |/ |/|
| * m68k/defconfig: amcore board defconfig tuningAngelo Dureghello2017-02-131-6/+8