index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-08
mm: uninline kstrdup()
Alexey Dobriyan
1
-0
/
+1
2023-02-14
mm: fix typo in __vm_enough_memory warning
Jakub Wilk
1
-1
/
+1
2023-01-19
mm: new primitive kvmemdup()
Hao Sun
1
-1
/
+23
2022-12-01
mm,thp,rmap: simplify compound page mapcount handling
Hugh Dickins
1
-79
/
+0
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-33
/
+3
2022-10-01
mm: fix BUG splat with kvmalloc + GFP_ATOMIC
Florian Westphal
1
-0
/
+4
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
1
-40
/
+0
2022-09-27
mm: remove rb tree.
Liam R. Howlett
1
-1
/
+9
2022-09-12
mm/util.c: add warning if __vm_enough_memory fails
Kefeng Wang
1
-0
/
+2
2022-09-12
mm/util: reduce stack usage of folio_mapcount
Kairui Song
1
-1
/
+1
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-08-02
mm: Convert all PageMovable users to movable_operations
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-1
/
+1
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2022-05-19
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-0
/
+32
2022-05-10
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2022-05-05
mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TO...
Christophe Leroy
1
-1
/
+1
2022-04-24
kvmalloc: use vmalloc_huge for vmalloc allocations
Linus Torvalds
1
-2
/
+9
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+50
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-2
/
+34
2022-03-21
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
1
-2
/
+1
2022-03-21
mm: Add folio_mapcount()
Matthew Wilcox (Oracle)
1
-0
/
+33
2022-03-08
mm: vmalloc: introduce array allocation functions
Paolo Bonzini
1
-0
/
+50
2022-03-04
mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
Daniel Borkmann
1
-1
/
+3
2022-01-15
mm: allow !GFP_KERNEL allocations for kvmalloc
Michal Hocko
1
-11
/
+4
2021-11-17
mm: Remove folio_test_single
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-10-18
mm/migrate: Add folio_migrate_copy()
Matthew Wilcox (Oracle)
1
-4
/
+17
2021-10-18
mm: Add flush_dcache_folio()
Matthew Wilcox (Oracle)
1
-0
/
+11
2021-09-27
mm: Add folio_raw_mapping()
Matthew Wilcox (Oracle)
1
-16
/
+4
2021-09-27
mm: Add folio_mapped()
Matthew Wilcox (Oracle)
1
-13
/
+16
2021-09-27
mm/util: Add folio_mapping() and folio_file_mapping()
Matthew Wilcox (Oracle)
1
-12
/
+18
2021-09-25
mm: fix uninitialized use in overcommit_policy_handler
Chen Jun
1
-2
/
+2
2021-09-02
mm: don't allow oversized kvmalloc() calls
Linus Torvalds
1
-0
/
+4
2021-08-10
mm: Add kvrealloc()
Dave Chinner
1
-0
/
+15
2021-07-12
mm: Make copy_huge_page() always available
Matthew Wilcox (Oracle)
1
-0
/
+10
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2021-07-01
mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...
David Hildenbrand
1
-0
/
+40
2021-05-11
mm/slub: Add Support for free path information of an object
Maninder Singh
1
-1
/
+1
2021-05-05
mm/util.c: fix typo
Bhaskar Chowdhury
1
-1
/
+1
2021-05-05
mm/util.c: reduce mem_dump_obj() object size
Joe Perches
1
-10
/
+14
2021-04-30
mm: move page_mapping_file to pagemap.h
Matthew Wilcox (Oracle)
1
-10
/
+0
2021-03-09
rcutorture: Add crude tests for mem_dump_obj()
Paul E. McKenney
1
-0
/
+1
2021-03-09
mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernels
Paul E. McKenney
1
-0
/
+2
2021-01-23
mm: Make mem_dump_obj() handle vmalloc() memory
Paul E. McKenney
1
-6
/
+8
2021-01-23
mm: Make mem_dump_obj() handle NULL and zero-sized pointers
Paul E. McKenney
1
-1
/
+6
2021-01-23
mm: Add mem_dump_obj() to print source of memory block
Paul E. McKenney
1
-0
/
+24
2020-11-19
mm: introduce vma_set_file function v5
Christian König
1
-0
/
+12
2020-10-16
mm/util.c: update the kerneldoc for kstrdup_const()
Bartosz Golaszewski
1
-1
/
+2
2020-09-04
arm64: mte: Tags-aware aware memcmp_pages() implementation
Catalin Marinas
1
-1
/
+1
[next]