aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-08tile: tag some code with #ifdef CONFIG_COMPATChris Metcalf1-0/+4
2013-02-08tile: fix memcpy_*io functions for allnoconfigChris Metcalf1-1/+5
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf6-0/+10
2013-02-04tile: avoid defining INT_MASK macro in <arch/interrupts.h>Chris Metcalf4-391/+383
2013-02-04tile: provide "screen_info" when enabling VTChris Metcalf1-0/+5
2013-02-01tile: include kernel/Kconfig.freezer in tile KconfigChris Metcalf1-0/+2
2013-02-01tile: remove an unused variable in copy_thread()Chris Metcalf1-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman3-36/+22
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-3/+1
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+0
2012-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-34/+126
2012-12-18arch/tile: set CORE_DUMP_USE_REGSET on tileSimon Marchi1-0/+2
2012-12-18arch/tile: implement arch_ptrace using user_regset on tileSimon Marchi1-9/+6
2012-12-18arch/tile: implement user_regset interface on tileSimon Marchi1-0/+62
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas3-20/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into nextJoerg Roedel1-0/+1
2012-12-14arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf3-6/+9
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-2/+0
2012-12-13arch/tile: provide PT_FLAGS_COMPAT value in pt_regsChris Metcalf2-17/+46
2012-12-12tile/PCI: use for_each_pci_dev to simplify the codeWei Yongjun1-2/+2
2012-12-12tilegx: remove __init from pci fixup hookChris Metcalf1-2/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds16-205/+116
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse1-114/+25
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-3/+2
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro3-5/+0
2012-11-28tile: switch to generic clone()Al Viro2-8/+1
2012-11-28kill stray kernel_thread() garbageAl Viro1-2/+0
2012-11-28consolidate sys_execve() prototypeAl Viro1-4/+0
2012-11-28Merge branch 'arch-tile' into no-rebasesAl Viro1-1/+1
2012-11-28tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errorsAl Viro1-1/+1
2012-11-28tile: dma_debug: add debug_dma_mapping_error supportShuah Khan1-0/+1
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro5-13/+8
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-10-25tile: sanitize copy_thread()Al Viro1-13/+11
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf10-57/+39
2012-10-23tile: switch to generic sys_execve()Al Viro8-49/+5
2012-10-23arch/tile: avoid build warnings from duplicate ELF_R_xxx #definesChris Metcalf1-10/+0
2012-10-23arch/tile: avoid generating .eh_frame information in modulesChris Metcalf1-0/+4
2012-10-20tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf6-76/+75
2012-10-20Drop struct pt_regs * argument in compat_sys_execve()Al Viro5-11/+6
2012-10-17UAPI: The tile arch uses the generic ucontext.h fileDavid Howells2-3/+3
2012-10-17UAPI: Place comments in empty arch Kbuilds to make them non-emptyDavid Howells1-0/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+1
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds43-177/+298
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-4/+4
2012-10-12arch/tile: enable interrupts in do_work_pending()Chris Metcalf1-0/+3