summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2013-11-151-0/+1
* | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-141-1/+0
|\ \
| * | mn10300/PCI: Remove unused pci_mem_startMyron Stowe2013-10-071-1/+0
| |/
* / sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/
* Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-2/+2
|\
| * mn10300: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-021-3/+0
|\ \
| * | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
* | | mn10300: Allow to pass array name to get_user()Akira Takeuchi2013-06-281-1/+1
* | | mn10300: Fix include dependency in irqflags.h et al.David Daney2013-06-192-4/+5
|/ /
* / MN10300: Need pci_iomap() and __pci_ioport_map() definingDavid Howells2013-05-301-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-10/+0
|\
| * consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-10/+0
* | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-5/+0
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-5/+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
| * | mn10300: 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
| |/
* / mn10300: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven2013-01-291-0/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-1/+0
|\
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
* | Merge tag 'for-linus-20121212' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-121-1/+2
|\ \
| * | MN10300: Use asm-generic/pci_iomap.hDavid Howells2012-12-121-0/+1
| * | MN10300: Handle cacheable PCI regions in pci_iomap()David Howells2012-12-121-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-122-5/+3
|\|
| * unify default ptrace_signal_deliverAl Viro2012-11-291-4/+0
| * mn10300: switch to generic fork/vfork/cloneAl Viro2012-11-281-0/+3
| * mn10300: switch to saner kernel_execve() semanticsAl Viro2012-10-141-1/+0
* | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-6/+1
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-6/+1
* | Merge tag 'disintegrate-misc-arches-20121010' of git://git.infradead.org/user...Linus Torvalds2012-10-1332-1270/+7
|\ \
| * | UAPI: (Scripted) Disintegrate arch/mn10300/include/asmDavid Howells2012-10-1032-1270/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-125-17/+9
|\ \ \ | |/ / |/| |
| * | sanitize tsk_is_polling()Al Viro2012-10-011-0/+2
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
| * | mn10300: convert to generic kernel_thread()Al Viro2012-10-011-5/+0
| * | mn10300: switch to generic kernel_execve()Al Viro2012-10-013-11/+5
| * | mn10300: switch to generic sys_execve()Al Viro2012-10-012-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-16/+1
|\| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-16/+2
| |/
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+2
|\ \
| * | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+2
| |/
* / cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-1/+0
|\