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
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
/
sparc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-15
sparc: delete __cpuinit/__CPUINIT usage from all users
Paul Gortmaker
15
-67
/
+60
2013-07-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2013-07-13
Safer ABI for O_TMPFILE
Al Viro
1
-1
/
+1
2013-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
7
-17
/
+29
2013-07-11
mm: remove free_area_cache
Michel Lespinasse
1
-2
/
+0
2013-07-11
net: rename busy poll socket op and globals
Eliezer Tamir
1
-1
/
+1
2013-07-11
[PATCH] sparc32: vm_area_struct access for old Sun SPARCs.
Olivier DANET
5
-16
/
+18
2013-07-11
sparc32, leon: Require separate snoop tags set to regard snooping to be enabled
Andreas Larsson
1
-1
/
+1
2013-07-11
arch: sparc: kernel: check the memory length before use strcpy().
Chen Gang
1
-0
/
+10
2013-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-17
/
+5
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2
-4
/
+6
2013-07-04
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
3
-57
/
+9
2013-07-04
Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+2
2013-07-04
mm/SPARC: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
3
-54
/
+7
2013-07-04
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
2
-3
/
+2
2013-07-04
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2
-4
/
+4
2013-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-67
/
+58
2013-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2013-07-02
Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2013-07-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-10
/
+2
2013-07-01
Merge tag 'v3.10' into next
Benjamin Herrenschmidt
15
-69
/
+61
2013-06-29
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...
Al Viro
1
-0
/
+1
2013-06-29
sparc: __pci_mmap_set_flags() is useless
Al Viro
1
-10
/
+0
2013-06-29
consolidate io_remap_pfn_range definitions
Al Viro
2
-0
/
+2
2013-06-25
Merge 3.10-rc7 into driver-core-next
Greg Kroah-Hartman
14
-67
/
+58
2013-06-20
mm/THP: add pmd args to pgtable deposit and withdraw APIs
Aneesh Kumar K.V
2
-4
/
+6
2013-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2013-06-19
sparc: tsb must be flushed before tlb
Dave Kleikamp
1
-1
/
+1
2013-06-19
sparc,leon: Convert to use devm_ioremap_resource
Tushar Behera
1
-5
/
+3
2013-06-19
sparc64 address-congruence property
bob picco
1
-1
/
+8
2013-06-19
sparc32, leon: Enable interrupts before going idle to avoid getting stuck
Andreas Larsson
1
-0
/
+7
2013-06-19
sparc32, leon: Remove separate "ticker" timer for SMP
Andreas Larsson
3
-38
/
+19
2013-06-19
sparc: kernel: using strlcpy() instead of strcpy()
Zhao Hongjiang
3
-3
/
+4
2013-06-19
arch: sparc: prom: looping issue, need additional length check in the outside...
Chen Gang
1
-5
/
+7
2013-06-19
sparc: remove inline marking of EXPORT_SYMBOL functions
Denis Efremov
1
-8
/
+8
2013-06-19
sparc: Switch to asm-generic/linkage.h
Geert Uytterhoeven
2
-6
/
+1
2013-06-18
Merge 3.10-rc6 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+3
2013-06-18
net: add socket option for low latency polling
Eliezer Tamir
1
-0
/
+2
2013-06-15
Merge branch 'pci/jiang-bus-lock-v3' into next
Bjorn Helgaas
1
-2
/
+1
2013-06-14
of: Fix locking vs. interrupts
Benjamin Herrenschmidt
1
-2
/
+3
2013-06-05
PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)
Gu Zheng
1
-2
/
+1
2013-06-04
Finally eradicate CONFIG_HOTPLUG
Stephen Rothwell
1
-1
/
+0
2013-05-21
sparc/PCI: Use PCI_UNKNOWN for unknown power state
Bjorn Helgaas
1
-1
/
+1
2013-05-18
sparc: bpf_jit_comp: can call module_free() from any context
Eric Dumazet
1
-17
/
+3
2013-05-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-10
/
+1
2013-05-09
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
2
-10
/
+1
2013-05-09
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-5
/
+0
2013-05-08
mm/SPARC: use common help functions to free reserved pages
Jiang Liu
3
-68
/
+12
2013-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
David S. Miller
46
-1039
/
+314
[next]