index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-17
mm: allow a controlled amount of unfairness in the page lock
Linus Torvalds
1
-0
/
+2
2020-08-30
Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+2
2020-08-24
Revert "powerpc/64s: Remove PROT_SAO support"
Shawn Anastasio
1
-0
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+6
2020-08-14
mm: annotate a data race in page_zonenum()
Qian Cai
1
-0
/
+1
2020-08-14
mm: introduce offset_in_thp
Matthew Wilcox (Oracle)
1
-0
/
+1
2020-08-14
mm: move page-flags include to top of file
Matthew Wilcox (Oracle)
1
-5
/
+1
2020-08-14
mm: store compound_nr as well as compound_order
Matthew Wilcox (Oracle)
1
-1
/
+4
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
1
-5
/
+4
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-2
/
+5
2020-08-12
mm: drop duplicated words in <linux/mm.h>
Randy Dunlap
1
-2
/
+2
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-66
/
+20
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
1
-4
/
+0
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
1
-11
/
+1
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()
Anshuman Khandual
1
-2
/
+2
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()
Anshuman Khandual
1
-2
/
+3
2020-08-07
mm: adjust vm_committed_as_batch according to vm overcommit policy
Feng Tang
1
-0
/
+2
2020-08-07
mm: move p?d_alloc_track to separate header file
Joerg Roedel
1
-45
/
+0
2020-08-07
mm, dump_page: do not crash with bad compound_mapcount()
John Hubbard
1
-2
/
+12
2020-07-22
powerpc/64s: Remove PROT_SAO support
Nicholas Piggin
1
-2
/
+0
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-5
/
+5
2020-06-09
mmap locking API: initial implementation as rwsem wrappers
Michel Lespinasse
1
-0
/
+1
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-08
mm/gup: introduce pin_user_pages_locked()
John Hubbard
1
-0
/
+2
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
1
-2
/
+8
2020-06-04
include/linux/mm.h: return true in cpupid_pid_unset()
Jason Yan
1
-1
/
+1
2020-06-04
mm: replace zero-length array with flexible-array member
chenqiwu
1
-1
/
+1
2020-06-04
mm: add kvfree_sensitive() for freeing sensitive data objects
Waiman Long
1
-0
/
+1
2020-06-04
mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h
Mike Rapoport
1
-7
/
+0
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-31
/
+17
2020-06-03
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
1
-3
/
+1
2020-06-03
mm: simplify calling a compound page destructor
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-06-03
mm/page_alloc: restrict and formalize compound_page_dtors[]
Anshuman Khandual
1
-1
/
+1
2020-06-03
mm/page_alloc.c: remove unused free_bootmem_with_active_regions
Baoquan He
1
-4
/
+0
2020-06-03
mm: rename free_area_init_node() to free_area_init_memoryless_node()
Mike Rapoport
1
-6
/
+3
2020-06-03
mm: free_area_init: allow defining max_zone_pfn in descending order
Mike Rapoport
1
-0
/
+1
2020-06-03
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
1
-4
/
+3
2020-06-03
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
1
-1
/
+1
2020-06-03
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
1
-10
/
+2
2020-06-03
mm: make early_pfn_to_nid() and related defintions close to each other
Mike Rapoport
1
-2
/
+2
2020-06-03
mm/gup: introduce pin_user_pages_fast_only()
John Hubbard
1
-0
/
+2
2020-06-03
mm/gup: refactor and de-duplicate gup_fast() code
John Hubbard
1
-0
/
+1
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-6
/
+8
2020-06-02
Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-0
/
+1
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-19
/
+48
2020-06-02
mm: add functions to track page directory modifications
Joerg Roedel
1
-0
/
+46
2020-06-02
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
1
-0
/
+2
2020-06-02
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
1
-19
/
+0
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+2
[next]