aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-23tile: use free_bootmem_late() for initrdChris Metcalf1-1/+1
2015-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+1
2015-05-11tile: set up initial stack top to honor STACK_TOP_DELTAChris Metcalf1-1/+1
2015-04-28tile: properly use node_isset() on a nodemask_tChris Metcalf1-1/+1
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-04-17tile: nohz: warn if nohz_full uses hypervisor shared coresChris Metcalf1-0/+23
2015-03-05tile: fix up obsolete cpu function usage.Rusty Russell1-1/+1
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-8/+5
2014-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-20/+16
2014-12-10tile: use pr_warn instead of pr_warningJoe Perches1-18/+15
2014-12-10tile: neaten early_printk usesJoe Perches1-7/+5
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches1-20/+16
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter1-1/+2
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