summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds39-748/+453
2015-06-22Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-14/+11
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds27-1243/+1357
2015-06-22Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+12
2015-06-22Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-41/+5
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-23/+18
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-5/+112
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar33-467/+272
2015-06-18x86/cpu/amd: Give access to the number of nodes in a physical packageAravind Gopalakrishnan1-0/+1
2015-06-12iommu, x86: Provide irq_remapping_cap() interfaceFeng Wu1-0/+2
2015-06-12iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chipFeng Wu1-0/+5
2015-06-12iommu: Add new member capability to struct irq_remap_opsFeng Wu1-0/+4
2015-06-09x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen1-32/+30
2015-06-09x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen1-1/+0
2015-06-09x86: Make is_64bit_mm() widely availableDave Hansen1-0/+13
2015-06-09x86/mpx: Trace allocation of new bounds tablesDave Hansen1-0/+16
2015-06-09x86/mpx: Trace the attempts to find bounds tablesDave Hansen1-0/+32
2015-06-09x86/mpx: Trace entry to bounds exception pathsDave Hansen1-0/+34
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen1-0/+50
2015-06-09x86/mpx: Remove redundant MPX_BNDCFG_ADDR_MASKQiaowei Ren1-1/+0
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen2-12/+10
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen1-4/+4
2015-06-09x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen1-0/+1
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar6-430/+27
2015-06-08x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar1-2/+3
2015-06-08x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar1-1/+2
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar1-2/+2
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker1-5/+3
2015-06-07x86/microcode: Correct CPU family related variable typesAndy Shevchenko1-2/+2
2015-06-07x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov3-3/+2
2015-06-07Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar8-8/+50
2015-06-07x86: Kill CONFIG_X86_HTBorislav Petkov1-1/+1
2015-06-07x86/mce: Add infrastructure to support Local MCEAshok Raj1-0/+5
2015-06-07x86/mce: Add Local MCE definitionsAshok Raj2-0/+7
2015-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani1-1/+5
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani1-0/+3
2015-06-07x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani1-0/+2
2015-06-07x86/mm: Teach is_new_memtype_allowed() about Write-Through typeToshi Kani1-1/+7
2015-06-07x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov1-1/+1
2015-06-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+13
2015-06-05x86/asm/msr: Make wrmsrl_safe() a functionAndy Lutomirski1-2/+7
2015-06-04x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar1-243/+0
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-2/+1
2015-06-03Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar8-5/+112
2015-06-03Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar25-303/+355
2015-06-02x86/asm/entry/64: Use negative immediates for stack adjustmentsJan Beulich1-2/+2
2015-06-02x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski1-2/+12
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2-0/+4
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar3-224/+47
2015-05-29x86/asm/entry/32: Really make user_mode() work correctly for VM86 modeJan Beulich1-1/+1