aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-01tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf2-3/+21
2013-08-01tile: support multiple mPIPE shims in tilegx network driverChris Metcalf3-0/+35
2013-08-01tile: support jumbo frames in the tilegx network driverChris Metcalf2-4/+101
2013-07-03tile: normalize global variables exported by vmlinux.ldsJiang Liu1-1/+1
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-05-28tile: uaccess s/might_sleep/might_fault/Michael S. Tsirkin1-1/+1
2013-05-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-3/+24
2013-05-02tile: support new Tilera hypervisorChris Metcalf1-3/+24
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-7/+39
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd1-1/+6
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer1-0/+1
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf1-1/+9
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf1-1/+9
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2013-03-22tile: support atomic64_dec_if_positive()Chris Metcalf1-0/+21
2013-03-22tile: support TIF_SYSCALL_TRACEPOINT; select HAVE_SYSCALL_TRACEPOINTSSimon Marchi1-0/+8
2013-03-21tile: Add definition of NR_syscallsSimon Marchi1-0/+2
2013-03-21tile: move declaration of sys_call_table to <asm/syscall.h>Simon Marchi2-6/+6
2013-03-21arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall traceSimon Marchi1-1/+2
2013-03-04tile: work around bug in the generic sys_llseekChris Metcalf1-0/+3
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-11/+0
2013-02-14burying unused conditionalsAl Viro1-1/+0
2013-02-08tile: fix memcpy_*io functions for allnoconfigChris Metcalf1-1/+5
2013-02-04tile: avoid defining INT_MASK macro in <arch/interrupts.h>Chris Metcalf3-390/+382
2013-02-03tile: switch to generic compat rt_sigaction()Al Viro1-4/+0
2013-02-03tile: switch to generic compat rt_sigqueueinfo()Al Viro1-2/+0
2013-02-03tile: switch to generic sigaltstackAl Viro2-4/+0
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-1/+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 Viro1-1/+0
2012-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-3/+10
2012-12-18arch/tile: set CORE_DUMP_USE_REGSET on tileSimon Marchi1-0/+2
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2-2/+1
2012-12-14arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf2-3/+2
2012-12-13arch/tile: provide PT_FLAGS_COMPAT value in pt_regsChris Metcalf1-0/+6
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds6-21/+21
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-3/+0
2012-11-28tile: switch to generic clone()Al Viro1-0/+1
2012-11-28kill stray kernel_thread() garbageAl Viro1-2/+0
2012-11-28consolidate sys_execve() prototypeAl Viro1-4/+0
2012-11-28tile: dma_debug: add debug_dma_mapping_error supportShuah Khan1-0/+1
2012-11-16Merge branch 'arch-frv' into no-rebasesAl Viro3-3/+4
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf2-12/+16