index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
/
io_apic.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
2021-03-21
1
-0
/
+10
|
\
|
*
x86/ioapic: Ignore IRQ2 again
Thomas Gleixner
2021-03-19
1
-0
/
+10
*
|
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-4
/
+4
|
/
*
sfi: Remove framework for deprecated firmware
Andy Shevchenko
2021-02-15
1
-2
/
+2
*
x86/ioapic: Cleanup the timer_works() irqflags mess
Thomas Gleixner
2020-12-10
1
-16
/
+6
*
x86/ioapic: Correct the PCI/ISA trigger type selection
Thomas Gleixner
2020-11-10
1
-2
/
+2
*
x86/ioapic: Use I/O-APIC ID for finding irqdomain, not index
David Woodhouse
2020-11-04
1
-2
/
+2
*
x86/ioapic: Handle Extended Destination ID field in RTE
David Woodhouse
2020-10-28
1
-5
/
+15
*
x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomain
David Woodhouse
2020-10-28
1
-12
/
+13
*
x86/ioapic: Generate RTE directly from parent irqchip's MSI message
David Woodhouse
2020-10-28
1
-31
/
+72
*
x86/ioapic: Cleanup IO/APIC route entry structs
Thomas Gleixner
2020-10-28
1
-79
/
+65
*
x86/io_apic: Cleanup trigger/polarity helpers
Thomas Gleixner
2020-10-28
1
-129
/
+115
*
x86/apic: Cleanup destination mode
Thomas Gleixner
2020-10-28
1
-1
/
+1
*
x86/apic: Cleanup delivery mode defines
Thomas Gleixner
2020-10-28
1
-5
/
+6
*
Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-10-12
1
-37
/
+37
|
\
|
*
x86_ioapic_Consolidate_IOAPIC_allocation
Thomas Gleixner
2020-09-16
1
-35
/
+35
|
*
iommu/irq_remapping: Consolidate irq domain lookup
Thomas Gleixner
2020-09-16
1
-1
/
+1
|
*
x86/irq: Add allocation type for parent domain retrieval
Thomas Gleixner
2020-09-16
1
-1
/
+1
*
|
x86/ioapic: Unbreak check_timer()
Thomas Gleixner
2020-09-23
1
-0
/
+1
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-2
/
+2
*
irqdomain/treewide: Free firmware node after domain removal
Jon Derrick
2020-07-23
1
-0
/
+5
*
irqdomain/treewide: Keep firmware node unconditionally allocated
Thomas Gleixner
2020-07-14
1
-5
/
+5
*
x86/io_apic: Remove unused function mp_init_irq_at_boot()
YueHaibing
2020-05-26
1
-13
/
+0
*
x86/ioapic: Rename misnamed functions
Thomas Gleixner
2019-10-24
1
-8
/
+8
*
x86/ioapic: Prevent inconsistent state when moving an interrupt
Thomas Gleixner
2019-10-24
1
-3
/
+6
*
x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machines
Thomas Gleixner
2019-08-26
1
-1
/
+7
*
x86/ioapic: Implement irq_get_irqchip_state() callback
Thomas Gleixner
2019-07-03
1
-0
/
+46
*
x86/timer: Skip PIT initialization on modern chipsets
Thomas Gleixner
2019-06-29
1
-0
/
+4
*
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-0
/
+5
*
x86/kernel: Mark expected switch-case fall-throughs
Gustavo A. R. Silva
2019-01-26
1
-0
/
+2
*
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
1
-1
/
+1
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
2018-10-31
1
-1
/
+2
*
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-08-05
1
-0
/
+1
*
x86/ioapic: Use apic_ack_irq()
Thomas Gleixner
2018-06-06
1
-1
/
+1
*
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
1
-12
/
+4
|
\
|
*
x86/apic: Rename variables and functions related to x86_io_apic_ops
Baoquan He
2018-02-17
1
-2
/
+2
|
*
x86/apic: Remove the (now) unused disable_IO_APIC() function
Baoquan He
2018-02-17
1
-13
/
+0
|
*
x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=y
Baoquan He
2018-02-17
1
-1
/
+1
|
*
x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()
Baoquan He
2018-02-17
1
-0
/
+5
*
|
x86/IO-APIC: Avoid warning in 32-bit builds
Jan Beulich
2018-02-20
1
-1
/
+1
|
/
*
x86: Introduce and use MP IRQ trigger and polarity defines
Jan Kiszka
2018-01-14
1
-10
/
+10
*
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
Thomas Gleixner
2017-12-29
1
-1
/
+1
*
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/io_apic: Reevaluate vector configuration on activate()
Thomas Gleixner
2017-09-25
1
-15
/
+22
*
|
x86/ioapic: Mark legacy vectors at reallocation time
Thomas Gleixner
2017-09-25
1
-0
/
+1
*
|
x86/ioapic: Remove obsolete post hotplug update
Thomas Gleixner
2017-09-25
1
-42
/
+0
*
|
x86/apic: Get rid of apic->target_cpus
Thomas Gleixner
2017-09-25
1
-4
/
+3
[next]