summaryrefslogtreecommitdiffstats
path: root/arch/frv/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-9/+0
|\
| * burying unused conditionalsAl Viro2013-02-141-2/+0
| * frv: switch to generic old sigaction()Al Viro2013-02-031-7/+0
* | frv: 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-0/+3
|\ \ | |/
| * frv: switch to generic fork/vfork/cloneAl Viro2012-11-281-0/+3
* | 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
* | frv: switch to saner kernel_execve() semanticsAl Viro2012-11-021-1/+0
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-7/+1
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-7/+1
* | Merge tag 'disintegrate-misc-arches-20121010' of git://git.infradead.org/user...Linus Torvalds2012-10-1333-1350/+6
|\ \
| * | UAPI: (Scripted) Disintegrate arch/frv/include/asmDavid Howells2012-10-1033-1350/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-124-9/+6
|\ \ \ | |/ / |/| |
| * | sanitize tsk_is_polling()Al Viro2012-10-011-2/+0
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
| * | frv: switch to generic kernel_thread()Al Viro2012-10-011-1/+0
| * | frv: switch to generic kernel_execveAl Viro2012-10-012-5/+4
| * | frv: 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-17/+1
|\ \ \ | |/ /
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-17/+1
| |/
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+1
|\ \
| * | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+1
| |/
* | 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
|\
| * ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-301-1/+0
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-07-301-6/+0
|\ \ | |/ |/|
| * Remove useless wrappers of asm-generic/cpumask.hPaul Bolle2012-06-281-6/+0
* | frv: remove km_type definitionsCong Wang2012-07-241-23/+1
* | frv: remove the second parameter of kmap_atomic_primary()Cong Wang2012-07-231-25/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-4/+12
|\
| * FRV: Shrink TIF_WORK_MASK [ver #2]David Howells2012-06-011-4/+12
* | bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\
| * kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-231-1/+0
|\ \
| * | MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-171-1/+0
| |/
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-2/+0
|\ \
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-2/+0
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-211-15/+0
|\ \
| * | frv: Use common threadinfo allocatorThomas Gleixner2012-05-081-13/+0
| * | frv: Use core allocator for task_structThomas Gleixner2012-05-051-2/+0
| |/
* | frv: delete incorrect task prototypes causing compile failPaul Gortmaker2012-05-171-4/+0
|/
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-43/+10
|\
| * frv: Use generic posix_types.hH. Peter Anvin2012-02-141-43/+10
* | Delete all instances of asm/system.hDavid Howells2012-03-281-4/+0
* | Move all declarations of free_initmem() to linux/mm.hDavid Howells2012-03-281-2/+0
* | Disintegrate asm/system.h for FRVDavid Howells2012-03-287-213/+261
OpenPOWER on IntegriCloud