aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-16selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini4-16/+17
2019-04-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2-4/+16
2019-04-16KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson1-10/+11
2019-04-16KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson3-16/+10
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson3-18/+19
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson6-92/+92
2019-04-16KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon1-0/+25
2019-04-16KVM: x86: Raise #GP when guest vCPU do not support PMULiran Alon1-0/+4
2019-04-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao4-6/+12
2019-04-16KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov1-0/+3
2019-04-16svm/avic: Fix invalidate logical APIC id entrySuthikulpanit, Suravee1-1/+2
2019-04-16Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee1-4/+15
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon4-16/+15
2019-04-16KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini2-2/+21
2019-04-16KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini3-10/+19
2019-04-15bnx2x: fix spelling mistake "dicline" -> "decline"Colin Ian King1-1/+1
2019-04-15net: hsr: add tx stats for master interfaceMurali Karicheri1-0/+7
2019-04-15net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri3-9/+9
2019-04-15net: hsr: fix naming of file and functionsMurali Karicheri4-24/+24
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit30-120/+120
2019-04-15nfp: flower: offload merge flowsJohn Hurley4-13/+126
2019-04-15nfp: flower: support stats update for merge flowsJohn Hurley2-0/+117
2019-04-15nfp: flower: generate merge flow ruleJohn Hurley2-1/+150
2019-04-15nfp: flower: validate merge hint flowsJohn Hurley1-0/+228
2019-04-15nfp: flower: handle merge hint messagesJohn Hurley4-1/+78
2019-04-15nfp: flower: get flows by host contextJohn Hurley2-16/+89
2019-04-15nfp: flower: allow tunnels to output to internal portJohn Hurley1-3/+4
2019-04-15nfp: flower: support fallback packets from internal portsJohn Hurley1-2/+24
2019-04-15nfp: allow fallback packets from non-reprsJohn Hurley6-16/+30
2019-04-15nfp: flower: allow offloading of matches on 'internal' portsJohn Hurley5-9/+153
2019-04-15nfp: flower: turn on recirc and merge hint support in firmwareJohn Hurley4-0/+25
2019-04-15net: hns3: fix for vport->bw_limit overflow problemYunsheng Lin1-1/+1
2019-04-15net: hns3: fix sparse: warning when calling hclge_set_vlan_filter_hw()Jian Shen1-2/+4
2019-04-15sctp: implement memory accounting on rx pathXin Long4-15/+15
2019-04-15sctp: implement memory accounting on tx pathXin Long1-2/+8
2019-04-15route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4
2019-04-15selftests: mlxsw: Test neighbour offload indicationIdo Schimmel1-0/+26
2019-04-15mlxsw: spectrum_router: Add neighbour offload indicationIdo Schimmel1-0/+6
2019-04-15mlxsw: spectrum_router: Propagate neighbour update errorsIdo Schimmel1-8/+15
2019-04-15MAINTAINERS: normalize Woojung Huh's email addressLukas Bulwahn1-1/+1
2019-04-15bonding: fix event handling for stacked bondsSabrina Dubroca1-1/+5
2019-04-15Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai1-9/+5
2019-04-15bridge: only include nf_queue.h if neededStephen Rothwell1-0/+2
2019-04-15KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson1-1/+1
2019-04-14Linux 5.1-rc5Linus Torvalds1-1/+1
2019-04-14rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet1-1/+1
2019-04-14qed: Fix the DORQ's attentions handlingDenis Bolotin2-16/+48
2019-04-14qed: Fix missing DORQ attentionsDenis Bolotin3-3/+20
2019-04-14qed: Fix the doorbell address sanity checkDenis Bolotin1-8/+8
2019-04-14qed: Delete redundant doorbell recovery typesDenis Bolotin4-51/+31