Age | Commit message (Expand) | Author | Files | Lines |
2023-11-24 | Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2023-11-20 | filemap: add a per-mapping stable writes flag | Christoph Hellwig | 1 | -1/+1 |
2023-11-16 | mm: more ptep_get() conversion | Ryan Roberts | 3 | -3/+3 |
2023-11-16 | parisc: fix mmap_base calculation when stack grows upwards | Helge Deller | 1 | -0/+10 |
2023-11-16 | mm/damon/core.c: avoid unintentional filtering out of schemes | Hyeongtak Ji | 1 | -1/+1 |
2023-11-16 | mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors | Roman Gushchin | 1 | -1/+2 |
2023-11-16 | mm/damon/sysfs-schemes: handle tried region directory allocation failure | SeongJae Park | 1 | -0/+2 |
2023-11-16 | mm/damon/sysfs-schemes: handle tried regions sysfs directory allocation failure | SeongJae Park | 1 | -0/+3 |
2023-11-16 | mm/damon/sysfs: check error from damon_sysfs_update_target() | SeongJae Park | 1 | -1/+3 |
2023-11-16 | mm: fix for negative counter: nr_file_hugepages | Stefan Roesch | 1 | -7/+9 |
2023-11-16 | mm/damon/sysfs: eliminate potential uninitialized variable warning | Dan Carpenter | 1 | -1/+1 |
2023-11-08 | Merge tag 'memblock-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2023-11-03 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 3 | -7/+6 |
2023-11-03 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 77 | -3250/+5422 |
2023-11-02 | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+3 |
2023-11-01 | mm/damon/sysfs: update monitoring target regions for online input commit | SeongJae Park | 1 | -17/+30 |
2023-11-01 | mm/damon/sysfs: remove requested targets when online-commit inputs | SeongJae Park | 1 | -34/+36 |
2023-11-01 | mm/vmalloc: fix the unchecked dereference warning in vread_iter() | Baoquan He | 1 | -1/+1 |
2023-11-01 | zswap: export compression failure stats | Nhat Pham | 1 | -1/+7 |
2023-10-31 | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -4/+32 |
2023-10-31 | Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -11/+0 |
2023-10-31 | Merge tag 'slab-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 1 | -37/+36 |
2023-10-31 | Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr... | Linus Torvalds | 2 | -33/+12 |
2023-10-31 | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+11 |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -10/+10 |
2023-10-30 | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -1/+1 |
2023-10-30 | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds | 1 | -1/+2 |
2023-10-30 | Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -11/+12 |
2023-10-28 | mm/swap: Convert to use bdev_open_by_dev() | Jan Kara | 1 | -11/+12 |
2023-10-27 | Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/... | Jakub Kicinski | 1 | -3/+32 |
2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 9 | -46/+128 |
2023-10-26 | mempolicy: migration attempt to match interleave nodes | Hugh Dickins | 1 | -5/+50 |
2023-10-26 | mempolicy: mmap_lock is not needed while migrating folios | Hugh Dickins | 2 | -58/+63 |
2023-10-26 | mempolicy: alloc_pages_mpol() for NUMA policy without vma | Hugh Dickins | 5 | -303/+270 |
2023-10-26 | mm: add page_rmappable_folio() wrapper | Hugh Dickins | 3 | -20/+14 |
2023-10-26 | mempolicy: remove confusing MPOL_MF_LAZY dead code | Hugh Dickins | 1 | -18/+0 |
2023-10-26 | mempolicy: mpol_shared_policy_init() without pseudo-vma | Hugh Dickins | 1 | -15/+15 |
2023-10-26 | mempolicy trivia: use pgoff_t in shared mempolicy tree | Hugh Dickins | 1 | -6/+6 |
2023-10-26 | mempolicy trivia: slightly more consistent naming | Hugh Dickins | 1 | -40/+33 |
2023-10-26 | mempolicy trivia: delete those ancient pr_debug()s | Hugh Dickins | 1 | -21/+0 |
2023-10-26 | mempolicy: fix migrate_pages(2) syscall return nr_failed | Hugh Dickins | 1 | -179/+159 |
2023-10-26 | mm/damon/sysfs-test: add a unit test for damon_sysfs_set_targets() | SeongJae Park | 3 | -0/+100 |
2023-10-26 | mm/damon/core: avoid divide-by-zero from pseudo-moving window length calculation | SeongJae Park | 1 | -1/+1 |
2023-10-26 | mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculation | SeongJae Park | 1 | -3/+1 |
2023-10-26 | mm/damon/ops-common: avoid divide-by-zero during region hotness calculation | SeongJae Park | 1 | -3/+2 |
2023-10-26 | mm/damon/core: avoid divide-by-zero during monitoring results update | SeongJae Park | 1 | -8/+2 |
2023-10-26 | mm: mlock: avoid folio_within_range() on KSM pages | Hugh Dickins | 1 | -0/+4 |
2023-10-26 | mm: migrate: record the mlocked page status to remove unnecessary lru drain | Baolin Wang | 1 | -19/+29 |
2023-10-26 | mm: hugetlb_vmemmap: fix reference to nonexistent file | Vegard Nossum | 1 | -1/+1 |
2023-10-26 | mm: page_alloc: check the order of compound page even when the order is zero | Hyesoo Yu | 1 | -3/+3 |