aboutsummaryrefslogtreecommitdiff
path: root/arch/cris
AgeCommit message (Expand)AuthorFilesLines
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-13/+9
2013-02-26default SET_PERSONALITY() in linux/elf.hGravatar Al Viro 1-3/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-139/+17
2013-02-22new helper: file_inode(file)Gravatar Al Viro 3-10/+9
2013-02-21Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-5/+0
2013-02-21cris: use "int" for ssize_t to match size_tGravatar Geert Uytterhoeven 1-5/+0
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-15/+6
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+3
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Rafael J. Wysocki 1-10/+1
2013-02-17cris idle: delete idle and pm_idleGravatar Len Brown 1-10/+1
2013-02-14burying unused conditionalsGravatar Al Viro 2-3/+0
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+10
2013-02-03cris: kill weird arguments of sys_{rt_,}sigreturn()Gravatar Al Viro 2-16/+8
2013-02-03cris: switch to generic old sigaction()Gravatar Al Viro 4-74/+1
2013-02-03cris: switch to generic old sigsuspendGravatar Al Viro 3-23/+1
2013-02-03cris: don't leave ->uc_stack unitialized - we'll use its contents on sigreturnGravatar Al Viro 2-0/+3
2013-02-03cris: switch to generic sigaltstackGravatar Al Viro 3-14/+3
2013-02-03consolidate kernel-side struct sigaction declarationsGravatar Al Viro 1-6/+1
2013-02-03consolidate declarations of k_sigactionGravatar Al Viro 1-3/+0
2013-01-29cris: Provide dma_mmap_coherent() and dma_get_sgtable()Gravatar Geert Uytterhoeven 1-0/+10
2013-01-23soreuseport: infrastructureGravatar Tom Herbert 1-1/+1
2013-01-17sk-filter: Add ability to lock a socket filter programGravatar Vincent Bernat 1-0/+2
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupGravatar Olof Johansson 2-2/+2
2013-01-11arch/cris/arch-v32/drivers: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+2
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 2-2/+2
2012-12-24time: convert arch_gettimeoffset to a pointerGravatar Stephen Warren 2-13/+4
2012-12-24cris: move usec/nsec conversion to do_slow_gettimeoffsetGravatar Stephen Warren 2-3/+3
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-9/+1
2012-12-20UAPI: Fix up empty files in arch/cris/Gravatar David Howells 3-0/+5
2012-12-20CRIS: locking: fix the return value of arch_read_trylock()Gravatar Wei Yongjun 1-1/+1
2012-12-20Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowe...Gravatar Jesper Nilsson 53-639/+682
2012-12-20CRIS: use kbuild.h instead of defining macros in asm-offset.cGravatar James Hogan 1-5/+1
2012-12-19unify SS_ONSTACK/SS_DISABLE definitionsGravatar Al Viro 1-6/+0
2012-12-19new helper: current_user_stack_pointer()Gravatar Al Viro 1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 2-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+0
2012-12-18CRIS: fix I/O macrosGravatar Corey Minyard 1-6/+33
2012-12-14modules: don't hand 0 to vmalloc.Gravatar Rusty Russell 1-2/+0
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-227/+67
2012-11-29unify default ptrace_signal_deliverGravatar Al Viro 1-6/+0
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 2-4/+2
2012-11-28cris: switch to generic fork/vfork/cloneGravatar Al Viro 4-60/+13
2012-11-19various: Fix spelling of "registered" in comments.Gravatar Adam Buchbinder 2-2/+2
2012-11-13tracing,x86: Add a TSC trace_clockGravatar David Sharp 1-0/+1
2012-11-01sk-filter: Add ability to get socket filter program (v2)Gravatar Pavel Emelyanov 1-0/+1
2012-10-14cris: switch to generic kernel_execve/sys_execveGravatar Al Viro 6-65/+6