aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman
2018-09-21signal/x86: Use force_sig_fault where appropriateEric W. Biederman
2018-09-21signal/x86: Pass pkey by valueEric W. Biederman
2018-09-21signal/x86: Replace force_sig_info_fault with force_sig_faultEric W. Biederman
2018-09-21signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphoreEric W. Biederman
2018-09-21signal/x86: Pass pkey not vma into __bad_areaEric W. Biederman
2018-09-21signal/x86: Don't compute pkey in __do_page_faultEric W. Biederman
2018-09-21signal/x86: Remove pkey parameter from mm_fault_errorEric W. Biederman
2018-09-21signal/x86: Remove the pkey parameter from do_sigbusEric W. Biederman
2018-09-21signal/x86: Remove pkey parameter from bad_area_nosemaphoreEric W. Biederman
2018-09-21signal/x86/traps: Simplify trap generationEric W. Biederman
2018-09-21signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman
2018-09-21signal/x86/traps: Use force_sig_bnderrEric W. Biederman
2018-09-21signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman
2018-09-19signal/x86/traps: Factor out show_signalEric W. Biederman
2018-09-19signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman
2018-09-19signal/x86: In trace_mpx_bounds_register_exception add __user annotationsEric W. Biederman
2018-09-19signal/x86: Use send_sig_mceerr as apropriateEric W. Biederman
2018-09-19signal/x86: Move MCE error reporting out of force_sig_info_faultEric W. Biederman
2018-09-19signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman
2018-09-11signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-24x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka
2018-08-24x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada
2018-08-23Merge branch 'tlb-fixes'Linus Torvalds
2018-08-23Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel
2018-08-22arch: enable relative relocations for arm64, power and x86Ard Biesheuvel
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-22KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini
2018-08-22KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner
2018-08-22KVM: vmx: Inject #UD for SGX ENCLS instruction in guestSean Christopherson
2018-08-22KVM: vmx: Add defines for SGX ENCLS exitingSean Christopherson
2018-08-22x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush()Yi Wang
2018-08-22x86: kvm: avoid unused variable warningArnd Bergmann
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross