summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-241-0/+8
* mm: remove flags argument to mmap_regionMichel Lespinasse2013-02-241-1/+0Star
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-221-6/+0Star
|\
| * block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-221-6/+0Star
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-1/+1
|\ \ \ | |_|/ |/| |
| * | arch/tile/kvm: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-171-1/+1
| |/
* | tile: tag some code with #ifdef CONFIG_COMPATChris Metcalf2013-02-081-0/+4
* | tile: fix memcpy_*io functions for allnoconfigChris Metcalf2013-02-081-1/+5
* | tile: export a handful of symbols appropriatelyChris Metcalf2013-02-086-0/+10
* | tile: avoid defining INT_MASK macro in <arch/interrupts.h>Chris Metcalf2013-02-044-391/+383Star
* | tile: provide "screen_info" when enabling VTChris Metcalf2013-02-041-0/+5
* | tile: include kernel/Kconfig.freezer in tile KconfigChris Metcalf2013-02-011-0/+2
* | tile: remove an unused variable in copy_thread()Chris Metcalf2013-02-011-1/+1
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-043-36/+22Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-213-3/+1Star
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-201-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+1
| |\ \ \
| | * | | tile: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | |/ /
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-2/+0Star
|\ \ \ \
| * | | | modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-2/+0Star
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-12-196-34/+126
|\ \ \ \
| * | | | arch/tile: set CORE_DUMP_USE_REGSET on tileSimon Marchi2012-12-181-0/+2
| * | | | arch/tile: implement arch_ptrace using user_regset on tileSimon Marchi2012-12-181-9/+6Star
| * | | | arch/tile: implement user_regset interface on tileSimon Marchi2012-12-181-0/+62
| * | | | arch/tile: clean up tile-specific PTRACE_SETOPTIONSChris Metcalf2012-12-143-6/+9
| * | | | arch/tile: provide PT_FLAGS_COMPAT value in pt_regsChris Metcalf2012-12-132-17/+46
| * | | | tile/PCI: use for_each_pci_dev to simplify the codeWei Yongjun2012-12-121-2/+2
| * | | | tilegx: remove __init from pci fixup hookChris Metcalf2012-12-121-2/+1Star
| |/ / /
* | | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-183-20/+1Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1216-205/+116Star
|\ \ \ \ | | |_|/ | |/| |
| * | | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-3/+2Star
| * | | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-293-5/+0Star
| * | | tile: switch to generic clone()Al Viro2012-11-292-8/+1Star
| * | | kill stray kernel_thread() garbageAl Viro2012-11-291-2/+0Star
| * | | consolidate sys_execve() prototypeAl Viro2012-11-291-4/+0Star
| * | | Merge branch 'arch-tile' into no-rebasesAl Viro2012-11-291-1/+1
| |\ \ \
| | * | | tile: compat rt_sigreturn gets too enthusiastic about sigaltstack errorsAl Viro2012-11-291-1/+1
| * | | | Merge branch 'arch-frv' into no-rebasesAl Viro2012-11-175-13/+8Star
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | tile: sanitize copy_thread()Al Viro2012-10-251-13/+11Star
| * | | arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf2012-10-2310-57/+39Star
| * | | tile: switch to generic sys_execve()Al Viro2012-10-238-49/+5Star
| * | | tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf2012-10-206-76/+75Star
| * | | Drop struct pt_regs * argument in compat_sys_execve()Al Viro2012-10-205-11/+6Star
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-121-0/+1
|\ \ \ \
| * | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | |/ / | |/| |
* / | | mm: use vm_unmapped_area() in hugetlbfs on tile architectureMichel Lespinasse2012-12-121-114/+25Star
|/ / /