summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+0
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-19/+2
|\ \
| * | burying unused conditionalsAl Viro2013-02-141-2/+0
| * | m68k: switch to generic old sigaction()Al Viro2013-02-031-7/+0
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1
| * | consolidate declarations of k_sigactionAl Viro2013-02-031-3/+0
| |/
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+1
|\ \
| * \ Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson2013-01-273-1/+19
| |\ \
| * \ \ Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-2/+2
| |\ \ \
| * | | | m68k: set arch_gettimeoffset directlyStephen Warren2012-12-241-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-02-201-5/+0
|\ \ \ \ \
| * | | | | m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMAGeert Uytterhoeven2013-02-091-5/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2013-02-121-1/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | m68knommu: fix trap on execing /bin/initGreg Ungerer2013-02-061-1/+0
| | |_|/ / | |/| | |
* | | | | m68k: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+10
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-01-232-1/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | m68k: Wire up finit_moduleGeert Uytterhoeven2012-12-251-1/+1
| * | | m68k: Provide dma_alloc_attrs()/dma_free_attrs()Geert Uytterhoeven2012-12-251-0/+16
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2013-01-181-0/+2
|\ \ \ | |_|/ |/| |
| * | m68knommu: add KMAP definitions for non-MMU definitionsGreg Ungerer2013-01-071-0/+2
| |/
* | ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-202-1/+1
|\
| * new helper: current_user_stack_pointer()Al Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2012-12-165-276/+125
|\ \
| * | m68knommu: add clock creation support macro for other ColdFire CPUsGreg Ungerer2012-12-051-1/+8
| * | m68knommu: make non-MMU page_to_virt() return a void *Greg Ungerer2012-12-051-1/+1
| * | m68knommu: merge ColdFire 5249 and 525x definitionsGreg Ungerer2012-12-053-274/+116
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-12-135-68/+4
|\ \ \
| * | | m68k: switch to using the asm-generic termios.hGreg Ungerer2012-11-142-50/+1
| * | | m68k: switch to using the asm-generic shmparam.hGreg Ungerer2012-11-142-6/+1
| * | | m68k: switch to using the asm-generic spinlock.hGreg Ungerer2012-11-142-6/+1
| * | | m68k: switch to using the asm-generic hw_irq.hGreg Ungerer2012-11-142-6/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-122-6/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | get rid of ptrace_signal_deliver() argumentsAl Viro2012-11-291-2/+1
| * | | unify default ptrace_signal_deliverAl Viro2012-11-291-3/+2
| * | | m68k: sanitize copy_thread(), fork/vfork/clone wrappers, switch to generic fo...Al Viro2012-11-281-0/+2
| | | |
| | \ \
| *-. \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-281-1/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-1624-1292/+6
| | |\ \ \ | | | | |/ | | | |/|
| | * | | m68k: switch to saner kernel_execve() semanticsAl Viro2012-10-171-1/+0
| | | |/ | | |/|
* | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | |/ | |/|
* | | m68k: fix sigset_t accessor functionsAndreas Schwab2012-11-181-3/+3
|/ /
* | m68k: Wire up kcmpGeert Uytterhoeven2012-10-191-1/+1
* | m68k: Remove empty #ifdef/#else/#endif blockGeert Uytterhoeven2012-10-151-3/+0
* | Merge tag 'disintegrate-m68k-20121009' of git://git.infradead.org/users/dhowe...Geert Uytterhoeven2012-10-1524-1288/+5
|\ \ | |/ |/|
| * UAPI: (Scripted) Disintegrate arch/m68k/include/asmDavid Howells2012-10-0924-1288/+5
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-4/+2
|\ \
| * | Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-4/+2
OpenPOWER on IntegriCloud