summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-252-4/+1
* x86/vector: Handle managed interrupts properThomas Gleixner2017-09-251-6/+2
* x86/vector: Untangle internal state from irq_cfgThomas Gleixner2017-09-251-2/+1
* x86/vector: Add tracepoints for vector managementThomas Gleixner2017-09-251-0/+244
* x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-252-1/+8
* x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-251-0/+5
* x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner2017-09-251-0/+1
* x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner2017-09-251-2/+0
* x86/vector: Rename used_vectors to system_vectorsThomas Gleixner2017-09-251-1/+1
* x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-3/+0
* x86/apic: Reorganize struct apicThomas Gleixner2017-09-251-59/+50
* x86/apic: Move common APIC callbacksThomas Gleixner2017-09-251-61/+12
* x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner2017-09-252-31/+1
* x86/apic: Move APIC noop specific functionsThomas Gleixner2017-09-251-7/+0
* x86/apic: Move probe32 specific APIC functionsThomas Gleixner2017-09-251-21/+0
* x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner2017-09-251-2/+2
* x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner2017-09-251-1/+1
* x86/apic: Deinline x2apic functionsThomas Gleixner2017-09-251-49/+0
* Merge branch 'irq/core' into x86/apicThomas Gleixner2017-09-251-2/+2
|\
| * genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-251-2/+2
* | x86/apic: Remove init_bsp_APIC()Dou Liyang2017-09-251-1/+0
* | x86/init: Add intr_mode_init to x86_init_opsDou Liyang2017-09-251-0/+2
* | x86/apic: Unify interrupt mode setup for UP systemDou Liyang2017-09-251-1/+0
* | x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang2017-09-251-0/+9
* | x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang2017-09-251-1/+1
* | x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang2017-09-251-0/+2
|/
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-239-36/+36
* x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware codeAndy Lutomirski2017-09-171-2/+19
* x86/mm: Factor out CR3-building codeAndy Lutomirski2017-09-171-4/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-151-2/+1
|\
| * KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-131-1/+1
| * KVM: x86: Remove .get_pkru() from kvm_x86_opsJoerg Roedel2017-09-131-1/+0
* | x86/hyper-v: Remove duplicated HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED definitionVitaly Kuznetsov2017-09-131-6/+0
* | x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-135-76/+10
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-122-3/+2
|\ \
| * | x86/cpu: Remove unused and undefined __generic_processor_info() declarationDou Liyang2017-09-111-1/+0
| * | x86/mm: Make the SME mask a u64Borislav Petkov2017-09-071-2/+2
* | | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-2/+0
|\ \ \
| * \ \ Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams2017-08-317-4/+20
| |\ \ \
| * | | | libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy2017-08-311-2/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-095-8/+93
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86: implement memset16, memset32 & memset64Matthew Wilcox2017-09-082-0/+60
| * | | | mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-0/+17
| * | | | mm: thp: enable thp migration in generic pathZi Yan2017-09-081-0/+2
| * | | | mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi2017-09-082-8/+14
* | | | | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-085-32/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-085-6/+17
| |\ \ \ \
| * | | | | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-1/+1
| * | | | | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-16/+2
| * | | | | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-242-5/+7