aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-11svm: add support for encrypted get_*regssev-rebaseJiri Slaby4-21/+254
2019-12-09fixup! x86/traps: Add SEV-ES guest MMIO read/write supportJiri Slaby1-0/+1
2019-11-27Maintain a count of VMGEXIT invocationsTom Lendacky3-0/+13
2019-11-27Debug dump vCPUs on shutdownTom Lendacky6-5/+254
2019-11-27Debug SW field dumpTom Lendacky2-0/+63
2019-11-27Debug tracingTom Lendacky4-0/+140
2019-11-19KVM: SVM: HV and Guest kernel configsTom Lendacky2-0/+14409
2019-11-19KVM: SVM: Add NMI support for an SEV-ES guestTom Lendacky1-7/+16
2019-11-19KVM: SVM: Eliminate access to RFLAGS for an SEV-ES guestTom Lendacky2-2/+15
2019-11-19KVM: SVM: Prevent vCPU reset for an SEV-ES guestTom Lendacky1-0/+3
2019-11-19KVM: SVM: Add support for booting APs for an SEV-ES guestTom Lendacky3-5/+32
2019-11-19KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky4-0/+26
2019-11-19KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky4-12/+56
2019-11-19KVM: SVM: Clear CR8 intercept for an SEV-ES guestTom Lendacky1-0/+1
2019-11-19KVM: SVM: Add SEV/SEV-ES support for intercepting INVDTom Lendacky1-1/+12
2019-11-19KVM: SVM: Support port IO operations for an SEV-ES guestTom Lendacky4-3/+69
2019-11-19KVM: SVM: Support MMIO for an SEV-ES guestTom Lendacky4-1/+251
2019-11-19KVM: SVM: Provide support for launch and run an SEV-ES guestTom Lendacky2-104/+252
2019-11-19KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100Tom Lendacky1-0/+13
2019-11-19KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004Tom Lendacky1-2/+60
2019-11-19KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002Tom Lendacky1-1/+16
2019-11-19KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky2-0/+84
2019-11-19KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ESTom Lendacky1-0/+7
2019-11-19KVM: SVM: Do not emulate MMIO under SEV-ESTom Lendacky1-0/+7
2019-11-19KVM: SVM: Prevent debugging under SEV-ESTom Lendacky4-0/+29
2019-11-19KVM: SVM: Add required changes to support intercepts under SEV-ESTom Lendacky4-89/+147
2019-11-19KVM: SVM: Add initial support for SEV-ES and GHCB access to KVMTom Lendacky5-22/+268
2019-11-19KVM: SVM: Move some struct definitions to a header fileTom Lendacky2-239/+241
2019-11-19KVM: SVM: Add indirect access to the VM save areaTom Lendacky1-118/+181
2019-11-19KVM: SVM: Add support for SEV-ES capability in KVMTom Lendacky2-23/+70
2019-11-19crypto: ccp: Add support for SEV-ES to PSP driverTom Lendacky3-0/+43
2019-11-19x86/CPU/AMD: Add the SEV-ES CPU featureTom Lendacky3-1/+4
2019-11-19ES Kconfig definesTom Lendacky1-1/+7
2019-11-19Early boot ES supportTom Lendacky7-0/+34
2019-11-19x86/nmi/64: Add support for NMIs under SEV-ES guestTom Lendacky3-0/+52
2019-11-19x86/smpboot: Add support to boot SEV-ES APsTom Lendacky5-1/+54
2019-11-19x86/paravirt: Add VMware specific handling for VMMCALLDoug Covelli1-14/+92
2019-11-19x86/paravirt: Per hypervisor GHCB register state supportTom Lendacky4-8/+65
2019-11-19x86/traps: Add SEV-ES guest MWAIT/MWAITX supportTom Lendacky1-0/+14
2019-11-19x86/traps: Add SEV-ES guest MONITOR/MONITORX supportTom Lendacky1-0/+46
2019-11-19x86/traps: Add SEV-ES guest RDTSCP supportTom Lendacky1-0/+26
2019-11-19x86/traps: Add SEV-ES guest VMMCALL supportTom Lendacky1-0/+27
2019-11-19x86/traps: Add SEV-ES guest INVD supportTom Lendacky1-0/+9
2019-11-19x86/traps: Add SEV-ES guest RDPMC supportTom Lendacky1-0/+27
2019-11-19x86/traps: Add SEV-ES guest RDTSC supportTom Lendacky1-0/+24
2019-11-19x86/traps: Add SEV-ES guest DR7 read/write supportTom Lendacky1-0/+53
2019-11-19x86/traps: Add SEV-ES guest WBINVD supportTom Lendacky1-0/+9
2019-11-19x86/traps: Add SEV-ES guest MSR read/write supportTom Lendacky1-0/+45
2019-11-19x86/traps: Add SEV-ES guest CPUID supportTom Lendacky1-0/+39
2019-11-19x86/traps: Add SEV-ES guest IO read/write supportTom Lendacky1-0/+196
2019-11-19x86/traps: Add SEV-ES guest MMIO read/write supportTom Lendacky3-0/+295
2019-11-19x86/traps: Add support for the VMM Communication exception handler (#VC)Tom Lendacky10-2/+260
2019-11-19x86/mm: Add initial support for the GHCBTom Lendacky2-0/+163
2019-11-19x86/mm: Add support for detection and reporting of SEV-ESTom Lendacky5-3/+27
2019-11-19x86/mm: Update SME/SEV status indicators to use a bitmapTom Lendacky3-5/+13
2019-07-03Linux 5.1.16Greg Kroah-Hartman1-1/+1
2019-07-03arm64: insn: Fix ldadd instruction encodingJean-Philippe Brucker1-1/+1
2019-07-03tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long1-5/+3
2019-07-03fanotify: update connector fsid cache on add markAmir Goldstein3-4/+18
2019-07-03RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe3-14/+12
2019-07-03futex: Update comments and docs about return values of arch futex codeWill Deacon2-4/+7
2019-07-03bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann4-9/+71
2019-07-03arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon1-1/+3
2019-07-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau1-1/+1
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2-2/+6
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann7-4/+36
2019-07-03bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins1-16/+84
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2-5/+45
2019-07-03bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis1-2/+2
2019-07-03net: aquantia: fix vlans not working over bridged networkDmitry Bogdanov4-8/+23
2019-07-03tun: wake up waitqueues after IFF_UP is setFei Li1-10/+9
2019-07-03tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long1-3/+15
2019-07-03tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-07-03team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-07-03sctp: change to hold sk after auth shkey is created successfullyXin Long1-4/+4
2019-07-03net/tls: fix page double free on TX cleanupDirk van der Merwe2-16/+2
2019-07-03net: stmmac: set IC bit when transmitting frames with HW timestampRoland Hii1-8/+14
2019-07-03net: stmmac: fixed new system time seconds value calculationRoland Hii1-1/+1
2019-07-03net: remove duplicate fetch in sock_getsockoptJingYi Hou1-3/+0
2019-07-03net/packet: fix memory leak in packet_set_ring()Eric Dumazet1-1/+2
2019-07-03ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-07-03bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-07-03af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2-3/+18
2019-07-03irqchip/mips-gic: Use the correct local interrupt map registersPaul Burton2-2/+32
2019-07-03SUNRPC: Fix up calculation of client message lengthTrond Myklebust1-8/+8
2019-07-03cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven1-0/+3
2019-07-03NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust1-1/+1
2019-07-03efi/memreserve: deal with memreserve entries in unmapped memoryArd Biesheuvel1-2/+10
2019-07-03mm: fix page cache convergence regressionJohannes Weiner3-3/+12
2019-07-03x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre1-19/+16
2019-07-03x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner1-5/+10
2019-07-03x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez1-1/+10
2019-07-03scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()Jan Kara1-2/+4
2019-07-03io_uring: ensure req->file is cleared on allocationJens Axboe1-3/+2
2019-07-03dm log writes: make sure super sector log updates are written in orderzhangyi (F)1-2/+21
2019-07-03dm init: fix incorrect uses of kstrndup()Gen Zhang1-3/+3
2019-07-03mm, swap: fix THP swap outHuang Ying1-5/+2
2019-07-03mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King1-2/+2
2019-07-03mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2-13/+21
2019-07-03mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi1-0/+2
2019-07-03drm/i915: Skip modeset for cdclk changes if possibleVille Syrjälä4-34/+163
2019-07-03drm/i915: Remove redundant store of logical CDCLK stateImre Deak1-2/+0
2019-07-03drm/i915: Save the old CDCLK atomic stateImre Deak3-2/+23
2019-07-03drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabledVille Syrjälä5-24/+83
2019-07-03clk: socfpga: stratix10: fix divider entry for the emac clocksDinh Nguyen1-2/+2
2019-07-03clk: tegra210: Fix default rates for HDA clocksJon Hunter1-0/+2
2019-07-03fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn1-16/+7
2019-07-03mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang1-1/+1
2019-07-03fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness1-1/+1
2019-07-03qmi_wwan: Fix out-of-bounds readBjørn Mork1-1/+1
2019-07-03Revert "x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP"Sasha Levin1-4/+0
2019-07-03arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGSNathan Chancellor1-1/+1
2019-06-25Linux 5.1.15Greg Kroah-Hartman1-1/+1
2019-06-25powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman1-4/+42
2019-06-25x86/resctrl: Don't stop walking closids when a locksetup group is foundJames Morse1-1/+1
2019-06-25mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen1-1/+6
2019-06-25nl80211: fix station_info pertid memory leakAndy Strohman1-1/+3
2019-06-25mac80211: handle deauthentication/disassociation from TDLS peerYu Wang3-1/+37
2019-06-25{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty4-5/+16
2019-06-25mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-06-25cfg80211: fix memory leak of wiphy device nameEric Biggers1-1/+1
2019-06-25fs/namespace: fix unprivileged mount propagationChristian Brauner2-1/+1
2019-06-25x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski1-2/+13
2019-06-25SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French1-1/+1
2019-06-25Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2-14/+37
2019-06-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2-0/+11
2019-06-25staging: erofs: add requirements field in superblockGao Xiang3-3/+31
2019-06-25binder: fix possible UAF when freeing bufferTodd Kjos1-2/+14
2019-06-25drm/i915: Don't clobber M/N values during fastset checkVille Syrjälä1-9/+29
2019-06-25drm/vmwgfx: Use the backdoor port if the HB port is not availableThomas Hellstrom1-29/+117
2019-06-25ovl: make i_ino consistent with st_ino in more casesAmir Goldstein1-6/+6
2019-06-25KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson1-6/+10
2019-06-25arm64: ssbd: explicitly depend on <linux/prctl.h>Anisse Astier1-0/+1
2019-06-25arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>Anisse Astier1-5/+3
2019-06-25ARM: dts: am57xx-idk: Remove support for voltage switching for SD cardFaiz Abbas1-0/+1
2019-06-25ARM: dts: dra76x: Update MMC2_HS200_MANUAL1 iodelay valuesFaiz Abbas1-20/+20
2019-06-25ARM: mvebu_v7_defconfig: fix Ethernet on ClearfogJan Kundrát1-0/+1
2019-06-25ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SXFabio Estevam1-1/+2
2019-06-25powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao3-5/+6
2019-06-25riscv: mm: synchronize MMU after pte changeShihPo Hung1-0/+13
2019-06-25can: purge socket error queue on sock destructWillem de Bruijn1-0/+1
2019-06-25can: flexcan: fix timeout when set small bitrateJoakim Zhang1-1/+1
2019-06-25can: xilinx_can: use correct bittiming_const for CAN FD coreAnssi Hannula1-1/+1
2019-06-25btrfs: start readahead also in seed devicesNaohiro Aota1-0/+5
2019-06-25ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann1-2/+2
2019-06-25ovl: don't fail with disconnected lower NFSMiklos Szeredi1-17/+9
2019-06-25ovl: detect overlapping layersAmir Goldstein6-17/+229
2019-06-25nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-25arm64: Silence gcc warnings about arch ABI driftDave Martin1-0/+1
2019-06-25hwmon: (pmbus/core) Treat parameters as paged if on multiple pagesRobert Hancock1-4/+30
2019-06-25hwmon: (core) add thermal sensors only if dev->of_node is presentEduardo Valentin1-1/+1
2019-06-25s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter1-1/+1
2019-06-25s390/qeth: check dst entry before useJulian Wiedmann1-5/+25
2019-06-25s390/qeth: handle limited IPv4 broadcast in L3 TX pathJulian Wiedmann1-0/+2
2019-06-25tests: fix pidfd-test compilationChristian Brauner1-0/+4
2019-06-25udmabuf: actually unmap the scatterlistLucas Stach1-0/+1
2019-06-25net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin1-1/+1
2019-06-25scsi: smartpqi: unlock on error in pqi_submit_raid_request_synchronous()Dan Carpenter1-2/+4
2019-06-25scsi: ufs: Check that space was properly alloced in copy_query_responseAvri Altman1-1/+2
2019-06-25net: phylink: avoid reducing support maskRussell King1-4/+9
2019-06-25scripts/checkstack.pl: Fix arm64 wrong or unknown architectureGeorge G. Davis1-1/+1
2019-06-25kbuild: tar-pkg: enable communication with jobserverTrevor Bourget1-1/+1
2019-06-25nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im1-0/+1
2019-06-25drm/arm/hdlcd: Allow a bit of clock toleranceRobin Murphy1-1/+2
2019-06-25drm/arm/hdlcd: Actually validate CRTC modesRobin Murphy1-6/+5
2019-06-25drm/arm/mali-dp: Add a loop around the second set CVAL and try 5 timesWen He1-1/+12
2019-06-25selftests: set sysctl bc_forwarding properly in router_broadcast.shXin Long1-1/+4
2019-06-25net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW RX_2BYTE_OFFSET is e...Sean Wang1-1/+2
2019-06-25net: ethernet: mediatek: Use hw_feature to judge if HWLRO is supportedSean Wang1-6/+6
2019-06-25sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODYoung Xiao1-0/+4
2019-06-25mdesc: fix a missing-check bug in get_vdev_port_node_info()Gen Zhang1-0/+2
2019-06-25net: hns: Fix loopback test failed at copper portsYonglong Liu1-0/+4
2019-06-25net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0Nikita Yushchenko1-1/+1
2019-06-25selftests: vm: install test_vmalloc.sh for run_vmtestsNaresh Kamboju1-0/+2
2019-06-25userfaultfd: selftest: fix compiler warningAlakesh Haloi1-1/+1
2019-06-25kselftest/cgroup: fix incorrect test_core skipAlex Shi1-1/+1
2019-06-25kselftest/cgroup: fix unexpected testing failure on test_coreAlex Shi1-0/+5
2019-06-25kselftest/cgroup: fix unexpected testing failure on test_memcontrolAlex Shi1-0/+4
2019-06-25xtensa: Fix section mismatch between memblock_reserve and mem_reserveGuenter Roeck1-1/+2
2019-06-25crypto: hmac - fix memory leak in hmac_init_tfm()Eric Biggers1-1/+3
2019-06-25MIPS: uprobes: remove set but not used variable 'epc'YueHaibing1-3/+0
2019-06-25IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam1-0/+3
2019-06-25IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn3-4/+2
2019-06-25IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn1-0/+1
2019-06-25IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn1-1/+2
2019-06-25habanalabs: fix bug in checking huge page optimizationOded Gabbay1-6/+0
2019-06-25parisc: Fix compiler warnings in float emulation codeHelge Deller1-4/+4
2019-06-25parport: Fix mem leak in parport_register_dev_modelYueHaibing1-0/+2
2019-06-25fpga: dfl: Add lockdep classes for pdata->lockScott Wood1-1/+15
2019-06-25fpga: dfl: afu: Pass the correct device to dma_mapping_error()Scott Wood1-1/+1
2019-06-25fpga: stratix10-soc: fix use-after-free on s10_init()Wen Yang1-1/+5
2019-06-25MIPS: mark ginvt() as __always_inlineMasahiro Yamada1-1/+1
2019-06-25ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC nodeJose Abreu1-0/+3
2019-06-25ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC nodeJose Abreu1-0/+1
2019-06-25dmaengine: sprd: Fix the right place to configure 2-stage transferEric Long1-6/+6
2019-06-25dmaengine: sprd: Fix block length overflowEric Long1-1/+1
2019-06-25dmaengine: sprd: Fix the incorrect start for 2-stage destination channelsEric Long1-1/+3
2019-06-25dmaengine: sprd: Add validation of current descriptor in irq handlerBaolin Wang1-2/+7
2019-06-25dmaengine: sprd: Fix the possible crash when getting descriptor statusBaolin Wang1-1/+1
2019-06-25dmaengine: mediatek-cqdma: sleeping in atomic contextDan Carpenter1-2/+2