summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | sched/debug: Export the newly added tracepointsQais Yousef2019-06-241-0/+11
| * | sched/debug: Add sched_overutilized tracepointQais Yousef2019-06-241-2/+8
| * | sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2019-06-242-0/+3
| * | sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2019-06-242-1/+14
| * | sched/debug: Add a new sched_trace_*() helper functionsQais Yousef2019-06-241-0/+99
| * | sched/autogroup: Make autogroup_path() always availableQais Yousef2019-06-241-2/+0Star
| * | sched/wait: Deduplicate code with do-whilePavel Begunkov2019-06-241-6/+2Star
| * | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-248-13/+13
| * | Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2418-88/+149
| |\ \
| * | | sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com2019-06-172-4/+11
| * | | sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra2019-06-171-5/+29
| * | | sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai2019-06-171-1/+1
| * | | sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider2019-06-171-10/+16
| * | | sched/core: Add __sched tag for io_schedule()Gao Xiang2019-06-171-1/+1
| * | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-1747-264/+256Star
| |\ \ \
| * | | | sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann2019-06-031-3/+1Star
| * | | | sched/core: Remove sd->*_idxDietmar Eggemann2019-06-032-25/+10Star
| * | | | sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-033-12/+1Star
| * | | | sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann2019-06-031-23/+14Star
| * | | | sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann2019-06-032-87/+4Star
| * | | | sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-034-264/+0Star
| * | | | sched/fair: Remove rq->loadDietmar Eggemann2019-06-033-9/+2Star