index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
mm: update memfd seal write check to include F_SEAL_WRITE
Lorenzo Stoakes
1
-1
/
+1
2023-10-18
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
1
-52
/
+18
2023-10-18
iomap: use folio_end_read()
Matthew Wilcox (Oracle)
1
-3
/
+1
2023-10-18
buffer: use folio_end_read()
Matthew Wilcox (Oracle)
1
-12
/
+4
2023-10-18
ext4: use folio_end_read()
Matthew Wilcox (Oracle)
1
-11
/
+3
2023-10-18
iomap: protect read_bytes_pending with the state_lock
Matthew Wilcox (Oracle)
1
-12
/
+25
2023-10-18
iomap: hold state_lock over call to ifs_set_range_uptodate()
Matthew Wilcox (Oracle)
1
-9
/
+11
2023-10-18
fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flag
Muhammad Usama Anjum
1
-0
/
+36
2023-10-18
fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
Muhammad Usama Anjum
1
-0
/
+692
2023-10-18
userfaultfd: UFFD_FEATURE_WP_ASYNC
Peter Xu
1
-4
/
+22
2023-10-16
mm/filemap: remove hugetlb special casing in filemap.c
Sidhartha Kumar
1
-18
/
+19
2023-10-04
fs: use nth_page() in place of direct struct page manipulation
Zi Yan
1
-2
/
+2
2023-10-04
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
1
-25
/
+11
2023-10-04
ext4: call bdev_getblk() from sb_getblk_gfp()
Matthew Wilcox (Oracle)
1
-2
/
+8
2023-10-04
buffer: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
1
-1
/
+3
2023-10-04
ext4: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
1
-1
/
+2
2023-10-04
buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
Matthew Wilcox (Oracle)
1
-21
/
+40
2023-10-04
buffer: pass GFP flags to folio_alloc_buffers()
Matthew Wilcox (Oracle)
1
-8
/
+9
2023-10-04
mm: shrinker: convert shrinker_rwsem to mutex
Qi Zheng
1
-1
/
+1
2023-10-04
fs: super: dynamically allocate the s_shrink
Qi Zheng
4
-18
/
+21
2023-10-04
xfs: dynamically allocate the xfs-qm shrinker
Qi Zheng
2
-14
/
+15
2023-10-04
xfs: dynamically allocate the xfs-inodegc shrinker
Qi Zheng
3
-14
/
+18
2023-10-04
xfs: dynamically allocate the xfs-buf shrinker
Qi Zheng
2
-12
/
+14
2023-10-04
nfsd: dynamically allocate the nfsd-reply shrinker
Qi Zheng
2
-16
/
+17
2023-10-04
nfsd: dynamically allocate the nfsd-client shrinker
Qi Zheng
2
-9
/
+12
2023-10-04
jbd2,ext4: dynamically allocate the jbd2-journal shrinker
Qi Zheng
1
-11
/
+18
2023-10-04
ext4: dynamically allocate the ext4-es shrinker
Qi Zheng
2
-11
/
+14
2023-10-04
mbcache: dynamically allocate the mbcache shrinker
Qi Zheng
1
-10
/
+12
2023-10-04
ubifs: dynamically allocate the ubifs-slab shrinker
Qi Zheng
1
-10
/
+11
2023-10-04
quota: dynamically allocate the dquota-cache shrinker
Qi Zheng
1
-8
/
+9
2023-10-04
nfsd: dynamically allocate the nfsd-filecache shrinker
Qi Zheng
1
-10
/
+13
2023-10-04
nfs: dynamically allocate the nfs-acl shrinker
Qi Zheng
1
-8
/
+13
2023-10-04
NFSv4.2: dynamically allocate the nfs-xattr shrinkers
Qi Zheng
1
-43
/
+44
2023-10-04
gfs2: dynamically allocate the gfs2-qd shrinker
Qi Zheng
3
-10
/
+24
2023-10-04
gfs2: dynamically allocate the gfs2-glock shrinker
Qi Zheng
1
-9
/
+10
2023-10-04
f2fs: dynamically allocate the f2fs-shrinker
Qi Zheng
1
-8
/
+23
2023-10-04
erofs: dynamically allocate the erofs-shrinker
Qi Zheng
1
-7
/
+12
2023-10-04
proc/kcore: do not try to access unaccepted memory
Adrian Hunter
1
-1
/
+2
2023-10-04
mm/mremap: allow moves within the same VMA for stack moves
Joel Fernandes (Google)
1
-1
/
+1
2023-10-04
mm: convert DAX lock/unlock page to lock/unlock folio
Matthew Wilcox (Oracle)
1
-12
/
+12
2023-10-04
mm: remove remnants of SPLIT_RSS_COUNTING
Mateusz Guzik
1
-2
/
+0
2023-10-01
Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-6
/
+5
2023-09-30
Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2023-09-30
eventfs: Test for dentries array allocated in eventfs_release()
Steven Rostedt (Google)
1
-1
/
+1
2023-09-30
Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-2
/
+11
2023-09-30
Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-2
/
+2
2023-09-30
Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+1
2023-09-29
nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
Pan Bian
1
-3
/
+3
2023-09-29
fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
Greg Ungerer
1
-3
/
+2
2023-09-29
Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-4
/
+7
[next]