aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove tile portArnd Bergmann1-956/+0
2017-03-30mm, tile: drop arch_{add,remove}_memoryMichal Hocko1-30/+0
2016-12-16tile: use __ro_after_init instead of tile-specific __write_onceChris Metcalf1-5/+5
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-1/+1
2016-03-17tile: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-4/+7
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-1/+1
2015-04-17tile: map data region shadow of kernel as R/WChris Metcalf1-2/+5
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-11/+7
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches1-19/+13
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven1-6/+6
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-05-28replace strict_strto* call with kstrto*Daniel Walter1-1/+1
2014-05-13tile: cleanup the comment in init_pgprotWang Sheng-Hui1-3/+3
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf1-4/+0
2013-09-03tile: make __write_once a synonym for __read_mostlyChris Metcalf1-11/+2
2013-09-03tile: remove support for TILE64Chris Metcalf1-65/+3
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf1-2/+2
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf1-4/+4
2013-08-30tile: remove set/clear_fixmap APIsChris Metcalf1-4/+1
2013-07-03mm/tile: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-14/+1
2013-07-03tile: normalize global variables exported by vmlinux.ldsJiang Liu1-1/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm/tile: use common help functions to free reserved pagesJiang Liu1-5/+2
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+8
2012-07-18arch/tile: enable ZONE_DMA for tilegxChris Metcalf1-6/+5
2012-07-18tilegx pci: support I/O to arbitrarily-cached pagesChris Metcalf1-35/+24
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf1-0/+4
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf1-8/+3
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf1-0/+4
2012-04-02arch/tile: remove bogus performance optimizationChris Metcalf1-5/+0
2012-04-02arch/tile: fix bug in loading kernels larger than 16 MBChris Metcalf1-6/+15
2012-03-28Disintegrate asm/system.h for TileDavid Howells1-1/+0
2011-08-02arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-03-10arch/tile: support 4KB page size as well as 64KBChris Metcalf1-17/+1
2011-03-01arch/tile: export some additional module symbolsChris Metcalf1-0/+1
2011-03-01arch/tile: fix reversed test of strict_strtol() return valueChris Metcalf1-1/+1
2011-03-01arch/tile: avoid a simulator warning during bootupChris Metcalf1-0/+11
2011-03-01arch/tile: catch up with section naming convention in 2.6.35Chris Metcalf1-1/+1
2010-11-01arch/tile: avoid __must_check warning on one strict_strtol checkChris Metcalf1-2/+6
2010-10-15arch/tile: parameterize system PLs to support KVM portChris Metcalf1-1/+1
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-48/+51
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+1082