summaryrefslogtreecommitdiffstats
path: root/arch/tile/include
Commit message (Expand)AuthorAgeFilesLines
* tile: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-031-1/+1
* Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-1/+1
|\
| * tile: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-021-1/+1
|\ \
| * | sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-1/+1
| |/
* / consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
|/
* Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-05-091-3/+24
|\
| * tile: support new Tilera hypervisorChris Metcalf2013-05-021-3/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-05-016-7/+39
|\ \
| * | tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf2013-04-091-1/+9
| * | tile: support atomic64_dec_if_positive()Chris Metcalf2013-03-221-0/+21
| * | tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi2013-03-221-0/+8
| * | tile: Add definition of NR_syscallsSimon Marchi2013-03-211-0/+2
| * | tile: move declaration of sys_call_table to <asm/syscall.h>Simon Marchi2013-03-212-6/+6
| * | arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi2013-03-211-1/+2
* | | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-301-1/+6
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-2/+0
|\ \ \
| * | | arch: Consolidate tsk_is_polling()Thomas Gleixner2013-04-081-2/+0
| |/ /
* | / mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-291-0/+1
| |/ |/|
* | tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf2013-04-091-1/+9
|/
* tile: work around bug in the generic sys_llseekChris Metcalf2013-03-041-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-233-11/+0
|\
| * burying unused conditionalsAl Viro2013-02-141-1/+0
| * tile: switch to generic compat rt_sigaction()Al Viro2013-02-031-4/+0
| * tile: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-031-2/+0
| * tile: switch to generic sigaltstackAl Viro2013-02-032-4/+0
* | tile: fix memcpy_*io functions for allnoconfigChris Metcalf2013-02-081-1/+5
* | tile: avoid defining INT_MASK macro in <arch/interrupts.h>Chris Metcalf2013-02-043-390/+382
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-202-1/+1
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
* | 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-183-3/+10
|\ \ \
| * | | arch/tile: set CORE_DUMP_USE_REGSET on tileSimon Marchi2012-12-181-0/+2
| * | | arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf2012-12-142-3/+2
| * | | arch/tile: provide PT_FLAGS_COMPAT value in pt_regsChris Metcalf2012-12-131-0/+6
| |/ /
* | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-172-2/+1
* | | 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-281-3/+0
| * | tile: switch to generic clone()Al Viro2012-11-281-0/+1
| * | kill stray kernel_thread() garbageAl Viro2012-11-281-2/+0
| * | consolidate sys_execve() prototypeAl Viro2012-11-281-4/+0
| * | Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-163-3/+4
| |\|
| * | 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/+3
* | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| |/ |/|