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