index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-01-25
powerpc: use probe_user_read() and probe_user_write()
Christophe Leroy
1
-5
/
+1
2019-11-18
powerpc/mm: Show if a bad page fault on data is read or write.
Christophe Leroy
1
-2
/
+4
2019-07-17
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
1
-21
/
+2
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sig_mceerr
Eric W. Biederman
1
-2
/
+1
2019-04-21
powerpc/mm: Detect bad KUAP faults
Michael Ellerman
1
-3
/
+22
2019-04-21
powerpc: Add a framework for Kernel Userspace Access Protection
Christophe Leroy
1
-4
/
+15
2019-04-21
powerpc: Add skeleton for Kernel Userspace Execution Prevention
Christophe Leroy
1
-5
/
+4
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-12-27
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-16
/
+33
2018-12-21
powerpc/mm: Fix reporting of kernel execute faults on the 8xx
Christophe Leroy
1
-1
/
+3
2018-12-20
powerpc/mm: Make NULL pointer deferences explicit on bad page faults.
Christophe Leroy
1
-8
/
+9
2018-12-20
powerpc/mm/hash: Handle user access of kernel address gracefully
Aneesh Kumar K.V
1
-5
/
+19
2018-12-17
KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2
Suraj Jitindar Singh
1
-0
/
+1
2018-11-26
powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3S
Christophe Leroy
1
-2
/
+2
2018-09-21
signal/powerpc: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+1
2018-09-21
signal/powerpc: Specialize _exception_pkey for handling pkey exceptions
Eric W. Biederman
1
-1
/
+1
2018-09-21
signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore
Eric W. Biederman
1
-5
/
+4
2018-09-21
signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception
Eric W. Biederman
1
-1
/
+11
2018-09-21
signal/powerpc: Remove pkey parameter from __bad_area
Eric W. Biederman
1
-5
/
+4
2018-09-21
signal/powerpc: Use force_sig_mceerr as appropriate
Eric W. Biederman
1
-7
/
+11
2018-08-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+4
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-3
/
+4
2018-07-30
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
1
-1
/
+0
2018-06-07
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-29
/
+47
2018-05-24
powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
Christophe Leroy
1
-16
/
+34
2018-05-24
powerpc/mm: Use instruction symbolic names in store_updates_sp()
Christophe Leroy
1
-13
/
+13
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-04-04
powerpc/mm/keys: Update documentation and remove unnecessary check
Aneesh Kumar K.V
1
-16
/
+12
2018-01-21
Merge branch 'fixes' into next
Michael Ellerman
1
-1
/
+6
2018-01-20
powerpc: Deliver SEGV signal on pkey violation
Ram Pai
1
-12
/
+27
2018-01-20
powerpc: Handle exceptions caused by pkey violation
Ram Pai
1
-0
/
+22
2018-01-16
powerpc: Use the TRAP macro whenever comparing a trap number
Benjamin Herrenschmidt
1
-1
/
+1
2018-01-02
powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERR
John Sperbeck
1
-1
/
+6
2017-08-10
powerpc/8xx: Use symbolic names for DSISR bits in DSI
Christophe Leroy
1
-1
/
+1
2017-08-10
powerpc/8xx: Getting rid of remaining use of CONFIG_8xx
Christophe Leroy
1
-1
/
+1
2017-08-03
powerpc: Remove old unused icswx based coprocessor support
Benjamin Herrenschmidt
1
-15
/
+0
2017-08-03
powerpc/mm: Cleanup check for stack expansion
Benjamin Herrenschmidt
1
-36
/
+48
2017-08-03
powerpc/mm: Don't lose "major" fault indication on retry
Benjamin Herrenschmidt
1
-2
/
+3
2017-08-03
powerpc/mm: Move page fault VMA access checks to a helper
Benjamin Herrenschmidt
1
-24
/
+33
2017-08-03
powerpc/mm: Set fault flags earlier
Benjamin Herrenschmidt
1
-1
/
+4
2017-08-03
powerpc/mm: Add a bunch of (un)likely annotations to do_page_fault
Benjamin Herrenschmidt
1
-10
/
+10
2017-08-03
powerpc/mm: Move/simplify faulthandler_disabled() and !mm check
Benjamin Herrenschmidt
1
-14
/
+13
2017-08-03
powerpc/mm: Move the DSISR_PROTFAULT sanity check
Benjamin Herrenschmidt
1
-33
/
+42
[prev]
[next]