summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | dt-bindings: media: Use graph and video-interfaces schemas, round 2Rob Herring2021-03-015-38/+24
| * | | | | | dts: drop dangling c6x symlinkMichal Kubecek2021-02-231-1/+0
| * | | | | | dt-bindings: bcm2711-hdmi: Fix broken schemaMaxime Ripard2021-02-231-1/+1
* | | | | | | Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-03-057-16/+31
|\ \ \ \ \ \ \
| * | | | | | | tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)2021-03-041-9/+2
| * | | | | | | tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)2021-03-041-0/+6
| * | | | | | | tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi2021-03-041-1/+3
| * | | | | | | ring-buffer: Add a little more information and a WARN when time stamp going b...Steven Rostedt (VMware)2021-03-041-3/+7
| * | | | | | | ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)2021-03-041-0/+11
| * | | | | | | tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer2021-03-041-1/+1
| * | | | | | | tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)2021-03-041-1/+0
| * | | | | | | ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcountChen Jun2021-03-021-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'drm-fixes-2021-03-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-03-0410-16/+29
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'amd-drm-fixes-5.12-2021-03-03' of https://gitlab.freedesktop.org/a...Dave Airlie2021-03-059-16/+26
| |\ \ \ \ \ \ \
| | * | | | | | | drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang2021-03-031-2/+2
| | * | | | | | | drm/amd/display: fix the return of the uninitialized value in retColin Ian King2021-03-031-1/+1
| | * | | | | | | drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounderAlex Deucher2021-03-031-2/+0
| | * | | | | | | drm/amd/pm: correct Arcturus mmTHM_BACO_CNTL register addressEvan Quan2021-03-031-3/+12
| | * | | | | | | drm/amdgpu/swsmu/vangogh: Only use RLCPowerNotify msg for disableAlex Deucher2021-03-031-2/+2
| | * | | | | | | drm/amdgpu/pm: make unsupported power profile messages debugAlex Deucher2021-03-033-3/+3
| | * | | | | | | drm/amdgpu:disable VCN for Navi12 SKUAsher.Song2021-03-031-2/+4
| | * | | | | | | drm/amdgpu: Only check for S0ix if AMD_PMC is configuredAlex Deucher2021-03-031-1/+2
| * | | | | | | | Merge branch '00.00-inst' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2021-03-051-0/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/nouveau/fifo/gk104-gp1xx: fix creation of sw classBen Skeggs2021-03-021-0/+3
* | | | | | | | | | Merge tag 'mkp-scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-03-042-83/+105
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | scsi: iscsi: Verify lengths on passthrough PDUsChris Leech2021-03-041-0/+9
| * | | | | | | | | | scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech2021-03-042-83/+90
| * | | | | | | | | | scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan2021-03-041-0/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-03-042-7/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tpm: Remove unintentional dump_stack() callJarkko Sakkinen2021-03-031-2/+0
| * | | | | | | | | | tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()Lukasz Majczak2021-02-241-3/+13
| * | | | | | | | | | tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()Jarkko Sakkinen2021-02-241-2/+12
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-0413-76/+633
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | KVM: SVM: Clear the CR4 register on resetBabu Moger2021-03-021-0/+1
| * | | | | | | | | | | KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-027-5/+553
| * | | | | | | | | | | KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_infoDavid Woodhouse2021-03-021-0/+4
| * | | | | | | | | | | selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis2021-03-021-2/+4
| * | | | | | | | | | | KVM: Documentation: Fix index for KVM_CAP_PPC_DAWR1Kai Huang2021-03-021-1/+1
| * | | | | | | | | | | KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini2021-03-024-2/+42
| * | | | | | | | | | | KVM: xen: flush deferred static key before checking itPaolo Bonzini2021-02-261-0/+1
| * | | | | | | | | | | KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabledSean Christopherson2021-02-261-8/+8
| * | | | | | | | | | | KVM: x86: hyper-v: Fix Hyper-V context null-ptr-derefWanpeng Li2021-02-261-1/+1
| * | | | | | | | | | | KVM: x86: remove misplaced comment on active_mmu_pagesDongli Zhang2021-02-261-3/+0
| * | | | | | | | | | | KVM: Documentation: rectify rst markup in kvm_run->flagsChenyi Qiang2021-02-261-1/+2
| * | | | | | | | | | | Documentation: kvm: fix messy conversion from .txt to .rstPaolo Bonzini2021-02-261-53/+16
* | | | | | | | | | | | Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-045-34/+104
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross2021-03-033-26/+21
| * | | | | | | | | | | | xen-netback: respect gnttab_map_refs()'s return valueJan Beulich2021-03-031-1/+11
| * | | | | | | | | | | | Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2021-03-032-7/+72
* | | | | | | | | | | | | Merge tag 'sound-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-03-0444-848/+1145
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |