aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-28/+338
2011-05-27arch/tile: more /proc and /sys file supportChris Metcalf6-28/+338
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-1/+0
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds77-1910/+11241
2011-05-25arch/tile: prefer "tilepro" as the name of the 32-bit architectureChris Metcalf1-0/+0
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd1-9/+0
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo1-1/+1
2011-05-19arch/tile: cleanups for tilegx compat modeChris Metcalf3-21/+1
2011-05-19arch/tile: allocate PCI IRQs later in bootChris Metcalf1-6/+5
2011-05-19arch/tile: support signal "exception-trace" hookChris Metcalf7-22/+150
2011-05-19arch/tile: use better definitions of xchg() and cmpxchg()Chris Metcalf3-32/+44
2011-05-17tile: add an RTC driver for the Tilera hypervisorChris Metcalf2-3/+61
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf28-1348/+9319
2011-05-12compat: fixes to allow working with tile archChris Metcalf1-1/+1
2011-05-04arch/tile: update defconfig file to something more usefulChris Metcalf1-0/+1091
2011-05-04tile: do_hardwall_trap: do not play with task->sighandOleg Nesterov1-4/+2
2011-05-04tile: replace mm->cpu_vm_mask with mm_cpumask()KOSAKI Motohiro2-8/+8
2011-05-04tile,mn10300: add device parameter to dma_cache_sync()James Hogan2-2/+3
2011-05-04arch/tile: clarify flush_buffer()/finv_buffer() function namesChris Metcalf1-6/+12
2011-05-04arch/tile: kernel-related cleanups from removing static page sizeChris Metcalf4-48/+17
2011-05-04arch/tile: various header improvements for building driversChris Metcalf11-10/+83
2011-05-04arch/tile: disable GX prefetcher during cache flushChris Metcalf1-0/+18
2011-05-04arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDChris Metcalf1-0/+6
2011-05-04arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf1-1/+7
2011-05-04arch/tile: disable SD_WAKE_AFFINE flag on CPU/NODE scheduling domainChris Metcalf1-18/+57
2011-05-04arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf2-36/+27
2011-05-04arch/tile: improve support for PCI hotplugChris Metcalf3-91/+127
2011-05-02arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf7-100/+87
2011-05-02arch/tile: refactor backtracing codeChris Metcalf6-131/+93
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-5/+1
2011-03-31Fix common misspellingsLucas De Marchi6-8/+8
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-27Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-43/+3
2011-03-25tile: Use generic show_interupts()Thomas Gleixner2-41/+1
2011-03-25tile: Convert to new irq function namesThomas Gleixner1-3/+3
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita1-1/+0
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita1-0/+1
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet2-3/+3
2011-03-20arch/tile: fix futex sanitization definition/prototype mismatchChris Metcalf1-6/+6
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds52-557/+865
2011-03-17arch/tile: support newer binutils assembler shift semanticsChris Metcalf3-9/+29
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse1-12/+12
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse1-3/+4
2011-03-10arch/tile: fix deadlock bugs in rwlock implementationChris Metcalf2-141/+103