summaryrefslogtreecommitdiffstats
path: root/arch/tile/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* tile: use __ro_after_init instead of tile-specific __write_onceChris Metcalf2016-12-161-5/+5
* mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
* tile: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-4/+7
* mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-1/+1
* tile: map data region shadow of kernel as R/WChris Metcalf2015-04-171-2/+5
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-11/+7
* tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-111-19/+13
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-2/+2
|\
| * tile: Replace __get_cpu_var usesChristoph Lameter2014-08-261-2/+2
* | tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven2014-10-021-6/+6
|/
* replace strict_strto* call with kstrto*Daniel Walter2014-05-281-1/+1
* tile: cleanup the comment in init_pgprotWang Sheng-Hui2014-05-131-3/+3
* tile: remove HUGE_VMAP dead codeChris Metcalf2013-09-131-4/+0
* tile: make __write_once a synonym for __read_mostlyChris Metcalf2013-09-031-11/+2
* tile: remove support for TILE64Chris Metcalf2013-09-031-65/+3
* tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf2013-09-031-2/+2
* tile: parameterize VA and PA space more cleanlyChris Metcalf2013-09-031-4/+4
* tile: remove set/clear_fixmap APIsChris Metcalf2013-08-301-4/+1
* mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-14/+1
* tile: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-031-1/+1
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm/tile: use common help functions to free reserved pagesJiang Liu2013-07-031-5/+2
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-231-0/+8
* arch/tile: enable ZONE_DMA for tilegxChris Metcalf2012-07-181-6/+5
* tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf2012-07-181-35/+24
* arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-251-0/+4
* arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-251-8/+3
* arch/tile: use interrupt critical sections lessChris Metcalf2012-05-251-0/+4
* arch/tile: remove bogus performance optimizationChris Metcalf2012-04-021-5/+0
* arch/tile: fix bug in loading kernels larger than 16 MBChris Metcalf2012-04-021-6/+15
* Disintegrate asm/system.h for TileDavid Howells2012-03-281-1/+0
* arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall2011-08-021-2/+1
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* arch/tile: support 4KB page size as well as 64KBChris Metcalf2011-03-101-17/+1
* arch/tile: export some additional module symbolsChris Metcalf2011-03-011-0/+1
* arch/tile: fix reversed test of strict_strtol() return valueChris Metcalf2011-03-011-1/+1
* arch/tile: avoid a simulator warning during bootupChris Metcalf2011-03-011-0/+11
* arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf2011-03-011-1/+1
* arch/tile: avoid __must_check warning on one strict_strtol checkChris Metcalf2010-11-011-2/+6
* arch/tile: parameterize system PLs to support KVM portChris Metcalf2010-10-151-1/+1
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-061-48/+51
* arch/tile: core support for Tilera 32-bit chips.Chris Metcalf2010-06-041-0/+1082