aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches1-19/+15
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf1-2/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner1-6/+0
2013-09-03tile: remove support for TILE64Chris Metcalf1-53/+17
2013-09-03tile: don't assume user privilege is zeroChris Metcalf1-2/+2
2013-08-30tile: support kprobes on tilegxTony Lu1-0/+12
2013-08-13tile: remove calls to arch_flush_lazy_mmu_mode()Chris Metcalf1-3/+2
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf1-0/+41
2013-08-12tile: fix tilegx vmalloc_sync_all BUG_ONChris Metcalf1-1/+2
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-4/+4
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf1-2/+3
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-05-25tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul1-5/+27
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf1-1/+1
2012-04-02arch/tile: don't enable irqs unconditionally in page fault handlerChris Metcalf1-2/+5
2012-04-02arch/tile: don't wait for migrating PTEs in an NMI handlerChris Metcalf1-3/+10
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf1-1/+1
2012-03-28Disintegrate asm/system.h for TileDavid Howells1-1/+0
2011-12-11tile: Make tile use the new is_idle_task() APIPaul E. McKenney1-2/+2
2011-05-19arch/tile: support signal "exception-trace" hookChris Metcalf1-9/+15
2011-05-02arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10arch/tile: fix some comments and whitespaceChris Metcalf1-8/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15arch/tile: parameterize system PLs to support KVM portChris Metcalf1-3/+3
2010-10-14arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf1-3/+3
2010-08-13arch/tile: Various cleanups.Chris Metcalf1-0/+8
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-51/+13
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+905