summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dtlk: remove double call to nonseekable_openKirill Smelkov2019-05-061-1/+0
* Linux 5.1v5.1Linus Torvalds2019-05-051-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-0518-32/+272
|\
| * perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa2019-05-051-3/+7
| * perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin2019-05-032-3/+1
| * perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin2019-05-031-2/+1
| * Merge tag 'perf-urgent-for-mingo-5.1-20190502' of git://git.kernel.org/pub/sc...Ingo Molnar2019-05-0312-21/+154
| |\
| | * perf tools: Remove needless asm/unistd.h include fixing build in some placesArnaldo Carvalho de Melo2019-05-021-1/+0
| | * tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscvArnaldo Carvalho de Melo2019-05-023-0/+133
| | * tools build: Add -ldl to the disassembler-four-args feature testArnaldo Carvalho de Melo2019-05-021-1/+1
| | * perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan2019-05-021-5/+3
| | * perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan2019-05-021-5/+1
| | * perf report: Report OOM in status line in the GTK UIThomas Richter2019-05-021-3/+5
| | * perf bench numa: Add define for RUSAGE_THREAD if not presentArnaldo Carvalho de Melo2019-05-021-0/+4
| | * tools lib traceevent: Change tag string for errorLeo Yan2019-05-021-1/+1
| | * perf annotate: Fix build on 32 bit for BPF annotationThadeu Lima de Souza Cascardo2019-05-021-4/+4
| | * tools uapi x86: Sync vmx.h with the kernelArnaldo Carvalho de Melo2019-05-021-0/+1
| | * perf bpf: Return value with unlocking in perf_env__find_btf()Bo YU2019-05-021-1/+1
| |/
| * MAINTAINERS: Include vendor specific files under arch/*/events/*Kim Phillips2019-05-021-0/+1
| * perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips2019-05-021-3/+108
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-051-0/+1
|\ \
| * | sched/cpufreq: Fix kobject memleakTobin C. Harding2019-04-301-0/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-052-0/+23
|\ \ \
| * | | x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2019-04-302-0/+23
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-055-16/+26
|\ \ \ \
| * | | | ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro2019-05-021-1/+1
| * | | | Abort file_remove_privs() for non-reg. filesAlexander Lochmann2019-04-281-2/+7
| * | | | [fix] get rid of checking for absent device name in vfs_get_tree()Al Viro2019-04-281-5/+0
| * | | | apparmorfs: fix use-after-free on symlink traversalAl Viro2019-04-101-4/+9
| * | | | securityfs: fix use-after-free on symlink traversalAl Viro2019-04-101-4/+9
* | | | | Merge tag 'powerpc-5.1-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-05-041-4/+14
|\ \ \ \ \
| * | | | | powerpc/32s: Fix BATs setting with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-05-021-4/+14
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-0323-65/+192
|\ \ \ \ \ \
| * | | | | | KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson2019-05-011-2/+2
| * | | | | | Merge tag 'kvmarm-fixes-for-5.1-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2019-04-306-11/+48
| |\ \ \ \ \ \
| | * | | | | | KVM: arm/arm64: Don't emulate virtual timers on userspace ioctlsChristoffer Dall2019-04-251-5/+8
| | * | | | | | kvm: arm: Skip stage2 huge mappings for unaligned ipa backed by THPSuzuki K Poulose2019-04-251-1/+5
| | * | | | | | KVM: arm/arm64: Ensure vcpu target is unset on reset failureAndrew Jones2019-04-251-3/+8
| | * | | | | | KVM: arm/arm64: vgic-v3: Retire pending interrupts on disabling LPIsMarc Zyngier2019-04-033-0/+25
| | * | | | | | KVM: arm/arm64: arch_timer: Fix CNTP_TVAL calculationWei Huang2019-03-301-2/+2
| * | | | | | | KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov2019-04-301-1/+8
| * | | | | | | KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson2019-04-302-4/+2
| * | | | | | | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-303-8/+13
| * | | | | | | x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2019-04-302-0/+2
| * | | | | | | KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson2019-04-302-2/+20
| * | | | | | | Documentation: kvm: fix dirty log ioctl arch listsAndrew Jones2019-04-291-3/+3
| * | | | | | | KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe2019-04-272-3/+12
| * | | | | | | KVM: lapic: Convert guest TSC to host time domain if necessarySean Christopherson2019-04-181-3/+21
| * | | | | | | KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson2019-04-183-5/+17
| * | | | | | | KVM: lapic: Track lapic timer advance per vCPUSean Christopherson2019-04-185-25/+28