summaryrefslogtreecommitdiff
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAge
...
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---. | | | | | | | | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-22
| |\ \ \| | | | | | | | | | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| | | * | | | | | | | x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-07
| | | * | | | | | | | x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-07
| | | * | | | | | | | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-07
| | | * | | | | | | | x86/mm: Teach is_new_memtype_allowed() about Write-Through typeToshi Kani2015-06-07
| | | * | | | | | | | x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-07
| | | * | | | | | | | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-03
| | * | | | | | | | | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-08
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-08
| | | * | | | | | | | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-08
| | | * | | | | | | | | x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-08
| | | * | | | | | | | | x86/asm/msr: Make wrmsrl_safe() a functionAndy Lutomirski2015-06-05
| | | * | | | | | | | | x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar2015-06-04
| | | * | | | | | | | | x86/asm/entry/64: Use negative immediates for stack adjustmentsJan Beulich2015-06-02
| | | * | | | | | | | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-02
| | | * | | | | | | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-24
| | * | | | | | | | | | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov2015-06-07
| | * | | | | | | | | | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-07
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-07
| | | * | | | | | | | | | x86/mce: Add Local MCE definitionsAshok Raj2015-06-07
| | | * | | | | | | | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2015-05-11
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / | | | |/| | | | | | | | |
| | | | * | | | | | | | | x86/irq: Cleanup ordering of vector numbersAravind Gopalakrishnan2015-05-07
| | | | * | | | | | | | | x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-07
| | | | * | | | | | | | | x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-06
| | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | * | | | | | | | | | x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-07
| | * | | | | | | | | | Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-03
| | |\ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar2015-06-03
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / / | | | | |/| | | / / / / / / / / | | | | | | | |/ / / / / / / / | | | | | | |/| | / / / / / / | | | | |_|_|_|_|/ / / / / / | | | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| | | * | | | | | | | | | x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-27
| | | * | | | | | | | | | x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez2015-05-27
| | | * | | | | | | | | | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-27
| | | * | | | | | | | | | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-27
| | | * | | | | | | | | | x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2015-05-27
| | | * | | | | | | | | | Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar2015-05-27
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-11
| | | * | | | | | | | | | | x86/mm: Add kerneldoc comments for pcommit_sfence()Ross Zwisler2015-05-11
| | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| * | | | | | | | | | | | iommu, x86: Provide irq_remapping_cap() interfaceFeng Wu2015-06-12
| * | | | | | | | | | | | iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chipFeng Wu2015-06-12
| * | | | | | | | | | | | iommu: Add new member capability to struct irq_remap_opsFeng Wu2015-06-12
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu2015-05-19
| * | | | | | | | | | | x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker2015-05-19
| * | | | | | | | | | | Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar2015-05-17
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | x86/asm/uaccess: Unify the ALIGN_DESTINATION macroBorislav Petkov2015-05-14
| * | | | | | | | | | | x86: Consolidate irq entering inlinesThomas Gleixner2015-05-15
| * | | | | | | | | | | Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-11
| |\| | | | | | | | | |
| | * | | | | | | | | | x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst2015-05-10
| | * | | | | | | | | | x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst2015-05-10
| | * | | | | | | | | | x86/asm/entry/irq: Remove unused invalidate_interrupt prototypesBrian Gerst2015-05-10
| | * | | | | | | | | | x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko2015-05-08
| | * | | | | | | | | | x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-08
| | * | | | | | | | | | x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko2015-05-08