summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | sched/membarrier: Skip IPIs when mm->mm_users == 1Mathieu Desnoyers2019-09-251-4/+5
| * | | sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-253-45/+168
| * | | sched/membarrier: Remove redundant checkMathieu Desnoyers2019-09-251-2/+2
| * | | sched/membarrier: Fix private expedited registration checkMathieu Desnoyers2019-09-251-1/+1
| * | | tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman2019-09-251-2/+7
| * | | tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2019-09-253-70/+3
| * | | tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman2019-09-252-5/+8
| * | | tasks: Add a count of task RCU usersEric W. Biederman2019-09-252-5/+9
| * | | sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai2019-09-171-16/+0
* | | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-288-22/+137
|\ \ \ \
| * | | | kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett2019-08-191-1/+9
| * | | | lockdown: Lock down perf when in confidentiality modeDavid Howells2019-08-191-0/+7
| * | | | bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells2019-08-191-0/+10
| * | | | lockdown: Lock down tracing and perf kprobes when in confidentiality modeDavid Howells2019-08-191-0/+5
| * | | | lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells2019-08-191-5/+16
| * | | | hibernate: Disable when the kernel is locked downJosh Boyer2019-08-191-1/+2
| * | | | kexec_file: Restrict at runtime if the kernel is locked downJiri Bohac2019-08-191-1/+1
| * | | | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-191-9/+51
| * | | | kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett2019-08-191-0/+8
| * | | | lockdown: Enforce module signatures if the kernel is locked downDavid Howells2019-08-191-7/+30
* | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-274-48/+56
|\ \ \ \ \
| * | | | | MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-054-48/+56
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-272-3/+10
|\ \ \ \ \ \
| * | | | | | Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li2019-09-251-1/+1
| * | | | | | cpu/SMT: create and export cpu_smt_possible()Vitaly Kuznetsov2019-09-241-2/+9
* | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-09-261-3/+5
|\ \ \ \ \ \ \
| * | | | | | | timer: Read jiffies once when forwarding base clkLi RongQing2019-09-191-3/+5
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-261-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | perf/core: Fix several typos in commentsRoy Ben Shlomo2019-09-201-3/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-262-4/+6
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | tracing/probe: Fix same probe event argument matchingSrikar Dronamraju2019-09-252-4/+6
* | | | | | | | bug: consolidate __WARN_FLAGS usageKees Cook2019-09-251-1/+1
* | | | | | | | bug: lift "cut here" out of __warn()Kees Cook2019-09-251-4/+2
* | | | | | | | bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-251-7/+7