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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
amd-iommu: resume cleanup
Chris Wright
1
-7
/
+1
2009-06-15
amd-iommu: set event buffer head and tail to 0 manually
Joerg Roedel
1
-0
/
+4
2009-06-15
amd-iommu: disable cmd buffer and evt logging before reprogramming iommu
Chris Wright
1
-0
/
+9
2009-06-15
amd-iommu: flush domain tlb when attaching a new device
Chris Wright
1
-0
/
+16
2009-06-15
x86: disable IOMMUs on kernel crash
Joerg Roedel
1
-0
/
+6
2009-06-15
amd-iommu: disable IOMMU hardware on shutdown
Joerg Roedel
2
-0
/
+7
2009-06-09
amd-iommu: remove unnecessary "AMD IOMMU: " prefix
Joerg Roedel
1
-3
/
+2
2009-06-09
amd-iommu: detach device explicitly before attaching it to a new domain
Joerg Roedel
1
-1
/
+1
2009-06-09
amd-iommu: remove BUS_NOTIFY_BOUND_DRIVER handling
Joerg Roedel
1
-11
/
+0
2009-06-09
Merge commit 'tip/core/iommu' into amd-iommu/fixes
Joerg Roedel
16
-242
/
+613
2009-06-07
Merge branch 'linus' into core/iommu
Ingo Molnar
13
-27
/
+65
2009-06-06
x86: enable GART-IOMMU only after setting up protection methods
Mark Langsdorf
1
-2
/
+8
2009-06-03
amd_iommu: fix lock imbalance
Jiri Slaby
1
-1
/
+3
2009-05-30
acpi-cpufreq: fix printk typo and indentation
Joe Perches
1
-2
/
+2
2009-05-28
Merge branches 'amd-iommu/fixes', 'amd-iommu/debug', 'amd-iommu/suspend-resum...
Joerg Roedel
2
-213
/
+540
2009-05-28
amd-iommu: don't free dma adresses below 512MB with CONFIG_IOMMU_STRESS
Joerg Roedel
1
-0
/
+5
2009-05-28
amd-iommu: don't preallocate page tables with CONFIG_IOMMU_STRESS
Joerg Roedel
1
-0
/
+4
2009-05-28
amd-iommu: disable round-robin allocator for CONFIG_IOMMU_STRESS
Joerg Roedel
1
-0
/
+5
2009-05-28
amd-iommu: remove amd_iommu_size kernel parameter
Joerg Roedel
2
-29
/
+4
2009-05-28
amd-iommu: enlarge the aperture dynamically
Joerg Roedel
1
-2
/
+18
2009-05-28
amd-iommu: handle exlusion ranges and unity mappings in alloc_new_range
Joerg Roedel
1
-11
/
+60
2009-05-28
amd-iommu: move aperture_range allocation code to seperate function
Joerg Roedel
1
-36
/
+59
2009-05-28
amd-iommu: change dma_dom->next_bit to dma_dom->next_address
Joerg Roedel
1
-8
/
+9
2009-05-28
amd-iommu: make address allocator aware of multiple aperture ranges
Joerg Roedel
1
-37
/
+101
2009-05-28
amd-iommu: handle page table allocation failures in dma_ops code
Joerg Roedel
1
-2
/
+18
2009-05-28
amd-iommu: move page table allocation code to seperate function
Joerg Roedel
1
-25
/
+61
2009-05-28
amd-iommu: introduce aperture_range structure
Joerg Roedel
1
-25
/
+21
2009-05-28
amd-iommu: implement suspend/resume
Joerg Roedel
1
-1
/
+20
2009-05-28
amd_iommu: un __init functions required for suspend/resume
Joerg Roedel
1
-5
/
+5
2009-05-28
amd-iommu: add function to flush tlb for all devices
Joerg Roedel
1
-0
/
+18
2009-05-28
amd-iommu: add function to flush tlb for all domains
Joerg Roedel
1
-0
/
+11
2009-05-28
amd-iommu: add function to disable all iommus
Joerg Roedel
1
-0
/
+13
2009-05-28
amd-iommu: remove support for msi-x
Joerg Roedel
1
-43
/
+1
2009-05-28
amd-iommu: drop pointless iommu-loop in msi setup code
Joerg Roedel
1
-7
/
+1
2009-05-28
amd-iommu: consolidate hardware initialization to one function
Joerg Roedel
1
-18
/
+32
2009-05-28
amd-iommu: introduce for_each_iommu* macros
Joerg Roedel
2
-8
/
+8
2009-05-28
amd iommu: properly detach from protection domain on ->remove
Chris Wright
1
-1
/
+5
2009-05-28
amd-iommu: make sure only ivmd entries are parsed
Joerg Roedel
1
-0
/
+2
2009-05-28
amd-iommu: fix the handling of device aliases in the AMD IOMMU driver.
Neil Turton
1
-1
/
+1
2009-05-28
amd-iommu: fix an off-by-one error in the AMD IOMMU driver.
Neil Turton
1
-1
/
+1
2009-05-28
amd-iommu: disable device isolation with CONFIG_IOMMU_STRESS
Joerg Roedel
1
-0
/
+6
2009-05-28
amd-iommu: move protection domain printk to dump code
Joerg Roedel
1
-4
/
+6
2009-05-28
amd-iommu: print ivmd information to dmesg when requested
Joerg Roedel
1
-0
/
+11
2009-05-28
amd-iommu: print ivhd information to dmesg when requested
Joerg Roedel
1
-0
/
+73
2009-05-28
amd-iommu: add dump for iommus described in ivrs table
Joerg Roedel
1
-0
/
+9
2009-05-28
amd-iommu: add amd_iommu_dump parameter
Joerg Roedel
1
-0
/
+10
2009-05-26
[CPUFREQ] powernow-k8: determine exact CPU frequency for HW Pstates
Andreas Herrmann
1
-2
/
+21
2009-05-26
[CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq data
Thomas Renninger
1
-14
/
+5
2009-05-26
[CPUFREQ] powernow-k7 build fix when ACPI=n
Dave Jones
1
-0
/
+2
2009-05-26
[CPUFREQ] add atom family to p4-clockmod
Jarod Wilson
1
-0
/
+1
[next]