aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman4-32/+9
2018-09-21signal/x86: Pass pkey by valueEric W. Biederman1-7/+7
2018-09-21signal/x86: Replace force_sig_info_fault with force_sig_faultEric W. Biederman1-19/+4
2018-09-21signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphoreEric W. Biederman1-52/+24
2018-09-21signal/x86: Pass pkey not vma into __bad_areaEric W. Biederman1-12/+8
2018-09-21signal/x86: Don't compute pkey in __do_page_faultEric W. Biederman1-4/+0
2018-09-21signal/x86: Remove pkey parameter from mm_fault_errorEric W. Biederman1-2/+2
2018-09-21signal/x86: Remove the pkey parameter from do_sigbusEric W. Biederman1-3/+3
2018-09-21signal/x86: Remove pkey parameter from bad_area_nosemaphoreEric W. Biederman1-7/+7
2018-09-21signal/x86/traps: Simplify trap generationEric W. Biederman1-61/+24
2018-09-21signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman1-1/+1
2018-09-21signal/x86/traps: Use force_sig_bnderrEric W. Biederman1-10/+9
2018-09-21signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman1-16/+14
2018-09-19signal/x86/traps: Factor out show_signalEric W. Biederman1-18/+19
2018-09-19signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman3-29/+32
2018-09-19signal/x86: In trace_mpx_bounds_register_exception add __user annotationsEric W. Biederman1-2/+2
2018-09-19signal/x86: Use send_sig_mceerr as apropriateEric W. Biederman1-10/+1
2018-09-19signal/x86: Move MCE error reporting out of force_sig_info_faultEric W. Biederman1-13/+13
2018-09-19signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman1-15/+7
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman2-7/+6
2018-09-11signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman1-1/+1
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+33
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-10/+15
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-50/+61
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-7/+7
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-0/+13
2018-08-24x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka1-0/+4
2018-08-24x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAMVlastimil Babka3-3/+3
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada3-7/+7
2018-08-23Merge branch 'tlb-fixes'Linus Torvalds10-163/+96
2018-08-23Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-159/+23
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra9-6/+26
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra1-0/+1
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2-157/+69
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-26/+61
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-11/+8
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel2-5/+1
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-4/+1
2018-08-22arch: enable relative relocations for arm64, power and x86Ard Biesheuvel1-0/+1
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-2/+5
2018-08-22KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini1-10/+16
2018-08-22KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner1-4/+4
2018-08-22KVM: vmx: Inject #UD for SGX ENCLS instruction in guestSean Christopherson1-1/+29
2018-08-22KVM: vmx: Add defines for SGX ENCLS exitingSean Christopherson1-0/+3
2018-08-22x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()Yi Wang1-9/+9
2018-08-22x86: kvm: avoid unused variable warningArnd Bergmann1-3/+1
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross3-5/+16
2018-08-20xen: remove unused hypercall functionsJuergen Gross1-118/+0
2018-08-20x86/xen: remove unused function xen_auto_xlated_memory_setup()Juergen Gross2-32/+0