summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-263-5/+0Star
|\
| * time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz2011-10-043-5/+0Star
* | tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf2011-10-132-2/+2
|/
* Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-041-0/+1
|\
| * Merge branch 'apei' into apei-releaseLen Brown2011-08-031-0/+1
| |\
| | * Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying2011-08-031-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-08-0342-49/+81
|\ \ \ | |/ / |/| |
| * | arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall2011-08-021-2/+1Star
| * | Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Chris Metcalf2011-08-021-11/+0Star
| |\|
| * | arch/tile: remove useless set_fixmap_nocache() macroChris Metcalf2011-06-151-6/+0Star
| * | arch/tile: add hypervisor-based character driver for SPI flash ROMChris Metcalf2011-06-101-0/+41
| * | tile: use generic-y format for one-line asm-generic headersChris Metcalf2011-06-0338-37/+38
| * | clocksource: tile: convert to use clocksource_register_hzJohn Stultz2011-06-031-4/+1Star
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-301-1/+1
|\ \ \
| * | | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+1
| | |/ | |/|
* | | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-5/+0Star
* | | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-272-7/+7
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-279-18/+9Star
* | | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-271-4/+1Star
* | | ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-2/+0Star
* | | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-261-1/+0Star
|\ \ \
| * | | nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-161-1/+0Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+1Star
|\ \ \
| * | | Merge branch 'master' into for-nextJiri Kosina2011-07-111-11/+0Star
| |\| |
| * | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-2/+1Star
| | |/ | |/|
* | | modules: make arch's use default loader hooksJonas Bonn2011-07-241-31/+0Star
* | | virtio: expose for non-virtualization users tooOhad Ben-Cohen2011-07-231-1/+0Star
| |/ |/|
* | Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-271-11/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-296-28/+338
|\
| * arch/tile: more /proc and /sys file supportChris Metcalf2011-05-276-28/+338
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-271-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-2677-1910/+11241
|\|
| * arch/tile: prefer "tilepro" as the name of the 32-bit architectureChris Metcalf2011-05-251-0/+0
| * arch/tile: cleanups for tilegx compat modeChris Metcalf2011-05-203-21/+1Star
| * arch/tile: allocate PCI IRQs later in bootChris Metcalf2011-05-201-6/+5Star
| * arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-207-22/+150
| * arch/tile: use better definitions of xchg() and cmpxchg()Chris Metcalf2011-05-203-32/+44
| * tile: add an RTC driver for the Tilera hypervisorChris Metcalf2011-05-172-3/+61
| * arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-1228-1348/+9319
| * compat: fixes to allow working with tile archChris Metcalf2011-05-121-1/+1
| * arch/tile: update defconfig file to something more usefulChris Metcalf2011-05-041-0/+1091
| * tile: do_hardwall_trap: do not play with task->sighandOleg Nesterov2011-05-041-4/+2Star
| * tile: replace mm->cpu_vm_mask with mm_cpumask()KOSAKI Motohiro2011-05-042-8/+8
| * tile,mn10300: add device parameter to dma_cache_sync()James Hogan2011-05-042-2/+3
| * arch/tile: clarify flush_buffer()/finv_buffer() function namesChris Metcalf2011-05-041-6/+12
| * arch/tile: kernel-related cleanups from removing static page sizeChris Metcalf2011-05-044-48/+17Star
| * arch/tile: various header improvements for building driversChris Metcalf2011-05-0411-10/+83
| * arch/tile: disable GX prefetcher during cache flushChris Metcalf2011-05-041-0/+18
| * arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDChris Metcalf2011-05-041-0/+6
| * arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf2011-05-041-1/+7