aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fault.c
AgeCommit message (Expand)Author
2024-02-07arch/arm/mm: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan
2023-12-05ARM: 9328/1: mm: try VMA lock-based page fault handling firstWang Kefeng
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-24arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings
2023-06-19arm: allow pte_offset_map[_lock]() to failHugh Dickins
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2022-12-07ARM: 9278/1: kfence: only handle translation faultsWang Kefeng
2022-11-07ARM: 9254/1: mm: Provide better message when kernel faultWang Kefeng
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-12-17ARM: 9166/1: Support KFENCE for ARMWang Kefeng
2021-12-17ARM: 9165/1: mm: Provide is_write_fault()Wang Kefeng
2021-12-17ARM: 9161/1: mm: mark private VM_FAULT_X defines as vm_fault_tWang Kefeng
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-10-19ARM: 9131/1: mm: Fix PXN process with LPAE featureWang Kefeng
2021-10-19ARM: 9130/1: mm: Provide die_kernel_fault() helperWang Kefeng
2021-10-19ARM: 9126/1: mm: Kill page table base print in show_pte()Wang Kefeng
2021-10-19ARM: 9127/1: mm: Cleanup access_error()Wang Kefeng
2021-10-19ARM: 9129/1: mm: Kill task_struct argument for __do_page_fault()Wang Kefeng
2021-10-19ARM: 9128/1: mm: Refactor the __do_page_fault()Wang Kefeng
2020-08-12mm/arm: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04arm: add support for folded p4d page tablesMike Rapoport
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02mm: introduce fault_signal_pending()Peter Xu
2019-08-23ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writesWill Deacon
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-06-20ARM: arrange show_pte() to issue severity-based messagesRussell King
2019-06-20ARM: add "8<--- cut here ---" to kernel dumpsRussell King
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman
2019-05-29signal/arm: Remove tsk parameter from __do_user_faultEric W. Biederman
2018-11-08ARM: 8807/1: mm: Facilitate debugging CONFIG_KUSER_HELPERS disabledFlorian Fainelli
2018-09-27signal/arm: Use force_sig_fault where appropriateEric W. Biederman
2018-09-27signal/arm: Push siginfo generation into arm_notify_dieEric W. Biederman
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2018-05-31ARM: spectre-v2: harden user aborts in kernel spaceRussell King
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King