Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2017-09-05 | 4 | -6/+21 |
|\ | |||||
| *-----. | Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple' | Rafael J. Wysocki | 2017-09-03 | 4 | -6/+21 |
| |\ \ \ \ | |||||
| | | | | * | treewide: Consolidate Apple DMI checks | Lukas Wunner | 2017-08-03 | 3 | -2/+14 |
| | * | | | | ACPI / boot: Add number of legacy IRQs to debug output | Andy Shevchenko | 2017-07-24 | 1 | -1/+1 |
| | * | | | | ACPI / boot: Correct address space of __acpi_map_table() | Andy Shevchenko | 2017-07-24 | 1 | -2/+2 |
| | * | | | | ACPI / boot: Don't define unused variables | Andy Shevchenko | 2017-07-24 | 1 | -1/+4 |
| | | |/ / | | |/| | | |||||
* | | | | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-09-05 | 1 | -3/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Merge 4.13-rc7 into char-misc-next | Greg Kroah-Hartman | 2017-08-28 | 7 | -24/+44 |
| |\| | | | | |||||
| * | | | | | Merge 4.13-rc5 into char-misc-next | Greg Kroah-Hartman | 2017-08-14 | 7 | -36/+74 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge 4.13-rc2 into char-misc-next | Greg Kroah-Hartman | 2017-07-24 | 4 | -3/+11 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| * | | | | | x86/hyper-v: stash the max number of virtual/logical processor | Vitaly Kuznetsov | 2017-07-17 | 1 | -3/+9 |
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-09-05 | 28 | -546/+499 |
|\ \ \ \ \ \ | |||||
| * | | | | | | x86/idt: Fix the X86_TRAP_BP gate | Ingo Molnar | 2017-09-01 | 1 | -1/+5 |
| * | | | | | | x86/xen: Get rid of paravirt op adjust_exception_frame | Juergen Gross | 2017-08-31 | 2 | -4/+0 |
| * | | | | | | x86/eisa: Add missing include | Thomas Gleixner | 2017-08-31 | 1 | -0/+1 |
| * | | | | | | x86/idt: Remove superfluous ALIGNment | Jiri Slaby | 2017-08-31 | 1 | -1/+1 |
| * | | | | | | x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou... | Hans de Goede | 2017-08-31 | 1 | -1/+5 |
| * | | | | | | x86/idt: Hide set_intr_gate() | Thomas Gleixner | 2017-08-29 | 2 | -14/+21 |
| * | | | | | | x86/idt: Simplify alloc_intr_gate() | Thomas Gleixner | 2017-08-29 | 2 | -10/+5 |
| * | | | | | | x86/idt: Deinline setup functions | Thomas Gleixner | 2017-08-29 | 1 | -9/+34 |
| * | | | | | | x86/idt: Move interrupt gate initialization to IDT code | Thomas Gleixner | 2017-08-29 | 2 | -18/+18 |
| * | | | | | | x86/idt: Move APIC gate initialization to tables | Thomas Gleixner | 2017-08-29 | 2 | -68/+49 |
| * | | | | | | x86/idt: Move regular trap init to tables | Thomas Gleixner | 2017-08-29 | 2 | -40/+52 |
| * | | | | | | x86/idt: Move IST stack based traps to table init | Thomas Gleixner | 2017-08-29 | 2 | -8/+23 |
| * | | | | | | x86/idt: Move debug stack init to table based | Thomas Gleixner | 2017-08-29 | 2 | -5/+24 |
| * | | | | | | x86/idt: Switch early trap init to IDT tables | Thomas Gleixner | 2017-08-29 | 3 | -29/+55 |
| * | | | | | | x86/idt: Prepare for table based init | Thomas Gleixner | 2017-08-29 | 1 | -0/+67 |
| * | | | | | | x86/idt: Move early IDT setup out of 32-bit asm | Thomas Gleixner | 2017-08-29 | 3 | -34/+10 |
| * | | | | | | x86/idt: Move early IDT handler setup to IDT code | Thomas Gleixner | 2017-08-29 | 2 | -5/+13 |
| * | | | | | | x86/idt: Consolidate IDT invalidation | Thomas Gleixner | 2017-08-29 | 3 | -16/+13 |
| * | | | | | | x86/idt: Move 32-bit idt_descr to C code | Thomas Gleixner | 2017-08-29 | 2 | -11/+5 |
| * | | | | | | x86/idt: Create file for IDT related code | Thomas Gleixner | 2017-08-29 | 4 | -16/+27 |
| * | | | | | | x86/asm: Replace access to desc_struct:a/b fields | Thomas Gleixner | 2017-08-29 | 1 | -1/+1 |
| * | | | | | | x86/percpu: Use static initializer for GDT entry | Thomas Gleixner | 2017-08-29 | 1 | -6/+3 |
| * | | | | | | x86/irq_work: Make it depend on APIC | Thomas Gleixner | 2017-08-29 | 1 | -2/+2 |
| * | | | | | | x86/ipi: Make platform IPI depend on APIC | Thomas Gleixner | 2017-08-29 | 1 | -5/+6 |
| * | | | | | | x86/tracing: Disentangle pagefault and resched IPI tracing key | Thomas Gleixner | 2017-08-29 | 2 | -6/+23 |
| * | | | | | | x86/idt: Remove the tracing IDT completely | Thomas Gleixner | 2017-08-29 | 2 | -48/+1 |
| * | | | | | | x86/smp: Use static key for reschedule interrupt tracing | Thomas Gleixner | 2017-08-29 | 1 | -25/+15 |
| * | | | | | | x86/smp: Remove pointless duplicated interrupt code | Thomas Gleixner | 2017-08-29 | 1 | -36/+7 |
| * | | | | | | x86/mce: Remove duplicated tracing interrupt code | Thomas Gleixner | 2017-08-29 | 3 | -45/+7 |
| * | | | | | | x86/irqwork: Get rid of duplicated tracing interrupt code | Thomas Gleixner | 2017-08-29 | 1 | -14/+2 |
| * | | | | | | x86/apic: Remove the duplicated tracing versions of interrupts | Thomas Gleixner | 2017-08-29 | 1 | -33/+10 |
| * | | | | | | x86/irq: Get rid of duplicated trace_x86_platform_ipi() code | Thomas Gleixner | 2017-08-29 | 1 | -20/+5 |
| * | | | | | | x86/apic: Use this_cpu_ptr() in local_timer_interrupt() | Thomas Gleixner | 2017-08-29 | 1 | -3/+3 |
| * | | | | | | x86/apic: Remove the duplicated tracing version of local_timer_interrupt() | Thomas Gleixner | 2017-08-29 | 1 | -19/+0 |
| * | | | | | | x86/traps: Simplify pagefault tracing logic | Thomas Gleixner | 2017-08-29 | 1 | -1/+1 |
| * | | | | | | x86/tracing: Introduce a static key for exception tracing | Thomas Gleixner | 2017-08-29 | 1 | -1/+8 |
| * | | | | | | x86/boot: Move EISA setup to a separate file | Thomas Gleixner | 2017-08-29 | 3 | -13/+19 |
| * | | | | | | x86/irq: Get rid of the 'first_system_vector' indirection bogosity | Thomas Gleixner | 2017-08-29 | 4 | -8/+3 |