aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-22signal: Helpers for faults with specialized siginfo layoutsEric W. Biederman2-0/+67
2018-01-22signal: Add send_sig_fault and force_sig_faultEric W. Biederman2-0/+67
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman4-5/+5
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman9-60/+89
2018-01-22signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggeredEric W. Biederman1-15/+12
2018-01-16ptrace: Use copy_siginfo in setsiginfo and getsiginfoEric W. Biederman1-2/+2
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman16-516/+96
2018-01-15signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32Eric W. Biederman2-3/+2
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman11-178/+82
2018-01-15signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDEDEric W. Biederman1-2/+0
2018-01-15signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.hEric W. Biederman3-37/+33
2018-01-15signal/tile: Move the tile specific si_codes to asm-generic/siginfo.hEric W. Biederman2-8/+4
2018-01-15signal/frv: Move the frv specific si_codes to asm-generic/siginfo.hEric W. Biederman3-13/+4
2018-01-15signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.hEric W. Biederman3-32/+21
2018-01-15signal/powerpc: Remove redefinition of NSIGTRAP on powerpcEric W. Biederman1-3/+0
2018-01-15signal: Move addr_lsb into the _sigfault union for clarityEric W. Biederman2-5/+21
2018-01-15signal: unify compat_siginfo_tAl Viro10-525/+94
2018-01-12signal: kill __ARCH_SI_UID_TAl Viro1-8/+3
2018-01-12signal: Remove unnecessary ifdefs now that there is only one struct siginfoEric W. Biederman3-14/+0
2018-01-12signal/mips: switch mips to generic siginfoAl Viro2-85/+6
2018-01-12signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic versionEric W. Biederman3-58/+5
2018-01-12ia64/signal: switch to generic struct siginfoEric W. Biederman2-67/+5
2018-01-12signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman8-10/+1
2018-01-12signal: Clear si_sys_private before copying siginfo to userspaceEric W. Biederman1-0/+3
2018-01-12signal: Ensure no siginfo union member increases the size of struct siginfoEric W. Biederman1-0/+1
2018-01-12signal: Document glibc's si_code of SI_ASYNCNLEric W. Biederman1-0/+1
2018-01-12signal: Document the strange si_codes used by ptrace event stopsEric W. Biederman1-0/+5
2018-01-12signal: Document all of the signals that use the _sigfault union memberEric W. Biederman1-1/+1
2018-01-12x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman1-3/+4
2018-01-12mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copyEric W. Biederman1-1/+1
2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman3-1/+10
2018-01-12signal: Introduce clear_siginfoEric W. Biederman1-0/+5
2018-01-12signal: Reduce copy_siginfo to just a memcpyEric W. Biederman1-6/+2
2018-01-12signal/arm: Document conflicts with SI_USER and SIGFPEEric W. Biederman2-1/+14
2018-01-12signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman4-58/+83
2018-01-12signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAPEric W. Biederman2-5/+20
2018-01-12signal/metag: Document a conflict with SI_USER with SIGFPEEric W. Biederman2-1/+8
2018-01-12signal/parisc: Document a conflict with SI_USER with SIGFPEEric W. Biederman2-1/+8
2018-01-12signal/openrisc: Fix do_unaligned_access to send the proper signalEric W. Biederman1-5/+5
2018-01-05signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman1-1/+2
2018-01-03signal: Simplify and fix kdb_send_sigEric W. Biederman3-16/+10
2017-12-31Linux 4.15-rc6Linus Torvalds1-1/+1
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-39/+42
2017-12-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-16/+16
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-20/+52
2017-12-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-3/+9
2017-12-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-43/+190
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds28-72/+196
2017-12-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+6