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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-26
mm: don't access vm_flags as 'int'
KOSAKI Motohiro
4
-8
/
+10
2011-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
Linus Torvalds
4
-0
/
+24
2011-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
5
-2
/
+93
2011-05-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
11
-4
/
+358
2011-05-26
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2011-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
6
-117
/
+365
2011-05-26
Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-0
/
+1068
2011-05-26
net: move is_vlan_dev into public header file (v2)
Neil Horman
1
-0
/
+5
2011-05-26
mmc: sdhci: Auto-CMD23 support.
Andrei Warkentin
1
-0
/
+1
2011-05-26
mmc: core: Block CMD23 support for UHS104/SDXC cards.
Andrei Warkentin
2
-1
/
+4
2011-05-26
mmc: sdhci: Implement MMC_CAP_CMD23 for SDHCI.
Andrei Warkentin
1
-0
/
+1
2011-05-26
mmc: core: Use CMD23 for multiblock transfers when we can.
Andrei Warkentin
4
-0
/
+14
2011-05-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-0
/
+1
2011-05-25
hwmon: (jc42) Change detection class
Jean Delvare
1
-1
/
+1
2011-05-25
Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-2
/
+49
2011-05-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
3
-9
/
+9
2011-05-25
Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
4
-12
/
+25
2011-05-25
Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
3
-5
/
+14
2011-05-25
Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-0
/
+231
2011-05-25
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2011-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6
Linus Torvalds
5
-0
/
+782
2011-05-25
percpu_counter: change return value and add comments
Shaohua Li
1
-1
/
+5
2011-05-25
lib/genalloc.c: add support for specifying the physical address
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+21
2011-05-25
include/linux/genalloc.h: add multiple-inclusion guards
Jean-Christophe PLAGNIOL-VILLARD
1
-0
/
+3
2011-05-25
lib: add kstrto*_from_user()
Alexey Dobriyan
1
-0
/
+31
2011-05-25
leds: provide helper to register "leds-gpio" devices
Uwe Kleine-König
1
-0
/
+2
2011-05-25
drivers/leds/leds-pca9532.c: add gpio capability
Joachim Eastwood
1
-1
/
+2
2011-05-25
printk: allocate kernel log buffer earlier
Mike Travis
1
-0
/
+7
2011-05-25
memblock: add error return when CONFIG_HAVE_MEMBLOCK is not set
Yinghai Lu
1
-1
/
+8
2011-05-25
sparse: Undef __compiletime_{warning,error} if __CHECKER__ is defined
KOSAKI Motohiro
1
-1
/
+1
2011-05-25
sparse: define __must_be_array() for __CHECKER__
KOSAKI Motohiro
1
-0
/
+4
2011-05-25
sparse: define dummy BUILD_BUG_ON definition for sparse
KOSAKI Motohiro
1
-0
/
+8
2011-05-25
xattr.h: expose string defines to userspace
Eric Paris
1
-4
/
+4
2011-05-25
bitmap, irq: add smp_affinity_list interface to /proc/irq
Mike Travis
2
-1
/
+19
2011-05-25
fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFS
Amerigo Wang
1
-12
/
+0
2011-05-25
include/linux/c2port.h: remove wrong and never used macros
Wanlong Gao
1
-3
/
+0
2011-05-25
ulimit: raise default hard ulimit on number of files to 4096
Tim Gardner
2
-2
/
+3
2011-05-25
asm-generic/cacheflush.h: flush icache when copying to user pages
Mike Frysinger
1
-1
/
+4
2011-05-25
mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macro
Daniel Kiper
1
-0
/
+3
2011-05-25
proc: make struct proc_maps_private truly private
Stephen Wilson
1
-8
/
+0
2011-05-25
mm: declare mpol_to_str() when CONFIG_TMPFS=n
Stephen Wilson
1
-2
/
+2
2011-05-25
mm: export get_vma_policy()
Stephen Wilson
1
-0
/
+3
2011-05-25
mm: remove last trace of shmem_get_unmapped_area
Hugh Dickins
1
-8
/
+0
2011-05-25
tmpfs: implement generic xattr support
Eric Paris
1
-1
/
+7
2011-05-25
memblock/nobootmem: allow alloc_bootmem() to take 0 as low limit
Yinghai Lu
1
-9
/
+16
2011-05-25
mm: delete non-atomic mm counter implementation
Matt Fleming
2
-43
/
+10
2011-05-25
mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEM
Daniel Kiper
1
-4
/
+0
2011-05-25
mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM...
Daniel Kiper
1
-3
/
+3
2011-05-25
mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_...
Daniel Kiper
1
-6
/
+8
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-8
/
+11
[next]