index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
/
io_apic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-07
x86/ioapic: Cleanup remaining coding style issues
Thomas Gleixner
1
-11
/
+12
2024-08-07
x86/ioapic: Cleanup line breaks
Thomas Gleixner
1
-37
/
+18
2024-08-07
x86/ioapic: Cleanup bracket usage
Thomas Gleixner
1
-16
/
+18
2024-08-07
x86/ioapic: Cleanup comments
Thomas Gleixner
1
-49
/
+37
2024-08-07
x86/ioapic: Move replace_pin_at_irq_node() to the call site
Thomas Gleixner
1
-22
/
+18
2024-08-07
x86/ioapic: Cleanup guarded debug printk()s
Thomas Gleixner
1
-38
/
+29
2024-08-07
x86/ioapic: Cleanup apic_printk()s
Thomas Gleixner
1
-103
/
+73
2024-08-07
x86/ioapic: Use guard() for locking where applicable
Thomas Gleixner
1
-128
/
+64
2024-08-07
x86/ioapic: Cleanup structs
Thomas Gleixner
1
-18
/
+14
2024-08-07
x86/ioapic: Mark mp_alloc_timer_irq() __init
Thomas Gleixner
1
-2
/
+2
2024-08-07
x86/ioapic: Handle allocation failures gracefully
Thomas Gleixner
1
-24
/
+22
2024-03-11
Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-56
/
+36
2024-02-25
x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain search
Thomas Gleixner
1
-1
/
+1
2024-02-15
x86/mpparse: Remove the physid_t bitmap wrapper
Thomas Gleixner
1
-12
/
+12
2024-02-15
x86/ioapic: Simplify setup_ioapic_ids_from_mpc_nocheck()
Thomas Gleixner
1
-3
/
+2
2024-02-15
x86/ioapic: Make io_apic_get_unique_id() simpler
Thomas Gleixner
1
-17
/
+5
2024-02-15
x86/apic: Get rid of get_physical_broadcast()
Thomas Gleixner
1
-27
/
+22
2024-02-15
x86/ioapic: Replace some more set bit nonsense
Thomas Gleixner
1
-4
/
+2
2024-02-15
x86/platform/ce4100: Dont override x86_init.mpparse.setup_ioapic_ids
Thomas Gleixner
1
-1
/
+1
2023-11-23
x86/ioapic: Remove unfinished sentence from comment
Adrian Huang
1
-1
/
+1
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
1
-2
/
+2
2023-08-09
x86/ioapic/32: Decrapify phys_id_present_map operation
Thomas Gleixner
1
-4
/
+1
2023-08-09
x86/apic: Nuke apic::apicid_to_cpu_present()
Thomas Gleixner
1
-6
/
+5
2023-08-09
x86/apic: Get rid of hard_smp_processor_id()
Thomas Gleixner
1
-1
/
+1
2023-08-09
x86/apic/ioapic: Rename skip_ioapic_setup
Thomas Gleixner
1
-6
/
+6
2023-04-25
Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+9
2023-04-12
x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()
Saurabh Sengar
1
-5
/
+9
2023-03-26
x86/ioremap: Add hypervisor callback for private MMIO mapping in coco VM
Michael Kelley
1
-2
/
+8
2023-02-13
x86/ioapic: Use irq_domain_create_hierarchy()
Johan Hovold
1
-5
/
+2
2022-04-07
x86/tdx/ioapic: Add shared bit for IOAPIC base address
Isaku Yamahata
1
-2
/
+16
2021-08-30
Merge tag 'x86-irq-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2021-08-10
x86: Avoid magic number with ELCR register accesses
Maciej W. Rozycki
1
-1
/
+1
2021-08-10
x86/ioapic: Force affinity setup before startup
Thomas Gleixner
1
-2
/
+4
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
1
-0
/
+10
2021-03-19
x86/ioapic: Ignore IRQ2 again
Thomas Gleixner
1
-0
/
+10
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-4
/
+4
2021-02-15
sfi: Remove framework for deprecated firmware
Andy Shevchenko
1
-2
/
+2
2020-12-10
x86/ioapic: Cleanup the timer_works() irqflags mess
Thomas Gleixner
1
-16
/
+6
2020-11-10
x86/ioapic: Correct the PCI/ISA trigger type selection
Thomas Gleixner
1
-2
/
+2
2020-11-04
x86/ioapic: Use I/O-APIC ID for finding irqdomain, not index
David Woodhouse
1
-2
/
+2
2020-10-28
x86/ioapic: Handle Extended Destination ID field in RTE
David Woodhouse
1
-5
/
+15
2020-10-28
x86/ioapic: Use irq_find_matching_fwspec() to find remapping irqdomain
David Woodhouse
1
-12
/
+13
2020-10-28
x86/ioapic: Generate RTE directly from parent irqchip's MSI message
David Woodhouse
1
-31
/
+72
2020-10-28
x86/ioapic: Cleanup IO/APIC route entry structs
Thomas Gleixner
1
-79
/
+65
2020-10-28
x86/io_apic: Cleanup trigger/polarity helpers
Thomas Gleixner
1
-129
/
+115
2020-10-28
x86/apic: Cleanup destination mode
Thomas Gleixner
1
-1
/
+1
2020-10-28
x86/apic: Cleanup delivery mode defines
Thomas Gleixner
1
-5
/
+6
2020-10-12
Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-37
/
+37
2020-09-23
x86/ioapic: Unbreak check_timer()
Thomas Gleixner
1
-0
/
+1
2020-09-16
x86_ioapic_Consolidate_IOAPIC_allocation
Thomas Gleixner
1
-35
/
+35
[next]