aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/fault.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-5/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-6/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-05-19powerpc: Add a probe_user_read_inst() functionGravatar Jordan Niethe 1-2/+2
2020-05-19powerpc: Use a datatype for instructionsGravatar Jordan Niethe 1-2/+2
2020-05-19powerpc: Use a function for getting the instruction op codeGravatar Jordan Niethe 1-1/+2
2020-05-19powerpc: Use an accessor for instructionsGravatar Jordan Niethe 1-3/+3
2020-05-05powerpc/pkeys: Check vma before returning key fault error to the userGravatar Aneesh Kumar K.V 1-8/+0
2020-05-05powerpc/pkeys: Avoid using lockless page table walkGravatar Aneesh Kumar K.V 1-23/+60
2020-04-07mm/vma: make vma_is_accessible() available for general useGravatar Anshuman Khandual 1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesGravatar Peter Xu 1-6/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTGravatar Peter Xu 1-1/+1
2020-04-02powerpc/mm: use helper fault_signal_pending()Gravatar Peter Xu 1-8/+4
2020-02-01Merge branch 'topic/user-access-begin' into nextGravatar Michael Ellerman 1-1/+1
2020-01-28powerpc/32s: Fix bad_kuap_fault()Gravatar Christophe Leroy 1-1/+1
2020-01-27powerpc/mm: Don't log user reads to 0xffffffffGravatar Christophe Leroy 1-0/+3
2020-01-26powerpc: use probe_user_read() and probe_user_write()Gravatar Christophe Leroy 1-5/+1
2019-11-18powerpc/mm: Show if a bad page fault on data is read or write.Gravatar Christophe Leroy 1-2/+4
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 1-21/+2
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-1/+1
2019-05-27signal: Remove task parameter from force_sig_mceerrGravatar Eric W. Biederman 1-2/+1
2019-04-21powerpc/mm: Detect bad KUAP faultsGravatar Michael Ellerman 1-3/+22
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionGravatar Christophe Leroy 1-4/+15
2019-04-21powerpc: Add skeleton for Kernel Userspace Execution PreventionGravatar Christophe Leroy 1-5/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-16/+33
2018-12-21powerpc/mm: Fix reporting of kernel execute faults on the 8xxGravatar Christophe Leroy 1-1/+3
2018-12-20powerpc/mm: Make NULL pointer deferences explicit on bad page faults.Gravatar Christophe Leroy 1-8/+9
2018-12-20powerpc/mm/hash: Handle user access of kernel address gracefullyGravatar Aneesh Kumar K.V 1-5/+19
2018-12-17KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Gravatar Suraj Jitindar Singh 1-0/+1
2018-11-26powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SGravatar Christophe Leroy 1-2/+2
2018-09-21signal/powerpc: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-8/+1
2018-09-21signal/powerpc: Specialize _exception_pkey for handling pkey exceptionsGravatar Eric W. Biederman 1-1/+1
2018-09-21signal/powerpc: Remove pkey parameter from __bad_area_nosemaphoreGravatar Eric W. Biederman 1-5/+4
2018-09-21signal/powerpc: Call _exception_pkey directly from bad_key_fault_exceptionGravatar Eric W. Biederman 1-1/+11
2018-09-21signal/powerpc: Remove pkey parameter from __bad_areaGravatar Eric W. Biederman 1-5/+4
2018-09-21signal/powerpc: Use force_sig_mceerr as appropriateGravatar Eric W. Biederman 1-7/+11
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+4
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-3/+4
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hGravatar Christophe Leroy 1-1/+0
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-29/+47
2018-05-25powerpc/mm: Only read faulting instruction when necessary in do_page_fault()Gravatar Christophe Leroy 1-16/+34
2018-05-25powerpc/mm: Use instruction symbolic names in store_updates_sp()Gravatar Christophe Leroy 1-13/+13
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2018-04-04powerpc/mm/keys: Update documentation and remove unnecessary checkGravatar Aneesh Kumar K.V 1-16/+12
2018-01-21Merge branch 'fixes' into nextGravatar Michael Ellerman 1-1/+6
2018-01-20powerpc: Deliver SEGV signal on pkey violationGravatar Ram Pai 1-12/+27
2018-01-20powerpc: Handle exceptions caused by pkey violationGravatar Ram Pai 1-0/+22