summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm
Commit message (Expand)AuthorAgeFilesLines
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-212-1/+1
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-201-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-201-1/+0Star
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \
| * | tile: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-12-192-2/+3
|\ \ \
| * | | arch/tile: set CORE_DUMP_USE_REGSET on tileSimon Marchi2012-12-181-0/+2
| * | | arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf2012-12-141-2/+1Star
| |/ /
* | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-182-2/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-126-21/+21
|\ \ \ | | |/ | |/|
| * | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-291-3/+0Star
| * | tile: switch to generic clone()Al Viro2012-11-291-0/+1
| * | kill stray kernel_thread() garbageAl Viro2012-11-291-2/+0Star
| * | consolidate sys_execve() prototypeAl Viro2012-11-291-4/+0Star
| * | Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-171-3/+0Star
| |\|
| * | arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf2012-10-232-12/+16
| * | tile: switch to generic sys_execve()Al Viro2012-10-234-1/+5
| * | tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf2012-10-201-1/+4
| * | Drop struct pt_regs * argument in compat_sys_execve()Al Viro2012-10-202-6/+3Star
* | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| |/ |/|
* | UAPI: The tile arch uses the generic ucontext.h fileDavid Howells2012-10-171-3/+0Star
|/
* Merge tag 'tags/disintegrate-tile-20121009' into for-linusChris Metcalf2012-10-1216-395/+6Star
|\
| * UAPI: (Scripted) Disintegrate arch/tile/include/asmDavid Howells2012-10-0916-395/+6Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-20/+1Star
|\ \ | |/ |/|
| * get rid of generic instances of asm/exec.hAl Viro2012-09-202-20/+1Star
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-0/+4
|\ \
| * | mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon2012-10-091-0/+4
* | | 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-042-6/+0Star
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+1
| | |/ | |/|
* | | Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-10-071-5/+0Star
|\ \ \ | | |/ | |/|
| * | UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-5/+0Star
* | | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-051-0/+62
* | | tile: fix personality bits handling upon exec()Jiri Kosina2012-10-051-2/+2
|/ /
* / tile: Remove SD_PREFER_LOCAL leftoverAlex Shi2012-08-151-1/+0Star
|/
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2012-07-301-1/+0Star
|\
| * Remove useless wrappers of asm-generic/ipc.hPaul Bolle2012-06-281-1/+0Star
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-07-271-30/+1Star
|\ \
| * | tile: remove km_type definitionsCong Wang2012-07-241-30/+1Star
* | | tile: updates to pci root complex from community feedbackChris Metcalf2012-07-181-19/+8Star
* | | tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf2012-07-184-58/+198
* | | tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2012-07-184-16/+36
* | | tile: remove unused headerPaul Bolle2012-07-181-33/+0Star
* | | arch/tile: tilegx PCI root complex supportChris Metcalf2012-07-181-10/+88
* | | arch/tile: break out the "csum a long" function to <asm/checksum.h>Chris Metcalf2012-07-111-0/+18
* | | arch/tile: support MMIO-based readb/writeb etc.Chris Metcalf2012-07-111-28/+116
|/ /
* | tile: fix bug in get_user() for 4-byte valuesChris Metcalf2012-06-161-1/+1
* | tile: remove cpu_idle_on_new_stackChris Metcalf2012-06-061-5/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-1/+17
|\