index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
fault.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
1
-1
/
+1
*
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-12-27
1
-16
/
+33
|
\
|
*
powerpc/mm: Fix reporting of kernel execute faults on the 8xx
Christophe Leroy
2018-12-21
1
-1
/
+3
|
*
powerpc/mm: Make NULL pointer deferences explicit on bad page faults.
Christophe Leroy
2018-12-20
1
-8
/
+9
|
*
powerpc/mm/hash: Handle user access of kernel address gracefully
Aneesh Kumar K.V
2018-12-20
1
-5
/
+19
|
*
powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S
Christophe Leroy
2018-11-26
1
-2
/
+2
*
|
KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
Suraj Jitindar Singh
2018-12-17
1
-0
/
+1
|
/
*
signal/powerpc: Use force_sig_fault where appropriate
Eric W. Biederman
2018-09-21
1
-8
/
+1
*
signal/powerpc: Specialize _exception_pkey for handling pkey exceptions
Eric W. Biederman
2018-09-21
1
-1
/
+1
*
signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore
Eric W. Biederman
2018-09-21
1
-5
/
+4
*
signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception
Eric W. Biederman
2018-09-21
1
-1
/
+11
*
signal/powerpc: Remove pkey parameter from __bad_area
Eric W. Biederman
2018-09-21
1
-5
/
+4
*
signal/powerpc: Use force_sig_mceerr as appropriate
Eric W. Biederman
2018-09-21
1
-7
/
+11
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-18
1
-3
/
+4
|
\
|
*
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-08-18
1
-3
/
+4
*
|
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
2018-07-30
1
-1
/
+0
|
/
*
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-06-07
1
-29
/
+47
|
\
|
*
powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
Christophe Leroy
2018-05-24
1
-16
/
+34
|
*
powerpc/mm: Use instruction symbolic names in store_updates_sp()
Christophe Leroy
2018-05-24
1
-13
/
+13
*
|
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-04-25
1
-0
/
+1
|
/
*
powerpc/mm/keys: Update documentation and remove unnecessary check
Aneesh Kumar K.V
2018-04-04
1
-16
/
+12
*
Merge branch 'fixes' into next
Michael Ellerman
2018-01-21
1
-1
/
+6
|
\
|
*
powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
John Sperbeck
2018-01-02
1
-1
/
+6
*
|
powerpc: Deliver SEGV signal on pkey violation
Ram Pai
2018-01-20
1
-12
/
+27
*
|
powerpc: Handle exceptions caused by pkey violation
Ram Pai
2018-01-20
1
-0
/
+22
*
|
powerpc: Use the TRAP macro whenever comparing a trap number
Benjamin Herrenschmidt
2018-01-16
1
-1
/
+1
|
/
*
powerpc/8xx: Use symbolic names for DSISR bits in DSI
Christophe Leroy
2017-08-10
1
-1
/
+1
*
powerpc/8xx: Getting rid of remaining use of CONFIG_8xx
Christophe Leroy
2017-08-10
1
-1
/
+1
*
powerpc: Remove old unused icswx based coprocessor support
Benjamin Herrenschmidt
2017-08-03
1
-15
/
+0
*
powerpc/mm: Cleanup check for stack expansion
Benjamin Herrenschmidt
2017-08-03
1
-36
/
+48
*
powerpc/mm: Don't lose "major" fault indication on retry
Benjamin Herrenschmidt
2017-08-03
1
-2
/
+3
*
powerpc/mm: Move page fault VMA access checks to a helper
Benjamin Herrenschmidt
2017-08-03
1
-24
/
+33
*
powerpc/mm: Set fault flags earlier
Benjamin Herrenschmidt
2017-08-03
1
-1
/
+4
*
powerpc/mm: Add a bunch of (un)likely annotations to do_page_fault
Benjamin Herrenschmidt
2017-08-03
1
-10
/
+10
*
powerpc/mm: Move/simplify faulthandler_disabled() and !mm check
Benjamin Herrenschmidt
2017-08-03
1
-14
/
+13
*
powerpc/mm: Move the DSISR_PROTFAULT sanity check
Benjamin Herrenschmidt
2017-08-03
1
-33
/
+42
*
powerpc/mm: Cosmetic fix to page fault accounting
Benjamin Herrenschmidt
2017-08-03
1
-4
/
+2
*
powerpc/mm: Move CMO accounting out of do_page_fault into a helper
Benjamin Herrenschmidt
2017-08-03
1
-11
/
+18
*
powerpc/mm: Rework mm_fault_error()
Benjamin Herrenschmidt
2017-08-03
1
-38
/
+28
*
powerpc/mm: Make bad_area* helper functions
Benjamin Herrenschmidt
2017-08-03
1
-28
/
+50
*
powerpc/mm: Fix reporting of kernel execute faults
Benjamin Herrenschmidt
2017-08-03
1
-6
/
+15
*
powerpc/mm: Simplify returns from __do_page_fault
Benjamin Herrenschmidt
2017-08-03
1
-23
/
+16
*
powerpc/mm: Move debugger check to notify_page_fault()
Benjamin Herrenschmidt
2017-08-03
1
-13
/
+8
*
powerpc/mm: Overhaul handling of bad page faults
Benjamin Herrenschmidt
2017-08-03
1
-18
/
+14
*
powerpc/mm: Move error_code checks for bad faults earlier
Benjamin Herrenschmidt
2017-08-03
1
-15
/
+20
*
powerpc/mm: Move out definition of CPU specific is_write bits
Benjamin Herrenschmidt
2017-08-03
1
-7
/
+11
*
powerpc/6xx: Handle DABR match before calling do_page_fault
Benjamin Herrenschmidt
2017-08-03
1
-9
/
+0
*
powerpc/mm: Pre-filter SRR1 bits before do_page_fault()
Benjamin Herrenschmidt
2017-08-02
1
-12
/
+2
*
powerpc/mm: Move exception_enter/exit to a do_page_fault wrapper
Benjamin Herrenschmidt
2017-08-02
1
-3
/
+11
*
powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints
Christophe Leroy
2017-06-02
1
-1
/
+1
[next]