| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-15 | 1 | -1/+1 |
|\ |
|
| * | x86, crash: wrap crash dumping code into crash related ifdefs | Baoquan He | 2024-02-24 | 1 | -1/+1 |
* | | Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br... | Ingo Molnar | 2024-02-14 | 1 | -32/+7 |
|\| |
|
| * | Revert "x86/smp: Put CPUs into INIT on shutdown if possible" | Linus Torvalds | 2023-10-15 | 1 | -32/+7 |
* | | x86/smp: Use atomic_try_cmpxchg in native_stop_other_cpus() | Uros Bizjak | 2023-11-30 | 1 | -2/+3 |
* | | x86/smp: Move the call to smp_processor_id() after the early exit in native_s... | Uros Bizjak | 2023-11-30 | 1 | -3/+6 |
|/ |
|
* | x86/apic: Wrap IPI calls into helper functions | Dave Hansen | 2023-08-09 | 1 | -1/+1 |
* | x86/apic: Nuke ack_APIC_irq() | Dave Hansen | 2023-08-09 | 1 | -4/+4 |
* | Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2023-06-26 | 1 | -30/+74 |
|\ |
|
| * | x86/smp: Put CPUs into INIT on shutdown if possible | Thomas Gleixner | 2023-06-20 | 1 | -7/+32 |
| * | x86/smp: Cure kexec() vs. mwait_play_dead() breakage | Thomas Gleixner | 2023-06-20 | 1 | -0/+5 |
| * | x86/smp: Remove pointless wmb()s from native_stop_other_cpus() | Thomas Gleixner | 2023-06-20 | 1 | -6/+0 |
| * | x86/smp: Make stop_other_cpus() more robust | Thomas Gleixner | 2023-06-20 | 1 | -21/+41 |
* | | x86/smpboot: Enable split CPU startup | Thomas Gleixner | 2023-05-15 | 1 | -1/+1 |
* | | x86/smpboot: Switch to hotplug core state synchronization | Thomas Gleixner | 2023-05-15 | 1 | -1/+0 |
|/ |
|
* | x86/reboot: Disable SVM, not just VMX, when stopping CPUs | Sean Christopherson | 2023-01-24 | 1 | -3/+3 |
* | x86: Fix various typos in comments, take #2 | Ingo Molnar | 2021-03-21 | 1 | -1/+1 |
* | x86: Fix various typos in comments | Ingo Molnar | 2021-03-18 | 1 | -1/+1 |
* | x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE | Thomas Gleixner | 2020-06-11 | 1 | -15/+4 |
* | x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC | Thomas Gleixner | 2020-06-11 | 1 | -11/+7 |
* | x86/smp: Move smp_function_call implementations into IPI code | Thomas Gleixner | 2019-07-25 | 1 | -40/+0 |
* | x86/apic: Provide and use helper for send_IPI_allbutself() | Thomas Gleixner | 2019-07-25 | 1 | -2/+2 |
* | x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI fails | Grzegorz Halat | 2019-07-25 | 1 | -19/+27 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-07-08 | 1 | -1/+1 |
|\ |
|
| * | x86/apic: Use non-atomic operations when possible | Nadav Amit | 2019-06-23 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82 | Thomas Gleixner | 2019-05-24 | 1 | -3/+1 |
|/ |
|
* | x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d | Nicolai Stange | 2018-08-05 | 1 | -0/+1 |
* | x86/tracing: Disentangle pagefault and resched IPI tracing key | Thomas Gleixner | 2017-08-29 | 1 | -1/+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 |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-02 | 1 | -0/+3 |
|\ |
|
| * | x86/reboot: Turn off KVM when halting a CPU | Tiantian Feng | 2017-04-20 | 1 | -0/+3 |
* | | sched/x86: Update reschedule warning text | Prarit Bhargava | 2017-04-20 | 1 | -1/+1 |
|/ |
|
* | x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers | Daniel Bristot de Oliveira | 2017-01-05 | 1 | -6/+9 |
* | x86/apic: Prevent tracing on apic_msr_write_eoi() | Wanpeng Li | 2016-11-09 | 1 | -2/+0 |
* | Merge tag 'v4.9-rc1' into x86/urgent, to pick up updates | Ingo Molnar | 2016-10-16 | 1 | -0/+5 |
|\ |
|
| * | x86/panic: replace smp_send_stop() with kdump friendly version in panic path | Hidehiro Kawai | 2016-10-12 | 1 | -0/+5 |
* | | x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt() | Wanpeng Li | 2016-10-14 | 1 | -0/+2 |
|/ |
|
* | x86/smp: Remove single IPI wrapper | Thomas Gleixner | 2015-11-05 | 1 | -14/+2 |
* | x86/apic: Add a single-target IPI function to the apic | Linus Torvalds | 2015-11-05 | 1 | -2/+14 |
* | x86/mce: Clear Local MCE opt-in before kexec | Ashok Raj | 2015-08-13 | 1 | -0/+2 |
* | x86: Consolidate irq entering inlines | Thomas Gleixner | 2015-05-15 | 1 | -13/+6 |
* | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 2014-05-06 | 1 | -1/+1 |
* | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible | Andi Kleen | 2013-08-06 | 1 | -6/+6 |
* | x86/tracing: Add irq_enter/exit() in smp_trace_reschedule_interrupt() | Seiji Aguchi | 2013-07-02 | 1 | -11/+18 |
* | x86, trace: Add irq vector tracepoints | Seiji Aguchi | 2013-06-21 | 1 | -0/+30 |
* | x86, trace: Introduce entering/exiting_irq() | Seiji Aguchi | 2013-06-21 | 1 | -8/+27 |
* | x86/reboot: Update nonmi_ipi parameter | Don Zickus | 2012-05-14 | 1 | -8/+4 |
* | x86/reboot: Use NMI to assist in shutting down if IRQ fails | Don Zickus | 2012-05-14 | 1 | -5/+56 |
* | Revert "x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus" | Don Zickus | 2012-05-14 | 1 | -57/+2 |