summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic_noop.c
Commit message (Expand)AuthorAgeFilesLines
* x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner2017-12-291-1/+1
* Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/apic: Remove unused callbacksThomas Gleixner2017-09-251-10/+0
* | x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-251-0/+1
* | x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-7/+0
* | x86/apic: Move APIC noop specific functionsThomas Gleixner2017-09-251-0/+7
|/
* x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-221-1/+1
* x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* x86: Apply more __ro_after_init and constKees Cook2016-08-101-1/+1
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+0
|\
| * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* | x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang2016-07-151-1/+0
|/
* x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-2/+2
* x86/apic: Implement single IPI for apic_noopThomas Gleixner2015-11-051-0/+2
* x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-171-1/+0
* x86, apic: Remove enable_apic_mode callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Remove setup_portio_remap callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Replace noop_check_apicid_usedDavid Rientjes2014-07-311-6/+1
* x86, apic: Remove check_apicid_present callbackDavid Rientjes2014-07-311-6/+0
* x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-311-2/+0
* x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes2014-07-311-1/+0
* x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes2014-07-311-4/+0
* x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes2014-02-091-2/+1
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha2012-07-061-1/+2
* x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha2012-07-061-2/+1
* x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-141-1/+0
* x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev2012-06-081-1/+2
* x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev2012-06-081-2/+1
* x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev2012-06-061-2/+2
* x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin2012-05-181-0/+1
* x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman2012-03-141-0/+1
* x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo2011-05-021-9/+0
* x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo2011-01-281-7/+9
* x86: Add apic->x86_32_early_logical_apicid()Tejun Heo2011-01-281-0/+4
* x86: Kill apic->cpu_to_logical_apicid()Tejun Heo2011-01-281-6/+0
* x86: Fix bogus warning in apic_noop.apic_write()Thomas Gleixner2009-12-071-1/+1
* x86: apic: Do not use stacked physid_mask_tCyrill Gorcunov2009-11-101-14/+4
* x86, apic: Get rid of apicid_to_cpu_present assign on 64-bitCyrill Gorcunov2009-11-081-0/+5
* x86: apic: Allow noop operations to be called almost at any timeCyrill Gorcunov2009-10-151-47/+58
* x86, apic: Introduce the NOOP apic driverCyrill Gorcunov2009-10-141-0/+194