aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-1/+3
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-1/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-2/+2
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds2-7/+5
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-23/+4
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-31/+30
2012-01-06PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-7/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-31/+30
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-31/+30
2011-12-13UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells1-1/+3
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11tile: Make tile use the new is_idle_task() APIPaul E. McKenney1-2/+2
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-04tile: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin3-22/+2
2011-12-04tile: don't panic on iomapMichael S. Tsirkin1-1/+2
2011-12-03arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf2-18/+8
2011-12-03arch/tile: fix double-free bug in homecache_free_pages()Chris Metcalf1-3/+6
2011-12-03arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf4-0/+6
2011-11-04Merge branch 'for-linus' of git://github.com/cmetcalf-tilera/linux-tileLinus Torvalds20-4396/+4637
2011-11-03arch/tile: factor out <arch/opcode.h> headerChris Metcalf15-4359/+4536
2011-11-03arch/tile: add the <arch> headers to the set of installed kernel headersChris Metcalf2-0/+19
2011-11-03arch/tile: avoid exporting a symbol no longer used by gccChris Metcalf1-2/+0
2011-11-03arch/tile: avoid ISO namespace pollution with <asm/sigcontext.h>Chris Metcalf2-35/+82
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+0
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf2-2/+2
2011-10-04time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz3-5/+0
2011-08-03Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+1
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+1
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying1-0/+1
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds42-49/+81
2011-08-02arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2011-08-02Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linusChris Metcalf1-11/+0
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-5/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma2-7/+7
2011-07-26atomic: use <linux/atomic.h>Arun Sharma9-18/+9
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita1-4/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-2/+0
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-31/+0
2011-07-23virtio: expose for non-virtualization users tooOhad Ben-Cohen1-1/+0
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-1/+0
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-11/+0
2011-06-27Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki1-11/+0
2011-06-15arch/tile: remove useless set_fixmap_nocache() macroChris Metcalf1-6/+0
2011-06-10arch/tile: add hypervisor-based character driver for SPI flash ROMChris Metcalf1-0/+41
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-2/+1