aboutsummaryrefslogtreecommitdiff
path: root/arch/tile
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2011-08-03Merge branch 'apei' into apei-releaseGravatar Len Brown 1-0/+1
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGGravatar Huang Ying 1-0/+1
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 42-49/+81
2011-08-02arch/tile/mm/init.c: trivial: use BUG_ONGravatar Julia Lawall 1-2/+1
2011-08-02Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Gravatar Chris Metcalf 1-11/+0
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-1/+1
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionGravatar Arun Sharma 1-5/+0
2011-07-26atomic: move atomic_add_unless to generic codeGravatar Arun Sharma 2-7/+7
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 9-18/+9
2011-07-26asm-generic: add another generic ext2 atomic bitopsGravatar Akinobu Mita 1-4/+1
2011-07-26ptrace: unify show_regs() prototypeGravatar Mike Frysinger 1-2/+0
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+1
2011-07-24modules: make arch's use default loader hooksGravatar Jonas Bonn 1-31/+0
2011-07-23virtio: expose for non-virtualization users tooGravatar Ohad Ben-Cohen 1-1/+0
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Gravatar Ralf Baechle 1-1/+1
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.Gravatar NeilBrown 1-1/+0
2011-07-11Merge branch 'master' into for-nextGravatar Jiri Kosina 1-11/+0
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cGravatar KAMEZAWA Hiroyuki 1-11/+0
2011-06-15arch/tile: remove useless set_fixmap_nocache() macroGravatar Chris Metcalf 1-6/+0
2011-06-10arch/tile: add hypervisor-based character driver for SPI flash ROMGravatar Chris Metcalf 1-0/+41
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-2/+1
2011-06-03tile: use generic-y format for one-line asm-generic headersGravatar Chris Metcalf 38-37/+38
2011-06-03clocksource: tile: convert to use clocksource_register_hzGravatar John Stultz 1-4/+1
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 6-28/+338
2011-05-27arch/tile: more /proc and /sys file supportGravatar Chris Metcalf 6-28/+338
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Gravatar Akinobu Mita 1-1/+0
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 77-1910/+11241
2011-05-25arch/tile: prefer "tilepro" as the name of the 32-bit architectureGravatar Chris Metcalf 1-0/+0
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionGravatar Stephen Boyd 1-9/+0
2011-05-25mm: now that all old mmu_gather code is gone, remove the storageGravatar Peter Zijlstra 1-2/+0
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Gravatar Tejun Heo 1-1/+1
2011-05-19arch/tile: cleanups for tilegx compat modeGravatar Chris Metcalf 3-21/+1
2011-05-19arch/tile: allocate PCI IRQs later in bootGravatar Chris Metcalf 1-6/+5
2011-05-19arch/tile: support signal "exception-trace" hookGravatar Chris Metcalf 7-22/+150
2011-05-19arch/tile: use better definitions of xchg() and cmpxchg()Gravatar Chris Metcalf 3-32/+44
2011-05-17tile: add an RTC driver for the Tilera hypervisorGravatar Chris Metcalf 2-3/+61
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipGravatar Chris Metcalf 28-1348/+9319
2011-05-12compat: fixes to allow working with tile archGravatar Chris Metcalf 1-1/+1
2011-05-04arch/tile: update defconfig file to something more usefulGravatar Chris Metcalf 1-0/+1091
2011-05-04tile: do_hardwall_trap: do not play with task->sighandGravatar Oleg Nesterov 1-4/+2
2011-05-04tile: replace mm->cpu_vm_mask with mm_cpumask()Gravatar KOSAKI Motohiro 2-8/+8
2011-05-04tile,mn10300: add device parameter to dma_cache_sync()Gravatar James Hogan 2-2/+3
2011-05-04arch/tile: clarify flush_buffer()/finv_buffer() function namesGravatar Chris Metcalf 1-6/+12
2011-05-04arch/tile: kernel-related cleanups from removing static page sizeGravatar Chris Metcalf 4-48/+17
2011-05-04arch/tile: various header improvements for building driversGravatar Chris Metcalf 11-10/+83
2011-05-04arch/tile: disable GX prefetcher during cache flushGravatar Chris Metcalf 1-0/+18
2011-05-04arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDGravatar Chris Metcalf 1-0/+6