summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-095-81/+180
|\
| * signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2019-05-292-8/+8
| * 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/+16Star
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-3/+2Star
| * signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-291-1/+11
| * signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-2/+2
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-273-6/+6
| * signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-272-3/+5
| * signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-05-271-1/+1
| * signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman2019-05-231-27/+40
| * signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-05-221-8/+61
* | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-092-1/+44
|\ \
| * | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| * | 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-311-0/+43
* | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-07-091-15/+13Star
|\ \ \ \
| * | | | workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner2019-06-271-12/+11Star
| * | | | workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner2019-06-271-4/+3Star
* | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-3/+6
|\ \ \ \ \
| * | | | | KEXEC: Call ima_kexec_cmdline to measure the boot command line argsPrakhar Srivastava2019-06-301-3/+6
| | |_|_|/ | |/| | |
* | | | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-092-10/+7Star
|\ \ \ \ \
| * | | | | keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-262-9/+2Star
| * | | | | keys: Namespace keyring namesDavid Howells2019-06-262-3/+7
* | | | | | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-0/+9
|\| | | | |
| * | | | | keys: Cache result of request_key*() temporarily in task_structDavid Howells2019-06-191-0/+9
* | | | | | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-091-2/+2
|\| | | | |
| * | | | | keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-221-2/+2
| |/ / / /
* | | | | Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-095-46/+95
|\ \ \ \ \
| * | | | | audit: remove the BUG() calls in the audit rule comparison functionsPaul Moore2019-05-301-3/+0Star
| * | | | | audit: enforce op for string fieldsRichard Guy Briggs2019-05-281-3/+15
| * | | | | audit: add saddr_fam filter fieldRichard Guy Briggs2019-05-242-0/+10
| * | | | | audit: re-structure audit field valid checksRichard Guy Briggs2019-05-241-22/+34
| * | | | | audit: deliver signal_info regarless of syscallRichard Guy Briggs2019-05-224-19/+37
| |/ / / /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0922-545/+908
|\ \ \ \ \
| * | | | | sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi2019-06-243-22/+48
| * | | | | sched/uclamp: Add uclamp_util_with()Patrick Bellasi2019-06-242-1/+33
| * | | | | sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi2019-06-244-3/+43
| * | | | | sched/uclamp: Set default clamps for RT tasksPatrick Bellasi2019-06-241-2/+28
| * | | | | sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi2019-06-241-0/+8
| * | | | | sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi2019-06-241-7/+84
| * | | | | sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi2019-06-241-0/+2
| * | | | | sched/uclamp: Add system default clampsPatrick Bellasi2019-06-242-1/+114
| * | | | | sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2019-06-242-5/+46
| * | | | | sched/uclamp: Add bucket local max trackingPatrick Bellasi2019-06-241-18/+25
| * | | | | sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-242-0/+217
| * | | | | sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann2019-06-241-21/+21