| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid() | Thomas Gleixner | 2017-06-22 | 1 | -0/+5 |
* | x86/apic: Move cpumask and to core code | Thomas Gleixner | 2017-06-22 | 1 | -9/+6 |
* | x86/apic: Move flat_cpu_mask_to_apicid_and() into C source | Thomas Gleixner | 2017-06-22 | 1 | -22/+6 |
* | x86/apic: Remove the SET_APIC_ID(x) macro | Dou Liyang | 2017-03-13 | 1 | -6/+1 |
* | sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/a... | Ingo Molnar | 2017-03-03 | 1 | -1/+0 |
* | x86/MSR: Carve out bare minimum accessors | Borislav Petkov | 2017-01-23 | 1 | -1/+1 |
* | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-12-12 | 1 | -2/+0 |
|\ |
|
| * | x86: Remove empty idle.h header | Thomas Gleixner | 2016-12-09 | 1 | -1/+0 |
| * | x86/idle: Remove enter_idle(), exit_idle() | Len Brown | 2016-11-18 | 1 | -1/+0 |
* | | x86/apic: Prevent tracing on apic_msr_write_eoi() | Wanpeng Li | 2016-11-09 | 1 | -1/+2 |
|/ |
|
* | x86/apic: Order irq_enter/exit() calls correctly vs. ack_APIC_irq() | Wanpeng Li | 2016-09-20 | 1 | -3/+2 |
* | x86/timers/apic: Inform TSC deadline clockevent device about recalibration | Nicolai Stange | 2016-08-10 | 1 | -0/+2 |
* | x86/apic: Remove the unused struct apic::apic_id_mask field | Wei Jiangang | 2016-07-15 | 1 | -1/+0 |
* | x86/cpufeature: Remove cpu_has_x2apic | Borislav Petkov | 2016-03-31 | 1 | -2/+2 |
* | x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt() | Dave Jones | 2016-03-18 | 1 | -1/+1 |
* | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2016-01-30 | 1 | -1/+0 |
* | x86/apic: Introduce apic_extnmi command line parameter | Hidehiro Kawai | 2015-12-19 | 1 | -0/+5 |
* | x86/apic: Add a single-target IPI function to the apic | Linus Torvalds | 2015-11-05 | 1 | -0/+1 |
* | x86/x2apic: Make stub functions available even if !CONFIG_X86_LOCAL_APIC | Paolo Bonzini | 2015-09-30 | 1 | -55/+55 |
* | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deasserted | Len Brown | 2015-08-17 | 1 | -2/+0 |
* | x86: Consolidate irq entering inlines | Thomas Gleixner | 2015-05-15 | 1 | -0/+6 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-04-13 | 1 | -1/+1 |
|\ |
|
| * | x86/asm: Cleanup prefetch primitives | Borislav Petkov | 2015-02-23 | 1 | -1/+1 |
* | | x86/apic: Remove verify_local_APIC() | Bandan Das | 2015-04-01 | 1 | -1/+0 |
|/ |
|
* | x86/apic: Fix the devicetree build in certain configs | Ricardo Ribalda Delgado | 2015-02-18 | 1 | -0/+8 |
* | x86/apic: Reuse apic_bsp_setup() for UP APIC setup | Thomas Gleixner | 2015-01-22 | 1 | -1/+1 |
* | x86/smpboot: Move apic init code to apic.c | Thomas Gleixner | 2015-01-22 | 1 | -3/+3 |
* | x86/x2apic: Split enable and setup function | Thomas Gleixner | 2015-01-22 | 1 | -2/+2 |
* | x86/x2apic: Disable x2apic from nox2apic setup | Thomas Gleixner | 2015-01-22 | 1 | -1/+0 |
* | x86/x2apic: Move code in conditional region | Thomas Gleixner | 2015-01-22 | 1 | -20/+4 |
* | x86/apic: Check x2apic early | Thomas Gleixner | 2015-01-22 | 1 | -1/+1 |
* | x86/ioapic: Check x2apic really | Thomas Gleixner | 2015-01-22 | 1 | -2/+0 |
* | x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC | Thomas Gleixner | 2015-01-22 | 1 | -4/+4 |
* | x86/apic: Avoid open coded x2apic detection | Thomas Gleixner | 2015-01-22 | 1 | -9/+10 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-13 | 1 | -41/+5 |
|\ |
|
| * | x86, apic: Remove enable_apic_mode callback | David Rientjes | 2014-07-31 | 1 | -1/+0 |
| * | x86, apic: Remove setup_portio_remap callback | David Rientjes | 2014-07-31 | 1 | -1/+0 |
| * | x86, apic: Remove multi_timer_check callback | David Rientjes | 2014-07-31 | 1 | -1/+0 |
| * | x86, apic: Remove check_apicid_present callback | David Rientjes | 2014-07-31 | 1 | -6/+0 |
| * | x86, apic: Remove mps_oem_check callback | David Rientjes | 2014-07-31 | 1 | -7/+0 |
| * | x86, apic: Remove smp_callin_clear_local_apic callback | David Rientjes | 2014-07-31 | 1 | -1/+0 |
| * | x86, apic: Replace trampoline physical addresses with defaults | David Rientjes | 2014-07-31 | 1 | -6/+3 |
| * | x86, apic: Remove x86_32_numa_cpu_node callback | David Rientjes | 2014-07-31 | 1 | -8/+0 |
| * | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box() | Oren Twaig | 2014-07-13 | 1 | -8/+0 |
| * | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu | 2014-06-21 | 1 | -2/+2 |
* | | x86, cpufeature: Convert more "features" to bugs | Borislav Petkov | 2014-06-18 | 1 | -1/+1 |
|/ |
|
* | x86/apic: Always define nox2apic and define it as initdata | David Rientjes | 2014-02-09 | 1 | -1/+0 |
* | x86/apic: Remove unused function prototypes | David Rientjes | 2014-02-09 | 1 | -4/+0 |
* | x86/apic: Switch wait_for_init_deassert() to a bool flag | David Rientjes | 2014-02-09 | 1 | -7/+1 |
* | x86/apic: Only use default_wait_for_init_deassert() | David Rientjes | 2014-02-09 | 1 | -1/+0 |