index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
Mike Rapoport
4
-47
/
+0
2020-06-04
mm: memmap_init: iterate over memblock regions rather that check each PFN
Baoquan He
2
-28
/
+19
2020-06-04
xtensa: simplify detection of memory zone boundaries
Mike Rapoport
1
-4
/
+4
2020-06-04
unicore32: simplify detection of memory zone boundaries
Mike Rapoport
4
-50
/
+15
2020-06-04
sparc32: simplify detection of memory zone boundaries
Mike Rapoport
1
-16
/
+5
2020-06-04
parisc: simplify detection of memory zone boundaries
Mike Rapoport
1
-19
/
+3
2020-06-04
m68k: mm: simplify detection of memory zone boundaries
Mike Rapoport
2
-13
/
+8
2020-06-04
csky: simplify detection of memory zone boundaries
Mike Rapoport
1
-15
/
+11
2020-06-04
arm64: simplify detection of memory zone boundaries for UMA configs
Mike Rapoport
1
-54
/
+0
2020-06-04
arm: simplify detection of memory zone boundaries
Mike Rapoport
1
-59
/
+7
2020-06-04
alpha: simplify detection of memory zone boundaries
Mike Rapoport
1
-14
/
+4
2020-06-04
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
15
-25
/
+18
2020-06-04
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
12
-60
/
+38
2020-06-04
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
20
-119
/
+74
2020-06-04
mm: make early_pfn_to_nid() and related defintions close to each other
Mike Rapoport
3
-37
/
+27
2020-06-04
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
4
-10
/
+17
2020-06-04
mm: clarify __GFP_MEMALLOC usage
Michal Hocko
1
-0
/
+5
2020-06-04
string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
Daniel Axtens
1
-12
/
+48
2020-06-04
kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
Daniel Axtens
1
-10
/
+19
2020-06-04
mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()
John Hubbard
1
-0
/
+3
2020-06-04
drm/i915: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-9
/
+13
2020-06-04
mm/gup: introduce pin_user_pages_fast_only()
John Hubbard
2
-0
/
+38
2020-06-04
mm/gup: refactor and de-duplicate gup_fast() code
John Hubbard
2
-41
/
+43
2020-06-04
mm/gup: move __get_user_pages_fast() down a few lines in gup.c
John Hubbard
1
-66
/
+66
2020-06-04
mm/memcg: optimize memory.numa_stat like memory.stat
Shakeel Butt
1
-25
/
+26
2020-06-04
mm/slub: fix a memory leak in sysfs_slab_add()
Wang Hai
1
-1
/
+3
2020-06-03
capabilities: add description for CAP_SETFCAP
Stefan Hajnoczi
1
-0
/
+2
2020-06-03
mm/migrate.c: attach_page_private already does the get_page
Hugh Dickins
1
-1
/
+0
2020-06-02
kasan: move kasan_report() into report.c
Andrey Konovalov
2
-21
/
+20
2020-06-02
mm/mm_init.c: report kasan-tag information stored in page->flags
Jing Xia
1
-6
/
+10
2020-06-02
ubsan: entirely disable alignment checks under UBSAN_TRAP
Kees Cook
1
-1
/
+1
2020-06-02
kasan: fix clang compilation warning due to stack protector
Andrey Konovalov
1
-8
/
+13
2020-06-02
x86/mm: remove vmalloc faulting
Joerg Roedel
5
-204
/
+4
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
7
-91
/
+0
2020-06-02
x86/mm/32: implement arch_sync_kernel_mappings()
Joerg Roedel
3
-9
/
+20
2020-06-02
x86/mm/64: implement arch_sync_kernel_mappings()
Joerg Roedel
2
-0
/
+7
2020-06-02
mm/ioremap: track which page-table levels were modified
Joerg Roedel
1
-15
/
+31
2020-06-02
mm/vmalloc: track which page-table levels were modified
Joerg Roedel
2
-26
/
+85
2020-06-02
mm: add functions to track page directory modifications
Joerg Roedel
3
-2
/
+72
2020-06-02
s390: use __vmalloc_node in stack_alloc
Christoph Hellwig
1
-6
/
+3
2020-06-02
powerpc: use __vmalloc_node in alloc_vm_stack
Christoph Hellwig
1
-3
/
+2
2020-06-02
arm64: use __vmalloc_node in arch_alloc_vmap_stack
Christoph Hellwig
1
-4
/
+2
2020-06-02
mm: remove vmalloc_user_node_flags
Christoph Hellwig
4
-37
/
+22
2020-06-02
mm: switch the test_vmalloc module to use __vmalloc_node
Christoph Hellwig
3
-30
/
+17
2020-06-02
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
5
-18
/
+9
2020-06-02
mm: remove both instances of __vmalloc_node_flags
Christoph Hellwig
3
-24
/
+8
2020-06-02
mm: remove the prot argument to __vmalloc_node
Christoph Hellwig
1
-21
/
+14
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
29
-59
/
+47
2020-06-02
gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
Christoph Hellwig
1
-10
/
+1
2020-06-02
mm: enforce that vmap can't map pages executable
Christoph Hellwig
4
-1
/
+14
[next]