Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | x86/apic/vector: Warn when vector space exhaustion breaks affinity | Neil Horman | 2019-08-28 | 1 | -0/+11 | |
| * | | | | | | | | | | | x86/apic: Annotate global config variables as "read-only after init" | Sean Christopherson | 2019-08-07 | 1 | -13/+13 | |
| * | | | | | | | | | | | x86/apic/x2apic: Implement IPI shorthands support | Thomas Gleixner | 2019-07-25 | 3 | -4/+13 | |
| * | | | | | | | | | | | x86/apic/flat64: Remove the IPI shorthand decision logic | Thomas Gleixner | 2019-07-25 | 3 | -54/+6 | |
| * | | | | | | | | | | | x86/apic: Share common IPI helpers | Thomas Gleixner | 2019-07-25 | 2 | -18/+18 | |
| * | | | | | | | | | | | x86/apic: Remove the shorthand decision logic | Thomas Gleixner | 2019-07-25 | 1 | -24/+3 | |
| * | | | | | | | | | | | x86/smp: Enhance native_send_call_func_ipi() | Thomas Gleixner | 2019-07-25 | 1 | -13/+11 | |
| * | | | | | | | | | | | x86/smp: Move smp_function_call implementations into IPI code | Thomas Gleixner | 2019-07-25 | 3 | -40/+41 | |
| * | | | | | | | | | | | x86/apic: Provide and use helper for send_IPI_allbutself() | Thomas Gleixner | 2019-07-25 | 5 | -9/+18 | |
| * | | | | | | | | | | | x86/apic: Add static key to Control IPI shorthands | Thomas Gleixner | 2019-07-25 | 4 | -1/+33 | |
| * | | | | | | | | | | | x86/apic: Move no_ipi_broadcast() out of 32bit | Thomas Gleixner | 2019-07-25 | 3 | -29/+27 | |
| * | | | | | | | | | | | x86/apic: Add NMI_VECTOR wait to IPI shorthand | Thomas Gleixner | 2019-07-25 | 1 | -1/+4 | |
| * | | | | | | | | | | | x86/apic: Remove dest argument from __default_send_IPI_shortcut() | Thomas Gleixner | 2019-07-25 | 4 | -14/+11 | |
| * | | | | | | | | | | | x86/hotplug: Silence APIC and NMI when CPU is dead | Thomas Gleixner | 2019-07-25 | 4 | -12/+34 | |
| * | | | | | | | | | | | x86/cpu: Move arch_smt_update() to a neutral place | Thomas Gleixner | 2019-07-25 | 3 | -1/+12 | |
| * | | | | | | | | | | | x86/apic/uv: Make x2apic_extra_bits static | Thomas Gleixner | 2019-07-25 | 2 | -3/+1 | |
| * | | | | | | | | | | | x86/apic: Consolidate the apic local headers | Thomas Gleixner | 2019-07-25 | 12 | -119/+83 | |
| * | | | | | | | | | | | x86/apic: Move apic_flat_64 header into apic directory | Thomas Gleixner | 2019-07-25 | 3 | -2/+2 | |
| * | | | | | | | | | | | x86/apic: Move ipi header into apic directory | Thomas Gleixner | 2019-07-25 | 8 | -14/+13 | |
| * | | | | | | | | | | | x86/apic: Cleanup the include maze | Thomas Gleixner | 2019-07-25 | 9 | -112/+26 | |
| * | | | | | | | | | | | x86/apic: Move IPI inlines into ipi.c | Thomas Gleixner | 2019-07-25 | 2 | -22/+13 | |
| * | | | | | | | | | | | x86/apic: Make apic_pending_intr_clear() more robust | Thomas Gleixner | 2019-07-25 | 1 | -44/+63 | |
| * | | | | | | | | | | | x86/apic: Soft disable APIC before initializing it | Thomas Gleixner | 2019-07-25 | 1 | -0/+8 | |
| * | | | | | | | | | | | x86/apic: Invoke perf_events_lapic_init() after enabling APIC | Thomas Gleixner | 2019-07-25 | 1 | -3/+2 | |
| * | | | | | | | | | | | x86/kgbd: Use NMI_VECTOR not APIC_DM_NMI | Thomas Gleixner | 2019-07-25 | 1 | -1/+1 | |
| * | | | | | | | | | | | x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI fails | Grzegorz Halat | 2019-07-25 | 1 | -19/+27 | |
| * | | | | | | | | | | | x86/paravirt: Drop {read,write}_cr8() hooks | Andrew Cooper | 2019-07-22 | 8 | -66/+1 | |
| * | | | | | | | | | | | x86/apic: Initialize TPR to block interrupts 16-31 | Andy Lutomirski | 2019-07-22 | 1 | -2/+5 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-09-17 | 5 | -21/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | x86/irq: Check for VECTOR_UNUSED directly | Heiner Kallweit | 2019-08-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() code | Heiner Kallweit | 2019-08-19 | 4 | -18/+8 | |
| * | | | | | | | | | | | x86/irq: Improve definition of VECTOR_SHUTDOWN et al | Heiner Kallweit | 2019-08-19 | 1 | -2/+2 | |
* | | | | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-09-17 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/mm/pti: Do not invoke PTI functions when PTI is disabled | Thomas Gleixner | 2019-08-29 | 1 | -0/+2 | |
| * | | | | | | | | | | | | x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable() | Song Liu | 2019-08-29 | 1 | -2/+4 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-09-16 | 3 | -18/+131 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/vmware: Add a header file for hypercall definitions | Thomas Hellstrom | 2019-08-28 | 3 | -1/+60 | |
| * | | | | | | | | | | | | x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercalls | Thomas Hellstrom | 2019-08-28 | 1 | -17/+71 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-09-16 | 3 | -2/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/hyperv: Add functions to allocate/deallocate page for Hyper-V | Maya Nakamura | 2019-07-22 | 2 | -1/+18 | |
| * | | | | | | | | | | | | x86/hyperv: Create and use Hyper-V page definitions | Maya Nakamura | 2019-07-22 | 1 | -1/+11 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-09-16 | 2 | -40/+64 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/platform/uv: Fix kmalloc() NULL check routine | Austin Kim | 2019-09-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Merge tag 'v5.3-rc7' into x86/platform, to refresh the branch | Ingo Molnar | 2019-09-06 | 25 | -129/+309 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | x86/platform/intel/iosf_mbi Rewrite locking | Hans de Goede | 2019-08-19 | 1 | -38/+62 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-09-16 | 11 | -140/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86/mm: Fix cpumask_of_node() error condition | Peter Zijlstra | 2019-09-05 | 1 | -2/+2 | |
| * | | | | | | | | | | | | x86/mm: Remove the unused set_memory_wt() function | Christoph Hellwig | 2019-09-03 | 2 | -18/+0 | |
| * | | | | | | | | | | | | x86/mm: Remove set_pages_x() and set_pages_nx() | Christoph Hellwig | 2019-09-03 | 4 | -21/+3 | |
| * | | | | | | | | | | | | x86/mm: Remove the unused set_memory_array_*() functions | Christoph Hellwig | 2019-09-03 | 2 | -80/+0 |