summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-06net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter1-0/+2
2020-05-06selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive structEric Dumazet1-1/+2
2020-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds11-34/+69
2020-05-06Merge tag 'usb-serial-5.7-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-2/+3
2020-05-06tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu1-0/+6
2020-05-06tracing/boottime: Fix kprobe event API usageMasami Hiramatsu1-12/+8
2020-05-06tracing/kprobes: Fix a double initialization typoMasami Hiramatsu1-1/+1
2020-05-06bootconfig: Fix to remove bootconfig data from initrd while bootMasami Hiramatsu1-17/+52
2020-05-06Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+3
2020-05-06KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu3-0/+3
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu2-2/+5
2020-05-06kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini1-15/+5
2020-05-06KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson1-0/+3
2020-05-06docs/virt/kvm: Document configuring and running nested guestsKashyap Chamarthy2-0/+278
2020-05-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra2-24/+0
2020-05-05Merge tag 'platform-drivers-x86-v5.7-2' of git://git.infradead.org/linux-plat...Linus Torvalds7-27/+35
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak1-3/+3
2020-05-05drm/amd/display: Prevent dpcd reads with passive donglesAurabindo Pillai1-6/+11
2020-05-05drm/amd/display: fix counter in wait_for_no_pipes_pendingRoman Li1-3/+2
2020-05-05drm/amd/display: Update DCN2.1 DV Code RevisionSung Lee1-4/+4
2020-05-05io_uring: handle -EFAULT properly in io_uring_setup()Xiaoguang Wang1-13/+11
2020-05-05net: broadcom: fix a mistake about ioremap resourceDejin Zheng1-9/+15
2020-05-05drm: Fix HDCP failures when SRM fw is missingSean Paul1-1/+7
2020-05-05iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2-47/+77
2020-05-05bus: mhi: core: Fix channel device name conflictJeffrey Hugo1-1/+2
2020-05-05bus: mhi: core: Fix typo in commentJeffrey Hugo1-1/+1
2020-05-05bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo4-14/+10
2020-05-05bus: mhi: core: Remove link_status() callbackJeffrey Hugo3-9/+4
2020-05-05bus: mhi: core: Make sure to powerdown if mhi_sync_power_up failsJeffrey Hugo1-1/+5
2020-05-05bus: mhi: Fix parsing of mhi_flagsManivannan Sadhasivam1-3/+3
2020-05-05mei: me: disable mei interface on LBG servers.Tomas Winkler3-1/+13
2020-05-05iommu/amd: Do not flush Device Table in iommu_map_page()Joerg Roedel1-11/+16
2020-05-05iommu/amd: Update Device Table in increase_address_space()Joerg Roedel1-13/+36
2020-05-05iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel1-0/+1
2020-05-05iommu/amd: Do not loop forever when trying to increase address spaceJoerg Roedel1-1/+12
2020-05-05iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel2-37/+112
2020-05-05platform/x86: thinkpad_acpi: Remove always false 'value < 0' statementXiongfeng Wang1-1/+1
2020-05-05platform/x86: intel_pmc_core: avoid unused-function warningsArnd Bergmann2-18/+2
2020-05-05platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TAHans de Goede1-0/+24
2020-05-05platform/x86: intel_pmc_core: Change Jasper Lake S0ix debug reg map back to ICLArchana Patni1-3/+3
2020-05-05usb: typec: mux: intel: Handle alt mode HPD_HIGHPrashant Malani1-0/+4
2020-05-05usb: usbfs: correct kernel->user page attribute mismatchJeremy Linton1-3/+2
2020-05-05usb: typec: intel_pmc_mux: Fix the property namesHeikki Krogerus1-2/+2
2020-05-05USB: core: Fix misleading driver bug reportAlan Stern1-2/+2
2020-05-05staging: gasket: Check the return value of gasket_get_bar_index()Oscar Carter1-0/+4
2020-05-05staging: ks7010: remove me from CC listWolfram Sang1-1/+0
2020-05-05crypto: xilinx - Remove set but not used variable 'drv_ctx'YueHaibing1-4/+0
2020-05-05crypto: xilinx: Handle AES PM API return statusRajan Vaja1-2/+6
2020-05-05KVM: s390: Remove false WARN_ON_ONCE for the PQAP instructionChristian Borntraeger1-1/+3
2020-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds11-76/+74