Age | Commit message (Expand) | Author | Files | Lines |
2017-05-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -19/+36 |
2017-04-06 | arm64: print a fault message when attempting to write RO memory | Stephen Boyd | 1 | -19/+36 |
2017-04-04 | arm64: mm: unaligned access by user-land should be received as SIGBUS | Victor Kamensky | 1 | -18/+24 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-01-10 | arm64: Remove useless UAO IPI and describe how this gets enabled | James Morse | 1 | -14/+0 |
2017-01-04 | arm64: mm: fix show_pte KERN_CONT fallout | Mark Rutland | 1 | -4/+4 |
2016-11-21 | arm64: Handle faults caused by inadvertent user access with PAN enabled | Catalin Marinas | 1 | -4/+10 |
2016-11-21 | arm64: Update the synchronous external abort fault description | Catalin Marinas | 1 | -4/+4 |
2016-10-20 | arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call | James Morse | 1 | -0/+9 |
2016-10-20 | arm64: cpufeature: Schedule enable() calls instead of calling them via IPI | James Morse | 1 | -2/+4 |
2016-09-20 | arm64: migrate exception table users off module.h and onto extable.h | Paul Gortmaker | 1 | -1/+1 |
2016-08-25 | arm64: Introduce execute-only page access permissions | Catalin Marinas | 1 | -3/+2 |
2016-08-12 | arm64: Handle el1 synchronous instruction aborts cleanly | Laura Abbott | 1 | -2/+12 |
2016-07-27 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -6/+35 |
2016-07-27 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-07-21 | Merge branch 'for-next/kprobes' into for-next/core | Catalin Marinas | 1 | -0/+26 |
2016-07-19 | arm64: Kprobes with single stepping support | Sandeepa Prabhu | 1 | -0/+26 |
2016-07-07 | arm64: kernel: Save and restore UAO and addr_limit on exception entry | James Morse | 1 | -1/+2 |
2016-06-21 | arm64: kill ESR_LNX_EXEC | Mark Rutland | 1 | -5/+8 |
2016-06-21 | arm64: add macro to extract ESR_ELx.EC | Mark Rutland | 1 | -1/+1 |
2016-06-14 | arm64: mm: mark fault_info table const | Mark Rutland | 1 | -1/+1 |
2016-06-08 | arm64: mm: always take dirty state from new pte in ptep_set_access_flags | Will Deacon | 1 | -1/+1 |
2016-04-19 | arm64: mm: remove the redundant code | Huang Shijie | 1 | -4/+0 |
2016-04-15 | arm64: Implement ptep_set_access_flags() for hardware AF/DBM | Catalin Marinas | 1 | -0/+50 |
2016-04-14 | arm64: mm: Add trace_irqflags annotations to do_debug_exception() | James Morse | 1 | -10/+23 |
2016-03-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2016-03-18 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -6/+28 |
2016-03-18 | mm: remove VM_FAULT_MINOR | Jan Kara | 1 | -1/+1 |
2016-02-19 | arm64: User die() instead of panic() in do_page_fault() | Catalin Marinas | 1 | -2/+2 |
2016-02-19 | arm64: mm: allow the kernel to handle alignment faults on user accesses | EunTaik Lee | 1 | -1/+8 |
2016-02-18 | arm64: Remove the get_thread_info() function | Catalin Marinas | 1 | -1/+1 |
2016-02-18 | arm64: kernel: Don't toggle PAN on systems with UAO | James Morse | 1 | -0/+3 |
2016-02-18 | arm64: kernel: Add support for User Access Override | James Morse | 1 | -6/+25 |
2015-11-25 | arm64: mm: fix fault_info table xFSC decoding | Mark Rutland | 1 | -14/+14 |
2015-11-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2015-10-21 | arm64: Delay cpu feature capability checks | Suzuki K. Poulose | 1 | -1/+1 |
2015-10-05 | arm64: readahead: fault retry breaks mmap file read random detection | Mark Salyzyn | 1 | -0/+1 |
2015-07-27 | arm64/BUG: Use BRK instruction for generic BUG traps | Dave P Martin | 1 | -2/+10 |
2015-07-27 | arm64: kernel: Add support for Privileged Access Never | James Morse | 1 | -0/+16 |
2015-07-03 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |
2015-07-03 | arm64: Fix show_unhandled_signal_ratelimited usage | Suzuki K. Poulose | 1 | -1/+1 |
2015-06-24 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -3/+9 |
2015-06-19 | arm64: use private ratelimit state along with show_unhandled_signals | Vladimir Murzin | 1 | -2/+1 |
2015-06-19 | arm64: show unhandled SP/PC alignment faults | Vladimir Murzin | 1 | -1/+8 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -1/+1 |
2015-01-15 | arm64: move to ESR_ELx macros | Mark Rutland | 1 | -1/+1 |
2014-11-21 | arm64: mm: report unhandled level-0 translation faults correctly | Will Deacon | 1 | -1/+1 |
2014-07-23 | arm64: mm: Implement 4 levels of translation tables | Jungseok Lee | 1 | -0/+1 |
2014-05-16 | Revert "arm64: Introduce execute-only page access permissions" | Catalin Marinas | 1 | -2/+3 |