summaryrefslogtreecommitdiff
path: root/arch/tile/kernel/setup.c
AgeCommit message (Expand)Author
2017-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-07-24tile: array underflow in setup_maxnodemem()Dan Carpenter
2016-12-16tile: use __ro_after_init instead of tile-specific __write_onceChris Metcalf
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani
2016-01-18tile: fix a -Wframe-larger-than warningChris Metcalf
2015-07-23tile: use free_bootmem_late() for initrdChris Metcalf
2015-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2015-05-11tile: set up initial stack top to honor STACK_TOP_DELTAChris Metcalf
2015-04-28tile: properly use node_isset() on a nodemask_tChris Metcalf
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-17tile: nohz: warn if nohz_full uses hypervisor shared coresChris Metcalf
2015-03-05tile: fix up obsolete cpu function usage.Rusty Russell
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2014-12-10tile: use pr_warn instead of pr_warningJoe Perches
2014-12-10tile: neaten early_printk usesJoe Perches
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter
2014-05-28replace strict_strto* call with kstrto*Daniel Walter
2014-05-02tile: use BOOTMEM_DEFAULT instead of magic number 0 for reserve_bootmem flagsWang Sheng-Hui
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2013-09-03tile: add null check for kzalloc in tile/kernel/setup.cWang Sheng-Hui
2013-09-03tile: remove support for TILE64Chris Metcalf
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf
2013-08-30tile: allow "initrd" boot argument for kexecChris Metcalf
2013-08-12tile: support "memmap" boot parameterChris Metcalf
2013-08-05tile PCI RC: tilepro conflict with PCI and RAM addressesChris Metcalf
2013-07-14tile: delete __cpuinit usage from all tile filesPaul Gortmaker
2013-07-03mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03tile: normalize global variables exported by vmlinux.ldsJiang Liu
2013-03-29tile: expect new initramfs name from hypervisor file systemChris Metcalf
2013-02-04tile: provide "screen_info" when enabling VTChris Metcalf
2012-07-18tile: updates to pci root complex from community feedbackChris Metcalf
2012-07-18tile pci: enable IOMMU to support DMA for legacy devicesChris Metcalf
2012-07-18arch/tile: enable ZONE_DMA for tilegxChris Metcalf
2012-07-18arch/tile: tilegx PCI root complex supportChris Metcalf
2012-06-06tile: add #include to unbreak build after generic init_task conversionChris Metcalf
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf
2012-05-05tile: Use generic init_taskThomas Gleixner
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds
2012-04-02arch/tile: use proper memparse() for "maxmem" optionsChris Metcalf
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell
2012-03-29remove references to cpu_*_map in arch/Rusty Russell