summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signal/powerpc: Call force_sig_fault from _exceptionEric W. Biederman2018-09-211-1/+4
* signal/powerpc: Factor the common exception code into exception_commonEric W. Biederman2018-09-211-5/+13
* signal/powerpc: Remove pkey parameter from __bad_area_nosemaphoreEric W. Biederman2018-09-211-5/+4
* signal/powerpc: Call _exception_pkey directly from bad_key_fault_exceptionEric W. Biederman2018-09-211-1/+11
* signal/powerpc: Remove pkey parameter from __bad_areaEric W. Biederman2018-09-211-5/+4
* signal/powerpc: Use force_sig_mceerr as appropriateEric W. Biederman2018-09-211-7/+11
* signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-214-32/+9
* signal/x86: Pass pkey by valueEric W. Biederman2018-09-211-7/+7
* signal/x86: Replace force_sig_info_fault with force_sig_faultEric W. Biederman2018-09-211-19/+4
* signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphoreEric W. Biederman2018-09-211-52/+24
* signal/x86: Pass pkey not vma into __bad_areaEric W. Biederman2018-09-211-12/+8
* signal/x86: Don't compute pkey in __do_page_faultEric W. Biederman2018-09-211-4/+0
* signal/x86: Remove pkey parameter from mm_fault_errorEric W. Biederman2018-09-211-2/+2
* signal/x86: Remove the pkey parameter from do_sigbusEric W. Biederman2018-09-211-3/+3
* signal/x86: Remove pkey parameter from bad_area_nosemaphoreEric W. Biederman2018-09-211-7/+7
* signal/x86/traps: Simplify trap generationEric W. Biederman2018-09-211-61/+24
* signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman2018-09-211-1/+1
* signal/x86/traps: Use force_sig_bnderrEric W. Biederman2018-09-211-10/+9
* signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman2018-09-211-16/+14
* signal/x86/traps: Factor out show_signalEric W. Biederman2018-09-191-18/+19
* signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman2018-09-193-29/+32
* signal/x86: In trace_mpx_bounds_register_exception add __user annotationsEric W. Biederman2018-09-191-2/+2
* signal/x86: Use send_sig_mceerr as apropriateEric W. Biederman2018-09-191-10/+1
* signal/x86: Move MCE error reporting out of force_sig_info_faultEric W. Biederman2018-09-191-13/+13
* signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman2018-09-191-15/+7
* signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-196-28/+24
* signal: Pair exports with their functionsEric W. Biederman2018-09-161-8/+7
* signal: Remove specific_send_sig_infoEric W. Biederman2018-09-161-8/+2
* signal: Use group_send_sig_info to kill all processes in a pid namespaceEric W. Biederman2018-09-161-1/+1
* tty_io: Use group_send_sig_info in __do_SACK to note it is a session being ki...Eric W. Biederman2018-09-161-3/+3
* signal/GenWQE: Fix sending of SIGKILLEric W. Biederman2018-09-152-5/+6
* signal: Remove SEND_SIG_FORCEDEric W. Biederman2018-09-113-7/+4
* signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOPEric W. Biederman2018-09-113-5/+5
* signal: Never allocate siginfo for SIGKILL or SIGSTOPEric W. Biederman2018-09-111-3/+4
* signal: Don't send siginfo to kthreads.Eric W. Biederman2018-09-112-2/+2
* signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman2018-09-113-4/+4
* signal: send_sig_all no longer needs SEND_SIG_FORCEDEric W. Biederman2018-09-111-1/+1
* signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman2018-09-111-1/+1
* signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman2018-09-111-1/+1
* signal: Properly deliver SIGILL from uprobesEric W. Biederman2018-09-111-2/+2
* signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman2018-09-111-0/+4
* Linux 4.19-rc1v4.19-rc1Linus Torvalds2018-08-261-2/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\
| * y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12
| * | ida: Remove old APIMatthew Wilcox2018-08-223-67/+11
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-222-66/+58
| * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-222-46/+40
| * | test_ida: Move ida_check_maxMatthew Wilcox2018-08-222-28/+23