index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
fault.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm: Fix lockup on kernel exec fault
Christophe Leroy
2021-07-05
1
-3
/
+1
*
powerpc/traps: Enhance readability for trap types
Xiongwei Song
2021-04-17
1
-8
/
+8
*
powerpc: clean up do_page_fault
Nicholas Piggin
2021-04-14
1
-19
/
+8
*
powerpc/64e/interrupt: handle bad_page_fault in C
Nicholas Piggin
2021-04-14
1
-4
/
+1
*
powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYS
Christophe Leroy
2021-03-29
1
-6
/
+1
*
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
2021-03-29
1
-1
/
+1
*
powerpc: Enable KFENCE for PPC32
Christophe Leroy
2021-03-24
1
-1
/
+6
*
powerpc: remove interrupt handler functions from the noinstr section
Nicholas Piggin
2021-02-11
1
-1
/
+0
*
powerpc/64: context tracking move to interrupt wrappers
Nicholas Piggin
2021-02-09
1
-8
/
+1
*
powerpc/64s/hash: improve context tracking of hash faults
Nicholas Piggin
2021-02-09
1
-11
/
+28
*
powerpc: add interrupt_cond_local_irq_enable helper
Nicholas Piggin
2021-02-09
1
-3
/
+1
*
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
2021-02-09
1
-2
/
+3
*
powerpc/mm: Remove stale do_page_fault comment referring to SLB faults
Nicholas Piggin
2021-02-09
1
-7
/
+5
*
powerpc/64s: move bad_page_fault handling to C
Nicholas Piggin
2021-02-09
1
-0
/
+4
*
powerpc: rearrange do_page_fault error case to be inside exception_enter
Nicholas Piggin
2021-02-09
1
-9
/
+14
*
powerpc/64s: add do_bad_page_fault_segv handler
Nicholas Piggin
2021-02-09
1
-0
/
+7
*
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
2021-02-09
1
-3
/
+3
*
powerpc: remove arguments from fault handler functions
Nicholas Piggin
2021-02-09
1
-3
/
+2
*
powerpc/fault: Perform exception fixup in do_page_fault()
Christophe Leroy
2020-12-09
1
-9
/
+24
*
powerpc/fault: Avoid heavy search_exception_tables() verification
Christophe Leroy
2020-12-09
1
-15
/
+13
*
powerpc/mm: Move the WARN() out of bad_kuap_fault()
Christophe Leroy
2020-12-09
1
-1
/
+1
*
powerpc/fault: Unnest definition of page_fault_is_write() and page_fault_is_b...
Christophe Leroy
2020-12-09
1
-3
/
+5
*
powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S
Christophe Leroy
2020-12-09
1
-5
/
+3
*
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
2020-12-08
1
-2
/
+2
*
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
2020-12-04
1
-1
/
+1
*
mm/powerpc: use general page fault accounting
Peter Xu
2020-08-12
1
-8
/
+3
*
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
1
-1
/
+1
*
powerpc/mm: Remove custom stack expansion checking
Michael Ellerman
2020-07-29
1
-104
/
+5
*
powerpc: Allow 4224 bytes of stack expansion for the signal frame
Michael Ellerman
2020-07-29
1
-2
/
+5
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-5
/
+5
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-6
/
+6
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
powerpc: Add a probe_user_read_inst() function
Jordan Niethe
2020-05-19
1
-2
/
+2
*
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-19
1
-2
/
+2
*
powerpc: Use a function for getting the instruction op code
Jordan Niethe
2020-05-19
1
-1
/
+2
*
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-19
1
-3
/
+3
*
powerpc/pkeys: Check vma before returning key fault error to the user
Aneesh Kumar K.V
2020-05-05
1
-8
/
+0
*
powerpc/pkeys: Avoid using lockless page table walk
Aneesh Kumar K.V
2020-05-05
1
-23
/
+60
*
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
2020-04-07
1
-1
/
+1
*
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
1
-6
/
+0
*
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-04-02
1
-1
/
+1
*
powerpc/mm: use helper fault_signal_pending()
Peter Xu
2020-04-02
1
-8
/
+4
*
Merge branch 'topic/user-access-begin' into next
Michael Ellerman
2020-02-01
1
-1
/
+1
|
\
|
*
powerpc/32s: Fix bad_kuap_fault()
Christophe Leroy
2020-01-28
1
-1
/
+1
*
|
powerpc/mm: Don't log user reads to 0xffffffff
Christophe Leroy
2020-01-27
1
-0
/
+3
*
|
powerpc: use probe_user_read() and probe_user_write()
Christophe Leroy
2020-01-26
1
-5
/
+1
|
/
*
powerpc/mm: Show if a bad page fault on data is read or write.
Christophe Leroy
2019-11-18
1
-2
/
+4
*
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
2019-07-16
1
-21
/
+2
*
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-08
1
-3
/
+2
|
\
|
*
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
1
-1
/
+1
[next]