summaryrefslogtreecommitdiffstats
path: root/arch/frv
Commit message (Expand)AuthorAgeFilesLines
* 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
| * new helper: sigmask_to_save()Al Viro2012-06-011-7/+3
| * new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+0
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\ \ | |/ |/|
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-231-34/+13
|\ \
| * | frv: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-211-6/+6
| * | frv: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-17/+4
| * | new helper: sigsuspend()Al Viro2012-05-211-11/+3
* | | 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-232-13/+0
|\ \ \ | |_|/ |/| |
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-162-13/+0
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-215-64/+2
|\ \
| * | frv: Use common threadinfo allocatorThomas Gleixner2012-05-081-13/+0
| * | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0
| * | frv: Use generic init_taskThomas Gleixner2012-05-054-34/+3
| * | frv: Use core allocator for task_structThomas Gleixner2012-05-052-12/+0
| * | frv: Use correct size for task_struct allocationThomas Gleixner2012-05-051-7/+2
| |/
* / frv: delete incorrect task prototypes causing compile failPaul Gortmaker2012-05-171-4/+0
|/
* frv: fix warnings in mb93090-mb00/pci-dma.c about implicit EXPORT_SYMBOLPaul Gortmaker2012-04-021-0/+1
* 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-2820-226/+261
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-212-3/+3
|\ \
| * | highmem: kill all __kmap_atomic()Cong Wang2012-03-202-3/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-0/+4
|\ \
| * | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+3
| * | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-3/+1
|\ \
| * | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
| |/
* | Merge branch 'perf/fast' into perf/coreIngo Molnar2012-01-271-2/+0
|\ \ | |/ |/|
| * perf, arch: Rework perf_event_index()Peter Zijlstra2011-12-211-2/+0
* | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-141-15/+1
|\ \
| * | UAPI: Make FRV use asm-generic/param.hDavid Howells2011-12-121-15/+1
| |/