summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar
2015-06-21x86/hpet: Use proper hpet device number for MSI allocationThomas Gleixner
2015-06-20x86/hpet: Check for irq==0 when allocating hpet MSI interruptsJiang Liu
2015-06-18x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT ...Luis R. Rodriguez
2015-06-18x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabledLuis R. Rodriguez
2015-06-18x86/platform/intel/baytrail: Add comments about why we disabled HPET on BaytrailFeng Tang
2015-06-16genirq: Prevent crash in irq_move_irq()Jiang Liu
2015-06-16genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu
2015-06-12iommu, x86: Properly handle posted interrupts for IOMMU hotplugFeng Wu
2015-06-12iommu, x86: Provide irq_remapping_cap() interfaceFeng Wu
2015-06-12iommu, x86: Setup Posted-Interrupts capability for Intel iommuFeng Wu
2015-06-12iommu, x86: Add cap_pi_support() to detect VT-d PI capabilityFeng Wu
2015-06-12iommu, x86: Avoid migrating VT-d posted interruptsFeng Wu
2015-06-12iommu, x86: Save the mode (posted or remapped) of an IRTEFeng Wu
2015-06-12iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chipFeng Wu
2015-06-12iommu: dmar: Provide helper to copy shared irte fieldsThomas Gleixner
2015-06-12iommu: dmar: Extend struct irte for VT-d Posted-InterruptsThomas Gleixner
2015-06-12iommu: Add new member capability to struct irq_remap_opsFeng Wu
2015-06-10x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski
2015-06-10x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko
2015-06-10x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko
2015-06-10x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko
2015-06-09x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko
2015-06-08x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar
2015-06-08x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT pathDenys Vlasenko
2015-06-08x86/asm/entry/64: Clean up entry_64.SIngo Molnar
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar
2015-06-08x86/asm/entry/32: Clean up entry_32.SIngo Molnar
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar
2015-06-07x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar
2015-06-07x86: Kill CONFIG_X86_HTBorislav Petkov
2015-06-07x86/mce: Handle Local MCE eventsAshok Raj
2015-06-07x86/mce: Add infrastructure to support Local MCEAshok Raj
2015-06-07x86/mce: Add Local MCE definitionsAshok Raj
2015-06-07drivers/block/pmem: Map NVDIMM in Write-Through modeToshi Kani
2015-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani
2015-06-07video/fbdev, asm/io.h: Remove ioremap_writethrough()Toshi Kani
2015-06-07arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani
2015-06-07x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani
2015-06-07x86/mm: Teach is_new_memtype_allowed() about Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov
2015-06-07x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov
2015-06-07x86/mm/pat: Untangle pat_init()Borislav Petkov