summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+50Star
* 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/+11Star
* 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/+0Star
* x86/idt: Move 32-bit idt_descr to C codeThomas Gleixner2017-08-292-11/+5Star
* x86/idt: Create file for IDT related codeThomas Gleixner2017-08-294-16/+27
* x86/ldttss: Clean up 32-bit descriptorsThomas Gleixner2017-08-292-38/+15Star
* 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/+3Star
* 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/+5Star
* x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-297-170/+9Star
* x86/smp: Use static key for reschedule interrupt tracingThomas Gleixner2017-08-292-26/+16Star
* x86/smp: Remove pointless duplicated interrupt codeThomas Gleixner2017-08-292-38/+9Star
* x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner2017-08-294-48/+10Star
* x86/irqwork: Get rid of duplicated tracing interrupt codeThomas Gleixner2017-08-292-15/+3Star
* x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner2017-08-292-35/+12Star
* x86/irq: Get rid of duplicated trace_x86_platform_ipi() codeThomas Gleixner2017-08-292-21/+6Star
* x86/apic: Use this_cpu_ptr() in local_timer_interrupt()Thomas Gleixner2017-08-291-3/+3
* x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner2017-08-292-20/+1Star
* x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-295-66/+16Star
* x86/tracing: Introduce a static key for exception tracingThomas Gleixner2017-08-294-7/+25
* x86/boot: Move EISA setup to a separate fileThomas Gleixner2017-08-293-13/+19
* x86/irq: Remove duplicated used_vectors definitionThomas Gleixner2017-08-292-4/+0Star
* x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner2017-08-295-11/+5Star
* x86/irq: Unexport used_vectors[]Thomas Gleixner2017-08-291-1/+0Star
* x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner2017-08-293-15/+0Star
* Merge branch 'linus' into x86/apic, to pick up fixesIngo Molnar2017-08-29230-814/+1524
|\
| * page waitqueue: always add new entries at the endLinus Torvalds2017-08-291-1/+1
| * cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo2017-08-291-1/+5
| * ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intcAlexey Brodkin2017-08-292-3/+10
| * fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller2017-08-291-5/+1Star
| * Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2017-08-288-27/+17Star
| |\
| | * c6x: Convert to using %pOF instead of full_nameRob Herring2017-08-243-17/+17
| | * c6x: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-08-245-10/+0Star
| * | Linux 4.13-rc7Linus Torvalds2017-08-281-1/+1
| * | Merge tag 'iommu-fixes-v4.13-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-284-15/+37
| |\ \