Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | KVM: x86: work on all available address spaces | Paolo Bonzini | 2015-06-05 | 1 | -0/+5 | |
| * | | | | | KVM: x86: use vcpu-specific functions to read/write/translate GFNs | Paolo Bonzini | 2015-06-05 | 1 | -1/+1 | |
| * | | | | | KVM: x86: stubs for SMM support | Paolo Bonzini | 2015-06-04 | 2 | -0/+5 | |
| * | | | | | KVM: x86: API changes for SMM support | Paolo Bonzini | 2015-06-04 | 2 | -1/+13 | |
| * | | | | | KVM: x86: pass the whole hflags field to emulator and back | Paolo Bonzini | 2015-06-04 | 1 | -1/+4 | |
| * | | | | | KVM: x86: pass host_initiated to functions that read MSRs | Paolo Bonzini | 2015-06-04 | 1 | -3/+3 | |
| * | | | | | x86: kvmclock: add flag to indicate pvclock counts from zero | Marcelo Tosatti | 2015-05-29 | 1 | -0/+1 | |
| * | | | | | KVM: add "new" argument to kvm_arch_commit_memory_region | Paolo Bonzini | 2015-05-28 | 1 | -1/+1 | |
| * | | | | | Merge branch 'kvm-master' into kvm-next | Paolo Bonzini | 2015-05-20 | 1 | -0/+2 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | KVM: MMU: fix SMAP virtualization | Xiao Guangrong | 2015-05-19 | 1 | -0/+1 | |
| * | | | | | | x86: kvmclock: drop rdtsc_barrier() | Marcelo Tosatti | 2015-05-07 | 1 | -1/+0 | |
| * | | | | | | kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI delivery | James Sullivan | 2015-05-07 | 1 | -0/+1 | |
| * | | | | | | KVM: x86: tweak types of fields in kvm_lapic_irq | Paolo Bonzini | 2015-05-07 | 1 | -4/+4 | |
| * | | | | | | KVM: x86: INIT and reset sequences are different | Nadav Amit | 2015-05-07 | 1 | -3/+3 | |
| * | | | | | | KVM: x86: Support for disabling quirks | Nadav Amit | 2015-05-07 | 2 | -0/+5 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-06-23 | 2 | -0/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | x86: kaslr: fix build due to missing ALIGN definition | Jiri Kosina | 2015-04-29 | 1 | -0/+1 | |
| * | | | | | | livepatch: x86: make kASLR logic more accurate | Jiri Kosina | 2015-04-29 | 1 | -0/+1 | |
| * | | | | | | x86: introduce kaslr_offset() | Jiri Kosina | 2015-04-29 | 1 | -0/+6 | |
* | | | | | | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-06-23 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | PCI: Remove unused pci_dma_burst_advice() | Bjorn Helgaas | 2015-06-08 | 1 | -7/+0 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 39 | -748/+453 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 2015-06-22 | 33 | -467/+272 | |
| |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / | ||||||
| | | * | | | | | | | x86/mm/pat: Add set_memory_wt() for Write-Through type | Toshi Kani | 2015-06-07 | 1 | -1/+5 | |
| | | * | | | | | | | x86/mm/pat: Add pgprot_writethrough() | Toshi Kani | 2015-06-07 | 1 | -0/+3 | |
| | | * | | | | | | | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings | Toshi Kani | 2015-06-07 | 1 | -0/+2 | |
| | | * | | | | | | | x86/mm: Teach is_new_memtype_allowed() about Write-Through type | Toshi Kani | 2015-06-07 | 1 | -1/+7 | |
| | | * | | | | | | | x86/mm/pat: Emulate PAT when it is disabled | Borislav Petkov | 2015-06-07 | 1 | -1/+1 | |
| | | * | | | | | | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell | 2015-06-03 | 1 | -2/+1 | |
| | * | | | | | | | | Merge branch 'x86/asm' into x86/core, to prepare for new patch | Ingo Molnar | 2015-06-08 | 6 | -430/+27 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64... | Ingo Molnar | 2015-06-08 | 1 | -2/+3 | |
| | | * | | | | | | | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S... | Ingo Molnar | 2015-06-08 | 1 | -1/+2 | |
| | | * | | | | | | | | x86/asm/entry: Rename compat syscall entry points | Ingo Molnar | 2015-06-08 | 1 | -2/+2 | |
| | | * | | | | | | | | x86/asm/msr: Make wrmsrl_safe() a function | Andy Lutomirski | 2015-06-05 | 1 | -2/+7 | |
| | | * | | | | | | | | x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/ | Ingo Molnar | 2015-06-04 | 1 | -243/+0 | |
| | | * | | | | | | | | x86/asm/entry/64: Use negative immediates for stack adjustments | Jan Beulich | 2015-06-02 | 1 | -2/+2 | |
| | | * | | | | | | | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 2015-06-02 | 3 | -224/+47 | |
| | | * | | | | | | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers | Andy Lutomirski | 2015-05-24 | 1 | -2/+12 | |
| | * | | | | | | | | | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers | Borislav Petkov | 2015-06-07 | 3 | -3/+2 | |
| | * | | | | | | | | | Merge branch 'x86/ras' into x86/core, to fix conflicts | Ingo Molnar | 2015-06-07 | 8 | -8/+50 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | x86/mce: Add infrastructure to support Local MCE | Ashok Raj | 2015-06-07 | 1 | -0/+5 | |
| | | * | | | | | | | | | x86/mce: Add Local MCE definitions | Ashok Raj | 2015-06-07 | 2 | -0/+7 | |
| | | * | | | | | | | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/... | Ingo Molnar | 2015-05-11 | 7 | -8/+38 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | x86/irq: Cleanup ordering of vector numbers | Aravind Gopalakrishnan | 2015-05-07 | 1 | -5/+5 | |
| | | | * | | | | | | | | x86/mce/amd: Introduce deferred error interrupt handler | Aravind Gopalakrishnan | 2015-05-07 | 7 | -1/+20 | |
| | | | * | | | | | | | | x86/mce: Add support for deferred errors on AMD | Aravind Gopalakrishnan | 2015-05-06 | 1 | -2/+13 | |
| | | | | |_|/ / / / / | | | | |/| | | | | | | ||||||
| | * | | | | | | | | | x86: Kill CONFIG_X86_HT | Borislav Petkov | 2015-06-07 | 1 | -1/+1 | |
| | * | | | | | | | | | Merge branch 'locking/core' into x86/core, to prepare for dependent patch | Ingo Molnar | 2015-06-03 | 8 | -5/+112 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ | ||||||
| | *-----. \ \ \ \ \ \ \ \ \ | Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/... | Ingo Molnar | 2015-06-03 | 25 | -303/+355 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / | | | | |/| | | / / / / / / / | | | | | | | |/ / / / / / / | | | | | | |/| | / / / / / | | | | |_|_|_|_|/ / / / / | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | x86/mm/pat: Wrap pat_enabled into a function API | Luis R. Rodriguez | 2015-05-27 | 1 | -6/+1 |