summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86/idt: Deinline setup functionsThomas Gleixner2017-08-291-35/+2Star
* x86/idt: Remove unused functions/inlinesThomas Gleixner2017-08-291-36/+0Star
* x86/idt: Move APIC gate initialization to tablesThomas Gleixner2017-08-291-0/+1
* x86/idt: Move regular trap init to tablesThomas Gleixner2017-08-291-0/+1
* x86/idt: Move IST stack based traps to table initThomas Gleixner2017-08-291-0/+2
* x86/idt: Move debug stack init to table basedThomas Gleixner2017-08-291-0/+2
* x86/idt: Move early IDT setup out of 32-bit asmThomas Gleixner2017-08-291-0/+1
* x86/idt: Move early IDT handler setup to IDT codeThomas Gleixner2017-08-291-0/+9
* x86/idt: Consolidate IDT invalidationThomas Gleixner2017-08-291-0/+3
* x86/idt: Remove unused set_trap_gate()Thomas Gleixner2017-08-291-12/+0Star
* x86/ldttss: Clean up 32-bit descriptorsThomas Gleixner2017-08-292-38/+15Star
* x86/gdt: Use bitfields for initializationThomas Gleixner2017-08-292-34/+36
* x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner2017-08-291-2/+4
* x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner2017-08-292-46/+56
* x86/tracing: Build tracepoints only when they are usedThomas Gleixner2017-08-291-12/+24
* x86/irq_work: Make it depend on APICThomas Gleixner2017-08-291-0/+8
* x86/ipi: Make platform IPI depend on APICThomas Gleixner2017-08-291-2/+1Star
* x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner2017-08-293-15/+35
* x86/idt: Clean up the i386 low level entry macrosThomas Gleixner2017-08-291-9/+5Star
* x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-293-99/+6Star
* x86/smp: Use static key for reschedule interrupt tracingThomas Gleixner2017-08-291-1/+1
* x86/smp: Remove pointless duplicated interrupt codeThomas Gleixner2017-08-291-2/+2
* x86/mce: Remove duplicated tracing interrupt codeThomas Gleixner2017-08-291-3/+3
* x86/irqwork: Get rid of duplicated tracing interrupt codeThomas Gleixner2017-08-291-1/+1
* x86/apic: Remove the duplicated tracing versions of interruptsThomas Gleixner2017-08-291-2/+2
* x86/irq: Get rid of duplicated trace_x86_platform_ipi() codeThomas Gleixner2017-08-291-1/+1
* x86/apic: Remove the duplicated tracing version of local_timer_interrupt()Thomas Gleixner2017-08-291-1/+1
* x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-9/+1Star
* x86/tracing: Introduce a static key for exception tracingThomas Gleixner2017-08-293-6/+17
* 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-291-3/+2Star
* x86/irq: Remove vector_used_by_percpu_irq()Thomas Gleixner2017-08-291-1/+0Star
* Merge branch 'linus' into x86/apic, to pick up fixesIngo Molnar2017-08-293-6/+5Star
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-261-3/+1Star
| |\
| | * x86/mm: Fix use-after-free of ldt_structEric Biggers2017-08-251-3/+1Star
| * | KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini2017-08-251-3/+3
| * | KVM: x86: simplify handling of PKRUPaolo Bonzini2017-08-251-0/+1
| |/
* | Merge branch 'x86/asm' into x86/apicThomas Gleixner2017-08-2512-272/+434
|\ \ | |/ |/|
| * x86/lguest: Remove lguest supportJuergen Gross2017-08-243-166/+1Star
| * x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsAndy Lutomirski2017-08-101-2/+3
| * x86/asm: Fix UNWIND_HINT_REGS macro for older binutilsJosh Poimboeuf2017-08-101-4/+6
| * x86/asm/32: Fix regs_get_register() on segment registersAndy Lutomirski2017-08-101-0/+11
| * Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-1010-19/+25
| |\
| * | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-301-5/+5
| * | x86/asm/32: Make pt_regs's segment registers be 16 bitsAndy Lutomirski2017-07-301-6/+26
| * | x86/kconfig: Consolidate unwinders into multiple choice selectionJosh Poimboeuf2017-07-261-2/+2
| * | x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-264-30/+103
| * | x86/asm: Add suffix macro for GEN_*_RMWcc()Kees Cook2017-07-251-13/+24
| * | x86/io: Make readq() / writeq() API consistentAndy Shevchenko2017-07-241-4/+6
| * | x86/io: Remove xlate_dev_kmem_ptr() duplicationAndy Shevchenko2017-07-241-5/+0Star