summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* xen-pciback: notify hypervisor about devices intended to be assigned to guestsJan Beulich2013-03-221-2/+2
* Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-252-0/+5
|\
| * xen: event channel arrays are xen_ulong_t and not unsigned longIan Campbell2013-02-201-0/+3
| * xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-201-0/+2
* | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-244-14/+41
|\ \
| * | KVM: VMX: add missing exit names to VMX_EXIT_REASONS arrayGleb Natapov2013-02-061-1/+6
| * | x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-292-0/+16
| * | x86, apicv: add virtual x2apic supportYang Zhang2013-01-292-0/+2
| * | x86, apicv: add APICv register virtualization supportYang Zhang2013-01-291-0/+2
| * | KVM: x86: improve reexecute_instructionXiao Guangrong2013-01-221-0/+7
| * | KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa2013-01-141-5/+0Star
| * | x86: kvm_para: fix typo in hypercall commentsJesse Larrew2013-01-021-1/+1
| * | KVM: Increase user memory slots on x86 to 125Alex Williamson2012-12-141-1/+1
| * | KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-141-2/+2
| * | KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-142-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-247-67/+14Star
|\ \ \
| * | | x86: convert to ksignalAl Viro2013-02-141-2/+3
| * | | burying unused conditionalsAl Viro2013-02-141-2/+0Star
| * | | x86: switch to generic old sigactionAl Viro2013-02-044-21/+0Star
| * | | x86: switch to generic compat rt_sigaction()Al Viro2013-02-042-11/+0Star
| * | | x86: switch to generic compat sched_rr_get_interval()Al Viro2013-02-041-3/+0Star
| * | | x86,um: switch to generic old sigsuspend()Al Viro2013-02-042-2/+0Star
| * | | x86: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-041-1/+0Star
| * | | x86: switch to generic compat rt_sigpending()Al Viro2013-02-041-1/+0Star
| * | | x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-041-2/+2
| * | | x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-042-4/+4
| * | | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-1/+1
| * | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-032-9/+5Star
| * | | consolidate declarations of k_sigactionAl Viro2013-02-032-9/+0Star
| | |/ | |/|
* | | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-242-2/+3
|\ \ \
| * | | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2013-02-241-2/+2
| * | | memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-241-0/+1
* | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-234-6/+119
|\ \ \ \
| * | | | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled()Fenghua Yu2013-01-311-6/+12
| * | | | x86/microcode_core_early.c: Define interfaces for early loading ucodeFenghua Yu2013-01-311-0/+14
| * | | | x86/common.c: Make have_cpuid_p() a global functionFenghua Yu2013-01-311-0/+8
| * | | | x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu2013-01-311-0/+85
* | | | | x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds2013-02-221-2/+0Star
| |/ / / |/| | |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2218-106/+111
|\ \ \ \
| * \ \ \ Merge branch 'x86/mm2' into x86/mmH. Peter Anvin2013-02-1514-59/+113
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-018-30/+60
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-301-0/+4
| | * | | | x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu2013-01-301-3/+3
| | * | | | x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-302-0/+5
| | * | | | x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-301-1/+2
| | * | | | x86, 64bit, mm: Add generic kernel/ident mapping helperYinghai Lu2013-01-301-0/+9
| | * | | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-30120-1748/+2105
| | |\ \ \ \
| | * | | | | x86, mm: kill numa_64.hYinghai Lu2012-11-172-6/+0Star
| | * | | | | x86, mm: kill numa_free_all_bootmem()Yinghai Lu2012-11-171-2/+0Star
| | * | | | | x86, mm: Move function declaration into mm_internal.hYinghai Lu2012-11-171-13/+3Star