summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki
2017-09-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01x86/idt: Fix the X86_TRAP_BP gateIngo Molnar
2017-08-31Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse
2017-08-31libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross
2017-08-31x86/eisa: Add missing includeThomas Gleixner
2017-08-31x86: bpf_jit: small optimization in emit_bpf_tail_call()Eric Dumazet
2017-08-31x86/idt: Remove superfluous ALIGNmentJiri Slaby
2017-08-31xen/mmu: set MMU_NORMAL_PT_UPDATE in remap_area_mfn_pte_fnWei Liu
2017-08-31xen: remove unused function xen_set_domain_pte()Juergen Gross
2017-08-31xen: remove tests for pvh mode in pure pv pathsJuergen Gross
2017-08-31tracing/hyper-v: Trace hyperv_mmu_flush_tlb_others()Vitaly Kuznetsov
2017-08-31x86/hyper-v: Support extended CPU ranges for TLB flush hypercallsVitaly Kuznetsov
2017-08-31Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar
2017-08-31x86/boot/KASLR: Work around firmware bugs by excluding EFI_BOOT_SERVICES_* an...Naoya Horiguchi
2017-08-31x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...Hans de Goede
2017-08-31x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov
2017-08-31x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich
2017-08-31x86/idt: Remove the tracing IDT leftoversThomas Gleixner
2017-08-30Merge branch 'for-linus-4.13-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-30x86/PCI: Use is_vmd() rather than relying on the domain numberJon Derrick
2017-08-30x86/PCI: Move VMD quirk to x86 fixupsJon Derrick
2017-08-29perf/x86: Fix caps/ for !IntelPeter Zijlstra
2017-08-29perf/core, x86: Add PERF_SAMPLE_PHYS_ADDRKan Liang
2017-08-29perf/core, pt, bts: Get rid of itrace_startedAlexander Shishkin
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-08-29x86/boot: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr
2017-08-29x86/boot: Provide more slack space during decompressionJan H. Schönherr
2017-08-29x86/platform/intel-mid: Make several arrays static, to make code smallerColin Ian King
2017-08-29x86/entry/64: Use ENTRY() instead of ALIGN+GLOBAL for stub32_clone()Jiri Slaby
2017-08-29x86/fpu/math-emu: Add ENDPROC to functionsJiri Slaby
2017-08-29x86/boot/64: Extract efi_pe_entry() from startup_64()Jiri Slaby
2017-08-29x86/boot/32: Extract efi_pe_entry() from startup_32()Jiri Slaby
2017-08-29locking/refcounts, x86/asm: Disable CONFIG_ARCH_HAS_REFCOUNT for the time beingIngo Molnar
2017-08-29x86/idt: Hide set_intr_gate()Thomas Gleixner
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner
2017-08-29x86/idt: Deinline setup functionsThomas Gleixner
2017-08-29x86/idt: Remove unused functions/inlinesThomas Gleixner
2017-08-29x86/idt: Move interrupt gate initialization to IDT codeThomas Gleixner
2017-08-29x86/idt: Move APIC gate initialization to tablesThomas Gleixner
2017-08-29x86/idt: Move regular trap init to tablesThomas Gleixner
2017-08-29x86/idt: Move IST stack based traps to table initThomas Gleixner
2017-08-29x86/idt: Move debug stack init to table basedThomas Gleixner
2017-08-29x86/idt: Switch early trap init to IDT tablesThomas Gleixner