index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vfio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-17
signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptions
Guenter Roeck
1
-1
/
+1
2018-04-28
signal/um: More carefully relay signals in relay_signal.
Eric W. Biederman
1
-24
/
+14
2018-04-27
signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}
Eric W. Biederman
3
-33
/
+75
2018-04-27
signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat code
Eric W. Biederman
1
-5
/
+0
2018-04-27
signal/signalfd: Add support for SIGSYS
Eric W. Biederman
2
-2
/
+10
2018-04-27
signal/signalfd: Remove __put_user from signalfd_copyinfo
Eric W. Biederman
1
-27
/
+29
2018-04-25
signal/xtensa: Use force_sig_fault where appropriate
Eric W. Biederman
2
-23
/
+6
2018-04-25
signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
Eric W. Biederman
1
-1
/
+1
2018-04-25
signal/um: Use force_sig_fault where appropriate
Eric W. Biederman
2
-28
/
+11
2018-04-25
signal/sparc: Use force_sig_fault where appropriate
Eric W. Biederman
7
-178
/
+37
2018-04-25
signal/sparc: Use send_sig_fault where appropriate
Eric W. Biederman
2
-85
/
+20
2018-04-25
signal/sh: Use force_sig_fault where appropriate
Eric W. Biederman
3
-30
/
+8
2018-04-25
signal/s390: Use force_sig_fault where appropriate
Eric W. Biederman
2
-43
/
+12
2018-04-25
signal/riscv: Replace do_trap_siginfo with force_sig_fault
Eric W. Biederman
1
-8
/
+2
2018-04-25
signal/riscv: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+1
2018-04-25
signal/parisc: Use force_sig_fault where appropriate
Eric W. Biederman
5
-85
/
+39
2018-04-25
signal/parisc: Use force_sig_mceerr where appropriate
Eric W. Biederman
1
-15
/
+15
2018-04-25
signal/openrisc: Use force_sig_fault where appropriate
Eric W. Biederman
2
-43
/
+9
2018-04-25
signal/nios2: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+1
2018-04-25
signal/nds32: Use force_sig_fault where appropriate
Eric W. Biederman
2
-30
/
+9
2018-04-25
signal/mips: Use force_sig_fault where appropriate
Eric W. Biederman
2
-61
/
+23
2018-04-25
signal/microblaze: Use force_sig_fault where appropriate
Eric W. Biederman
2
-16
/
+2
2018-04-25
signal/microblaze: Remove the commented out force_sig_info in do_page_fault
Eric W. Biederman
1
-5
/
+0
2018-04-25
signal/m68k: Use force_sig_fault where appropriate
Eric W. Biederman
2
-49
/
+36
2018-04-25
signal/hexagon: Use force_sig_fault as appropriate
Eric W. Biederman
2
-22
/
+9
2018-04-25
signal/c6x: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+2
2018-04-25
signal/alpha: Use force_sig_fault where appropriate
Eric W. Biederman
2
-21
/
+3
2018-04-25
signal/alpha: Use send_sig_fault where appropriate
Eric W. Biederman
3
-79
/
+24
2018-04-25
signal/powerpc: Replace TRAP_FIXME with TRAP_UNK
Eric W. Biederman
2
-10
/
+2
2018-04-25
signal/alpha: Replace TRAP_FIXME with TRAP_UNK
Eric W. Biederman
2
-9
/
+2
2018-04-25
signal: Add TRAP_UNK si_code for undiagnosted trap exceptions
Eric W. Biederman
2
-2
/
+3
2018-04-25
signal/unicore32: Use FPE_FLTUNK instead of 0 in ucf64_raise_sigfpe
Eric W. Biederman
1
-3
/
+3
2018-04-25
signal/powerpc: Replace FPE_FIXME with FPE_FLTUNK
Eric W. Biederman
2
-10
/
+3
2018-04-25
signal/ia64: Replace FPE_FIXME with FPE_FLTUNK
Eric W. Biederman
2
-9
/
+2
2018-04-25
signal/alpha: Replace FPE_FIXME with FPE_FLTUNK
Eric W. Biederman
3
-9
/
+2
2018-04-25
signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO
Eric W. Biederman
2
-29
/
+10
2018-04-25
signal: Remove SEGV_BNDERR ifdefs
Eric W. Biederman
1
-6
/
+0
2018-04-25
signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layout
Eric W. Biederman
1
-9
/
+0
2018-04-25
signal: Reduce copy_siginfo_to_user to just copy_to_user
Eric W. Biederman
1
-82
/
+2
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
68
-24
/
+158
2018-04-25
signal/nds32: Use force_sig(SIGILL) in do_revisn
Eric W. Biederman
1
-4
/
+1
2018-04-25
signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions
Eric W. Biederman
1
-9
/
+2
2018-04-19
signal/sh: Use force_sig_fault in hw_breakpoint_handler
Eric W. Biederman
1
-7
/
+2
2018-04-19
sparc: fix compat siginfo ABI regression
Dmitry V. Levin
3
-9
/
+2
2018-04-18
signal/alpha: Document a conflict with SI_USER for SIGFPE
Eric W. Biederman
1
-1
/
+1
2018-04-16
Linux 4.17-rc1
v4.17-rc1
Linus Torvalds
1
-2
/
+2
2018-04-14
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
5
-4
/
+28
2018-04-14
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
4
-32
/
+31
2018-04-14
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2
-34
/
+13
2018-04-14
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-22
/
+12
[next]