| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL | Thomas Gleixner | 2023-01-16 | 1 | -1/+3 |
* | x86/headers: Remove APIC headers from <asm/smp.h> | Ingo Molnar | 2020-08-06 | 1 | -0/+2 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+1 |
* | x86: Replace setup_irq() by request_irq() | afzal mohammed | 2020-03-21 | 1 | -11/+5 |
* | x86: Fix a handful of typos | Martin Molnar | 2020-02-16 | 1 | -1/+1 |
* | x86/irq/32: Handle irq stack allocation failure proper | Thomas Gleixner | 2019-04-17 | 1 | -1/+1 |
* | x86/irq/32: Invoke irq_ctx_init() from init_IRQ() | Thomas Gleixner | 2019-04-17 | 1 | -2/+2 |
* | x86: Don't include linux/irq.h from asm/hardirq.h | Nicolai Stange | 2018-08-05 | 1 | -0/+1 |
* | x86/apic: Simplify init_bsp_APIC() usage | Dou Liyang | 2018-02-13 | 1 | -2/+7 |
* | Revert "x86/apic: Remove init_bsp_APIC()" | Ville Syrjälä | 2018-01-14 | 1 | -0/+3 |
* | Merge branch 'linus' into x86/apic, to resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | x86/irq/vector: Initialize matrix allocator | Thomas Gleixner | 2017-09-25 | 1 | -0/+1 |
* | | x86/apic: Remove init_bsp_APIC() | Dou Liyang | 2017-09-25 | 1 | -3/+0 |
|/ |
|
* | x86/idt: Move interrupt gate initialization to IDT code | Thomas Gleixner | 2017-08-29 | 1 | -18/+0 |
* | x86/idt: Move APIC gate initialization to tables | Thomas Gleixner | 2017-08-29 | 1 | -68/+1 |
* | x86/irq: Get rid of the 'first_system_vector' indirection bogosity | Thomas Gleixner | 2017-08-29 | 1 | -4/+1 |
* | x86/irq: Remove vector_used_by_percpu_irq() | Thomas Gleixner | 2017-08-29 | 1 | -12/+0 |
* | x86: irq: Define a global vector for nested posted interrupts | Wincy Van | 2017-07-26 | 1 | -0/+2 |
* | x86/irq: Remove a redundant #ifdef directive | Dou Liyang | 2017-04-14 | 1 | -2/+0 |
* | x86/irq: Store irq descriptor in vector array | Thomas Gleixner | 2015-08-06 | 1 | -2/+2 |
* | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED | Thomas Gleixner | 2015-08-06 | 1 | -2/+2 |
* | Merge branch 'x86/ras' into x86/core, to fix conflicts | Ingo Molnar | 2015-06-07 | 1 | -0/+4 |
|\ |
|
| * | x86/mce/amd: Introduce deferred error interrupt handler | Aravind Gopalakrishnan | 2015-05-07 | 1 | -0/+4 |
* | | x86/irq: Define a global vector for VT-d Posted-Interrupts | Feng Wu | 2015-05-19 | 1 | -0/+2 |
* | | x86/asm/entry/irq: Clean up IRQn_VECTOR macros | Brian Gerst | 2015-05-10 | 1 | -2/+2 |
|/ |
|
* | x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout | Denys Vlasenko | 2015-04-08 | 1 | -1/+2 |
* | x86, irq: Move local APIC related code from io_apic.c into vector.c | Jiang Liu | 2014-12-16 | 1 | -22/+0 |
* | x86: Avoid building unused IRQ entry stubs | Jan Beulich | 2014-12-16 | 1 | -4/+9 |
* | x86/irq: Fix XT-PIC-XT-PIC in /proc/interrupts | Maciej W. Rozycki | 2014-10-28 | 1 | -2/+1 |
* | x86: Fix non-PC platform kernel crash on boot due to NULL dereference | Andy Shevchenko | 2014-08-25 | 1 | -1/+1 |
* | x86, devicetree, irq: Use common mechanism to support irqdomain | Jiang Liu | 2014-06-21 | 1 | -6/+0 |
* | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu | 2014-06-21 | 1 | -3/+3 |
* | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs | Prarit Bhargava | 2014-01-12 | 1 | -2/+2 |
* | KVM: VMX: Register a new IPI for posted interrupt | Yang Zhang | 2013-04-16 | 1 | -0/+4 |
* | x86, 386 removal: Remove support for IRQ 13 FPU error reporting | H. Peter Anvin | 2012-12-17 | 1 | -40/+0 |
* | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR | Alex Shi | 2012-06-28 | 1 | -73/+0 |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-30 | 1 | -1/+1 |
|\ |
|
| * | x86: Use enum instead of literals for trap values | Kees Cook | 2012-03-10 | 1 | -1/+1 |
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-29 | 1 | -1/+0 |
|\ \ |
|
| * | | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -1/+0 |
| |/ |
|
* / | x86: use for_each_clear_bit_from() | Akinobu Mita | 2012-03-24 | 1 | -3/+3 |
|/ |
|
* | driver-core: remove sysdev.h usage. | Kay Sievers | 2011-12-22 | 1 | -1/+1 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
* | x86, mce: Replace MCE_SELF_VECTOR by irq_work | Hidetoshi Seto | 2011-06-16 | 1 | -3/+0 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-03-16 | 1 | -1/+8 |
|\ |
|
| * | x86: ioapic: Add OF bindings for IO_APIC | Sebastian Andrzej Siewior | 2011-02-23 | 1 | -0/+6 |
| * | x86: dtb: Add early parsing of IO_APIC | Sebastian Andrzej Siewior | 2011-02-23 | 1 | -1/+2 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-03-16 | 1 | -8/+71 |
|\ \ |
|