summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-055-6/+22
|\
| *-----. Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple'Rafael J. Wysocki2017-09-035-6/+22
| |\ \ \ \
| | | | | * treewide: Consolidate Apple DMI checksLukas Wunner2017-08-034-2/+15
| | * | | | ACPI / boot: Add number of legacy IRQs to debug outputAndy Shevchenko2017-07-241-1/+1
| | * | | | ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko2017-07-241-2/+2
| | * | | | ACPI / boot: Don't define unused variablesAndy Shevchenko2017-07-241-1/+4
| | | |/ / | | |/| |
* | | | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-052-3/+11
|\ \ \ \ \
| * \ \ \ \ Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman2017-08-2832-150/+164
| |\ \ \ \ \
| * \ \ \ \ \ Merge 4.13-rc5 into char-misc-nextGreg Kroah-Hartman2017-08-1422-168/+397
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 4.13-rc2 into char-misc-nextGreg Kroah-Hartman2017-07-2431-92/+312
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Revert "x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set"Greg Kroah-Hartman2017-07-202-7/+2
| * | | | | | | x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov2017-07-172-3/+11
| * | | | | | | x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is setVitaly Kuznetsov2017-07-172-2/+7
* | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-0557-1073/+899
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/idt: Fix the X86_TRAP_BP gateIngo Molnar2017-09-011-1/+5
| * | | | | | | | x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-3112-77/+133
| * | | | | | | | x86/eisa: Add missing includeThomas Gleixner2017-08-311-0/+1
| * | | | | | | | x86/idt: Remove superfluous ALIGNmentJiri Slaby2017-08-311-1/+1
| * | | | | | | | x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...Hans de Goede2017-08-311-1/+5
| * | | | | | | | x86/idt: Remove the tracing IDT leftoversThomas Gleixner2017-08-311-18/+0
| * | | | | | | | x86/idt: Hide set_intr_gate()Thomas Gleixner2017-08-293-15/+22
| * | | | | | | | x86/idt: Simplify alloc_intr_gate()Thomas Gleixner2017-08-292-10/+5
| * | | | | | | | x86/idt: Deinline setup functionsThomas Gleixner2017-08-292-44/+36
| * | | | | | | | x86/idt: Remove unused functions/inlinesThomas Gleixner2017-08-291-36/+0
| * | | | | | | | x86/idt: Move interrupt gate initialization to IDT codeThomas Gleixner2017-08-292-18/+18
| * | | | | | | | x86/idt: Move APIC gate initialization to tablesThomas Gleixner2017-08-293-68/+50
| * | | | | | | | x86/idt: Move regular trap init to tablesThomas Gleixner2017-08-293-40/+53
| * | | | | | | | x86/idt: Move IST stack based traps to table initThomas Gleixner2017-08-293-8/+25
| * | | | | | | | x86/idt: Move debug stack init to table basedThomas Gleixner2017-08-293-5/+26
| * | | | | | | | x86/idt: Switch early trap init to IDT tablesThomas Gleixner2017-08-293-29/+55
| * | | | | | | | x86/idt: Prepare for table based initThomas Gleixner2017-08-291-0/+67
| * | | | | | | | x86/idt: Move early IDT setup out of 32-bit asmThomas Gleixner2017-08-294-34/+11
| * | | | | | | | x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner2017-08-293-5/+22
| * | | | | | | | x86/idt: Consolidate IDT invalidationThomas Gleixner2017-08-294-16/+16
| * | | | | | | | x86/idt: Remove unused set_trap_gate()Thomas Gleixner2017-08-291-12/+0
| * | | | | | | | x86/idt: Move 32-bit idt_descr to C codeThomas Gleixner2017-08-292-11/+5
| * | | | | | | | x86/idt: Create file for IDT related codeThomas Gleixner2017-08-294-16/+27
| * | | | | | | | x86/ldttss: Clean up 32-bit descriptorsThomas Gleixner2017-08-292-38/+15
| * | | | | | | | x86/gdt: Use bitfields for initializationThomas Gleixner2017-08-294-36/+38
| * | | | | | | | x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner2017-08-293-4/+6
| * | | | | | | | x86/fpu: Use bitfield accessors for desc_structThomas Gleixner2017-08-293-25/+51
| * | | | | | | | x86/percpu: Use static initializer for GDT entryThomas Gleixner2017-08-291-6/+3
| * | | | | | | | x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner2017-08-295-57/+67
| * | | | | | | | x86/tracing: Build tracepoints only when they are usedThomas Gleixner2017-08-291-12/+24
| * | | | | | | | x86/irq_work: Make it depend on APICThomas Gleixner2017-08-292-2/+10
| * | | | | | | | x86/ipi: Make platform IPI depend on APICThomas Gleixner2017-08-292-7/+7
| * | | | | | | | x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner2017-08-296-22/+59
| * | | | | | | | x86/idt: Clean up the i386 low level entry macrosThomas Gleixner2017-08-291-9/+5
| * | | | | | | | x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-297-170/+9
| * | | | | | | | x86/smp: Use static key for reschedule interrupt tracingThomas Gleixner2017-08-292-26/+16