summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-1/+2
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-3/+3
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski1-1/+1
2018-04-02x86: remove compat_sys_x86_waitpid()Dominik Brodowski3-10/+1
2018-04-02x86: use _do_fork() in compat_sys_x86_clone()Dominik Brodowski1-1/+2
2018-04-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-39/+179
2018-04-02Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-168/+176
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-130/+64
2018-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+17
2018-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-4/+6
2018-03-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2018-03-31perf/x86/intel: Enable C-state residency events for Cannon LakeHarry Pan1-13/+31
2018-03-31perf/x86/intel: Add Cannon Lake support for RAPL profilingHarry Pan1-0/+2
2018-03-31x86/cpu/tme: Fix spelling: "configuation" -> "configuration"Colin Ian King1-1/+1
2018-03-31x86/build: Don't pass in -D__KERNEL__ multiple timesCao jin2-3/+2
2018-03-31Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar33-211/+228
2018-03-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-7/+7
2018-03-29um: Compile with modern headersJason A. Donenfeld1-0/+1
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin1-3/+10
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar19-137/+128
2018-03-28KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_p...Liran Alon1-8/+0
2018-03-28KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pe...Liran Alon1-13/+20
2018-03-28KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon1-2/+12
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon5-11/+33
2018-03-28KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interruptLiran Alon1-5/+0
2018-03-28x86/kvm: use Enlightened VMCS when running on Hyper-VVitaly Kuznetsov2-10/+615
2018-03-28x86/hyper-v: detect nested featuresVitaly Kuznetsov3-0/+10
2018-03-28x86/hyper-v: define struct hv_enlightened_vmcs and clean field bitsVitaly Kuznetsov1-0/+200
2018-03-28x86/hyper-v: allocate and use Virtual Processor Assist PagesVitaly Kuznetsov3-3/+66
2018-03-28x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek4-11/+11
2018-03-28x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov3-84/+66
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov6-6/+13
2018-03-28KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li1-3/+9
2018-03-28KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2-3/+105
2018-03-28KVM: SVM: Add pause filter thresholdBabu Moger2-1/+4
2018-03-28KVM: VMX: Bring the common code to header fileBabu Moger2-42/+45
2018-03-28KVM: VMX: Remove ple_window_actual_maxBabu Moger1-25/+6
2018-03-28KVM: VMX: Fix the module parameters for vmxBabu Moger1-13/+14
2018-03-28Revert "x86/mce/AMD: Collect error info even if valid bits are not set"Yazen Ghannam1-14/+0
2018-03-28x86/platform/UV: Fix critical UV MMR address errormike.travis@hpe.com1-1/+1
2018-03-28KVM: x86: Fix perf timer mode IP reportingAndi Kleen4-19/+20
2018-03-28KVM: x86: Fix pv tlb flush dependenciesWanpeng Li1-2/+2
2018-03-28Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman47-343/+569
2018-03-28x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFTTom Lendacky3-18/+15
2018-03-28x86/platform/uv/BAU: Add APIC idt entryAndrew Banman3-2/+4
2018-03-28x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as wellEric Dumazet1-7/+4
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie129-991/+1686
2018-03-28Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-0/+1