summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman
2019-05-29signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman
2019-05-29signal: Generate the siginfo in force_sigEric W. Biederman
2019-05-29signal: Move the computation of force into send_signal and correct it.Eric W. Biederman
2019-05-29signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman
2019-05-29signal/unicore32: Remove tsk parameter from __do_user_faultEric W. Biederman
2019-05-29signal/arm: Remove tsk parameter from __do_user_faultEric W. Biederman
2019-05-29signal/arm: Remove tsk parameter from ptrace_breakEric W. Biederman
2019-05-29signal/nds32: Remove tsk parameter from send_sigtrapEric W. Biederman
2019-05-29signal/riscv: Remove tsk parameter from do_trapEric W. Biederman
2019-05-29signal/sh: Remove tsk parameter from force_sig_info_faultEric W. Biederman
2019-05-29signal/um: Remove task parameter from send_sigtrapEric W. Biederman
2019-05-29signal/x86: Remove task parameter from send_sigtrapEric W. Biederman
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman
2019-05-27signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman
2019-05-27signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman
2019-05-27signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigEric W. Biederman
2019-05-27signal/drbd: Use send_sig not force_sigEric W. Biederman
2019-05-27signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman
2019-05-22signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman
2019-05-22signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman
2019-05-19Linux 5.2-rc1Linus Torvalds
2019-05-19Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-19Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-19Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-18initramfs: don't free a non-existent initrdSteven Price
2019-05-18fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue
2019-05-18mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman
2019-05-18mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)
2019-05-18mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)
2019-05-18mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)