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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-29
x86: mark get_cpu_leaves() with __cpuinit annotation
Sergio Luis
1
-1
/
+1
2008-12-24
x86: export vector_used_by_percpu_irq
Ingo Molnar
1
-0
/
+3
2008-12-24
x86: use logical apicid in x2apic_cluster's x2apic_cpu_mask_to_apicid_and()
Suresh Siddha
1
-3
/
+3
2008-12-24
x86: fix lguest used_vectors breakage, -v2
Yinghai Lu
7
-20
/
+43
2008-12-19
x86: fix warning in arch/x86/kernel/io_apic.c
Ingo Molnar
1
-1
/
+1
2008-12-18
x86: use possible_cpus=NUM to extend the possible cpus allowed
Mike Travis
2
-12
/
+33
2008-12-18
x86: fix cpu_mask_to_apicid_and to include cpu_online_mask
Mike Travis
8
-41
/
+52
2008-12-18
Merge branch 'x86/apic' into cpus4096
Ingo Molnar
2
-74
/
+90
2008-12-18
Merge branch 'linus' into cpus4096
Ingo Molnar
2
-2
/
+3
2008-12-18
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...
Linus Torvalds
2
-2
/
+3
2008-12-17
powerpc: Fix corruption error in rh_alloc_fixed()
Guillaume Knispel
1
-0
/
+1
2008-12-17
powerpc/fsl-booke: Fix the miss interrupt restore
Dave Liu
1
-2
/
+2
2008-12-17
x86: update io_apic.c to the new cpumask code
Ingo Molnar
1
-2
/
+3
2008-12-17
Merge branch 'x86/crashdump' into cpus4096
Ingo Molnar
6
-211
/
+203
2008-12-17
Merge branch 'irq/sparseirq' into cpus4096
Ingo Molnar
2
-2
/
+151
2008-12-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis...
Ingo Molnar
46
-508
/
+824
2008-12-17
Merge branch 'linus' into cpus4096
Ingo Molnar
15
-26
/
+53
2008-12-17
x86: Introduce topology_core_cpumask()/topology_thread_cpumask()
Mike Travis
1
-0
/
+2
2008-12-17
x86: xen: use smp_call_function_many()
Mike Travis
1
-5
/
+15
2008-12-17
x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.c
Mike Travis
1
-53
/
+55
2008-12-17
x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.c
Mike Travis
1
-22
/
+19
2008-12-17
x86: Use cpumask accessors code for possible/present maps.
Mike Travis
1
-2
/
+2
2008-12-17
x86: prepare for cpumask iterators to only go to nr_cpu_ids
Mike Travis
4
-5
/
+5
2008-12-17
x86: Set CONFIG_NR_CPUS even on UP
Mike Travis
1
-3
/
+3
2008-12-17
x86: cosmetic changes apic-related files.
Mike Travis
16
-129
/
+127
2008-12-17
x86: fixup_irqs() doesnt need an argument.
Mike Travis
4
-15
/
+17
2008-12-17
xen: convert to cpumask_var_t and new cpumask primitives.
Mike Travis
3
-5
/
+9
2008-12-17
x86: Update io_apic.c to use new cpumask API
Mike Travis
1
-157
/
+145
2008-12-17
x86: update add-cpu_mask_to_apicid_and to use struct cpumask*
Mike Travis
11
-58
/
+60
2008-12-17
x86: Add cpu_mask_to_apicid_and
Mike Travis
12
-0
/
+198
2008-12-17
x86: move and enhance debug printk for nr_cpu_ids etc.
Mike Travis
1
-6
/
+11
2008-12-17
x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
Mike Travis
30
-273
/
+380
2008-12-17
x86: enable MAXSMP
Mike Travis
1
-3
/
+4
2008-12-17
sparseirq: fix !SMP building, #2
Yinghai Lu
1
-1
/
+1
2008-12-17
x86, sparseirq: move irq_desc according to smp_affinity, v7
Yinghai Lu
2
-1
/
+150
2008-12-17
x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master.
Mike Travis
1
-2
/
+2
2008-12-16
Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2008-12-16
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
3
-5
/
+17
2008-12-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Ingo Molnar
110
-308
/
+213
2008-12-16
Merge branch 'linus' into cpus4096
Ingo Molnar
5
-437
/
+639
2008-12-16
sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.
Paul Mundt
1
-0
/
+2
2008-12-16
powerpc/cell/axon-msi: Fix MSI after kexec
Arnd Bergmann
1
-0
/
+3
2008-12-16
powerpc: Fix bootmem reservation on uninitialized node
Dave Hansen
1
-5
/
+11
2008-12-16
powerpc: Check for valid hugepage size in hugetlb_get_unmapped_area
Brian King
1
-0
/
+3
2008-12-16
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
5
-6
/
+7
2008-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+1
2008-12-15
[ARM] Ensure linux/hardirqs.h is included where required
Russell King
2
-0
/
+2
2008-12-15
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...
Linus Torvalds
1
-0
/
+3
2008-12-15
x86 Fix VMI crash on boot in 2.6.28-rc8
Zachary Amsden
4
-15
/
+23
2008-12-14
[ARM] fix kernel-doc syntax
Randy Dunlap
1
-3
/
+2
[next]