Age | Commit message (Expand) | Author |
2015-06-22 | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar |
2015-06-21 | x86/hpet: Use proper hpet device number for MSI allocation | Thomas Gleixner |
2015-06-20 | x86/hpet: Check for irq==0 when allocating hpet MSI interrupts | Jiang Liu |
2015-06-18 | x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT ... | Luis R. Rodriguez |
2015-06-18 | x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled | Luis R. Rodriguez |
2015-06-18 | x86/platform/intel/baytrail: Add comments about why we disabled HPET on Baytrail | Feng Tang |
2015-06-16 | genirq: Prevent crash in irq_move_irq() | Jiang Liu |
2015-06-16 | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain | Jiang Liu |
2015-06-12 | iommu, x86: Properly handle posted interrupts for IOMMU hotplug | Feng Wu |
2015-06-12 | iommu, x86: Provide irq_remapping_cap() interface | Feng Wu |
2015-06-12 | iommu, x86: Setup Posted-Interrupts capability for Intel iommu | Feng Wu |
2015-06-12 | iommu, x86: Add cap_pi_support() to detect VT-d PI capability | Feng Wu |
2015-06-12 | iommu, x86: Avoid migrating VT-d posted interrupts | Feng Wu |
2015-06-12 | iommu, x86: Save the mode (posted or remapped) of an IRTE | Feng Wu |
2015-06-12 | iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip | Feng Wu |
2015-06-12 | iommu: dmar: Provide helper to copy shared irte fields | Thomas Gleixner |
2015-06-12 | iommu: dmar: Extend struct irte for VT-d Posted-Interrupts | Thomas Gleixner |
2015-06-12 | iommu: Add new member capability to struct irq_remap_ops | Feng Wu |
2015-06-10 | x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode code | Andy Lutomirski |
2015-06-10 | x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation | Denys Vlasenko |
2015-06-10 | x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry() | Denys Vlasenko |
2015-06-10 | x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code | Denys Vlasenko |
2015-06-09 | x86/asm/entry: Clean up entry*.S style, final bits | Denys Vlasenko |
2015-06-08 | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat... | Ingo Molnar |
2015-06-08 | x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path | Denys Vlasenko |
2015-06-08 | x86/asm/entry/64: Clean up entry_64.S | Ingo Molnar |
2015-06-08 | Merge branch 'x86/asm' into x86/core, to prepare for new patch | Ingo Molnar |
2015-06-08 | x86/asm/entry/32: Clean up entry_32.S | Ingo Molnar |
2015-06-08 | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64... | Ingo Molnar |
2015-06-08 | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S... | Ingo Molnar |
2015-06-08 | x86/asm/entry: Rename compat syscall entry points | Ingo Molnar |
2015-06-07 | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers | Borislav Petkov |
2015-06-07 | Merge branch 'x86/ras' into x86/core, to fix conflicts | Ingo Molnar |
2015-06-07 | x86: Kill CONFIG_X86_HT | Borislav Petkov |
2015-06-07 | x86/mce: Handle Local MCE events | Ashok Raj |
2015-06-07 | x86/mce: Add infrastructure to support Local MCE | Ashok Raj |
2015-06-07 | x86/mce: Add Local MCE definitions | Ashok Raj |
2015-06-07 | drivers/block/pmem: Map NVDIMM in Write-Through mode | Toshi Kani |
2015-06-07 | x86/mm/pat: Add set_memory_wt() for Write-Through type | Toshi Kani |
2015-06-07 | x86/mm/pat: Extend set_page_memtype() to support Write-Through type | Toshi Kani |
2015-06-07 | x86/mm/pat: Add pgprot_writethrough() | Toshi Kani |
2015-06-07 | video/fbdev, asm/io.h: Remove ioremap_writethrough() | Toshi Kani |
2015-06-07 | arch/*/io.h: Add ioremap_wt() to all architectures | Toshi Kani |
2015-06-07 | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings | Toshi Kani |
2015-06-07 | x86/mm: Teach is_new_memtype_allowed() about Write-Through type | Toshi Kani |
2015-06-07 | x86/mm/pat: Change reserve_memtype() for Write-Through type | Toshi Kani |
2015-06-07 | x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type | Toshi Kani |
2015-06-07 | x86/mm/pat: Remove pat_enabled() checks | Borislav Petkov |
2015-06-07 | x86/mm/pat: Emulate PAT when it is disabled | Borislav Petkov |
2015-06-07 | x86/mm/pat: Untangle pat_init() | Borislav Petkov |