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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
x86/apic: Remove pointless arguments from [native_]eoi_write()
Thomas Gleixner
13
-27
/
+38
2023-08-09
x86/apic/noop: Tidy up the code
Thomas Gleixner
1
-30
/
+8
2023-08-09
x86/apic: Remove pointless NULL initializations
Thomas Gleixner
6
-13
/
+0
2023-08-09
x86/apic: Sanitize APIC ID range validation
Thomas Gleixner
12
-42
/
+1
2023-08-09
x86/apic: Prepare x2APIC for using apic::max_apic_id
Thomas Gleixner
5
-4
/
+14
2023-08-09
x86/apic: Simplify X2APIC ID validation
Thomas Gleixner
1
-5
/
+2
2023-08-09
x86/apic: Add max_apic_id member
Thomas Gleixner
10
-0
/
+14
2023-08-09
x86/apic: Wrap APIC ID validation into an inline
Thomas Gleixner
5
-8
/
+11
2023-08-09
x86/apic/64: Uncopypaste probing
Thomas Gleixner
1
-10
/
+11
2023-08-09
x86/apic/x2apic: Share all common IPI functions
Thomas Gleixner
4
-44
/
+28
2023-08-09
x86/apic/uv: Get rid of wrapper callbacks
Thomas Gleixner
1
-6
/
+1
2023-08-09
x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()
Thomas Gleixner
7
-24
/
+22
2023-08-09
x86/apic: Allow apic::safe_wait_icr_idle() to be NULL
Thomas Gleixner
7
-30
/
+1
2023-08-09
x86/apic: Allow apic::wait_icr_idle() to be NULL
Thomas Gleixner
7
-24
/
+2
2023-08-09
x86/apic: Consolidate wait_icr_idle() implementations
Thomas Gleixner
7
-14
/
+9
2023-08-09
x86/apic/ipi: Tidy up the code and fixup comments
Thomas Gleixner
2
-44
/
+32
2023-08-09
x86/apic: Mop up apic::apic_id_registered()
Thomas Gleixner
13
-68
/
+12
2023-08-09
x86/apic: Mop up *setup_apic_routing()
Thomas Gleixner
14
-41
/
+13
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
11
-18
/
+5
2023-08-09
x86/apic: Nuke empty init_apic_ldr() callbacks
Thomas Gleixner
12
-77
/
+24
2023-08-09
x86/apic/32: Remove bigsmp_cpu_present_to_apicid()
Thomas Gleixner
1
-9
/
+1
2023-08-09
x86/apic/32: Decrapify the def_bigsmp mechanism
Thomas Gleixner
7
-70
/
+41
2023-08-09
x86/apic/32: Remove pointless default_acpi_madt_oem_check()
Thomas Gleixner
3
-24
/
+3
2023-08-09
x86/apic: Mop up early_per_cpu() abuse
Thomas Gleixner
1
-1
/
+1
2023-08-09
x86/apic/ipi: Code cleanup
Thomas Gleixner
1
-16
/
+7
2023-08-09
x86/apic/32: Remove x86_cpu_to_logical_apicid
Thomas Gleixner
4
-68
/
+9
2023-08-09
x86/apic/32: Sanitize logical APIC ID handling
Thomas Gleixner
5
-51
/
+2
2023-08-09
x86/apic: Get rid of apic_phys
Thomas Gleixner
1
-9
/
+10
2023-08-09
x86/apic: Remove check_phys_apicid_present()
Thomas Gleixner
11
-24
/
+0
2023-08-09
x86/apic: Nuke another processor check
Thomas Gleixner
1
-17
/
+0
2023-08-09
x86/apic: Sanitize num_processors handling
Thomas Gleixner
2
-21
/
+6
2023-08-09
x86/xen/pv: Pretend that it found SMP configuration
Thomas Gleixner
1
-1
/
+2
2023-08-09
x86/apic: Sanitize APIC address setup
Thomas Gleixner
3
-29
/
+12
2023-08-09
x86/apic: Split register_apic_address()
Thomas Gleixner
1
-8
/
+14
2023-08-09
x86/apic: Make some APIC init functions bool
Thomas Gleixner
3
-22
/
+22
2023-08-09
x86/of: Fix the APIC address registration
Thomas Gleixner
1
-9
/
+5
2023-08-09
x86/apic: Remove mpparse 'apicid' variable
Dave Hansen
1
-4
/
+1
2023-08-09
x86/apic: Remove the pointless APIC version check
Thomas Gleixner
7
-31
/
+13
2023-08-09
x86/apic: Register boot CPU APIC early
Thomas Gleixner
1
-70
/
+50
2023-08-09
x86/apic: Consolidate boot_cpu_physical_apicid initialization sites
Thomas Gleixner
3
-74
/
+34
2023-08-09
x86/apic: Nuke unused apic::inquire_remote_apic()
Thomas Gleixner
11
-78
/
+0
2023-08-09
x86/apic: Remove unused max_physical_apicid
Thomas Gleixner
1
-8
/
+0
2023-08-09
x86/apic: Get rid of hard_smp_processor_id()
Thomas Gleixner
10
-24
/
+17
2023-08-09
x86/apic: Remove pointless x86_bios_cpu_apicid
Thomas Gleixner
7
-15
/
+4
2023-08-09
x86/apic/ioapic: Rename skip_ioapic_setup
Thomas Gleixner
5
-17
/
+18
2023-08-09
x86/apic: Rename disable_apic
Thomas Gleixner
7
-20
/
+20
2023-08-09
x86/cpu: Remove unused physid_*() nonsense
Thomas Gleixner
1
-26
/
+0
2023-08-09
x86/cpu: Make identify_boot_cpu() static
Thomas Gleixner
2
-2
/
+1
2023-08-06
x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callback
Thomas Gleixner
4
-29
/
+78
[next]