aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+2
2013-02-14burying unused conditionalsGravatar Al Viro 1-1/+0
2013-02-04arch Kconfig: Remove references to IRQ_PER_CPUGravatar James Hogan 1-1/+0
2013-02-03hexagon: don't leave ->uc_stack uninitializedGravatar Al Viro 1-0/+1
2013-02-03hexagon: switch to generic sigaltstackGravatar Al Viro 2-14/+2
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-1/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 2-3/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 10-171/+46
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-2/+1
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hGravatar Al Viro 1-5/+0
2012-11-28hexagon: switch to generic clone()Gravatar Al Viro 4-52/+6
2012-11-28consolidate sys_execve() prototypeGravatar Al Viro 1-3/+0
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKGravatar Frederic Weisbecker 1-1/+0
2012-11-16Merge branch 'arch-frv' into no-rebasesGravatar Al Viro 104-136/+112
2012-11-13tracing,x86: Add a TSC trace_clockGravatar David Sharp 1-0/+1
2012-10-23hexagon: switch to generic sys_execve()Gravatar Al Viro 2-19/+1
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionGravatar Al Viro 7-98/+46
2012-10-18Hexagon: Copyright marking changesGravatar Richard Kuo 101-133/+100
2012-10-18UAPI: (Scripted) Disintegrate arch/hexagon/include/asmGravatar David Howells 14-3/+12
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-6/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-0/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionGravatar Shaohua Li 1-0/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Linus Torvalds 1-0/+1
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersGravatar Linus Torvalds 1-5/+0
2012-10-06cross-arch: don't corrupt personality flags upon exec()Gravatar Jiri Kosina 1-1/+2
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Gravatar Arnd Bergmann 2-5/+3
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesGravatar David Howells 1-5/+0
2012-10-03asm-generic: Add default clkdev.hGravatar Mark Brown 1-0/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesGravatar David Howells 1-0/+3
2012-10-01Uninclude linux/freezer.hGravatar Richard Weinberger 1-1/+0
2012-10-01bury the rest of TIF_IRETGravatar Al Viro 1-2/+0
2012-10-01sanitize tsk_is_polling()Gravatar Al Viro 1-2/+0
2012-10-01bury _TIF_RESTORE_SIGMASKGravatar Al Viro 1-1/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hGravatar David Howells 1-0/+1
2012-09-20don't bother exporting kernel_execve()Gravatar Al Viro 1-1/+0
2012-07-30Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-2/+0
2012-06-28Remove useless wrappers of asm-generic/ipc.hGravatar Paul Bolle 1-1/+0
2012-06-28Remove useless wrappers of asm-generic/cpumask.hGravatar Paul Bolle 1-1/+0
2012-06-05hexagon: SMP: Remove call to ipi_call_lock()/ipi_call_unlock()Gravatar Yong Zhang 1-2/+0
2012-06-01new helper: signal_delivered()Gravatar Al Viro 1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setGravatar Al Viro 1-3/+0
2012-06-01don't call try_to_freeze() from do_signal()Gravatar Al Viro 1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Gravatar Al Viro 1-20/+6
2012-06-01new helper: sigmask_to_save()Gravatar Al Viro 1-10/+3
2012-06-01new helper: restore_saved_sigmask()Gravatar Al Viro 1-4/+1