summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-13x86/kconfig: Disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHTMasahiro Yamada1-2/+0
2019-05-08x86/vdso: Remove hpet_page from vDSOJia Zhang1-1/+0
2019-05-06Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+11
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-2/+1
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-4/+69
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-60/+98
2019-05-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-32/+20
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-22/+74
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-237/+0
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-63/+87
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2019-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+2
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov1-0/+1
2019-04-30KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson1-0/+1
2019-04-30x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe1-0/+3
2019-04-30x86/alternatives: Remove the return value of text_poke_*()Nadav Amit1-2/+2
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit1-2/+0
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit2-0/+5
2019-04-30x86/mm: Save debug registers when loading a temporary mmNadav Amit1-0/+23
2019-04-30x86/mm: Introduce temporary mm structsAndy Lutomirski1-0/+33
2019-04-30mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit1-0/+2
2019-04-30x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit1-0/+1
2019-04-29x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds1-1/+1
2019-04-29perf/x86: Make perf callchains work without CONFIG_FRAME_POINTERKairui Song2-19/+1
2019-04-24x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra1-3/+4
2019-04-22x86/irq: Fix outdated commentsJiang Biao1-2/+2
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2-21/+17
2019-04-17x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner1-4/+0
2019-04-17x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2-3/+3
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner1-1/+1
2019-04-17x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner1-2/+2
2019-04-17x86/irq/32: Make irq stack a character arrayThomas Gleixner1-1/+1
2019-04-17x86/irq/32: Define IRQ_STACK_SIZEThomas Gleixner2-2/+4
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner3-9/+10
2019-04-17x86/exceptions: Enable IST guard pagesThomas Gleixner1-6/+2
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner3-5/+17
2019-04-17x86/cpu: Remove orig_ist arrayThomas Gleixner1-9/+0
2019-04-17x86/cpu_entry_area: Provide exception stack accessorThomas Gleixner1-0/+4
2019-04-17x86/exceptions: Add structs for exception stacksThomas Gleixner1-5/+47
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner1-5/+8
2019-04-17x86/exceptions: Remove unused stack defines on 32bitThomas Gleixner1-5/+1
2019-04-17x86/64: Remove stale CURRENT_MASKThomas Gleixner1-1/+0
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+14
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson1-0/+1
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2-2/+6
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon1-6/+6
2019-04-16KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini1-0/+1
2019-04-16perf/x86/intel: Add Icelake supportKan Liang2-2/+2
2019-04-16perf/x86/intel: Support adaptive PEBS v4Kan Liang2-0/+44