| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-15 | powerpc/mm/fault: Use str_write_read() helper function | Thorsten Blum | 1 | -2/+3 |
| 2024-10-23 | powerpc/mm/fault: Fix kfence page fault reporting | Ritesh Harjani (IBM) | 1 | -2/+8 |
| 2024-06-28 | powerpc: Replace CONFIG_4xx with CONFIG_44x | Michael Ellerman | 1 | -2/+2 |
| 2024-04-25 | powerpc: mm: accelerate pagefault when badaccess | Kefeng Wang | 1 | -13/+20 |
| 2023-12-29 | arch/mm/fault: fix major fault accounting when retrying under per-VMA lock | Suren Baghdasaryan | 1 | -0/+2 |
| 2023-10-19 | powerpc: Support execute-only on all powerpc | Christophe Leroy | 1 | -4/+5 |
| 2023-08-24 | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED | Suren Baghdasaryan | 1 | -1/+2 |
| 2023-08-18 | mm: remove CONFIG_PER_VMA_LOCK ifdefs | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2023-06-24 | powerpc/mm: Convert to using lock_mm_and_find_vma() | Michael Ellerman | 1 | -36/+3 |
| 2023-04-05 | powerc/mm: try VMA lock-based page fault handling first | Laurent Dufour | 1 | -0/+37 |
| 2023-03-15 | powerpc/mm: Fix false detection of read faults | Russell Currey | 1 | -3/+8 |
| 2022-09-28 | powerpc: Ignore DSI error caused by the copy/paste instruction | Haren Myneni | 1 | -1/+16 |
| 2022-08-26 | powerpc/mm: Support execute-only memory on the Radix MMU | Russell Currey | 1 | -1/+5 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+5 |
| 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 |
| 2020-01-26 | 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-16 | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() | Anshuman Khandual | 1 | -21/+2 |
| 2019-07-08 | 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-03 | 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-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+4 |
| 2018-08-17 | 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-25 | powerpc/mm: Only read faulting instruction when necessary in do_page_fault() | Christophe Leroy | 1 | -16/+34 |
| 2018-05-25 | 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 |
| 2017-08-03 | powerpc/mm: Cosmetic fix to page fault accounting | Benjamin Herrenschmidt | 1 | -4/+2 |
| 2017-08-03 | powerpc/mm: Move CMO accounting out of do_page_fault into a helper | Benjamin Herrenschmidt | 1 | -11/+18 |
| 2017-08-03 | powerpc/mm: Rework mm_fault_error() | Benjamin Herrenschmidt | 1 | -38/+28 |
| 2017-08-03 | powerpc/mm: Make bad_area* helper functions | Benjamin Herrenschmidt | 1 | -28/+50 |
| 2017-08-03 | powerpc/mm: Fix reporting of kernel execute faults | Benjamin Herrenschmidt | 1 | -6/+15 |
| 2017-08-03 | powerpc/mm: Simplify returns from __do_page_fault | Benjamin Herrenschmidt | 1 | -23/+16 |
| 2017-08-03 | powerpc/mm: Move debugger check to notify_page_fault() | Benjamin Herrenschmidt | 1 | -13/+8 |
| 2017-08-03 | powerpc/mm: Overhaul handling of bad page faults | Benjamin Herrenschmidt | 1 | -18/+14 |
| 2017-08-03 | powerpc/mm: Move error_code checks for bad faults earlier | Benjamin Herrenschmidt | 1 | -15/+20 |
| 2017-08-03 | powerpc/mm: Move out definition of CPU specific is_write bits | Benjamin Herrenschmidt | 1 | -7/+11 |
| 2017-08-03 | powerpc/6xx: Handle DABR match before calling do_page_fault | Benjamin Herrenschmidt | 1 | -9/+0 |
| 2017-08-02 | powerpc/mm: Pre-filter SRR1 bits before do_page_fault() | Benjamin Herrenschmidt | 1 | -12/+2 |
| 2017-08-02 | powerpc/mm: Move exception_enter/exit to a do_page_fault wrapper | Benjamin Herrenschmidt | 1 | -3/+11 |
| 2017-06-02 | powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints | Christophe Leroy | 1 | -1/+1 |
| 2017-06-02 | powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault() | Christophe Leroy | 1 | -6/+7 |
| 2017-06-02 | powerpc/mm: Remove a redundant test in do_page_fault() | Christophe Leroy | 1 | -1/+1 |
| 2017-06-02 | powerpc/mm: Only call store_updates_sp() on stores in do_page_fault() | Christophe Leroy | 1 | -1/+1 |
| 2017-04-03 | powerpc: Avoid taking a data miss on every userspace instruction miss | Anton Blanchard | 1 | -1/+1 |
| 2017-03-21 | powerpc/mm: Move mmap_sem unlocking in do_page_fault() | Laurent Dufour | 1 | -15/+4 |
| 2017-03-21 | powerpc/mm: Handle VM_FAULT_RETRY earlier | Laurent Dufour | 1 | -29/+38 |
| 2017-03-21 | powerpc/mm: Move mmap_sem unlock up from do_sigbus | Laurent Dufour | 1 | -3/+3 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-22 | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -10/+33 |
| 2017-02-15 | powerpc/mm: Update PROTFAULT handling in the page fault path | Aneesh Kumar K.V | 1 | -10/+33 |
| 2017-02-08 | powerpc/mm: Fix spurrious segfaults on radix with autonuma | Benjamin Herrenschmidt | 1 | -16/+5 |
| 2016-11-30 | powerpc/mm: Fix no execute fault handling on pre-POWER5 | Balbir Singh | 1 | -1/+9 |
| 2016-11-25 | powerpc/mm: Detect instruction fetch denied and report | Balbir Singh | 1 | -0/+7 |
| 2016-11-14 | powerpc: Add support for relative exception tables | Nicholas Piggin | 1 | -1/+1 |
| 2016-09-19 | powerpc: Use kprobe blacklist for exception handlers | Nicholas Piggin | 1 | -2/+2 |
| 2016-08-22 | powerpc: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 1 | -1/+1 |
| 2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
| 2015-07-06 | powerpc: Add plain English description for alignment exception oopses | Anton Blanchard | 1 | -0/+4 |
| 2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -4/+5 |
| 2015-02-12 | ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT | Mel Gorman | 1 | -11/+9 |
| 2015-02-12 | mm: convert p[te|md]_numa users to p[te|md]_protnone_numa | Mel Gorman | 1 | -5/+0 |
| 2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
| 2014-11-07 | powerpc/8xx: Invalidate non present TLB as early as possible | LEROY Christophe | 1 | -7/+0 |
| 2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+1 |
| 2014-10-02 | powerpc: Fill in si_addr_lsb siginfo field | Anton Blanchard | 1 | -0/+8 |
| 2014-10-02 | powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler | Anton Blanchard | 1 | -6/+11 |
| 2014-10-02 | powerpc: Simplify do_sigbus | Anton Blanchard | 1 | -10/+10 |
| 2014-09-19 | sched: Add helper for task stack page overrun checking | Aaron Tomlin | 1 | -3/+1 |
| 2014-09-19 | init/main.c: Give init_task a canary | Aaron Tomlin | 1 | -2/+1 |
| 2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -3/+4 |
| 2013-09-11 | powerpc: Fix possible deadlock on page fault | Aneesh Kumar K.V | 1 | -3/+10 |
| 2013-08-14 | powerpc: Fix little endian lppaca, slb_shadow and dtl_entry | Anton Blanchard | 1 | -1/+5 |
| 2013-05-14 | powerpc: Exception hooks for context tracking subsystem | Li Zhong | 1 | -14/+27 |
| 2013-01-10 | powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers | Michael Neuling | 1 | -2/+2 |
| 2012-12-12 | mm, oom: remove statically defined arch functions of same name | David Rientjes | 1 | -15/+12 |
| 2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
| 2012-10-06 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+1 |
| 2012-09-21 | userns: On ppc convert current_uid from a kuid before printing. | Eric W. Biederman | 1 | -1/+1 |
| 2012-09-05 | powerpc: Add trap_nr to thread_struct | Ananth N Mavinakayanahalli | 1 | -0/+1 |
| 2012-03-28 | Disintegrate asm/system.h for PowerPC | David Howells | 1 | -1/+1 |
| 2012-03-09 | powerpc: Add support for page fault retry and fatal signals | Benjamin Herrenschmidt | 1 | -50/+120 |
| 2012-03-09 | powerpc: Call do_page_fault() with interrupts off | Benjamin Herrenschmidt | 1 | -0/+11 |
| 2011-11-25 | powerpc/icswx: Simple ACOP fault handler | Jimi Xenidis | 1 | -0/+17 |
| 2011-07-22 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+3 |
| 2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 1 | -3/+3 |
| 2011-06-29 | arch/powerpc: use printk_ratelimited instead of printk_ratelimit | Christian Dietrich | 1 | -5/+5 |
| 2010-09-02 | powerpc: Check end of stack canary at oops time | Anton Blanchard | 1 | -0/+6 |
| 2010-05-06 | powerpc: Invoke oom-killer from page fault | Benjamin Herrenschmidt | 1 | -10/+4 |
| 2010-04-07 | powerpc: Disable interrupts for data breakpoint exceptions | K.Prasad | 1 | -2/+3 |
| 2009-12-09 | powerpc/8xx: Invalidate non present TLBs | Joakim Tjernlund | 1 | -1/+7 |
| 2009-09-21 | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 1 | -4/+4 |
| 2009-06-21 | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 1 | -1/+1 |
| 2009-06-11 | perf_counter: Standardize event names | Peter Zijlstra | 1 | -3/+3 |
| 2009-04-08 | perf_counter: allow for data addresses to be recorded | Peter Zijlstra | 1 | -3/+5 |
| 2009-04-06 | perf_counter: provide major/minor page fault software events | Peter Zijlstra | 1 | -1/+4 |
| 2009-04-06 | perf_counter: provide pagefault software events | Peter Zijlstra | 1 | -0/+3 |
| 2009-02-11 | powerpc/mm: Rework I$/D$ coherency (v3) | Benjamin Herrenschmidt | 1 | -29/+17 |
| 2008-12-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p... | Linus Torvalds | 1 | -3/+11 |
| 2008-12-21 | powerpc/mm: Add SMP support to no-hash TLB handling | Benjamin Herrenschmidt | 1 | -1/+1 |
| 2008-11-19 | powerpc: Correct page-in counter for CMM with 64k pages | Robert Jennings | 1 | -1/+1 |
| 2008-11-14 | CRED: Wrap task credential accesses in the PowerPC arch | David Howells | 1 | -1/+1 |
| 2008-11-05 | powerpc: Update page-in counter for CMM | Brian King | 1 | -2/+10 |
| 2008-07-25 | powerpc: BookE hardware watchpoint support | Luis Machado | 1 | -25/+0 |
| 2008-07-09 | powerpc: rework 4xx PTE access and TLB miss | Benjamin Herrenschmidt | 1 | -1/+2 |
| 2008-01-25 | [POWERPC] Make setjmp/longjmp code usable outside of xmon | Michael Neuling | 1 | -4/+2 |
| 2007-12-03 | [POWERPC] Add missing spaces in printk formats | joe@perches.com | 1 | -1/+1 |
| 2007-11-01 | [POWERPC] 4xx: Fix 4xx flush_tlb_page() | Benjamin Herrenschmidt | 1 | -1/+1 |
| 2007-10-19 | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 1 | -1/+1 |
| 2007-07-22 | [POWERPC] Allow exec faults on readable areas on classic 32-bit PowerPC | Paul Mackerras | 1 | -1/+7 |
| 2007-07-19 | mm: fault feedback #2 | Nick Piggin | 1 | -15/+11 |
| 2007-07-11 | Merge branch 'for-2.6.23' into merge | Paul Mackerras | 1 | -1/+1 |
| 2007-06-20 | [POWERPC] PowerPC: Prevent data exception in kernel space (32-bit) | Segher Boessenkool | 1 | -3/+2 |
| 2007-06-14 | [POWERPC] During VM oom condition, kill all threads in process group | will schmidt | 1 | -1/+1 |
| 2007-05-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 1 | -27/+15 |
| 2007-05-08 | move die notifier handling to common code | Christoph Hellwig | 1 | -1/+1 |
| 2007-05-02 | [POWERPC] Minor fault path optimization | Christoph Hellwig | 1 | -27/+15 |