summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-29xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen1-2/+1
2019-06-28tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+6
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa1-1/+13
2019-06-28ftrace/x86: Remove possible deadlock between register_kprobe() and ftrace_run...Petr Mladek1-9/+1
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar16-318/+540
2019-06-28pid: add pidfd_open()Christian Brauner1-0/+69
2019-06-28pidfd: add polling supportJoel Fernandes (Google)3-0/+39
2019-06-28kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang1-2/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-40/+18
2019-06-27bpf: implement getsockopt and setsockopt hooksStanislav Fomichev4-0/+369
2019-06-27hrtimer: Use a bullet for the returns bullet listMauro Carvalho Chehab1-3/+4
2019-06-27workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner1-12/+11
2019-06-27workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner1-4/+3
2019-06-27bpf: fix cgroup bpf release synchronizationRoman Gushchin1-1/+18
2019-06-27copy_process(): don't use ksys_close() on cleanupsAl Viro1-28/+18
2019-06-27cpu/hotplug: Fix out-of-bounds read when setting fail stateEiichi Tsukata1-0/+3
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki1-0/+3
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2-9/+2
2019-06-26keys: Namespace keyring namesDavid Howells2-3/+7
2019-06-26cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven1-0/+3
2019-06-26bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang1-2/+2
2019-06-26bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song1-13/+14
2019-06-25xdp: Add tracepoint for bulk XDP_TXToshiaki Makita1-0/+1
2019-06-25locking/lockdep: increase size of counters for lockdep statisticsKobe Wu1-20/+16
2019-06-25locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann1-39/+34
2019-06-24perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers1-20/+22
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar30-172/+327
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi3-22/+48
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi2-1/+33
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi4-3/+43
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi1-2/+28
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi1-0/+8
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi1-7/+84
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi1-0/+2
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi2-1/+114
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2-5/+46
2019-06-24sched/uclamp: Add bucket local max trackingPatrick Bellasi1-18/+25
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2-0/+217
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann1-21/+21
2019-06-24sched/debug: Export the newly added tracepointsQais Yousef1-0/+11
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef1-2/+8
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2-0/+3
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2-1/+14
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsQais Yousef1-0/+99
2019-06-24sched/autogroup: Make autogroup_path() always availableQais Yousef1-2/+0
2019-06-24sched/wait: Deduplicate code with do-whilePavel Begunkov1-6/+2
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot8-13/+13
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar18-88/+149
2019-06-24perf/x86: Disable extended registers for non-supported PMUsKan Liang1-4/+14
2019-06-24perf/ioctl: Add check for the sample_period valueRavi Bangoria1-0/+3