index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
huge tmpfs: remove shrinklist addition from shmem_setattr()
Hugh Dickins
2021-09-03
1
-19
/
+0
*
huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
Hugh Dickins
2021-09-03
3
-3
/
+31
*
huge tmpfs: fix fallocate(vanilla) advance over huge pages
Hugh Dickins
2021-09-03
1
-3
/
+16
*
shmem: include header file to declare swap_info
Miaohe Lin
2021-09-03
1
-2
/
+1
*
shmem: remove unneeded function forward declaration
Miaohe Lin
2021-09-03
1
-3
/
+0
*
shmem: remove unneeded header file
Miaohe Lin
2021-09-03
1
-2
/
+0
*
shmem: remove unneeded variable ret
Miaohe Lin
2021-09-03
1
-2
/
+1
*
shmem: use raw_spinlock_t for ->stat_lock
Sebastian Andrzej Siewior
2021-09-03
2
-15
/
+18
*
mm: delete unused get_kernel_page()
John Hubbard
2021-09-03
2
-23
/
+0
*
fs, mm: fix race in unlinking swapfile
Hugh Dickins
2021-09-03
2
-1
/
+13
*
mm/gup: remove try_get_page(), call try_get_compound_head() directly
John Hubbard
2021-09-03
4
-15
/
+20
*
mm/gup: small refactoring: simplify try_grab_page()
John Hubbard
2021-09-03
2
-32
/
+7
*
mm/gup: documentation corrections for gup/pup
John Hubbard
2021-09-03
1
-7
/
+20
*
mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()
Miaohe Lin
2021-09-03
1
-2
/
+2
*
mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()
Miaohe Lin
2021-09-03
1
-5
/
+7
*
mm: gup: remove useless BUG_ON in __get_user_pages()
Miaohe Lin
2021-09-03
1
-1
/
+0
*
mm: gup: remove unneed local variable orig_refs
Miaohe Lin
2021-09-03
1
-3
/
+1
*
mm: gup: remove set but unused local variable major
Miaohe Lin
2021-09-03
1
-2
/
+1
*
include/linux/buffer_head.h: fix boolreturn.cocci warnings
Jing Yangyang
2021-09-03
1
-1
/
+1
*
writeback: memcg: simplify cgroup_writeback_by_id
Shakeel Butt
2021-09-03
4
-24
/
+26
*
fs: inode: count invalidated shadow pages in pginodesteal
Johannes Weiner
2021-09-03
2
-11
/
+11
*
fs: drop_caches: fix skipping over shadow cache inodes
Johannes Weiner
2021-09-03
1
-1
/
+2
*
mm: remove irqsave/restore locking from contexts with irqs enabled
Johannes Weiner
2021-09-03
3
-19
/
+13
*
writeback: use READ_ONCE for unlocked reads of writeback stats
Jan Kara
2021-09-03
1
-12
/
+13
*
writeback: rename domain_update_bandwidth()
Jan Kara
2021-09-03
1
-4
/
+4
*
writeback: fix bandwidth estimate for spiky workload
Jan Kara
2021-09-03
4
-14
/
+37
*
writeback: reliably update bandwidth estimation
Jan Kara
2021-09-03
4
-16
/
+46
*
writeback: track number of inodes under writeback
Jan Kara
2021-09-03
4
-2
/
+27
*
mm: add kernel_misc_reclaimable in show_free_areas
liuhailong
2021-09-03
1
-0
/
+2
*
mm: report a more useful address for reclaim acquisition
Matthew Wilcox (Oracle)
2021-09-03
3
-14
/
+14
*
mm/debug_vm_pgtable: fix corrupted page flag
Gavin Shan
2021-09-03
1
-4
/
+51
*
mm/debug_vm_pgtable: remove unused code
Gavin Shan
2021-09-03
1
-54
/
+0
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...
Gavin Shan
2021-09-03
1
-48
/
+38
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying tests
Gavin Shan
2021-09-03
1
-78
/
+48
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying tests
Gavin Shan
2021-09-03
1
-52
/
+46
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying tests
Gavin Shan
2021-09-03
1
-35
/
+32
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp tests
Gavin Shan
2021-09-03
1
-19
/
+17
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap tests
Gavin Shan
2021-09-03
1
-25
/
+23
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap tests
Gavin Shan
2021-09-03
1
-32
/
+26
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite tests
Gavin Shan
2021-09-03
1
-16
/
+16
*
mm/debug_vm_pgtable: use struct pgtable_debug_args in basic tests
Gavin Shan
2021-09-03
1
-26
/
+24
*
mm/debug_vm_pgtable: introduce struct pgtable_debug_args
Gavin Shan
2021-09-03
1
-1
/
+269
*
arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warnings
kernel test robot
2021-09-03
1
-2
/
+1
*
ocfs2: ocfs2_downconvert_lock failure results in deadlock
Gang He
2021-09-03
1
-0
/
+12
*
ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local...
Tuo Li
2021-09-03
2
-1
/
+2
*
ocfs2: remove an unnecessary condition
Dan Carpenter
2021-09-03
1
-1
/
+1
*
ia64: make num_rsvd_regions static
Geert Uytterhoeven
2021-09-03
2
-2
/
+1
*
ia64: make reserve_elfcorehdr() static
Geert Uytterhoeven
2021-09-03
2
-27
/
+25
*
ia64: fix #endif comment for reserve_elfcorehdr()
Geert Uytterhoeven
2021-09-03
1
-1
/
+1
*
ia64: fix typo in a comment
Jason Wang
2021-09-03
1
-1
/
+1
[prev]
[next]