| Commit message (Expand) | Author | Files | Lines |
2015-06-20 | x86/hpet: Check for irq==0 when allocating hpet MSI interrupts | Jiang Liu | 1 | -1/+1 |
2015-06-18 | x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT ... | Luis R. Rodriguez | 4 | -42/+26 |
2015-06-18 | x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled | Luis R. Rodriguez | 2 | -35/+26 |
2015-06-18 | x86/platform/intel/baytrail: Add comments about why we disabled HPET on Baytrail | Feng Tang | 1 | -2/+6 |
2015-06-16 | genirq: Prevent crash in irq_move_irq() | Jiang Liu | 1 | -1/+8 |
2015-06-16 | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain | Jiang Liu | 2 | -2/+9 |
2015-06-12 | iommu, x86: Properly handle posted interrupts for IOMMU hotplug | Feng Wu | 1 | -0/+3 |
2015-06-12 | iommu, x86: Provide irq_remapping_cap() interface | Feng Wu | 2 | -0/+11 |
2015-06-12 | iommu, x86: Setup Posted-Interrupts capability for Intel iommu | Feng Wu | 3 | -0/+35 |
2015-06-12 | iommu, x86: Add cap_pi_support() to detect VT-d PI capability | Feng Wu | 1 | -0/+1 |
2015-06-12 | iommu, x86: Avoid migrating VT-d posted interrupts | Feng Wu | 1 | -1/+4 |
2015-06-12 | iommu, x86: Save the mode (posted or remapped) of an IRTE | Feng Wu | 1 | -0/+10 |
2015-06-12 | iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip | Feng Wu | 2 | -0/+42 |
2015-06-12 | iommu: dmar: Provide helper to copy shared irte fields | Thomas Gleixner | 1 | -0/+12 |
2015-06-12 | iommu: dmar: Extend struct irte for VT-d Posted-Interrupts | Thomas Gleixner | 1 | -15/+55 |
2015-06-12 | iommu: Add new member capability to struct irq_remap_ops | Feng Wu | 2 | -0/+7 |
2015-06-10 | x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode code | Andy Lutomirski | 1 | -8/+31 |
2015-06-10 | x86/asm/entry/32: Shorten __audit_syscall_entry() args preparation | Denys Vlasenko | 1 | -9/+18 |
2015-06-10 | x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry() | Denys Vlasenko | 1 | -8/+12 |
2015-06-10 | x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL code | Denys Vlasenko | 1 | -1/+1 |
2015-06-09 | x86/asm/entry: Clean up entry*.S style, final bits | Denys Vlasenko | 2 | -16/+16 |
2015-06-08 | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat... | Ingo Molnar | 2 | -4/+4 |
2015-06-08 | x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT path | Denys Vlasenko | 1 | -6/+2 |
2015-06-08 | x86/asm/entry/64: Clean up entry_64.S | Ingo Molnar | 1 | -416/+404 |
2015-06-08 | x86/asm/entry/32: Clean up entry_32.S | Ingo Molnar | 1 | -571/+570 |
2015-06-08 | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64... | Ingo Molnar | 6 | -14/+14 |
2015-06-08 | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S... | Ingo Molnar | 5 | -11/+12 |
2015-06-08 | x86/asm/entry: Rename compat syscall entry points | Ingo Molnar | 8 | -15/+15 |
2015-06-07 | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers | Borislav Petkov | 4 | -4/+3 |
2015-06-07 | x86: Kill CONFIG_X86_HT | Borislav Petkov | 5 | -16/+12 |
2015-06-07 | x86/mce: Handle Local MCE events | Ashok Raj | 2 | -6/+27 |
2015-06-07 | x86/mce: Add infrastructure to support Local MCE | Ashok Raj | 4 | -0/+54 |
2015-06-07 | x86/mce: Add Local MCE definitions | Ashok Raj | 2 | -0/+7 |
2015-06-07 | drivers/block/pmem: Map NVDIMM in Write-Through mode | Toshi Kani | 1 | -2/+2 |
2015-06-07 | x86/mm/pat: Add set_memory_wt() for Write-Through type | Toshi Kani | 4 | -17/+63 |
2015-06-07 | x86/mm/pat: Extend set_page_memtype() to support Write-Through type | Toshi Kani | 1 | -30/+29 |
2015-06-07 | x86/mm/pat: Add pgprot_writethrough() | Toshi Kani | 3 | -0/+14 |
2015-06-07 | video/fbdev, asm/io.h: Remove ioremap_writethrough() | Toshi Kani | 8 | -22/+5 |
2015-06-07 | arch/*/io.h: Add ioremap_wt() to all architectures | Toshi Kani | 17 | -0/+36 |
2015-06-07 | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings | Toshi Kani | 5 | -1/+39 |
2015-06-07 | x86/mm: Teach is_new_memtype_allowed() about Write-Through type | Toshi Kani | 1 | -1/+7 |
2015-06-07 | x86/mm/pat: Change reserve_memtype() for Write-Through type | Toshi Kani | 1 | -3/+14 |
2015-06-07 | x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type | Toshi Kani | 1 | -9/+50 |
2015-06-07 | x86/mm/pat: Remove pat_enabled() checks | Borislav Petkov | 4 | -23/+10 |
2015-06-07 | x86/mm/pat: Emulate PAT when it is disabled | Borislav Petkov | 4 | -34/+60 |
2015-06-07 | x86/mm/pat: Untangle pat_init() | Borislav Petkov | 1 | -29/+40 |
2015-06-07 | x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.S | Ingo Molnar | 3 | -2/+2 |
2015-06-05 | x86/asm/entry/32: Remove unnecessary optimization in stub32_clone | Denys Vlasenko | 1 | -7/+6 |
2015-06-05 | x86/asm/entry/32: Explain the stub32_clone logic | Denys Vlasenko | 1 | -0/+8 |
2015-06-05 | x86/asm/entry/32: Improve code readability | Ingo Molnar | 1 | -141/+146 |