summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park2022-05-131-0/+3
* mm/damon/core: add a function for damon_operations registration checksSeongJae Park2022-05-131-0/+1
* mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZEFabio M. De Francesco2022-05-131-0/+2
* mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit2022-05-131-0/+20
* mm/mprotect: do not flush when not required architecturallyNadav Amit2022-05-131-0/+14
* mm/mprotect: use mmu_gatherNadav Amit2022-05-132-4/+6
* VFS: add FMODE_CAN_ODIRECT file flagNeilBrown2022-05-101-0/+3
* mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown2022-05-101-0/+7
* nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown2022-05-101-1/+1
* mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-101-0/+1
* mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-101-0/+6
* mm: drop swap_dirty_folioNeilBrown2022-05-101-1/+0
* mm: create new mm/swap.h header fileNeilBrown2022-05-101-121/+0
* mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2022-05-102-0/+31
* mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand2022-05-101-0/+39
* mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand2022-05-101-0/+8
* mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand2022-05-101-2/+2
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-103-4/+76
* mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand2022-05-101-1/+38
* mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-101-1/+2
* mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2022-05-101-1/+1
* mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-101-2/+0
* mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2022-05-101-4/+18
* mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-102-5/+49
* mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand2022-05-101-0/+4
* kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_tAndrey Konovalov2022-04-291-4/+4
* mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin2022-04-291-3/+2
* mm/vmstat: add events for ksm cowYang Yang2022-04-291-0/+3
* ksm: count ksm merging pages for each processxu xin2022-04-291-0/+7
* include/linux/swapops.h: remove stub for non_swap_entry()Peter Xu2022-04-291-8/+0
* mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins2022-04-291-1/+1
* mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins2022-04-292-2/+6
* mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-293-5/+5
* mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2022-04-291-6/+6
* mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song2022-04-291-1/+1
* mm/mmap: drop arch_vm_get_page_pgprot()Anshuman Khandual2022-04-291-4/+0
* mm: simplify follow_invalidate_pte()Muchun Song2022-04-291-3/+0
* mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2022-04-291-0/+3
* mm: untangle config dependencies for demote-on-reclaimOscar Salvador2022-04-291-19/+15
* Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-04-292-2/+0
* mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin2022-04-291-4/+0
* mm: shmem: make shmem_init return voidMiaohe Lin2022-04-291-1/+1
* Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-287-15/+22
|\
| * Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-282-1/+2
| |\
| | * Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-261-1/+1
| | * Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-261-0/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-281-0/+1
| |\ \
| | * | xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-261-0/+1
| * | | net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior2022-04-271-12/+9
| | |/ | |/|
| * | tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-0/+1