summaryrefslogtreecommitdiff
path: root/arch/tile
AgeCommit message (Expand)AuthorFilesLines
2018-01-01tile: array underflow in setup_maxnodemem()Dan Carpenter1-1/+2
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins1-11/+15
2015-08-12tile: use free_bootmem_late() for initrdChris Metcalf1-1/+1
2015-02-20vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2013-11-28tile: use a more conservative __my_cpu_offset in CONFIG_PREEMPTChris Metcalf1-3/+31
2013-06-29tilepro: work around module link error with gcc 4.7Chris Metcalf1-0/+2
2013-04-10tile: expect new initramfs name from hypervisor file systemChris Metcalf1-6/+12
2012-10-31arch/tile: avoid generating .eh_frame information in modulesChris Metcalf1-0/+4
2012-05-31tile: fix bug where fls(0) was not returning 0Chris Metcalf1-6/+6
2012-05-31tilegx: enable SYSCALL_WRAPPERS supportChris Metcalf1-0/+1
2012-05-31arch/tile/Kconfig: remove pointless "!M386" test.Chris Metcalf1-1/+1
2012-05-21arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf1-7/+5
2011-12-04arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf2-18/+8
2011-12-04arch/tile: fix double-free bug in homecache_free_pages()Chris Metcalf1-3/+6
2011-12-04arch/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-04arch/tile: factor out <arch/opcode.h> headerChris Metcalf15-4359/+4536
2011-11-04arch/tile: add the <arch> headers to the set of installed kernel headersChris Metcalf2-0/+19
2011-11-04arch/tile: avoid exporting a symbol no longer used by gccChris Metcalf1-2/+0
2011-11-04arch/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/ke...Linus Torvalds3-5/+0
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf2-2/+2
2011-10-05time: Cleanup old CONFIG_GENERIC_TIME references that snuck inJohn Stultz3-5/+0
2011-08-04Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds42-49/+81
2011-08-03arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2011-08-03Merge tag 'v3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Chris Metcalf1-11/+0
2011-07-30Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+1
2011-07-27atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-5/+0
2011-07-27atomic: move atomic_add_unless to generic codeArun Sharma2-7/+7
2011-07-27atomic: use <linux/atomic.h>Arun Sharma9-18/+9
2011-07-27asm-generic: add another generic ext2 atomic bitopsAkinobu Mita1-4/+1
2011-07-27ptrace: unify show_regs() prototypeMike Frysinger1-2/+0
2011-07-26Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+0
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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-16nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-1/+0
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-11/+0
2011-06-28Fix 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
2011-06-04tile: use generic-y format for one-line asm-generic headersChris Metcalf38-37/+38
2011-06-04clocksource: tile: convert to use clocksource_register_hzJohn Stultz1-4/+1
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