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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-01
ASoC: max98095: add jack detection
Rhyland Klein
3
-1
/
+191
2012-04-01
ASoC: pxa2xx-i2s: Add clk_prepare/clk_unprepare calls
Philipp Zabel
1
-2
/
+2
2012-04-01
ASoC: core: Use driver core probe deferral
Mark Brown
2
-86
/
+62
2012-04-01
ASoC: jack: Push locking for jacks down to the jack
Mark Brown
2
-2
/
+4
2012-04-01
ASoC: wm8994: Don't lock CODEC mutex to do DAPM sync
Mark Brown
1
-13
/
+4
2012-04-01
ASoC: wm5100: Convert to devm_regmap_init_i2c()
Mark Brown
1
-6
/
+3
2012-04-01
ASoC: dapm: Only lock CODEC for I/O if not using regmap
Mark Brown
1
-2
/
+2
2012-04-01
ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutex
Liam Girdwood
1
-6
/
+28
2012-04-01
ASoC: dapm: Add regulator member to struct dapm_widget
Liam Girdwood
2
-5
/
+7
2012-04-01
ASoC: dapm: Rename dapm mutex subclass to better match usage
Liam Girdwood
2
-12
/
+12
2012-04-01
ASoC: core: Rename card mutex subclass to better align with usage
Liam Girdwood
1
-2
/
+2
2012-04-01
ASoC: dapm: Add platform stream event support
Liam Girdwood
4
-41
/
+59
2012-04-01
ASoC: core: Add platform DAI widget mapping
Liam Girdwood
2
-0
/
+15
2012-04-01
ASoC: dapm: lock mixer & mux update power with DAPM mutex
Liam Girdwood
1
-6
/
+30
2012-04-01
ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutex
Liam Girdwood
4
-20
/
+46
2012-04-01
ASoC: core: Add card mutex locking subclasses
Liam Girdwood
2
-1
/
+6
2012-04-01
ASoC: ak4641: Push GPIO allocation out into the I2C probe
Mark Brown
1
-44
/
+48
2012-04-01
ASoC: ak4641: Convert to module_i2c_driver()
Mark Brown
1
-17
/
+1
2012-04-01
Linux 3.4-rc1
Linus Torvalds
1
-2
/
+2
2012-04-01
Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/am...
Linus Torvalds
3
-81
/
+8
2012-04-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
41
-1640
/
+1249
2012-04-01
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-9
/
+7
2012-04-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
52
-584
/
+2531
2012-04-01
Merge tag 'parisc-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...
Linus Torvalds
2
-6
/
+28
2012-04-01
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...
Linus Torvalds
63
-941
/
+4407
2012-04-01
vfs: fix out-of-date dentry_unhash() comment
J. Bruce Fields
1
-1
/
+1
2012-04-01
vfs: split __lookup_hash
Miklos Szeredi
1
-64
/
+44
2012-04-01
untangling do_lookup() - take __lookup_hash()-calling case out of line.
Al Viro
1
-15
/
+16
2012-04-01
untangling do_lookup() - switch to calling __lookup_hash()
Al Viro
1
-67
/
+46
2012-04-01
untangling do_lookup() - merge d_alloc_and_lookup() callers
Al Viro
1
-3
/
+3
2012-04-01
untangling do_lookup() - merge failure exits in !dentry case
Al Viro
1
-15
/
+8
2012-04-01
untangling do_lookup() - massage !dentry case towards __lookup_hash()
Al Viro
1
-25
/
+20
2012-04-01
untangling do_lookup() - get rid of need_reval in !dentry case
Al Viro
1
-6
/
+1
2012-04-01
untangling do_lookup() - eliminate a loop.
Al Viro
1
-4
/
+8
2012-04-01
untangling do_lookup() - expand the area under ->i_mutex
Al Viro
1
-2
/
+4
2012-04-01
untangling do_lookup() - isolate !dentry stuff from the rest of it.
Al Viro
1
-1
/
+16
2012-04-01
vfs: move MAY_EXEC check from __lookup_hash()
Miklos Szeredi
1
-6
/
+5
2012-04-01
vfs: don't revalidate just looked up dentry
Miklos Szeredi
1
-3
/
+1
2012-04-01
vfs: fix d_need_lookup/d_revalidate order in do_lookup
Miklos Szeredi
1
-2
/
+2
2012-04-01
ext3: move headers to fs/ext3/
Al Viro
23
-668
/
+437
2012-04-01
migrate ext2_fs.h guts to fs/ext2/ext2.h
Al Viro
6
-656
/
+634
2012-04-01
new helper: ext2_image_size()
Al Viro
3
-8
/
+30
2012-04-01
get rid of pointless includes of ext2_fs.h
Al Viro
4
-9
/
+4
2012-04-01
ext2: No longer export ext2_fs.h to user space
Thierry Reding
2
-63
/
+10
2012-04-01
mtdchar: kill persistently held vfsmount
Al Viro
1
-37
/
+16
2012-04-01
pstore: trim pstore_get_inode()
Al Viro
1
-18
/
+8
2012-04-01
aio: take final put_ioctx() into callers of io_destroy()
Al Viro
1
-6
/
+4
2012-04-01
aio: merge aio_cancel_all() with wait_for_all_aios()
Al Viro
1
-15
/
+7
2012-04-01
selinuxfs: merge dentry allocation into sel_make_dir()
Al Viro
1
-66
/
+44
2012-03-31
ASPM: Fix pcie devices with non-pcie children
Matthew Garrett
1
-3
/
+10
[next]