summaryrefslogtreecommitdiffstats
path: root/arch/frv
Commit message (Expand)AuthorAgeFilesLines
* FRV: Fix const sections changeAndi Kleen2012-10-161-0/+2
* FRV: Fix incorrect symbol in copy_thread()David Howells2012-10-161-1/+1
* FRV: Fix VLIW packing constraint violation in entry.SDavid Howells2012-10-161-2/+2
* 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-1340-486/+557
|\ \
| * | UAPI: (Scripted) Disintegrate arch/frv/include/asmDavid Howells2012-10-1040-486/+557
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1212-174/+45
|\ \ \ | |/ / |/| |
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
| * | frv: no need to raise SIGTRAP in setup_frame()Al Viro2012-10-011-8/+0
| * | 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-013-23/+20
| * | frv: switch to generic kernel_execveAl Viro2012-10-015-39/+10
| * | frv: switch to generic sys_execve()Al Viro2012-10-013-19/+2
| * | frv: split ret_from_fork, simplify kernel_thread() a lotAl Viro2012-10-015-100/+32
* | | 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 branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-0/+2
|\ \
| * | Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config optionCatalin Marinas2012-10-091-0/+1
| * | Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas2012-10-091-0/+1
* | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-043-3/+7
| |\ \
| * | | 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
* | | frv: kill used but uninitialized variableGeert Uytterhoeven2012-10-061-10/+9
* | | sections: fix section conflicts in arch/frvAndi Kleen2012-10-062-2/+2
| |/ |/|
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-3/+1
|\ \
| * | frv/PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2012-08-221-3/+1
| |/
* / frv: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-303-2/+2
|\
| * ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+1
| * arch: remove direct definitions of KERN_<LEVEL> usesJoe Perches2012-07-301-1/+1
* | 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
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-275-64/+26
|\ \
| * | frv: remove km_type definitionsCong Wang2012-07-241-23/+1
| * | frv: remove the second parameter of kmap_atomic_primary()Cong Wang2012-07-234-41/+25
| |/
* / frv/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2012-06-121-2/+2
|/
* frv: Remove bogus closing parenthesisGeert Uytterhoeven2012-06-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-013-67/+35
|\
| * FRV: Optimise the system call exit path in entry.S [ver #2]David Howells2012-06-011-6/+7
| * FRV: Shrink TIF_WORK_MASK [ver #2]David Howells2012-06-012-13/+15
| * FRV: Prevent syscall exit tracing and notify_resume at end of kernel exceptionsDavid Howells2012-06-012-11/+3
| * new helper: signal_delivered()Al Viro2012-06-011-2/+1
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
| * TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-011-1/+1
| * don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-17/+7