summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-20/+20
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds11-9/+34
2020-11-13Merge tag 'ext4_for_linus_bugfixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+3
2020-11-13dt-bindings: clock: imx5: fix exampleMarc Kleine-Budde1-1/+1
2020-11-13dt-bindings: can: fsl,flexcan.yaml: fix compatible for i.MX35 and i.MX53Marc Kleine-Budde1-2/+5
2020-11-13hwmon: (amd_energy) modify the visibility of the countersNaveen Krishna Chatradhi1-1/+1
2020-11-13usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt1-0/+9
2020-11-13MAINTAINERS: add usb raw gadget entryAndrey Konovalov1-0/+8
2020-11-13usb: typec: ucsi: Report power supply changesHeikki Krogerus3-1/+17
2020-11-13xhci: hisilicon: fix refercence leak in xhci_histb_probeZhang Qilong1-1/+1
2020-11-13Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"Geert Uytterhoeven1-1/+3
2020-11-13KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guestsBabu Moger1-0/+8
2020-11-13KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_archBabu Moger3-1/+4
2020-11-13KVM: x86: clflushopt should be treated as a no-op by emulationDavid Edmondson1-1/+7
2020-11-13Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-44/+89
2020-11-13iommu/vt-d: Cure VF irqdomain hickupThomas Gleixner1-1/+18
2020-11-13arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX SilverKonrad Dybcio1-0/+2
2020-11-13arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-listKonrad Dybcio1-0/+1
2020-11-13arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelistKonrad Dybcio1-0/+2
2020-11-13arm64: Add MIDR value for KRYO2XX gold/silver CPU coresKonrad Dybcio1-0/+4
2020-11-13arm64/mm: Validate hotplug range before creating linear mappingAnshuman Khandual1-0/+17
2020-11-13Merge tag 'amd-drm-fixes-5.10-2020-11-12' of git://people.freedesktop.org/~ag...Dave Airlie3-4/+4
2020-11-13Merge tag 'drm-intel-fixes-2020-11-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-27/+65
2020-11-13drm/amdgpu: enable DCN for navi10 headless SKUTianci.Yin1-2/+1
2020-11-13drm/amdgpu: add ta firmware load for green-sardineRoman Li1-0/+1
2020-11-13Merge tag 'drm-misc-fixes-2020-11-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-24/+21
2020-11-13bootconfig: Extend the magic check range to the preceding 3 bytesMasami Hiramatsu1-2/+12
2020-11-13selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou1-1/+3
2020-11-13drm/i915: Correctly set SFC capability for video enginesVenkata Sandeep Dhanalakota1-1/+2
2020-11-13drm/i915/gem: Pull phys pread/pwrite implementations to the backendChris Wilson2-26/+55
2020-11-13drm/i915/gem: Allow backends to override pread implementationMatthew Auld2-0/+8
2020-11-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-1/+1
2020-11-13Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-12/+10
2020-11-13x86/platform/uv: Fix copied UV5 output archtypeMike Travis1-3/+3
2020-11-13Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds76-439/+1138
2020-11-13Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-12/+15
2020-11-13KVM: arm64: Handle SCXTNUM_ELx trapsMarc Zyngier2-0/+8
2020-11-13KVM: arm64: Unify trap handlers injecting an UNDEFMarc Zyngier1-40/+25
2020-11-13KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier3-4/+56
2020-11-13Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier13765-268575/+558258
2020-11-12loop: Fix occasional uevent dropPetr Vorel1-1/+2
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig2-2/+5
2020-11-12Merge tag 'acpi-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds25-62/+110
2020-11-12Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds7-12/+32
2020-11-12lan743x: fix use of uninitialized variableSven Van Asbroeck1-1/+1
2020-11-12Merge branch 'net-udp-fix-fast-frag0-udp-gro'Jakub Kicinski2-5/+31
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2-4/+30
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-11-12gfs2: Fix case in which ail writes are done to jdata holesBob Peterson2-1/+3
2020-11-12Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson1-6/+2