aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| * | | | | | | | KVM: VMX: return correct segment limit and flags for CS/SS registers in real ...Gleb Natapov2012-12-23
| * | | | | | | | KVM: VMX: relax check for CS register in rmode_segment_valid()Gleb Natapov2012-12-23
| * | | | | | | | KVM: VMX: cleanup rmode_segment_valid()Gleb Natapov2012-12-23
| * | | | | | | | kvm: fix i8254 counter 0 wraparoundNickolai Zeldovich2012-12-18
| * | | | | | | | KVM: remove unused variable.Gleb Natapov2012-12-14
| * | | | | | | | KVM: Increase user memory slots on x86 to 125Alex Williamson2012-12-13
| * | | | | | | | KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-13
| * | | | | | | | KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-13
| * | | | | | | | KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-13
| * | | | | | | | KVM: inject ExtINT interrupt before APIC interruptsGleb Natapov2012-12-13
| * | | | | | | | KVM: x86: fix mov immediate emulation for 64-bit operandsNadav Amit2012-12-13
| * | | | | | | | KVM: emulator: implement AAD instructionGleb Natapov2012-12-13
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: convert to ksignalAl Viro2013-02-14
| * | | | | | | | | burying unused conditionalsAl Viro2013-02-14
| * | | | | | | | | x86: switch to generic old sigactionAl Viro2013-02-03
| * | | | | | | | | x86: switch to generic compat rt_sigaction()Al Viro2013-02-03
| * | | | | | | | | x86: switch to generic compat sched_rr_get_interval()Al Viro2013-02-03
| * | | | | | | | | x86,um: switch to generic old sigsuspend()Al Viro2013-02-03
| * | | | | | | | | x86: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-03
| * | | | | | | | | x86: switch to generic compat rt_sigpending()Al Viro2013-02-03
| * | | | | | | | | x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-03
| * | | | | | | | | x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-03
| * | | | | | | | | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-03
| * | | | | | | | | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro2013-02-03
| * | | | | | | | | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-03
| * | | | | | | | | consolidate declarations of k_sigactionAl Viro2013-02-03
| * | | | | | | | | sanitize rt_sigaction() situation a bitAl Viro2013-02-03
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | acpi, memory-hotplug: support getting hotplug info from SRATTang Chen2013-02-23
| * | | | | | | | | acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen2013-02-23
| * | | | | | | | | acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen2013-02-23
| * | | | | | | | | x86: get pg_data_t's memory from other nodeYasuaki Ishimatsu2013-02-23
| * | | | | | | | | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang2013-02-23
| * | | | | | | | | cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2013-02-23
| * | | | | | | | | memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-23
| * | | | | | | | | memory-hotplug: remove page table of x86_64 architectureTang Chen2013-02-23
| * | | | | | | | | memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-23
| * | | | | | | | | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-23
| * | | | | | | | | memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-23
* | | | | | | | | | Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/Kconfig: Make early microcode loading a configuration featureFenghua Yu2013-01-31
| * | | | | | | | | | x86/mm/init.c: Copy ucode from initrd image to kernel memoryFenghua Yu2013-01-31
| * | | | | | | | | | x86/head64.c: Early update ucode in 64-bitFenghua Yu2013-01-31
| * | | | | | | | | | x86/head_32.S: Early update ucode in 32-bitFenghua Yu2013-01-31
| * | | | | | | | | | x86/microcode_intel_early.c: Early update ucode on Intel's CPUFenghua Yu2013-01-31
| * | | | | | | | | | x86/tlbflush.h: Define __native_flush_tlb_global_irq_disabled()Fenghua Yu2013-01-31
| * | | | | | | | | | x86/microcode_intel_lib.c: Early update ucode on Intel's CPUFenghua Yu2013-01-31
| * | | | | | | | | | x86/microcode_core_early.c: Define interfaces for early loading ucodeFenghua Yu2013-01-31
| * | | | | | | | | | x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on APFenghua Yu2013-01-31