aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-04tile: properly use COMPAT_SYSCALL_DEFINExChris Metcalf1-16/+19
2013-03-04tile: work around bug in the generic sys_llseekChris Metcalf2-0/+16
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds5-134/+4
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-1/+1
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+8
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse1-1/+0
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-6/+0
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-6/+0
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-02-14burying unused conditionalsAl Viro2-6/+0
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-03tile: switch to generic compat rt_sigaction()Al Viro3-53/+1
2013-02-03tile: switch to generic compat rt_sigqueueinfo()Al Viro3-17/+1
2013-02-03tile: switch to generic compat rt_sig{procmask,pending}()Al Viro1-0/+2
2013-02-03tile: switch to generic sigaltstackAl Viro5-63/+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-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-17arch/tile/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook1-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