summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port xattr to mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-5/+5
* hugetlb: really allocate vma lock for all sharable vmasMike Kravetz2022-12-211-185/+148
* kmsan: export kmsan_handle_urbArnd Bergmann2022-12-211-0/+1
* kmsan: include linux/vmalloc.hArnd Bergmann2022-12-211-0/+1
* mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers2022-12-211-0/+1
* mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka2022-12-211-1/+2
* Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-192-21/+31
|\
| * mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger2022-12-151-1/+1
| * mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang2022-12-151-18/+28
| * mm/gup_test: free memory allocated via kvcalloc() using kvfree()David Hildenbrand2022-12-151-2/+2
* | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-178-12/+8
|\ \ | |/ |/|
| * mm: Remove pointless barrier() after pmdp_get_lockless()Peter Zijlstra2022-12-152-4/+0
| * mm/gup: Fix the lockless PMD accessPeter Zijlstra2022-12-151-1/+1
| * mm: Rename pmd_read_atomic()Peter Zijlstra2022-12-156-7/+7
| * mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-151-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-154-6/+43
|\ \
| * \ Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-092-1/+10
| |\ \
| | * | mm: Add PG_arch_3 page flagPeter Collingbourne2022-11-291-0/+1
| | * | mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas2022-11-292-1/+9
| | |/
| * / mm/gup: Add FOLL_INTERRUPTIBLEPeter Xu2022-11-092-5/+33
| |/
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-144-26/+26
|\ \
| * | panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-022-4/+3
| * | mm: Make ksize() a reporting-only functionKees Cook2022-12-012-22/+23
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1376-3545/+4636
|\ \ \
| * | | mm/hugetlb: set head flag before setting compound_order in __prep_compound_gi...Sidhartha Kumar2022-12-121-2/+2
| * | | mm: mmu_gather: allow more than one batch of delayed rmapsLinus Torvalds2022-12-111-16/+20
| * | | kmsan: fix memcpy testsAlexander Potapenko2022-12-111-0/+3
| * | | mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang2022-12-111-0/+1
| * | | mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand2022-12-111-3/+7
| * | | mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins2022-12-111-9/+33
| * | | mm: memcg: fix swapcached stat accountingHugh Dickins2022-12-112-2/+7
| * | | mm: add nodes= arg to memory.reclaimMina Almasry2022-12-112-14/+57
| * | | mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry2022-12-111-3/+22
| * | | mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed2022-12-111-5/+6
| * | | mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple2022-12-111-3/+3
| * | | mm/page_alloc: update comments in __free_pages_ok()Deyan Wang2022-12-111-0/+5
| * | | kasan: fail non-kasan KUnit tests on KASAN reportsAndrey Konovalov2022-12-113-0/+69
| * | | mm/hugetlb: change hugetlb allocation functions to return a folioSidhartha Kumar2022-12-111-70/+64
| * | | mm/hugetlb: convert hugetlb prep functions to foliosSidhartha Kumar2022-12-111-33/+30