summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | KVM: x86: stubs for SMM supportPaolo Bonzini2015-06-04
| * | | | | | | KVM: x86: API changes for SMM supportPaolo Bonzini2015-06-04
| * | | | | | | KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini2015-06-04
| * | | | | | | KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini2015-06-04
| * | | | | | | x86: kvmclock: add flag to indicate pvclock counts from zeroMarcelo Tosatti2015-05-29
| * | | | | | | KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-28
| * | | | | | | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2015-05-20
| |\ \ \ \ \ \ \
| * | | | | | | | KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-19
| * | | | | | | | x86: kvmclock: drop rdtsc_barrier()Marcelo Tosatti2015-05-07
| * | | | | | | | kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan2015-05-07
| * | | | | | | | KVM: x86: tweak types of fields in kvm_lapic_irqPaolo Bonzini2015-05-07
| * | | | | | | | KVM: x86: INIT and reset sequences are differentNadav Amit2015-05-07
| * | | | | | | | KVM: x86: Support for disabling quirksNadav Amit2015-05-07
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-23
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: kaslr: fix build due to missing ALIGN definitionJiri Kosina2015-04-29
| * | | | | | | | livepatch: x86: make kASLR logic more accurateJiri Kosina2015-04-29
| * | | | | | | | x86: introduce kaslr_offset()Jiri Kosina2015-04-29
* | | | | | | | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-08
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-22
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. | | | | | | | | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-22
| |\ \ \| | | | | | | | | | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| | | * | | | | | | | x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-07
| | | * | | | | | | | x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-07
| | | * | | | | | | | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-07
| | | * | | | | | | | x86/mm: Teach is_new_memtype_allowed() about Write-Through typeToshi Kani2015-06-07
| | | * | | | | | | | x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-07
| | | * | | | | | | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-03
| | * | | | | | | | | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-08
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-08
| | | * | | | | | | | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-08
| | | * | | | | | | | | x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-08
| | | * | | | | | | | | x86/asm/msr: Make wrmsrl_safe() a functionAndy Lutomirski2015-06-05
| | | * | | | | | | | | x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar2015-06-04
| | | * | | | | | | | | x86/asm/entry/64: Use negative immediates for stack adjustmentsJan Beulich2015-06-02
| | | * | | | | | | | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-02
| | | * | | | | | | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-24
| | * | | | | | | | | | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov2015-06-07
| | * | | | | | | | | | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-07
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-07
| | | * | | | | | | | | | x86/mce: Add Local MCE definitionsAshok Raj2015-06-07
| | | * | | | | | | | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2015-05-11
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | |
| | | | * | | | | | | | | x86/irq: Cleanup ordering of vector numbersAravind Gopalakrishnan2015-05-07
| | | | * | | | | | | | | x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-07
| | | | * | | | | | | | | x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-06
| | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | * | | | | | | | | | x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-07
| | * | | | | | | | | | Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-03
| | |\ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar2015-06-03
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / / | | | | |/| | | / / / / / / / / | | | | | | | |/ / / / / / / / | | | | | | |/| | / / / / / / | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | | * | | | | | | | | | x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-27
| | | * | | | | | | | | | x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez2015-05-27
| | | * | | | | | | | | | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-27