index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-22
signal: Helpers for faults with specialized siginfo layouts
Eric W. Biederman
2
-0
/
+67
2018-01-22
signal: Add send_sig_fault and force_sig_fault
Eric W. Biederman
2
-0
/
+67
2018-01-22
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
4
-5
/
+5
2018-01-22
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
9
-60
/
+89
2018-01-22
signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggered
Eric W. Biederman
1
-15
/
+12
2018-01-16
ptrace: Use copy_siginfo in setsiginfo and getsiginfo
Eric W. Biederman
1
-2
/
+2
2018-01-15
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
16
-516
/
+96
2018-01-15
signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
Eric W. Biederman
2
-3
/
+2
2018-01-15
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
11
-178
/
+82
2018-01-15
signal/blackfin: Remove pointless UID16_SIGINFO_COMPAT_NEEDED
Eric W. Biederman
1
-2
/
+0
2018-01-15
signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
3
-37
/
+33
2018-01-15
signal/tile: Move the tile specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
2
-8
/
+4
2018-01-15
signal/frv: Move the frv specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
3
-13
/
+4
2018-01-15
signal/ia64: Move the ia64 specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
3
-32
/
+21
2018-01-15
signal/powerpc: Remove redefinition of NSIGTRAP on powerpc
Eric W. Biederman
1
-3
/
+0
2018-01-15
signal: Move addr_lsb into the _sigfault union for clarity
Eric W. Biederman
2
-5
/
+21
2018-01-15
signal: unify compat_siginfo_t
Al Viro
10
-525
/
+94
2018-01-12
signal: kill __ARCH_SI_UID_T
Al Viro
1
-8
/
+3
2018-01-12
signal: Remove unnecessary ifdefs now that there is only one struct siginfo
Eric W. Biederman
3
-14
/
+0
2018-01-12
signal/mips: switch mips to generic siginfo
Al Viro
2
-85
/
+6
2018-01-12
signal/ia64: switch the last arch-specific copy_siginfo_to_user() to generic ...
Eric W. Biederman
3
-58
/
+5
2018-01-12
ia64/signal: switch to generic struct siginfo
Eric W. Biederman
2
-67
/
+5
2018-01-12
signal: Remove _sys_private and _overrun_incr from struct compat_siginfo
Eric W. Biederman
8
-10
/
+1
2018-01-12
signal: Clear si_sys_private before copying siginfo to userspace
Eric W. Biederman
1
-0
/
+3
2018-01-12
signal: Ensure no siginfo union member increases the size of struct siginfo
Eric W. Biederman
1
-0
/
+1
2018-01-12
signal: Document glibc's si_code of SI_ASYNCNL
Eric W. Biederman
1
-0
/
+1
2018-01-12
signal: Document the strange si_codes used by ptrace event stops
Eric W. Biederman
1
-0
/
+5
2018-01-12
signal: Document all of the signals that use the _sigfault union member
Eric W. Biederman
1
-1
/
+1
2018-01-12
x86/mm/pkeys: Fix fill_sig_info_pkey
Eric W. Biederman
1
-3
/
+4
2018-01-12
mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
Eric W. Biederman
1
-1
/
+1
2018-01-12
signal: Ensure generic siginfos the kernel sends have all bits initialized
Eric W. Biederman
3
-1
/
+10
2018-01-12
signal: Introduce clear_siginfo
Eric W. Biederman
1
-0
/
+5
2018-01-12
signal: Reduce copy_siginfo to just a memcpy
Eric W. Biederman
1
-6
/
+2
2018-01-12
signal/arm: Document conflicts with SI_USER and SIGFPE
Eric W. Biederman
2
-1
/
+14
2018-01-12
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
Eric W. Biederman
4
-58
/
+83
2018-01-12
signal/powerpc: Document conflicts with SI_USER and SIGFPE and SIGTRAP
Eric W. Biederman
2
-5
/
+20
2018-01-12
signal/metag: Document a conflict with SI_USER with SIGFPE
Eric W. Biederman
2
-1
/
+8
2018-01-12
signal/parisc: Document a conflict with SI_USER with SIGFPE
Eric W. Biederman
2
-1
/
+8
2018-01-12
signal/openrisc: Fix do_unaligned_access to send the proper signal
Eric W. Biederman
1
-5
/
+5
2018-01-05
signal/sh: Ensure si_signo is initialized in do_divide_error
Eric W. Biederman
1
-1
/
+2
2018-01-03
signal: Simplify and fix kdb_send_sig
Eric W. Biederman
3
-16
/
+10
2017-12-31
Linux 4.15-rc6
v4.15-rc6
Linus Torvalds
1
-1
/
+1
2017-12-31
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
14
-39
/
+42
2017-12-31
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-16
/
+16
2017-12-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-20
/
+52
2017-12-31
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2017-12-31
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-3
/
+9
2017-12-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-43
/
+190
2017-12-31
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
28
-72
/
+196
2017-12-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-2
/
+6
[next]