summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf2011-12-032-18/+8
* arch/tile: fix double-free bug in homecache_free_pages()Chris Metcalf2011-12-031-3/+6
* arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf2011-12-034-0/+6
* Merge branch 'for-linus' of git://github.com/cmetcalf-tilera/linux-tileLinus Torvalds2011-11-0420-4396/+4637
|\
| * arch/tile: factor out <arch/opcode.h> headerChris Metcalf2011-11-0315-4359/+4536
| * arch/tile: add the <arch> headers to the set of installed kernel headersChris Metcalf2011-11-032-0/+19
| * arch/tile: avoid exporting a symbol no longer used by gccChris Metcalf2011-11-031-2/+0
| * arch/tile: avoid ISO namespace pollution with <asm/sigcontext.h>Chris Metcalf2011-11-032-35/+82
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-263-5/+0
|\ \ | |/ |/|
| * time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz2011-10-043-5/+0
* | 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-031-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-0242-49/+81
|\ \ \ | |/ / |/| |
| * | arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall2011-08-021-2/+1
| * | Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Chris Metcalf2011-08-021-11/+0
| |\|
| * | arch/tile: remove useless set_fixmap_nocache() macroChris Metcalf2011-06-151-6/+0
| * | 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/+1
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-291-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-261-5/+0
* | | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-262-7/+7
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-269-18/+9
* | | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-4/+1
* | | ptrace: unify show_regs() prototypeMike Frysinger2011-07-261-2/+0
* | | Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-07-251-1/+0
|\ \ \
| * | | nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-151-1/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+1
|\ \ \
| * | | Merge branch 'master' into for-nextJiri Kosina2011-07-111-11/+0
| |\| |
| * | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-2/+1
| | |/ | |/|
* | | modules: make arch's use default loader hooksJonas Bonn2011-07-241-31/+0
* | | virtio: expose for non-virtualization users tooOhad Ben-Cohen2011-07-231-1/+0
| |/ |/|
* | Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-271-11/+0
|/
* 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-261-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-2577-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-193-21/+1
| * arch/tile: allocate PCI IRQs later in bootChris Metcalf2011-05-191-6/+5
| * arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-197-22/+150
| * arch/tile: use better definitions of xchg() and cmpxchg()Chris Metcalf2011-05-193-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/+2