index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
locking-selftest-rtmutex.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
kasan: update documentation for generic kasan
Walter Wu
1
-0
/
+3
2020-08-07
kasan: add tests for call_rcu stack recording
Walter Wu
1
-0
/
+30
2020-08-07
kasan: record and print the free track
Walter Wu
7
-45
/
+80
2020-08-07
rcu: kasan: record and print call_rcu() call stack
Walter Wu
6
-7
/
+59
2020-08-07
kasan: update required compiler versions in documentation
Marco Elver
2
-14
/
+17
2020-08-07
kasan: improve and simplify Kconfig.kasan
Marco Elver
1
-7
/
+8
2020-08-07
mm/vmalloc.c: remove BUG() from the find_va_links()
Uladzislau Rezki (Sony)
1
-9
/
+32
2020-08-07
mm: vmalloc: remove redundant assignment in unmap_kernel_range_noflush()
Mike Rapoport
1
-1
/
+0
2020-08-07
mm/vmalloc: update the header about KVA rework
Uladzislau Rezki (Sony)
1
-0
/
+1
2020-08-07
mm/vmalloc: switch to "propagate()" callback
Uladzislau Rezki (Sony)
1
-19
/
+6
2020-08-07
mm/vmalloc: simplify augment_tree_propagate_check()
Uladzislau Rezki (Sony)
1
-34
/
+8
2020-08-07
mm/vmalloc: simplify merge_or_add_vmap_area()
Uladzislau Rezki (Sony)
1
-11
/
+14
2020-08-07
vmalloc: convert to XArray
Matthew Wilcox (Oracle)
1
-29
/
+11
2020-08-07
mm/sparse: cleanup the code surrounding memory_present()
Mike Rapoport
23
-101
/
+19
2020-08-07
mm/sparse: only sub-section aligned range would be populated
Wei Yang
1
-14
/
+6
2020-08-07
mm/sparse: never partially remove memmap for early section
Wei Yang
1
-3
/
+7
2020-08-07
selftests: add mincore() tests
Ricardo Cañuelo
4
-0
/
+370
2020-08-07
mm/mremap: start addresses are properly aligned
Wei Yang
2
-6
/
+0
2020-08-07
mm/mremap: calculate extent in one place
Wei Yang
1
-3
/
+3
2020-08-07
mm/mremap: it is sure to have enough space when extent meets requirement
Wei Yang
3
-12
/
+7
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
9
-31
/
+21
2020-08-07
mm: mmap: merge vma after call_mmap() if possible
Miaohe Lin
1
-1
/
+21
2020-08-07
arm64/mm: enable vmem_altmap support for vmemmap mappings
Anshuman Khandual
1
-20
/
+38
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()
Anshuman Khandual
6
-25
/
+20
2020-08-07
mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()
Anshuman Khandual
6
-13
/
+20
2020-08-07
mm: adjust vm_committed_as_batch according to vm overcommit policy
Feng Tang
5
-7
/
+64
2020-08-07
percpu_counter: add percpu_counter_sync()
Feng Tang
2
-0
/
+23
2020-08-07
mm/util.c: make vm_memory_committed() more accurate
Feng Tang
1
-1
/
+6
2020-08-07
proc/meminfo: avoid open coded reading of vm_committed_as
Feng Tang
1
-1
/
+1
2020-08-07
mm/mmap: optimize a branch judgment in ksys_mmap_pgoff()
Zhen Lei
1
-3
/
+4
2020-08-07
mm: move p?d_alloc_track to separate header file
Joerg Roedel
4
-45
/
+54
2020-08-07
mm: move lib/ioremap.c to mm/
Mike Rapoport
3
-2
/
+1
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
19
-62
/
+18
2020-08-07
asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
Mike Rapoport
5
-40
/
+31
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
13
-135
/
+55
2020-08-07
xtensa: switch to generic version of pte allocation
Mike Rapoport
1
-22
/
+19
2020-08-07
opeinrisc: switch to generic version of pte allocation
Mike Rapoport
1
-30
/
+3
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
125
-118
/
+17
2020-08-07
mm/memory.c: make remap_pfn_range() reject unaligned addr
Alex Zhang
1
-1
/
+4
2020-08-07
mm: remove redundant check non_swap_entry()
Ralph Campbell
1
-1
/
+1
2020-08-07
mm/page_counter.c: fix protection usage propagation
Michal Koutný
1
-3
/
+3
2020-08-07
mm: memcontrol: don't count limit-setting reclaim as memory pressure
Johannes Weiner
2
-7
/
+10
2020-08-07
mm: memcontrol: restore proper dirty throttling when memory.high changes
Johannes Weiner
1
-0
/
+2
2020-08-07
memcg, oom: check memcg margin for parallel oom
Yafang Shao
1
-1
/
+7
2020-08-07
mm, memcg: decouple e{low,min} state mutations from protection checks
Chris Down
3
-45
/
+53
2020-08-07
mm, memcg: avoid stale protection values when cgroup is above protection
Yafang Shao
3
-3
/
+50
2020-08-07
mm, memcg: unify reclaim retry limits with page allocator
Chris Down
1
-9
/
+6
2020-08-07
mm, memcg: reclaim more aggressively before high allocator throttling
Chris Down
1
-5
/
+37
2020-08-07
mm: memcontrol: avoid workload stalls when lowering memory.high
Roman Gushchin
1
-2
/
+2
2020-08-07
mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled()
Roman Gushchin
1
-1
/
+1
[next]