summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-25ARM: OMAP2+: Add missing LCDC midlemode for am335xTony Lindgren2-3/+6
2019-09-25ARM: OMAP2+: Fix missing reset done flag for am3 and am43Tony Lindgren1-1/+2
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-1614/+1730
2019-09-25Merge tag 'tpmdd-next-20190925' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds5-13/+20
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-21/+27
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret1-1/+1
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider1-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider1-4/+3
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-09-25sched/membarrier: Return -ENOMEM to userspace on memory allocation failureMathieu Desnoyers1-43/+20
2019-09-25sched/membarrier: Skip IPIs when mm->mm_users == 1Mathieu Desnoyers1-4/+5
2019-09-25selftests, sched/membarrier: Add multi-threaded testMathieu Desnoyers5-21/+124
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers6-54/+183
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers1-0/+2
2019-09-25sched/membarrier: Remove redundant checkMathieu Desnoyers1-2/+2
2019-09-25sched/membarrier: Fix private expedited registration checkMathieu Desnoyers1-1/+1
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman1-2/+7
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman5-87/+7
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman2-5/+8
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman4-6/+14
2019-09-25sunrpc: clean up indentation issueColin Ian King1-2/+2
2019-09-25btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo1-1/+7
2019-09-25KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386Vitaly Kuznetsov1-9/+5
2019-09-25KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()Sean Christopherson1-7/+1
2019-09-25KVM: x86: Drop ____kvm_handle_fault_on_reboot()Sean Christopherson1-5/+1
2019-09-25KVM: VMX: Add error handling to VMREAD helperSean Christopherson2-4/+25
2019-09-25KVM: VMX: Optimize VMX instruction error and fault handlingSean Christopherson2-32/+74
2019-09-25btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo1-1/+8
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson3-3/+3
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov1-1/+1
2019-09-25perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo7-142/+164
2019-09-25libperf: Add perf_evlist__poll() functionJiri Olsa12-12/+19
2019-09-25libperf: Add perf_evlist__add_pollfd() functionJiri Olsa7-27/+28
2019-09-25libperf: Add perf_evlist__alloc_pollfd() functionJiri Olsa4-23/+25
2019-09-25libperf: Add libperf_init() call to the testsJiri Olsa4-0/+40
2019-09-25libperf: Merge libperf_set_print() into libperf_init()Jiri Olsa4-10/+10
2019-09-25libperf: Add libperf dependency for tests targetsJiri Olsa1-1/+1
2019-09-25libperf: Use sys/types.h to get ssize_t, not unistd.hArnaldo Carvalho de Melo2-1/+2
2019-09-25perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo2-1/+1
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa28-25/+36
2019-09-25libperf: Add perf_evlist__id_add_fd() functionJiri Olsa5-47/+50
2019-09-25libperf: Add perf_evlist__id_add() functionJiri Olsa6-26/+34
2019-09-25libperf: Add perf_evlist__read_format() functionJiri Olsa4-8/+10
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa32-129/+145
2019-09-25libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functionsJiri Olsa8-67/+71
2019-09-25libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa4-11/+11
2019-09-25libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa8-15/+15
2019-09-25libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa9-22/+22
2019-09-25libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa5-11/+10