summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signal/memory-failure: Use force_sig_mceerr and send_sig_mceerrEric W. Biederman2018-01-231-9/+6Star
* mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-2310-32/+25Star
* signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-236-23/+25
* signal/powerpc: Remove unnecessary signal_code parameter of do_send_trapEric W. Biederman2018-01-233-10/+10
* signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman2018-01-232-0/+67
* signal: Add send_sig_fault and force_sig_faultEric W. Biederman2018-01-232-0/+67
* signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-234-5/+5
* signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-239-60/+89
* signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggeredEric W. Biederman2018-01-231-15/+12Star
* ptrace: Use copy_siginfo in setsiginfo and getsiginfoEric W. Biederman2018-01-161-2/+2
* signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-1616-516/+96Star
* signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Eric W. Biederman2018-01-162-3/+2Star
* signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-1611-178/+82Star
* signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDEDEric W. Biederman2018-01-161-2/+0Star
* signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-163-37/+33Star
* signal/tile: Move the tile specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-162-8/+4Star
* signal/frv: Move the frv specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-163-13/+4Star
* signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-163-32/+21Star
* signal/powerpc: Remove redefinition of NSIGTRAP on powerpcEric W. Biederman2018-01-161-3/+0Star
* signal: Move addr_lsb into the _sigfault union for clarityEric W. Biederman2018-01-162-5/+21
* signal: unify compat_siginfo_tAl Viro2018-01-1610-525/+94Star
* signal: kill __ARCH_SI_UID_TAl Viro2018-01-121-8/+3Star
* signal: Remove unnecessary ifdefs now that there is only one struct siginfoEric W. Biederman2018-01-123-14/+0Star
* signal/mips: switch mips to generic siginfoAl Viro2018-01-122-85/+6Star
* signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...Eric W. Biederman2018-01-123-58/+5Star
* ia64/signal: switch to generic struct siginfoEric W. Biederman2018-01-122-67/+5Star
* signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-128-10/+1Star
* signal: Clear si_sys_private before copying siginfo to userspaceEric W. Biederman2018-01-121-0/+3
* signal: Ensure no siginfo union member increases the size of struct siginfoEric W. Biederman2018-01-121-0/+1
* signal: Document glibc's si_code of SI_ASYNCNLEric W. Biederman2018-01-121-0/+1
* signal: Document the strange si_codes used by ptrace event stopsEric W. Biederman2018-01-121-0/+5
* signal: Document all of the signals that use the _sigfault union memberEric W. Biederman2018-01-121-1/+1
* x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman2018-01-121-3/+4
* mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copyEric W. Biederman2018-01-121-1/+1
* signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman2018-01-123-1/+10
* signal: Introduce clear_siginfoEric W. Biederman2018-01-121-0/+5
* signal: Reduce copy_siginfo to just a memcpyEric W. Biederman2018-01-121-6/+2Star
* signal/arm: Document conflicts with SI_USER and SIGFPEEric W. Biederman2018-01-122-1/+14
* signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-124-58/+83
* signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman2018-01-122-5/+20
* signal/metag: Document a conflict with SI_USER with SIGFPEEric W. Biederman2018-01-122-1/+8
* signal/parisc: Document a conflict with SI_USER with SIGFPEEric W. Biederman2018-01-122-1/+8
* signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman2018-01-121-5/+5
* signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman2018-01-061-1/+2
* signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-043-16/+10Star
* Linux 4.15-rc6Linus Torvalds2017-12-311-1/+1
* Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2017-12-3114-39/+42
|\
| * x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-296-16/+8Star
| * x86/apic: Update the 'apic=' description of setting APIC driverDou Liyang2017-12-281-1/+5
| * x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang2017-12-281-0/+2