summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-10-1313-87/+217
|\
| * tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-10-121-0/+1
| * tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)2019-10-121-0/+2
| * tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)2019-10-121-1/+1
| * tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-1210-4/+98
| * tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-126-60/+81
| * tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)2019-10-123-15/+5
| * tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-121-2/+15
| * ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)2019-10-121-9/+18
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-10-122-17/+25
|\ \
| * | sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-10-091-3/+3
| * | sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-10-091-14/+22
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-121-7/+36
|\ \ \
| * | | perf/core: Fix corner case in perf_rotate_context()Song Liu2019-10-091-5/+17
| * | | perf/core: Rework memory accounting in perf_mmap()Song Liu2019-10-091-2/+15
| * | | perf/core: Fix inheritance of aux_output groupsAlexander Shishkin2019-10-071-0/+4
| | |/ | |/|
* | | Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-111-6/+0
|\ \ \
| * | | Revert "libata, freezer: avoid block device removal while system is frozen"Mika Westerberg2019-10-061-6/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-10-072-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-071-2/+2
| * | | panic: ensure preemption is disabled during panic()Will Deacon2019-10-071-0/+1
* | | | Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-10-061-2/+2
|\ \ \ \
| * | | | dma-mapping: fix false positivse warnings in dma_common_free_remap()Andrey Smirnov2019-10-051-2/+2
| |/ / /
* | | | Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-10-051-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | kheaders: make headers archive reproducibleDmitry Goldin2019-10-051-1/+4
* | | | Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2019-10-043-101/+23
|\ \ \ \
| * | | | perf_event_open: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-38/+9
| * | | | sched_setattr: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-36/+7
| * | | | clone3: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-27/+7
| |/ / /
* | | | Merge tag 'for-linus-20191003' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-041-0/+11
|\ \ \ \
| * | | | fork: add kernel-doc for clone3Christian Brauner2019-10-031-0/+11
| |/ / /
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-10-021-33/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan2019-09-271-33/+29
* | | | membarrier: Fix RCU locking bug caused by faulty mergePeter Zijlstra2019-10-011-1/+0
| |/ / |/| |
* | | Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-303-7/+25
|\ \ \
| * | | tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost2019-09-281-2/+4
| * | | tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor2019-09-281-5/+5
| * | | tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu2019-09-281-0/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-283-10/+25
|\ \ \ \
| * | | | bpf: Fix bpf_event_output re-entry issueAllan Zhang2019-09-271-5/+21
| * | | | bpf: Clean up indentation issue in BTF kflag processingColin Ian King2019-09-261-1/+1
| * | | | bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon2019-09-251-1/+1
| * | | | bpf: fix BTF verification of enumsAlexei Starovoitov2019-09-191-3/+2
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-286-201/+221
|\ \ \ \ \
| * | | | | sched/fair: Avoid redundant EAS calculationQuentin Perret2019-09-251-1/+1
| * | | | | sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider2019-09-251-2/+0
| * | | | | sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider2019-09-251-4/+3
| * | | | | sched/fair: Fix -Wunused-but-set-variable warningsQian Cai2019-09-251-13/+6
| * | | | | sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-09-251-2/+2
| * | | | | sched/membarrier: Return -ENOMEM to userspace on memory allocation failureMathieu Desnoyers2019-09-251-43/+20