index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
1
-1
/
+0
2022-03-08
powerpc/64s: Don't use DSISR for SLB faults
Michael Ellerman
1
-4
/
+10
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+2
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
1
-4
/
+2
2021-12-02
powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
Nicholas Piggin
1
-0
/
+24
2021-07-05
powerpc/mm: Fix lockup on kernel exec fault
Christophe Leroy
1
-3
/
+1
2021-04-17
powerpc/traps: Enhance readability for trap types
Xiongwei Song
1
-8
/
+8
2021-04-14
powerpc: clean up do_page_fault
Nicholas Piggin
1
-19
/
+8
2021-04-14
powerpc/64e/interrupt: handle bad_page_fault in C
Nicholas Piggin
1
-4
/
+1
2021-03-29
powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYS
Christophe Leroy
1
-6
/
+1
2021-03-29
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
1
-1
/
+1
2021-03-24
powerpc: Enable KFENCE for PPC32
Christophe Leroy
1
-1
/
+6
2021-02-11
powerpc: remove interrupt handler functions from the noinstr section
Nicholas Piggin
1
-1
/
+0
2021-02-09
powerpc/64: context tracking move to interrupt wrappers
Nicholas Piggin
1
-8
/
+1
2021-02-09
powerpc/64s/hash: improve context tracking of hash faults
Nicholas Piggin
1
-11
/
+28
2021-02-09
powerpc: add interrupt_cond_local_irq_enable helper
Nicholas Piggin
1
-3
/
+1
2021-02-09
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
1
-2
/
+3
2021-02-09
powerpc/mm: Remove stale do_page_fault comment referring to SLB faults
Nicholas Piggin
1
-7
/
+5
2021-02-09
powerpc/64s: move bad_page_fault handling to C
Nicholas Piggin
1
-0
/
+4
2021-02-09
powerpc: rearrange do_page_fault error case to be inside exception_enter
Nicholas Piggin
1
-9
/
+14
2021-02-09
powerpc/64s: add do_bad_page_fault_segv handler
Nicholas Piggin
1
-0
/
+7
2021-02-09
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
1
-3
/
+3
2021-02-09
powerpc: remove arguments from fault handler functions
Nicholas Piggin
1
-3
/
+2
2020-12-09
powerpc/fault: Perform exception fixup in do_page_fault()
Christophe Leroy
1
-9
/
+24
2020-12-09
powerpc/fault: Avoid heavy search_exception_tables() verification
Christophe Leroy
1
-15
/
+13
2020-12-09
powerpc/mm: Move the WARN() out of bad_kuap_fault()
Christophe Leroy
1
-1
/
+1
2020-12-09
powerpc/fault: Unnest definition of page_fault_is_write() and page_fault_is_b...
Christophe Leroy
1
-3
/
+5
2020-12-09
powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S
Christophe Leroy
1
-5
/
+3
2020-12-08
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
1
-2
/
+2
2020-12-04
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
1
-1
/
+1
2020-08-12
mm/powerpc: use general page fault accounting
Peter Xu
1
-8
/
+3
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-07-29
powerpc/mm: Remove custom stack expansion checking
Michael Ellerman
1
-104
/
+5
2020-07-29
powerpc: Allow 4224 bytes of stack expansion for the signal frame
Michael Ellerman
1
-2
/
+5
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-5
/
+5
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-6
/
+6
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-05-19
powerpc: Add a probe_user_read_inst() function
Jordan Niethe
1
-2
/
+2
2020-05-19
powerpc: Use a datatype for instructions
Jordan Niethe
1
-2
/
+2
2020-05-19
powerpc: Use a function for getting the instruction op code
Jordan Niethe
1
-1
/
+2
2020-05-19
powerpc: Use an accessor for instructions
Jordan Niethe
1
-3
/
+3
2020-05-05
powerpc/pkeys: Check vma before returning key fault error to the user
Aneesh Kumar K.V
1
-8
/
+0
2020-05-05
powerpc/pkeys: Avoid using lockless page table walk
Aneesh Kumar K.V
1
-23
/
+60
2020-04-07
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
1
-1
/
+1
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-6
/
+0
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-04-02
powerpc/mm: use helper fault_signal_pending()
Peter Xu
1
-8
/
+4
2020-02-01
Merge branch 'topic/user-access-begin' into next
Michael Ellerman
1
-1
/
+1
2020-01-28
powerpc/32s: Fix bad_kuap_fault()
Christophe Leroy
1
-1
/
+1
2020-01-27
powerpc/mm: Don't log user reads to 0xffffffff
Christophe Leroy
1
-0
/
+3
[next]