summaryrefslogtreecommitdiffstats
path: root/arch/tile/mm
Commit message (Expand)AuthorAgeFilesLines
* tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul2012-05-251-5/+27
* arch/tile: support multiple huge page sizes dynamicallyChris Metcalf2012-05-255-79/+226
* arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf2012-05-252-23/+15
* arch/tile: use interrupt critical sections lessChris Metcalf2012-05-254-55/+25
* arch/tile: remove bogus performance optimizationChris Metcalf2012-04-021-5/+0
* arch/tile: export the page_home() function.Chris Metcalf2012-04-021-0/+1
* arch/tile: fix up locking in pgtable.c slightlyChris Metcalf2012-04-021-10/+12
* arch/tile: fix bug in loading kernels larger than 16 MBChris Metcalf2012-04-021-6/+15
* arch/tile: don't enable irqs unconditionally in page fault handlerChris Metcalf2012-04-021-2/+5
* arch/tile: don't set the homecache of a PTE unless appropriateChris Metcalf2012-04-021-4/+12
* arch/tile: don't wait for migrating PTEs in an NMI handlerChris Metcalf2012-04-021-3/+10
* arch/tile: fix a couple of comments that needed updatingChris Metcalf2012-04-021-1/+1
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-284-3/+1
|\
| * Disintegrate asm/system.h for TileDavid Howells2012-03-284-3/+1
* | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-7/+1
|/
* highmem: kill all __kmap_atomic()Cong Wang2012-03-201-2/+2
* tile: Make tile use the new is_idle_task() APIPaul E. McKenney2011-12-111-2/+2
* arch/tile: fix double-free bug in homecache_free_pages()Chris Metcalf2011-12-031-3/+6
* arch/tile/mm/init.c: trivial: use BUG_ONJulia Lawall2011-08-021-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-252-11/+206
|\
| * arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-191-9/+15
| * arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-121-0/+187
| * arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf2011-05-021-2/+4
* | mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
|/
* Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-241-1/+1
* arch/tile: support 4KB page size as well as 64KBChris Metcalf2011-03-104-47/+144
* arch/tile: fix some comments and whitespaceChris Metcalf2011-03-101-8/+0
* arch/tile: export some additional module symbolsChris Metcalf2011-03-011-0/+1
* arch/tile: enhance existing finv_buffer_remote() routineChris Metcalf2011-03-011-5/+31
* 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
* tile: Fix __pte_free_tlbPeter Zijlstra2011-02-231-13/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
* arch/tile: avoid __must_check warning on one strict_strtol checkChris Metcalf2010-11-011-2/+6
* arch/tile: complete migration to new kmap_atomic schemeChris Metcalf2010-11-012-3/+3
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-10-263-15/+10
|\
| * arch/tile: parameterize system PLs to support KVM portChris Metcalf2010-10-152-4/+4
| * arch/tile: add Tilera's <arch/sim.h> header as an open-source headerChris Metcalf2010-10-151-8/+3
| * arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf2010-10-141-3/+3
* | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-62/+23
|/
* arch/tile: Various cleanups.Chris Metcalf2010-08-132-0/+11
* arch: tile: mm: pgtable.c: Removed duplicated #includeAndrea Gelmini2010-08-131-1/+0
* arch/tile: support new kunmap_atomic() naming convention.Chris Metcalf2010-08-111-2/+2
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-067-159/+76
* arch/tile: core support for Tilera 32-bit chips.Chris Metcalf2010-06-0412-0/+4208