summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-09-27signal/arm64: Only call set_thread_esr once in do_page_faultEric W. Biederman
2018-09-27signal/arm64: Only perform one esr_to_fault_info call in do_page_faultEric W. Biederman
2018-09-27signal/arm64: Expand __do_user_fault and remove itEric W. Biederman
2018-09-27signal/arm64: For clarity separate the 3 signal sending cases in do_page_faultEric W. Biederman
2018-09-27signal/arm64: Consolidate the two hwpoison cases in do_page_faultEric W. Biederman
2018-09-27signal/arm64: Factor set_thread_esr out of __do_user_faultEric W. Biederman
2018-09-27signal/arm64: Factor out arm64_show_signal from arm64_force_sig_infoEric W. Biederman
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman
2018-09-27signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman
2018-09-21signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerrEric W. Biederman
2018-09-21signal/powerpc: Specialize _exception_pkey for handling pkey exceptionsEric W. Biederman
2018-09-21signal/powerpc: Call force_sig_fault from _exceptionEric W. Biederman
2018-09-21signal/powerpc: Factor the common exception code into exception_commonEric W. Biederman
2018-09-21signal/powerpc: Remove pkey parameter from __bad_area_nosemaphoreEric W. Biederman
2018-09-21signal/powerpc: Call _exception_pkey directly from bad_key_fault_exceptionEric W. Biederman
2018-09-21signal/powerpc: Remove pkey parameter from __bad_areaEric W. Biederman
2018-09-21signal/powerpc: Use force_sig_mceerr as appropriateEric W. Biederman
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman
2018-09-21signal/x86: Pass pkey by valueEric W. Biederman
2018-09-21signal/x86: Replace force_sig_info_fault with force_sig_faultEric W. Biederman
2018-09-21signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphoreEric W. Biederman
2018-09-21signal/x86: Pass pkey not vma into __bad_areaEric W. Biederman
2018-09-21signal/x86: Don't compute pkey in __do_page_faultEric W. Biederman
2018-09-21signal/x86: Remove pkey parameter from mm_fault_errorEric W. Biederman
2018-09-21signal/x86: Remove the pkey parameter from do_sigbusEric W. Biederman
2018-09-21signal/x86: Remove pkey parameter from bad_area_nosemaphoreEric W. Biederman
2018-09-21signal/x86/traps: Simplify trap generationEric W. Biederman
2018-09-21signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman
2018-09-21signal/x86/traps: Use force_sig_bnderrEric W. Biederman
2018-09-21signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman
2018-09-19signal/x86/traps: Factor out show_signalEric W. Biederman
2018-09-19signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman
2018-09-19signal/x86: In trace_mpx_bounds_register_exception add __user annotationsEric W. Biederman
2018-09-19signal/x86: Use send_sig_mceerr as apropriateEric W. Biederman
2018-09-19signal/x86: Move MCE error reporting out of force_sig_info_faultEric W. Biederman
2018-09-19signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman
2018-09-11signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-24arm64: rockchip: Force CONFIG_PM on Rockchip systemsMarc Zyngier