index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-1
/
+1
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: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
65
-23
/
+156
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-20
signal/sh: Use force_sig_fault in hw_breakpoint_handler
Eric W. Biederman
1
-7
/
+2
2018-04-20
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
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
5
-10
/
+4
2018-04-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
24
-777
/
+1040
2018-04-15
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
22
-105
/
+329
2018-04-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-10
/
+24
2018-04-15
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+6
2018-04-15
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
1
-2
/
+0
2018-04-15
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
10
-40
/
+63
2018-04-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
18
-708
/
+138
2018-04-14
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
5
-305
/
+16
2018-04-14
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
2
-8
/
+9
2018-04-14
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
1
-4
/
+6
2018-04-14
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
1
-36
/
+20
2018-04-14
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
1
-188
/
+7
2018-04-14
x86: kexec_file: clean up prepare_elf64_headers()
AKASHI Takahiro
1
-11
/
+7
2018-04-14
x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
AKASHI Takahiro
1
-51
/
+31
2018-04-14
x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()
AKASHI Takahiro
1
-12
/
+12
2018-04-14
x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
AKASHI Takahiro
1
-63
/
+58
2018-04-14
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
6
-83
/
+9
2018-04-14
kexec_file: make use of purgatory optional
AKASHI Takahiro
2
-0
/
+6
2018-04-14
mm/gup.c: document return value
Michael S. Tsirkin
4
-0
/
+10
2018-04-13
Merge tag 'sh-for-4.17' of git://git.libc.org/linux-sh
Linus Torvalds
9
-38
/
+84
[next]