summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Fix lockup on kernel exec faultChristophe Leroy2021-07-051-3/+1
* powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-8/+8
* powerpc: clean up do_page_faultNicholas Piggin2021-04-141-19/+8
* powerpc/64e/interrupt: handle bad_page_fault in CNicholas Piggin2021-04-141-4/+1
* powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYSChristophe Leroy2021-03-291-6/+1
* powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy2021-03-291-1/+1
* powerpc: Enable KFENCE for PPC32Christophe Leroy2021-03-241-1/+6
* powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin2021-02-111-1/+0
* powerpc/64: context tracking move to interrupt wrappersNicholas Piggin2021-02-091-8/+1
* powerpc/64s/hash: improve context tracking of hash faultsNicholas Piggin2021-02-091-11/+28
* powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin2021-02-091-3/+1
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-2/+3
* powerpc/mm: Remove stale do_page_fault comment referring to SLB faultsNicholas Piggin2021-02-091-7/+5
* powerpc/64s: move bad_page_fault handling to CNicholas Piggin2021-02-091-0/+4
* powerpc: rearrange do_page_fault error case to be inside exception_enterNicholas Piggin2021-02-091-9/+14
* powerpc/64s: add do_bad_page_fault_segv handlerNicholas Piggin2021-02-091-0/+7
* powerpc: bad_page_fault get registers from regsNicholas Piggin2021-02-091-3/+3
* powerpc: remove arguments from fault handler functionsNicholas Piggin2021-02-091-3/+2
* powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy2020-12-091-9/+24
* powerpc/fault: Avoid heavy search_exception_tables() verificationChristophe Leroy2020-12-091-15/+13
* powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy2020-12-091-1/+1
* powerpc/fault: Unnest definition of page_fault_is_write() and page_fault_is_b...Christophe Leroy2020-12-091-3/+5
* powerpc/mm: sanity_check_fault() should work for all, not only BOOK3SChristophe Leroy2020-12-091-5/+3
* powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-081-2/+2
* powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-041-1/+1
* mm/powerpc: use general page fault accountingPeter Xu2020-08-121-8/+3
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* powerpc/mm: Remove custom stack expansion checkingMichael Ellerman2020-07-291-104/+5
* powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman2020-07-291-2/+5
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-5/+5
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* powerpc: Add a probe_user_read_inst() functionJordan Niethe2020-05-191-2/+2
* powerpc: Use a datatype for instructionsJordan Niethe2020-05-191-2/+2
* powerpc: Use a function for getting the instruction op codeJordan Niethe2020-05-191-1/+2
* powerpc: Use an accessor for instructionsJordan Niethe2020-05-191-3/+3
* powerpc/pkeys: Check vma before returning key fault error to the userAneesh Kumar K.V2020-05-051-8/+0
* powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V2020-05-051-23/+60
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-6/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* powerpc/mm: use helper fault_signal_pending()Peter Xu2020-04-021-8/+4
* Merge branch 'topic/user-access-begin' into nextMichael Ellerman2020-02-011-1/+1
|\
| * powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2020-01-281-1/+1
* | powerpc/mm: Don't log user reads to 0xffffffffChristophe Leroy2020-01-271-0/+3
* | powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2020-01-261-5/+1
|/
* powerpc/mm: Show if a bad page fault on data is read or write.Christophe Leroy2019-11-181-2/+4
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-21/+2
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-3/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1