summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-192-10/+11
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-092-10/+11
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-173-1/+15
|\ \
| * | kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed2019-04-301-0/+1
| * | x86/kvm: Implement HWCR supportBorislav Petkov2019-04-301-0/+3
| * | KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson2019-04-301-1/+2
| * | KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang2019-04-302-0/+5
| * | KVM: x86: Inject PMI for KVM guestLuwei Kang2019-04-301-0/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-162-3/+0
|\ \ \
| * \ \ Merge branch 'linus' into x86/urgent, to pick up dependent changesIngo Molnar2019-05-1621-97/+285
| |\ \ \
| * | | | x86/kconfig: Disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHTMasahiro Yamada2019-05-131-2/+0
| * | | | x86/vdso: Remove hpet_page from vDSOJia Zhang2019-05-081-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-153-13/+33
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: Hide the int3_emulate_call/jmp functions from UMLSteven Rostedt (VMware)2019-05-111-1/+3
| * | | livepatch: Remove klp_check_compiler_support()Jiri Kosina2019-05-101-5/+0
| * | | ftrace/x86: Remove mcount supportSteven Rostedt (VMware)2019-05-102-8/+3
| * | | x86_64: Allow breakpoints to emulate call instructionsPeter Zijlstra2019-05-081-0/+28
* | | | treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headersMasahiro Yamada2019-05-141-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-141-4/+0
|\ \ \ \
| * | | | hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-4/+0
* | | | | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-146-16/+93
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2019-03-061-0/+1
| * | | | x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2019-03-061-0/+5
| * | | | x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner2019-03-063-0/+23
| * | | | x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-03-061-0/+13
| * | | | x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner2019-03-061-0/+25
| * | | | x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner2019-03-061-0/+1
| * | | | x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen2019-03-062-0/+7
| * | | | x86/msr-index: Cleanup bit definesThomas Gleixner2019-03-061-16/+18
* | | | | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-05-091-10/+0
|\ \ \ \ \
| * | | | | x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig2019-04-081-10/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-1/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-1/+1
| |\ \ \ \ \ \
| * | | | | | | asm-generic: generalize asm/sockios.hArnd Bergmann2019-04-191-1/+0
* | | | | | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-3/+5
* | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-079-61/+185
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/fpu: Defer FPU state load until return to userspaceRik van Riel2019-04-123-17/+42
| * | | | | | | | | x86/fpu: Restore from kernel memory on the 64-bit path tooSebastian Andrzej Siewior2019-04-121-0/+43
| * | | | | | | | | x86/fpu: Update xstate's PKRU value on write_pkru()Sebastian Andrzej Siewior2019-04-111-2/+19
| * | | | | | | | | x86/entry: Add TIF_NEED_FPU_LOADSebastian Andrzej Siewior2019-04-112-0/+10
| * | | | | | | | | x86/fpu: Eager switch PKRU stateRik van Riel2019-04-113-3/+31
| * | | | | | | | | x86/fpu: Only write PKRU if it is different from currentSebastian Andrzej Siewior2019-04-111-0/+7
| * | | | | | | | | x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior2019-04-112-4/+10
| * | | | | | | | | x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior2019-04-101-2/+2
| * | | | | | | | | x86/fpu: Add an __fpregs_load_activate() internal helperRik van Riel2019-04-102-8/+25
| * | | | | | | | | x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior2019-04-101-17/+0
| * | | | | | | | | x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior2019-04-103-21/+11
| * | | | | | | | | x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior2019-04-091-1/+0
| * | | | | | | | | x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior2019-04-091-1/+0