aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-26default SET_PERSONALITY() in linux/elf.hAl Viro1-5/+0
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+0
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-9/+6
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-5/+0
2012-11-28hexagon: switch to generic clone()Al Viro1-0/+1
2012-11-28consolidate sys_execve() prototypeAl Viro1-3/+0
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro61-93/+69
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-10-23hexagon: switch to generic sys_execve()Al Viro1-0/+1
2012-10-23hexagon: kernel_thread()/kernel_execve() conversionAl Viro2-1/+4
2012-10-18Hexagon: Copyright marking changesRichard Kuo58-90/+57
2012-10-18UAPI: (Scripted) Disintegrate arch/hexagon/include/asmDavid Howells14-3/+12
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-5/+0
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+1
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-5/+0
2012-10-06cross-arch: don't corrupt personality flags upon exec()Jiri Kosina1-1/+2
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-genericArnd Bergmann2-5/+3
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesDavid Howells1-5/+0
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-01bury the rest of TIF_IRETAl Viro1-2/+0
2012-10-01sanitize tsk_is_polling()Al Viro1-2/+0
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-06-28Remove useless wrappers of asm-generic/ipc.hPaul Bolle1-1/+0
2012-06-28Remove useless wrappers of asm-generic/cpumask.hPaul Bolle1-1/+0
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2012-05-22Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_types.hJesper Juhl1-2/+0
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-7/+0
2012-05-08hexagon: Use common threadinfo allocatorThomas Gleixner1-8/+0
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-6/+12
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Disintegrate asm/system.h for HexagonDavid Howells7-127/+199
2012-03-28Hexagon: adapt for dma_map_ops changesMarek Szyprowski1-6/+12
2011-12-21perf, arch: Rework perf_event_index()Peter Zijlstra1-2/+0
2011-11-01Hexagon: kgdb support filesLinas Vepstas1-0/+43
2011-11-01Hexagon: Add page-fault support.Richard Kuo2-0/+138
2011-11-01Hexagon: Add page table header files & etc.Richard Kuo6-0/+1031
2011-11-01Hexagon: Provide DMA implementationRichard Kuo2-0/+130
2011-11-01Hexagon: Implement basic TLB management routines for Hexagon.Richard Kuo2-0/+97
2011-11-01Hexagon: Implement basic cache-flush supportRichard Kuo2-0/+133
2011-11-01Hexagon: Provide basic implementation and/or stubs for I/O routines.Richard Kuo1-0/+326
2011-11-01Hexagon: Add user access functionsRichard Kuo1-0/+116
2011-11-01Hexagon: Add locking types and functionsRichard Kuo2-0/+228
2011-11-01Hexagon: Add SMP supportRichard Kuo1-0/+44
2011-11-01Hexagon: Provide basic debugging and system trap support.Richard Kuo1-0/+29
2011-11-01Hexagon: Add ptrace supportRichard Kuo1-0/+35
2011-11-01Hexagon: Add time and timer functionsRichard Kuo2-0/+68