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
2012-07-22
vfs: Reorder operations during sys_sync
Jan Kara
1
-12
/
+34
2012-07-22
quota: Move quota syncing to ->sync_fs method
Jan Kara
7
-3
/
+28
2012-07-22
quota: Split dquot_quota_sync() to writeback and cache flushing part
Jan Kara
9
-13
/
+37
2012-07-22
vfs: Move noop_backing_dev_info check from sync into writeback
Jan Kara
2
-7
/
+5
2012-07-22
fs/ufs: get rid of write_super
Artem Bityutskiy
5
-16
/
+42
2012-07-22
fs/ufs: re-arrange the code a bit
Artem Bityutskiy
1
-59
/
+58
2012-07-22
fs/ufs: remove extra superblock write on unmount
Artem Bityutskiy
1
-3
/
+0
2012-07-22
fs/sysv: stop using write_super and s_dirt
Artem Bityutskiy
2
-11
/
+0
2012-07-22
fs/sysv: remove another useless write_super call
Artem Bityutskiy
1
-4
/
+1
2012-07-22
fs/sysv: remove useless write_super call
Artem Bityutskiy
1
-3
/
+0
2012-07-22
hfs: get rid of hfs_sync_super
Artem Bityutskiy
4
-39
/
+48
2012-07-22
hfs: introduce VFS superblock object back-reference
Artem Bityutskiy
2
-5
/
+2
2012-07-22
hfs: simplify a bit checking for R/O
Artem Bityutskiy
3
-4
/
+5
2012-07-22
hfs: remove extra mdb write on unmount
Artem Bityutskiy
1
-2
/
+0
2012-07-22
hfs: get rid of lock_super
Artem Bityutskiy
1
-2
/
+10
2012-07-22
hfs: push lock_super down
Artem Bityutskiy
3
-6
/
+2
2012-07-22
hfsplus: get rid of write_super
Artem Bityutskiy
5
-16
/
+43
2012-07-22
hfsplus: remove useless check
Artem Bityutskiy
1
-3
/
+0
2012-07-22
hfsplus: amend debugging print
Artem Bityutskiy
1
-1
/
+1
2012-07-22
hfsplus: make hfsplus_sync_fs static
Artem Bityutskiy
2
-2
/
+1
2012-07-22
hold task_lock around checks in keyctl
Al Viro
1
-0
/
+2
2012-07-22
get rid of ->scm_work_list
Al Viro
3
-21
/
+3
2012-07-22
aio: now fput() is OK from interrupt context; get rid of manual delayed __fput()
Al Viro
1
-70
/
+3
2012-07-22
switch fput to task_work_add
Al Viro
3
-3
/
+75
2012-07-22
deal with task_work callbacks adding more work
Al Viro
1
-12
/
+14
2012-07-22
move exit_task_work() past exit_files() et.al.
Al Viro
2
-23
/
+13
2012-07-22
merge task_work and rcu_head, get rid of separate allocation for keyring case
Al Viro
8
-52
/
+31
2012-07-22
trim task_work: get rid of hlist
Al Viro
5
-36
/
+38
2012-07-22
trimming task_work: kill ->data
Al Viro
5
-12
/
+17
2012-07-22
signal: make sure we don't get stopped with pending task_work
Al Viro
1
-0
/
+15
2012-07-22
use __lookup_hash() in kern_path_parent()
Al Viro
1
-1
/
+1
2012-07-22
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2012-07-22
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-224
/
+257
2012-07-22
mmc: core: reset signal voltage on power up
Aaron Lu
4
-16
/
+3
2012-07-22
mmc: sd: Fix sd current limit setting
Aaron Lu
3
-50
/
+60
2012-07-22
mmc: omap_hsmmc: add clk_prepare and clk_unprepare
Rajendra Nayak
1
-7
/
+7
2012-07-22
mmc: sdhci: When a UHS switch fails, cycle power if regulator is used
Philip Rakity
1
-0
/
+4
2012-07-22
mmc: atmel-mci: modify CLKDIV displaying in debugfs
Nicolas Ferre
1
-3
/
+9
2012-07-22
mmc: atmel-mci: fix incorrect setting of host->data to NULL
Nicolas Ferre
1
-1
/
+1
2012-07-22
mmc: sdhci: poll for card even when card is logically unremovable
Daniel Drake
1
-1
/
+1
2012-07-22
mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMER
Aaron Lu
2
-18
/
+13
2012-07-22
mmc: sdio: Change pr_warning to pr_warn_ratelimited
Liu Chuansheng
1
-1
/
+1
2012-07-22
Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-46
/
+59
2012-07-22
mmc: core: Simplify and fix for SD switch processing
Aaron Lu
1
-72
/
+22
2012-07-22
mmc: sdhci: restore host settings when card is removed
Aaron Lu
1
-0
/
+12
2012-07-22
mmc: sdhci: fix incorrect command used in tuning
Aaron Lu
1
-1
/
+7
2012-07-22
mmc: sdhci-pci: CaFe has broken card detection
Daniel Drake
1
-0
/
+1
2012-07-22
mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()
Mark Brown
1
-2
/
+8
2012-07-22
mmc: s3cmci: Convert s3cmci driver to gpiolib API
Sylwester Nawrocki
1
-7
/
+3
2012-07-22
mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPS
Philip Rakity
2
-4
/
+7
[prev]
[next]