summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan-3/+3
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-09-06x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski-0/+13
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski-0/+2
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-6/+21
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+9
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-546/+499
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-269/+2235
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-124/+459
2017-09-04Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-9/+9
2017-09-04Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+18
2017-09-04Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-22/+36
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-190/+817
2017-09-04Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+2
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+6
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+1
2017-09-03Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki-6/+21
2017-09-01x86/idt: Fix the X86_TRAP_BP gateIngo Molnar-1/+5
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross-4/+0
2017-08-31x86/eisa: Add missing includeThomas Gleixner-0/+1
2017-08-31x86/idt: Remove superfluous ALIGNmentJiri Slaby-1/+1
2017-08-31Merge branch 'x86/mm' into x86/platform, to pick up TLB flush dependencyIngo Molnar-147/+502
2017-08-31x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...Hans de Goede-1/+5
2017-08-29x86/idt: Hide set_intr_gate()Thomas Gleixner-14/+21
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner-10/+5
2017-08-29x86/idt: Deinline setup functionsThomas Gleixner-9/+34
2017-08-29x86/idt: Move interrupt gate initialization to IDT codeThomas Gleixner-18/+18
2017-08-29x86/idt: Move APIC gate initialization to tablesThomas Gleixner-68/+49
2017-08-29x86/idt: Move regular trap init to tablesThomas Gleixner-40/+52
2017-08-29x86/idt: Move IST stack based traps to table initThomas Gleixner-8/+23
2017-08-29x86/idt: Move debug stack init to table basedThomas Gleixner-5/+24
2017-08-29x86/idt: Switch early trap init to IDT tablesThomas Gleixner-29/+55
2017-08-29x86/idt: Prepare for table based initThomas Gleixner-0/+67
2017-08-29x86/idt: Move early IDT setup out of 32-bit asmThomas Gleixner-34/+10
2017-08-29x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner-5/+13
2017-08-29x86/idt: Consolidate IDT invalidationThomas Gleixner-16/+13
2017-08-29x86/idt: Move 32-bit idt_descr to C codeThomas Gleixner-11/+5
2017-08-29x86/idt: Create file for IDT related codeThomas Gleixner-16/+27
2017-08-29x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner-1/+1
2017-08-29x86/percpu: Use static initializer for GDT entryThomas Gleixner-6/+3
2017-08-29x86/irq_work: Make it depend on APICThomas Gleixner-2/+2
2017-08-29x86/ipi: Make platform IPI depend on APICThomas Gleixner-5/+6
2017-08-29x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner-6/+23
2017-08-29x86/idt: Remove the tracing IDT completelyThomas Gleixner-48/+1
2017-08-29x86/smp: Use static key for reschedule interrupt tracingThomas Gleixner-25/+15
2017-08-29x86/smp: Remove pointless duplicated interrupt codeThomas Gleixner-36/+7
2017-08-29x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner-45/+7
2017-08-29x86/irqwork: Get rid of duplicated tracing interrupt codeThomas Gleixner-14/+2
2017-08-29x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner-33/+10
2017-08-29x86/irq: Get rid of duplicated trace_x86_platform_ipi() codeThomas Gleixner-20/+5