index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
apic.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-13
x86/apic: Remove unused extern declarations
Yue Haibing
1
-6
/
+0
2024-08-09
x86/apic: Remove logical destination mode for 64-bit
Thomas Gleixner
1
-8
/
+0
2024-08-07
x86/apic: Remove unused inline function apic_set_eoi_cb()
Yue Haibing
1
-1
/
+0
2024-08-07
x86/apic: Provide apic_printk() helpers
Thomas Gleixner
1
-14
/
+19
2024-05-14
Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+6
2024-05-14
Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2024-05-08
x86/irq: Use existing helper for pending vector check
Jacob Pan
1
-7
/
+1
2024-04-30
x86/irq: Extend checks for pending vectors to posted interrupts
Jacob Pan
1
-1
/
+2
2024-04-30
x86/irq: Factor out common code for checking pending interrupts
Jacob Pan
1
-0
/
+11
2024-04-08
x86/apic: Force native_apic_mem_read() to use the MOV instruction
Adam Dunlap
1
-1
/
+2
2024-03-19
x86/asm: Remove %P operand modifier from altinstr asm templates
Uros Bizjak
1
-1
/
+1
2024-02-16
x86/cpu/topology: Rework possible CPU management
Thomas Gleixner
1
-0
/
+5
2024-02-16
x86/cpu/topology: Provide separate APIC registration functions
Thomas Gleixner
1
-0
/
+3
2024-02-16
x86/cpu/topology: Move registration out of APIC code
Thomas Gleixner
1
-0
/
+2
2024-02-16
x86/apic: Use a proper define for invalid ACPI CPU ID
Thomas Gleixner
1
-0
/
+3
2024-02-16
x86/apic: Remove yet another dubious callback
Thomas Gleixner
1
-1
/
+0
2024-02-16
x86/apic: Remove the pointless writeback of boot_cpu_physical_apicid
Thomas Gleixner
1
-1
/
+0
2024-02-16
x86/apic: Remove check_apicid_used() and ioapic_phys_id_map()
Thomas Gleixner
1
-3
/
+0
2024-02-16
x86/cpu/topology: Make the APIC mismatch warnings complete
Thomas Gleixner
1
-3
/
+2
2024-02-16
x86/apic: Remove unused phys_pkg_id() callback
Thomas Gleixner
1
-1
/
+0
2023-11-21
x86/apic: Drop apic::delivery_mode
Andrew Cooper
1
-2
/
+0
2023-11-04
Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+4
2023-10-24
x86/apic: Provide apic_force_nmi_on_cpu()
Thomas Gleixner
1
-1
/
+4
2023-10-10
x86/apic: Use u32 for wakeup_secondary_cpu[_64]()
Thomas Gleixner
1
-4
/
+4
2023-10-10
x86/apic: Use u32 for [gs]et_apic_id()
Thomas Gleixner
1
-12
/
+2
2023-10-10
x86/apic: Use u32 for phys_pkg_id()
Thomas Gleixner
1
-1
/
+1
2023-10-10
x86/apic: Use u32 for cpu_present_to_apicid()
Thomas Gleixner
1
-2
/
+2
2023-10-10
x86/apic: Use u32 for check_apicid_used()
Thomas Gleixner
1
-2
/
+1
2023-10-10
x86/apic: Use u32 for APIC IDs in global data
Thomas Gleixner
1
-4
/
+4
2023-08-09
x86/apic: Turn on static calls
Thomas Gleixner
1
-14
/
+13
2023-08-09
x86/apic: Provide static call infrastructure for APIC callbacks
Thomas Gleixner
1
-0
/
+21
2023-08-09
x86/apic: Wrap IPI calls into helper functions
Dave Hansen
1
-0
/
+30
2023-08-09
x86/apic: Mark all hotpath APIC callback wrappers __always_inline
Thomas Gleixner
1
-9
/
+9
2023-08-09
x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()
Thomas Gleixner
1
-3
/
+0
2023-08-09
x86/apic: Provide apic_update_callback()
Thomas Gleixner
1
-0
/
+28
2023-08-09
x86/apic: Provide common init infrastructure
Thomas Gleixner
1
-0
/
+2
2023-08-09
x86/apic: Wrap apic->native_eoi() into a helper
Thomas Gleixner
1
-0
/
+6
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
1
-10
/
+0
2023-08-09
x86/apic: Remove pointless arguments from [native_]eoi_write()
Thomas Gleixner
1
-6
/
+11
2023-08-09
x86/apic: Sanitize APIC ID range validation
Thomas Gleixner
1
-2
/
+1
2023-08-09
x86/apic: Prepare x2APIC for using apic::max_apic_id
Thomas Gleixner
1
-3
/
+4
2023-08-09
x86/apic: Add max_apic_id member
Thomas Gleixner
1
-0
/
+3
2023-08-09
x86/apic: Wrap APIC ID validation into an inline
Thomas Gleixner
1
-0
/
+5
2023-08-09
x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()
Thomas Gleixner
1
-1
/
+0
2023-08-09
x86/apic: Allow apic::safe_wait_icr_idle() to be NULL
Thomas Gleixner
1
-7
/
+1
2023-08-09
x86/apic: Allow apic::wait_icr_idle() to be NULL
Thomas Gleixner
1
-7
/
+2
2023-08-09
x86/apic: Consolidate wait_icr_idle() implementations
Thomas Gleixner
1
-1
/
+0
2023-08-09
x86/apic: Mop up apic::apic_id_registered()
Thomas Gleixner
1
-1
/
+1
2023-08-09
x86/apic: Mop up *setup_apic_routing()
Thomas Gleixner
1
-6
/
+4
2023-08-09
x86/apic: Nuke apic::apicid_to_cpu_present()
Thomas Gleixner
1
-1
/
+0
[next]