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
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
/
kernel
/
apic_32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-13
Merge branch 'linus' into oprofile-v2
Ingo Molnar
1
-198
/
+263
2008-10-11
Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B
Ingo Molnar
1
-184
/
+253
2008-08-19
x86: apic - compilation warnings fix
Cyrill Gorcunov
1
-6
/
+9
2008-08-19
x86: apic - lapic_resume 32bit - unification fix
Cyrill Gorcunov
1
-0
/
+2
2008-08-19
x86: apic - rearrange parse_lapic_timer_c2_ok
Cyrill Gorcunov
1
-7
/
+7
2008-08-19
x86: apic - unify disableapic and nolapic setup handlers
Cyrill Gorcunov
1
-2
/
+9
2008-08-19
x86: apic - unify apic_set_verbosity
Cyrill Gorcunov
1
-3
/
+14
2008-08-19
x86: apic - unify local_apic_timer_interrupt
Cyrill Gorcunov
1
-0
/
+4
2008-08-19
x86: apic - unify end_local_APIC_setup
Cyrill Gorcunov
1
-2
/
+4
2008-08-19
x86: apic - generic_processor_info
Cyrill Gorcunov
1
-7
/
+8
2008-08-19
x86: apic - unify disconnect_bsp_APIC
Cyrill Gorcunov
1
-32
/
+34
2008-08-19
x86: apic - unify __setup_APIC_LVTT
Cyrill Gorcunov
1
-3
/
+7
2008-08-19
x86: apic - unify lapic_setup_esr
Cyrill Gorcunov
1
-10
/
+11
2008-08-19
x86: apic - unify connect_bsp_APIC
Cyrill Gorcunov
1
-0
/
+2
2008-08-19
x86: apic - unify lapic_shutdown
Cyrill Gorcunov
1
-3
/
+6
2008-08-19
x86: apic - unify disable_local_APIC
Cyrill Gorcunov
1
-1
/
+3
2008-08-19
x86: apic - unify setup_boot_APIC_clock
Cyrill Gorcunov
1
-0
/
+1
2008-08-19
x86: apic - rearrange maxcpu definition
Cyrill Gorcunov
1
-2
/
+2
2008-08-17
x86: apic - unify lapic_is_integrated
Cyrill Gorcunov
1
-0
/
+4
2008-08-17
x86: apic - rearrange functions and comments
Cyrill Gorcunov
1
-30
/
+39
2008-08-17
x86: apic - unify lapic_suspend
Cyrill Gorcunov
1
-1
/
+1
2008-08-17
x86: apic - unify lapic_resume
Cyrill Gorcunov
1
-11
/
+18
2008-08-17
x86: apic - unify clear_local_APIC
Cyrill Gorcunov
1
-5
/
+1
2008-08-16
x86: apic - unify init_bsp_APIC
Cyrill Gorcunov
1
-1
/
+3
2008-08-16
x86: apic - sync_Arb_IDs style fixup
Cyrill Gorcunov
1
-1
/
+3
2008-08-15
x86: apic - unify sync_Arb_IDs
Cyrill Gorcunov
1
-2
/
+1
2008-08-15
x86: apic - unify verify_local_APIC
Cyrill Gorcunov
1
-0
/
+6
2008-08-15
x86: apic - get rid of local_apic_timer_verify_ok
Cyrill Gorcunov
1
-6
/
+4
2008-08-15
x86: apic - do not clear APIC twice in lapic_shutdown
Cyrill Gorcunov
1
-1
/
+2
2008-08-15
x86: apic - unify disable_apic_timer
Cyrill Gorcunov
1
-5
/
+12
2008-08-14
Merge branch 'x86/apic' into x86/core
Ingo Molnar
1
-4
/
+12
2008-08-14
Merge branch 'linus' into x86/core
Ingo Molnar
1
-5
/
+9
2008-08-14
x86: resurrect proper handling of maxcpus= kernel option (v2)
Max Krasnyansky
1
-8
/
+0
2008-08-11
x86: make "apic" an early_param() on 32-bit, NULL check
Rene Herman
1
-3
/
+7
2008-08-11
x86: make "apic" an early_param() on 32-bit
Rene Herman
1
-2
/
+2
2008-08-11
x86: apic interrupts - move assignments to irqinit_32.c, v2
Cyrill Gorcunov
1
-48
/
+0
2008-07-26
x86: apic: changing export symbols to *_GPL
Robert Richter
1
-1
/
+1
2008-07-26
x86: apic: export symbols for extended interrupt LVT functions
Robert Richter
1
-0
/
+1
2008-07-26
x86: apic_*.c: add description to AMD's extended LVT functions
Robert Richter
1
-0
/
+3
2008-07-24
x86: apic unification - merge down enable_NMI_through_LVT0
Cyrill Gorcunov
1
-2
/
+6
2008-07-24
x86: apic unification - merge down lapic_get_maxlvt
Cyrill Gorcunov
1
-2
/
+6
2008-07-22
Merge branch 'linus' into x86/x2apic
Ingo Molnar
1
-4
/
+1
2008-07-21
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...
Ingo Molnar
1
-87
/
+88
2008-07-21
x86: use setup_clear_cpu_cap() when disabling the lapic
Yinghai Lu
1
-4
/
+1
2008-07-20
x86: APIC: Remove apic_write_around(); use alternatives, merge fix
Suresh Siddha
1
-3
/
+2
2008-07-19
Merge branch 'x86/apic' into x86/x2apic
Ingo Molnar
1
-83
/
+87
2008-07-19
Merge branch 'linus' into x86/x2apic
Ingo Molnar
1
-0
/
+4
2008-07-18
x86: let 32bit use apic_ops too - fix
Suresh Siddha
1
-0
/
+5
2008-07-18
x86: APIC: Make apic_verbosity unsigned
Maciej W. Rozycki
1
-1
/
+1
2008-07-18
x86: apic_32 - introduce calibrate_APIC_clock
Cyrill Gorcunov
1
-43
/
+50
[next]