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
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-30
[PATCH] hugetlb: overcommit accounting check
Adam Litke
1
-10
/
+53
2005-10-30
[PATCH] hugetlb: demand fault handler
Adam Litke
1
-5
/
+2
2005-10-30
[PATCH] cleanup hugelbfs_forget_inode
Christoph Hellwig
1
-18
/
+20
2005-10-30
[PATCH] kill hugelbfs_do_delete_inode
Christoph Hellwig
1
-37
/
+1
2005-10-30
[PATCH] hugetlbfs: clean up hugetlbfs_delete_inode
Christoph Hellwig
1
-6
/
+32
2005-10-30
[PATCH] hugetlbfs: move free_inodes accounting
Christoph Hellwig
1
-36
/
+42
2005-10-30
[PATCH] mm: split page table lock
Hugh Dickins
4
-12
/
+13
2005-10-30
[PATCH] mm: follow_page with inner ptlock
Hugh Dickins
1
-2
/
+1
2005-10-30
[PATCH] mm: unmap_vmas with inner ptlock
Hugh Dickins
1
-7
/
+3
2005-10-30
[PATCH] mm: pte_offset_map_lock loops
Hugh Dickins
1
-11
/
+6
2005-10-30
[PATCH] mm: ptd_alloc take ptlock
Hugh Dickins
1
-9
/
+5
2005-10-30
[PATCH] mm: update_hiwaters just in time
Hugh Dickins
3
-4
/
+21
2005-10-30
[PATCH] core remove PageReserved
Nick Piggin
1
-1
/
+3
2005-10-30
[PATCH] mm: rss = file_rss + anon_rss
Hugh Dickins
3
-7
/
+5
2005-10-30
[PATCH] mm: mm_init set_mm_counters
Hugh Dickins
5
-11
/
+0
2005-10-30
[PATCH] Convert mempolicies to nodemask_t
Andi Kleen
1
-1
/
+1
2005-10-29
[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programs
Pete Zaitcev
1
-0
/
+1
2005-10-29
[PATCH] Fix ext3 warning for unused var
Peter Osterlund
1
-10
/
+16
2005-10-29
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2
-3
/
+28
2005-10-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...
Linus Torvalds
6
-19
/
+38
2005-10-28
JFS: make sure right-most xtree pages have header.next set to zero
Dave Kleikamp
1
-9
/
+9
2005-10-28
Merge ../bleed-2.6
Greg KH
41
-686
/
+1379
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
1
-2
/
+2
2005-10-28
[PATCH] add sysfs attr to re-emit device hotplug event
Kay Sievers
1
-1
/
+26
2005-10-28
Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2005-10-28
[PATCH] gfp_t: reiserfs mapping_set_gfp_mask() use
Al Viro
1
-1
/
+1
2005-10-28
[PATCH] gfp_t: fs/*
Al Viro
19
-45
/
+45
2005-10-28
[PATCH] gfp_t: infrastructure
Al Viro
1
-1
/
+1
2005-10-28
[patch] remove gendisk->stamp_idle field
Chen, Kenneth W
1
-1
/
+1
2005-10-28
NFS: Allow files that are open for write to invalidate caches
Trond Myklebust
1
-4
/
+0
2005-10-28
NFSv4: Convert unnecessary XDR warning messages into dprintk()
Trond Myklebust
1
-11
/
+6
2005-10-28
NFSv4: Add post-op attributes to NFSv4 write and commit callbacks.
Trond Myklebust
2
-7
/
+34
2005-10-28
NFSv4: Add post-op attributes to nfs4_proc_remove()
Trond Myklebust
2
-14
/
+38
2005-10-28
NFSv4: Add post-op attributes to nfs4_proc_rename()
Trond Myklebust
2
-7
/
+37
2005-10-28
NFSv4: Add post-op attributes to nfs4_proc_link()
Trond Myklebust
2
-11
/
+45
2005-10-28
NFS: Ensure that nfs_link() instantiates the dentry correctly
Trond Myklebust
1
-7
/
+4
2005-10-28
NFS: Add optional post-op getattr instruction to the NFSv4 file close.
Trond Myklebust
2
-7
/
+36
2005-10-28
NFS: Optimise attribute revalidation on close().
Trond Myklebust
1
-2
/
+2
2005-10-28
NFSv4: Add directory post-op attributes to the CREATE operations.
Trond Myklebust
2
-15
/
+82
2005-10-28
NFS: nfs_lookup doesn't need to revalidate the parent directory's inode
Chuck Lever
1
-6
/
+0
2005-10-28
NFS: Don't let nfs_end_data_update() clobber attribute update information
Trond Myklebust
4
-24
/
+63
2005-10-28
NFS: Optimise inode attribute cache updates
Trond Myklebust
4
-19
/
+41
2005-10-28
NFS: Convert cache_change_attribute into a jiffy-based value
Trond Myklebust
1
-4
/
+4
2005-10-28
NFS: Cleanup initialisation of struct nfs_fattr
Trond Myklebust
6
-65
/
+66
2005-10-28
Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6
Trond Myklebust
3
-0
/
+8
2005-10-28
NFS: Fix a bad cast in nfs3_read_done
Trond Myklebust
1
-1
/
+1
2005-10-26
[PATCH] Fix HFS+ to free up the space when a file is deleted.
Peter Wainwright
1
-0
/
+1
2005-10-24
[PATCH] inotify/idr leak fix
Andrew Morton
1
-0
/
+1
2005-10-24
[PATCH] aio syscalls are not checked by lsm
Kostik Belousov
1
-0
/
+6
2005-10-21
NFSv4: Fix up locking for nfs4_state_owner
Trond Myklebust
3
-5
/
+18
[next]