index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sparc: drop unused MAX_PHYSADDR_BITS
Arvind Sankar
2020-08-12
1
-1
/
+0
*
sh/mm: drop unused MAX_PHYSADDR_BITS
Arvind Sankar
2020-08-12
1
-3
/
+1
*
include/linux/memcontrol.h: drop duplicate word and fix spello
Randy Dunlap
2020-08-12
1
-2
/
+2
*
include/linux/frontswap.h: drop duplicated word in a comment
Randy Dunlap
2020-08-12
1
-1
/
+1
*
include/linux/highmem.h: fix duplicated words in a comment
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm: drop duplicated words in <linux/mm.h>
Randy Dunlap
2020-08-12
1
-2
/
+2
*
mm: drop duplicated words in <linux/pgtable.h>
Randy Dunlap
2020-08-12
1
-6
/
+6
*
mm, memory_hotplug: update pcp lists everytime onlining a memory block
Charan Teja Reddy
2020-08-12
1
-2
/
+1
*
mm/memory_hotplug: fix unpaired mem_hotplug_begin/done
Jia He
2020-08-12
1
-3
/
+2
*
mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()
Jia He
2020-08-12
5
-22
/
+10
*
x86/mm: use max memory block size on bare metal
Daniel Jordan
2020-08-12
1
-0
/
+9
*
mm: mmu_notifier: fix and extend kerneldoc
Krzysztof Kozlowski
2020-08-12
1
-4
/
+5
*
include/linux/sched/mm.h: optimize current_gfp_context()
Waiman Long
2020-08-12
1
-3
/
+5
*
cma: don't quit at first error when activating reserved areas
Mike Kravetz
2020-08-12
1
-14
/
+9
*
mm: hugetlb: fix the name of hugetlb CMA
Barry Song
2020-08-12
1
-1
/
+3
*
mm: cma: fix the name of CMA areas
Barry Song
2020-08-12
2
-9
/
+10
*
mm/cma.c: fix NULL pointer dereference when cma could not be activated
Jianqun Xu
2020-08-12
1
-1
/
+1
*
mm/vmstat: add events for THP migration without split
Anshuman Khandual
2020-08-12
5
-11
/
+91
*
mm: thp: remove debug_cow switch
Yang Shi
2020-08-12
2
-28
/
+0
*
mm/migrate: add migrate-shared test for migrate_vma_*()
Ralph Campbell
2020-08-12
1
-0
/
+35
*
mm/migrate: optimize migrate_vma_setup() for holes
Ralph Campbell
2020-08-12
1
-2
/
+14
*
hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem
Mike Kravetz
2020-08-12
4
-12
/
+23
*
hugetlbfs: prevent filesystem stacking of hugetlbfs
Mike Kravetz
2020-08-12
1
-0
/
+6
*
mm, oom: show process exiting information in __oom_kill_process()
Yafang Shao
2020-08-12
1
-0
/
+2
*
doc, mm: clarify /proc/<pid>/oom_score value range
Michal Hocko
2020-08-12
1
-0
/
+3
*
doc, mm: sync up oom_score_adj documentation
Michal Hocko
2020-08-12
1
-8
/
+0
*
mm, oom: make the calculation of oom badness more accurate
Yafang Shao
2020-08-12
3
-15
/
+22
*
include/linux/mempolicy.h: fix typo
Yanfei Xu
2020-08-12
1
-1
/
+1
*
mm/mempolicy.c: check parameters first in kernel_get_mempolicy
Wenchao Hao
2020-08-12
1
-2
/
+2
*
mm: mempolicy: fix kerneldoc of numa_map_to_online_node()
Krzysztof Kozlowski
2020-08-12
1
-1
/
+1
*
mm/compaction: correct the comments of compact_defer_shift
Alex Shi
2020-08-12
2
-1
/
+2
*
mm: use unsigned types for fragmentation score
Nitin Gupta
2020-08-12
4
-13
/
+13
*
mm: fix compile error due to COMPACTION_HPAGE_ORDER
Nitin Gupta
2020-08-12
1
-1
/
+1
*
mm: proactive compaction
Nitin Gupta
2020-08-12
6
-5
/
+223
*
/proc/PID/smaps: consistent whitespace output format
Michal Koutný
2020-08-12
1
-2
/
+2
*
mm/vmscan: restore active/inactive ratio for anonymous LRU
Joonsoo Kim
2020-08-12
1
-1
/
+1
*
mm/swap: implement workingset detection for anonymous LRU
Joonsoo Kim
2020-08-12
5
-19
/
+43
*
mm/swapcache: support to handle the shadow entries
Joonsoo Kim
2020-08-12
5
-12
/
+69
*
mm/workingset: prepare the workingset detection infrastructure for anon LRU
Joonsoo Kim
2020-08-12
5
-21
/
+43
*
mm/vmscan: protect the workingset on anonymous LRU
Joonsoo Kim
2020-08-12
10
-21
/
+19
*
mm/vmscan: make active/inactive ratio as 1:1 for anon lru
Joonsoo Kim
2020-08-12
1
-1
/
+1
*
mm/hugetlb: add mempolicy check in the reservation routine
Muchun Song
2020-08-12
3
-6
/
+34
*
kselftests: cgroup: add perpcu memory accounting test
Roman Gushchin
2020-08-12
1
-1
/
+69
*
mm: memcg: charge memcg percpu memory to the parent cgroup
Roman Gushchin
2020-08-12
1
-4
/
+16
*
mm: memcg/percpu: per-memcg percpu memory statistics
Roman Gushchin
2020-08-12
4
-1
/
+25
*
mm: memcg/percpu: account percpu memory to memory cgroups
Roman Gushchin
2020-08-12
5
-40
/
+246
*
percpu: return number of released bytes from pcpu_free_area()
Roman Gushchin
2020-08-12
1
-3
/
+10
*
Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-11
127
-1091
/
+5164
|
\
|
*
perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set
Jin Yao
2020-08-07
1
-2
/
+2
|
*
perf tools powerpc: Add support for extended regs in power10
Athira Rajeev
2020-08-07
3
-0
/
+15
[next]