aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-28replace strict_strto* call with kstrto*Daniel Walter1-5/+2
2014-05-02tile: use BOOTMEM_DEFAULT instead of magic number 0 for reserve_bootmem flagsWang Sheng-Hui1-2/+3
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf1-2/+1
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-28/+134
2013-09-03tile: add null check for kzalloc in tile/kernel/setup.cWang Sheng-Hui1-0/+4
2013-09-03tile: remove support for TILE64Chris Metcalf1-13/+0
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf1-3/+3
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf1-4/+4
2013-08-30tile: allow "initrd" boot argument for kexecChris Metcalf1-0/+42
2013-08-12tile: support "memmap" boot parameterChris Metcalf1-4/+76
2013-08-05tile PCI RC: tilepro conflict with PCI and RAM addressesChris Metcalf1-4/+5
2013-07-14tile: delete __cpuinit usage from all tile filesPaul Gortmaker1-6/+6
2013-07-03mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-8/+8
2013-07-03tile: normalize global variables exported by vmlinux.ldsJiang Liu1-2/+2
2013-03-29tile: expect new initramfs name from hypervisor file systemChris Metcalf1-13/+12
2013-02-04tile: provide "screen_info" when enabling VTChris Metcalf1-0/+5
2012-07-18tile: updates to pci root complex from community feedbackChris Metcalf1-3/+1
2012-07-18tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf1-19/+16
2012-07-18arch/tile: enable ZONE_DMA for tilegxChris Metcalf1-1/+11
2012-07-18arch/tile: tilegx PCI root complex supportChris Metcalf1-0/+6
2012-06-06tile: add #include to unbreak build after generic init_task conversionChris Metcalf1-0/+1
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-54/+115
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf1-50/+111
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf1-4/+4
2012-05-05tile: Use generic init_taskThomas Gleixner1-0/+16
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-11/+17
2012-04-02arch/tile: use proper memparse() for "maxmem" optionsChris Metcalf1-9/+8
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf1-2/+9
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-1/+1
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-3/+3
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-2/+1
2011-05-04arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDChris Metcalf1-0/+6
2011-03-10arch/tile: support 4KB page size as well as 64KBChris Metcalf1-8/+12
2010-11-24arch/tile: make glibc's sysconf(_SC_NPROCESSORS_CONF) work correctlyChris Metcalf1-1/+1
2010-11-01arch/tile: bomb raw_local_irq_ to arch_local_irq_Chris Metcalf1-4/+4
2010-10-27Remove duplicate includes from many filesZimny Lech1-2/+0
2010-10-15arch/tile: convert a BUG_ON to BUILD_BUG_ONChris Metcalf1-1/+1
2010-10-15arch/tile: parameterize system PLs to support KVM portChris Metcalf1-12/+16
2010-10-14arch/tile: Add a warning if we try to allocate too much vmalloc memory.Chris Metcalf1-0/+4
2010-08-13arch/tile: correct a bug in freeing bootmem by VA for the optional second initrd.Chris Metcalf1-2/+2
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-59/+73
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+1497