summaryrefslogtreecommitdiffstats
path: root/arch/tile
AgeCommit message (Expand)AuthorLines
2012-05-18tilegx: enable SYSCALL_WRAPPERS supportChris Metcalf-0/+1
2012-05-16arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf-7/+5
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf-27/+68
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf-4/+4
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds-3/+1
2012-04-11arch/tile: avoid unused variable warning in proc.c for tilegxChris Metcalf-3/+1
2012-04-09tile/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat-0/+2
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds-257/+429
2012-04-02arch/tile: avoid accidentally unmasking NMI-type interrupt accidentallyChris Metcalf-7/+36
2012-04-02arch/tile: remove bogus performance optimizationChris Metcalf-5/+0
2012-04-02arch/tile: return SIGBUS for addresses that are unaligned AND invalidChris Metcalf-12/+19
2012-04-02arch/tile: fix finv_buffer_remote() for tilegxChris Metcalf-2/+26
2012-04-02arch/tile: use atomic exchange in arch_write_unlock()Chris Metcalf-1/+1
2012-04-02arch/tile: stop mentioning the "kvm" subdirectoryChris Metcalf-2/+0
2012-04-02arch/tile: export the page_home() function.Chris Metcalf-0/+1
2012-04-02arch/tile: fix pointer cast in cacheflush.cChris Metcalf-1/+1
2012-04-02arch/tile: fix single-stepping over swint1 instructions on tilegxChris Metcalf-3/+18
2012-04-02arch/tile: implement panic_smp_self_stop()Chris Metcalf-0/+6
2012-04-02arch/tile: add "nop" after "nap" to help GX idle power drawChris Metcalf-1/+3
2012-04-02arch/tile: use proper memparse() for "maxmem" optionsChris Metcalf-9/+8
2012-04-02arch/tile: fix up locking in pgtable.c slightlyChris Metcalf-10/+12
2012-04-02arch/tile: don't leak kernel memory when we unload modulesChris Metcalf-0/+2
2012-04-02arch/tile: fix bug in delay_backoff()Chris Metcalf-1/+1
2012-04-02arch/tile: fix bug in loading kernels larger than 16 MBChris Metcalf-6/+15
2012-04-02arch/tile: don't enable irqs unconditionally in page fault handlerChris Metcalf-2/+5
2012-04-02arch/tile: don't set the homecache of a PTE unless appropriateChris Metcalf-4/+12
2012-04-02arch/tile: don't wait for migrating PTEs in an NMI handlerChris Metcalf-3/+10
2012-04-02arch/tile/Makefile: use KCFLAGS when figuring out the libgcc path.Chris Metcalf-1/+2
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf-3/+10
2012-04-02arch/tile: fix up some minor trap handling issuesChris Metcalf-3/+8
2012-04-02arch/tile: work around a hardware issue with the return-address stackChris Metcalf-2/+22
2012-04-02arch/tile: various bugs in stack backtracerChris Metcalf-120/+112
2012-04-02arch/tile: make sure to build memcpy_user_64 without frame pointerChris Metcalf-1/+8
2012-04-02arch/tile: avoid false corrupt frame warning in early bootChris Metcalf-1/+1
2012-04-02arch/tile: use 0 for IRQ_RESCHEDULE instead of 1Chris Metcalf-1/+1
2012-04-02arch/tile: fix gcc 4.6 warnings in <asm/bitops_64.h>Chris Metcalf-4/+4
2012-04-02arch/tile: revert comment for atomic64_add_unless().Chris Metcalf-1/+1
2012-04-02arch/tile: fix typo in <arch/spr_def.h>Chris Metcalf-2/+2
2012-04-02arch/tile/Kconfig: don't specify CONFIG_PAGE_OFFSET for 64-bit buildsChris Metcalf-0/+1
2012-04-02arch/tile/Kconfig: rename tile_defconfig to tilepro_defconfigChris Metcalf-1/+4
2012-04-02arch/tile/Kconfig: remove pointless "!M386" test.Chris Metcalf-1/+1
2012-04-02tile: fix multiple build failures from system.h dismantlePaul Gortmaker-48/+77
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds-4/+4
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-54/+0
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell-1/+1
2012-03-29remove references to cpu_*_map in arch/Rusty Russell-3/+3
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-26/+0
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef-26/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-129/+161
2012-03-28Delete all instances of asm/system.hDavid Howells-4/+0