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 | 5 | -6/+22 |
|\ | |||||
| *-----. | Merge branches 'acpi-x86', 'acpi-soc', 'acpi-pmic' and 'acpi-apple' | Rafael J. Wysocki | 2017-09-03 | 5 | -6/+22 |
| |\ \ \ \ | |||||
| | | | | * | treewide: Consolidate Apple DMI checks | Lukas Wunner | 2017-08-03 | 4 | -2/+15 |
| | * | | | | 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 | 2 | -3/+11 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge 4.13-rc7 into char-misc-next | Greg Kroah-Hartman | 2017-08-28 | 32 | -150/+164 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge 4.13-rc5 into char-misc-next | Greg Kroah-Hartman | 2017-08-14 | 22 | -168/+397 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 4.13-rc2 into char-misc-next | Greg Kroah-Hartman | 2017-07-24 | 31 | -92/+312 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Revert "x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set" | Greg Kroah-Hartman | 2017-07-20 | 2 | -7/+2 |
| * | | | | | | | x86/hyper-v: stash the max number of virtual/logical processor | Vitaly Kuznetsov | 2017-07-17 | 2 | -3/+11 |
| * | | | | | | | x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set | Vitaly Kuznetsov | 2017-07-17 | 2 | -2/+7 |
* | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-09-05 | 57 | -1073/+899 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | 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 | 12 | -77/+133 |
| * | | | | | | | | 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: Remove the tracing IDT leftovers | Thomas Gleixner | 2017-08-31 | 1 | -18/+0 |
| * | | | | | | | | x86/idt: Hide set_intr_gate() | Thomas Gleixner | 2017-08-29 | 3 | -15/+22 |
| * | | | | | | | | x86/idt: Simplify alloc_intr_gate() | Thomas Gleixner | 2017-08-29 | 2 | -10/+5 |
| * | | | | | | | | x86/idt: Deinline setup functions | Thomas Gleixner | 2017-08-29 | 2 | -44/+36 |
| * | | | | | | | | x86/idt: Remove unused functions/inlines | Thomas Gleixner | 2017-08-29 | 1 | -36/+0 |
| * | | | | | | | | 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 | 3 | -68/+50 |
| * | | | | | | | | x86/idt: Move regular trap init to tables | Thomas Gleixner | 2017-08-29 | 3 | -40/+53 |
| * | | | | | | | | x86/idt: Move IST stack based traps to table init | Thomas Gleixner | 2017-08-29 | 3 | -8/+25 |
| * | | | | | | | | x86/idt: Move debug stack init to table based | Thomas Gleixner | 2017-08-29 | 3 | -5/+26 |
| * | | | | | | | | 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 | 4 | -34/+11 |
| * | | | | | | | | x86/idt: Move early IDT handler setup to IDT code | Thomas Gleixner | 2017-08-29 | 3 | -5/+22 |
| * | | | | | | | | x86/idt: Consolidate IDT invalidation | Thomas Gleixner | 2017-08-29 | 4 | -16/+16 |
| * | | | | | | | | x86/idt: Remove unused set_trap_gate() | Thomas Gleixner | 2017-08-29 | 1 | -12/+0 |
| * | | | | | | | | 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/ldttss: Clean up 32-bit descriptors | Thomas Gleixner | 2017-08-29 | 2 | -38/+15 |
| * | | | | | | | | x86/gdt: Use bitfields for initialization | Thomas Gleixner | 2017-08-29 | 4 | -36/+38 |
| * | | | | | | | | x86/asm: Replace access to desc_struct:a/b fields | Thomas Gleixner | 2017-08-29 | 3 | -4/+6 |
| * | | | | | | | | x86/fpu: Use bitfield accessors for desc_struct | Thomas Gleixner | 2017-08-29 | 3 | -25/+51 |
| * | | | | | | | | x86/percpu: Use static initializer for GDT entry | Thomas Gleixner | 2017-08-29 | 1 | -6/+3 |
| * | | | | | | | | x86/idt: Unify gate_struct handling for 32/64-bit kernels | Thomas Gleixner | 2017-08-29 | 5 | -57/+67 |
| * | | | | | | | | x86/tracing: Build tracepoints only when they are used | Thomas Gleixner | 2017-08-29 | 1 | -12/+24 |
| * | | | | | | | | x86/irq_work: Make it depend on APIC | Thomas Gleixner | 2017-08-29 | 2 | -2/+10 |
| * | | | | | | | | x86/ipi: Make platform IPI depend on APIC | Thomas Gleixner | 2017-08-29 | 2 | -7/+7 |
| * | | | | | | | | x86/tracing: Disentangle pagefault and resched IPI tracing key | Thomas Gleixner | 2017-08-29 | 6 | -22/+59 |
| * | | | | | | | | x86/idt: Clean up the i386 low level entry macros | Thomas Gleixner | 2017-08-29 | 1 | -9/+5 |
| * | | | | | | | | x86/idt: Remove the tracing IDT completely | Thomas Gleixner | 2017-08-29 | 7 | -170/+9 |
| * | | | | | | | | x86/smp: Use static key for reschedule interrupt tracing | Thomas Gleixner | 2017-08-29 | 2 | -26/+16 |