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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-22
init: Get rid of x86isms
Thomas Gleixner
4
-13
/
+18
2015-01-22
x86/apic: Move apic_init_uniprocessor code
Thomas Gleixner
1
-63
/
+62
2015-01-22
x86/smpboot: Cleanup ioapic handling
Thomas Gleixner
1
-40
/
+7
2015-01-22
x86/apic: Sanitize ioapic handling
Thomas Gleixner
1
-14
/
+3
2015-01-22
x86/ioapic: Add proper checks to setp/enable_IO_APIC()
Thomas Gleixner
1
-4
/
+7
2015-01-22
x86/ioapic: Provide stub functions for IOAPIC%3Dn
Thomas Gleixner
1
-0
/
+5
2015-01-22
x86/smpboot: Move smpboot inlines to code
Thomas Gleixner
2
-69
/
+65
2015-01-22
x86/x2apic: Use state information for disable
Thomas Gleixner
1
-16
/
+10
2015-01-22
x86/x2apic: Split enable and setup function
Thomas Gleixner
3
-28
/
+41
2015-01-22
x86/x2apic: Disable x2apic from nox2apic setup
Thomas Gleixner
2
-36
/
+24
2015-01-22
x86/x2apic: Add proper state tracking
Thomas Gleixner
1
-1
/
+14
2015-01-22
x86/x2apic: Clarify remapping mode for x2apic enablement
Thomas Gleixner
1
-4
/
+4
2015-01-22
x86/x2apic: Move code in conditional region
Thomas Gleixner
2
-54
/
+37
2015-01-22
x86/apic: Check x2apic early
Thomas Gleixner
2
-15
/
+21
2015-01-22
x86/apic: Make disable x2apic work really
Thomas Gleixner
1
-9
/
+5
2015-01-22
x86/ioapic: Check x2apic really
Thomas Gleixner
3
-4
/
+4
2015-01-22
x86/apic: Move x2apic code to one place
Thomas Gleixner
1
-30
/
+28
2015-01-22
x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APIC
Thomas Gleixner
2
-5
/
+5
2015-01-22
x86/apic: Avoid open coded x2apic detection
Thomas Gleixner
2
-13
/
+11
2015-01-15
iommu/irq_remapping: Normailize the way to detect whether IR is enabled
Jiang Liu
1
-24
/
+14
2015-01-15
iommu/irq_remapping: Change variable disable_irq_remap to be static
Jiang Liu
4
-14
/
+2
2015-01-15
iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenance
Jiang Liu
1
-8
/
+8
2015-01-15
iommu/irq_remapping: Kill function irq_remapping_supported() and related code
Jiang Liu
8
-34
/
+3
2015-01-15
iommu/amd: Check for irq-remap support amd_iommu_prepare()
Joerg Roedel
1
-0
/
+3
2015-01-15
x86/apic: Only disable CPU x2apic mode when necessary
Jiang Liu
1
-1
/
+2
2015-01-15
iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode
Jiang Liu
1
-4
/
+6
2015-01-15
iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs
Joerg Roedel
1
-10
/
+9
2015-01-15
iommu/vt-d: Prepare for killing function irq_remapping_supported()
Jiang Liu
1
-33
/
+25
2015-01-15
x86/apic: Handle XAPIC remap mode proper.
Jiang Liu
1
-5
/
+1
2015-01-15
x86/apic: Refine enable_IR_x2apic() and related functions
Jiang Liu
1
-45
/
+47
2015-01-15
x86/apic: Correctly detect X2APIC status in function enable_IR()
Jiang Liu
1
-1
/
+1
2015-01-15
x86/apic: Kill useless variable x2apic_enabled in function enable_IR_x2apic()
Jiang Liu
1
-3
/
+1
2015-01-15
x86/apic: Panic if kernel doesn't support x2apic but BIOS has enabled x2apic
Jiang Liu
1
-0
/
+8
2015-01-15
x86/apic: Clear stale x2apic mode
Thomas Gleixner
1
-0
/
+1
2015-01-15
iommu/vt-d: Convert allocations to GFP_KERNEL
Thomas Gleixner
1
-2
/
+2
2015-01-15
iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare
Thomas Gleixner
1
-20
/
+44
2015-01-15
iommu, x86: Restructure setup of the irq remapping feature
Thomas Gleixner
3
-17
/
+7
2015-01-11
linux 3.19-rc4
Linus Torvalds
1
-1
/
+1
2015-01-11
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
5
-11
/
+8
2015-01-11
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-39
/
+53
2015-01-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-35
/
+19
2015-01-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
26
-77
/
+371
2015-01-11
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-3
/
+3
2015-01-11
mm: fix corner case in anon_vma endless growing prevention
Konstantin Khlebnikov
1
-2
/
+4
2015-01-11
mm: Don't count the stack guard page towards RLIMIT_STACK
Linus Torvalds
1
-2
/
+5
2015-01-11
Merge branch 'core/urgent' into locking/urgent, to collect all pending lockin...
Ingo Molnar
1
-2
/
+2
2015-01-10
Merge tag 'vfio-v3.19-rc4' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-3
/
+1
2015-01-10
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+3
2015-01-10
Merge tag 'sound-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
4
-4
/
+6
2015-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
10
-9
/
+74
[next]