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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-16
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-45
/
+24
2011-03-16
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-112
/
+120
2011-03-16
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-221
/
+172
2011-03-16
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2011-03-16
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-19
/
+20
2011-03-15
Merge commit 'v2.6.38' into x86/mm
Ingo Molnar
2
-2
/
+10
2011-03-12
x86: ioapic: Avoid redundant lookup of irq_cfg
Thomas Gleixner
1
-4
/
+5
2011-03-12
x86: ioapic: Use new move_irq functions
Thomas Gleixner
1
-2
/
+2
2011-03-12
x86: ioapic: Use irq_data->state
Thomas Gleixner
1
-8
/
+7
2011-03-12
x86: ioapic: Simplify irq chip and handler setup
Thomas Gleixner
1
-27
/
+21
2011-03-12
x86: Cleanup the genirq name space
Thomas Gleixner
1
-36
/
+39
2011-03-11
x86: Clean up apic.c and apic.h
Henrik Kretzschmar
1
-43
/
+22
2011-02-25
x86: dt: Cleanup local apic setup
Thomas Gleixner
1
-3
/
+3
2011-02-23
x86: ioapic: Move trigger defines to io_apic.h
Thomas Gleixner
1
-4
/
+0
2011-02-23
x86: ioapic: Implement and use io_apic_setup_irq_pin_once()
Thomas Gleixner
1
-32
/
+25
2011-02-23
x86: ioapic: Remove useless inlines
Thomas Gleixner
1
-12
/
+2
2011-02-23
x86: ioapic: Make a few functions static
Thomas Gleixner
1
-27
/
+28
2011-02-23
x86: ioapic: Use setup function in setup_IO_APIC_irq_extra()
Thomas Gleixner
1
-10
/
+6
2011-02-23
x86: ioapic: Use setup function in __io_apic_setup_irqs()
Thomas Gleixner
1
-12
/
+5
2011-02-23
x86: ioapic: Use setup function in __io_apic_set_pci_routing()
Thomas Gleixner
1
-31
/
+3
2011-02-23
x86: ioapic: Use new setup function in pre_init_apic_IRQ0()
Thomas Gleixner
1
-7
/
+2
2011-02-23
x86: ioapic: Add io_apic_setup_irq_pin()
Thomas Gleixner
1
-0
/
+15
2011-02-23
x86: ioapic: Split out the nested loop in setup_IO_APIC_irqs()
Thomas Gleixner
1
-6
/
+13
2011-02-23
x86: ioapic: Remove silly debug bloat in setup_IOAPIC_irqs()
Thomas Gleixner
1
-20
/
+12
2011-02-23
x86: Add dummy functions for compiling without IOAPIC
Henrik Kretzschmar
1
-1
/
+1
2011-02-23
x86: Rework arch_disable_smp_support() for x86
Henrik Kretzschmar
2
-3
/
+7
2011-02-18
x86: Don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler()
Jan Beulich
1
-1
/
+0
2011-02-15
x86, ioapic: Don't warn about non-existing IOAPICs if we have none
Paul Bolle
1
-0
/
+3
2011-02-14
x86: Fix and clean up generic_processor_info()
Yinghai Lu
1
-19
/
+20
2011-02-10
x86: Fix section mismatch in LAPIC initialization
Jan Beulich
1
-2
/
+7
2011-01-28
x86: Fix build failure on X86_UP_APIC
Tejun Heo
1
-2
/
+0
2011-01-28
x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit
Tejun Heo
1
-1
/
+1
2011-01-28
x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()
Tejun Heo
11
-37
/
+32
2011-01-28
x86: Implement x86_32_early_logical_apicid() for numaq_32
Tejun Heo
1
-2
/
+8
2011-01-28
x86: Implement x86_32_early_logical_apicid() for summit_32
Tejun Heo
1
-5
/
+12
2011-01-28
x86: Implement x86_32_early_logical_apicid() for bigsmp_32
Tejun Heo
1
-1
/
+7
2011-01-28
x86: Implement the default x86_32_early_logical_apicid()
Tejun Heo
1
-1
/
+6
2011-01-28
x86: Add apic->x86_32_early_logical_apicid()
Tejun Heo
7
-2
/
+26
2011-01-28
x86: Kill apic->cpu_to_logical_apicid()
Tejun Heo
10
-63
/
+11
2011-01-28
x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic id
Tejun Heo
2
-4
/
+12
2011-01-28
x86: Replace cpu_2_logical_apicid[] with early percpu variable
Tejun Heo
4
-4
/
+15
2011-01-28
x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only
Tejun Heo
1
-2
/
+2
2011-01-11
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2011-01-11
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+2
2011-01-11
x86, UV: Fix APICID shift for Westmere processors
Jack Steiner
1
-1
/
+1
2011-01-10
Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2011-01-10
x86, lapic-timer: Increase the max_delta to 31 bits
Pierre Tardy
1
-1
/
+1
2011-01-09
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
3
-83
/
+119
2011-01-08
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
3
-7
/
+7
2011-01-07
apic: Move hypervisor detection of x2apic to hypervisor.h
Sheng Yang
1
-2
/
+3
[next]