summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-08143-484/+567
|\
| * signal/x86: Move tsk inside of CONFIG_MEMORY_FAILURE in do_sigbusEric W. Biederman2019-06-031-2/+1
| * signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2019-05-294-10/+10
| * signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman2019-05-291-3/+9
| * signal: Generate the siginfo in force_sigEric W. Biederman2019-05-291-1/+9
| * signal: Move the computation of force into send_signal and correct it.Eric W. Biederman2019-05-291-13/+22
| * signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman2019-05-291-17/+16
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-2967-151/+137
| * signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-294-5/+19
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-2914-21/+21
| * signal/unicore32: Remove tsk parameter from __do_user_faultEric W. Biederman2019-05-291-5/+6
| * signal/arm: Remove tsk parameter from __do_user_faultEric W. Biederman2019-05-291-5/+6
| * signal/arm: Remove tsk parameter from ptrace_breakEric W. Biederman2019-05-293-5/+5
| * signal/nds32: Remove tsk parameter from send_sigtrapEric W. Biederman2019-05-291-3/+4
| * signal/riscv: Remove tsk parameter from do_trapEric W. Biederman2019-05-293-7/+8
| * signal/sh: Remove tsk parameter from force_sig_info_faultEric W. Biederman2019-05-291-7/+4
| * signal/um: Remove task parameter from send_sigtrapEric W. Biederman2019-05-291-4/+4
| * signal/x86: Remove task parameter from send_sigtrapEric W. Biederman2019-05-293-6/+6
| * signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-277-9/+8
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-2776-166/+160
| * signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-2712-16/+18
| * signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2019-05-271-1/+1
| * signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-05-271-1/+1
| * signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigEric W. Biederman2019-05-271-1/+1
| * signal/drbd: Use send_sig not force_sigEric W. Biederman2019-05-273-3/+3
| * signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman2019-05-271-1/+4
| * signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman2019-05-221-27/+40
| * signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-05-223-33/+86
* | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-0837-643/+1005
|\ \
| * | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-1434-648/+966
| * | cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo2019-06-141-42/+42
| * | Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo2019-06-101-1/+5
| |\ \
| * | | cgroup: add cgroup_parse_float()Tejun Heo2019-05-313-0/+51
* | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-07-082-19/+13
|\ \ \ \
| * | | | workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner2019-06-271-12/+11
| * | | | workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner2019-06-272-8/+3
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-07-0814-19/+107
|\ \ \ \ \
| * \ \ \ \ Merge branches 'fixes' and 'misc'Russell King2019-07-0814-19/+107
| |\ \ \ \ \
| | * | | | | ARM: 8863/1: stm32: select ARM errata 814220Benjamin Gaignard2019-06-211-0/+1
| | * | | | | ARM: 8862/1: errata: 814220-B-Cache maintenance by set/way operations can exe...Benjamin Gaignard2019-06-212-0/+15
| | * | | | | ARM: 8865/1: mm: remove unused variablesYueHaibing2019-06-201-6/+0
| | * | | | | ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU coresMarek Szyprowski2019-06-207-0/+48
| | * | | | | ARM: 8861/1: errata: Workaround errata A12 857271 / A17 857272Doug Anderson2019-06-202-0/+28
| | * | | | | ARM: 8860/1: VDSO: Drop implicit common-page-size linker flagNick Desaulniers2019-06-201-2/+1
| | * | | | | ARM: arrange show_pte() to issue severity-based messagesRussell King2019-06-203-11/+10
| | * | | | | ARM: add "8<--- cut here ---" to kernel dumpsRussell King2019-06-202-0/+4
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08168-3798/+4527
|\ \ \ \ \ \ \
| * | | | | | | crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve2019-07-031-2/+2
| * | | | | | | crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-07-031-1/+1
| * | | | | | | crypto: stm32/crc32 - rename driver fileLionel Debieve2019-07-032-1/+1