summaryrefslogtreecommitdiff
path: root/arch/sparc/mm/fault_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-3/+5
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-3/+5
2023-06-20sparc: allow pte_offset_map() to failHugh Dickins1-0/+3
2023-03-02sparc: fix livelock in uaccessAl Viro1-1/+6
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+5
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-9/+7
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman1-1/+1
2020-08-12mm/sparc64: use general page fault accountingPeter Xu1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-6/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-01-30sparc64: add support for folded p4d page tablesMike Rapoport1-1/+5
2019-07-17mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-15/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+2
2018-04-25signal/sparc: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-12-20Do not hash userspace addresses in fault handlersKees Cook1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-10-06sparc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-28sparc64 mm: Fix more TSB sizing issuesMike Kravetz1-0/+1
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta1-2/+2
2016-07-29sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz1-3/+3
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-01-16sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-3/+0
2015-06-25sparc64: Convert BUG_ON to warningDavid Ahern1-2/+3
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-09-17sparc64: sun4v TLB error power off eventsbob picco1-0/+3
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-3/+1
2014-05-19sparc64: fix sparse warnings in sys_sparc_64.c + unaligned_64.cSam Ravnborg1-3/+1
2014-05-07sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...David S. Miller1-15/+1
2014-05-04sparc64: Fix top-level fault handling bugs.David S. Miller1-30/+52
2013-11-15sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai1-5/+9
2013-09-13arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-02-20sparc64: Fix tsb_grow() in atomic context.David S. Miller1-2/+7
2012-10-11sparc64: Fix deficiencies in sun4v error reporting.David S. Miller1-2/+0
2012-10-09sparc64: Support transparent huge pages.David Miller1-2/+2
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-04-05sparc/mm/fault_64.c: Port OOM changes to do_sparc64_faultKautuk Consul1-7/+30
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-5/+3
2010-03-01sparc: Support show_unhandled_signals.David S. Miller1-3/+31
2010-01-21sparc: Add missing SW perf fault events.David S. Miller1-3/+10
2009-12-11sparc64: Add some missing __kprobes annotations to kernel fault paths.David S. Miller1-7/+8