index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable
Andy Shevchenko
2021-07-01
1
-0
/
+1
*
lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII
Andy Shevchenko
2021-07-01
1
-0
/
+1
*
lib/string_helpers: switch to use BIT() macro
Andy Shevchenko
2021-07-01
1
-10
/
+11
*
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-07-01
5
-84
/
+114
*
drm: include only needed headers in ascii85.h
Andy Shevchenko
2021-07-01
1
-1
/
+2
*
mm: device exclusive memory access
Alistair Popple
2021-07-01
4
-3
/
+60
*
mm: rename migrate_pgmap_owner
Alistair Popple
2021-07-01
1
-10
/
+10
*
mm/rmap: split migration into its own function
Alistair Popple
2021-07-01
1
-3
/
+1
*
mm/rmap: split try_to_munlock from try_to_unmap
Alistair Popple
2021-07-01
1
-2
/
+1
*
mm/swapops: rework swap entry manipulation code
Alistair Popple
2021-07-01
1
-26
/
+30
*
mm: remove special swap entry functions
Alistair Popple
2021-07-01
2
-48
/
+25
*
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2021-07-01
1
-0
/
+9
*
mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEM
Mel Gorman
2021-07-01
1
-1
/
+4
*
mm/swap: make swap_address_space an inline function
Mel Gorman
2021-07-01
1
-1
/
+5
*
mm: fix spelling mistakes
Zhen Lei
2021-07-01
3
-3
/
+3
*
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
2021-07-01
1
-0
/
+9
*
mm: fix typos and grammar error in comments
Hyeonggon Yoo
2021-07-01
1
-1
/
+1
*
mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
David Hildenbrand
2021-07-01
1
-0
/
+3
*
mm: rmap: make try_to_unmap() void function
Yang Shi
2021-07-01
1
-1
/
+1
*
mm: thp: refactor NUMA fault handling
Yang Shi
2021-07-01
1
-23
/
+0
*
mm: memory: add orig_pmd to struct vm_fault
Yang Shi
2021-07-01
2
-6
/
+10
*
mm: migrate: fix missing update page_private to hugetlb_page_subpool
Muchun Song
2021-07-01
1
-0
/
+5
*
arm64/mm: drop HAVE_ARCH_PFN_VALID
Anshuman Khandual
2021-07-01
1
-0
/
+9
*
memblock: update initialization of reserved pages
Mike Rapoport
2021-07-01
1
-1
/
+3
*
include/linux/mmzone.h: add documentation for pfn_valid()
Mike Rapoport
2021-07-01
1
-0
/
+11
*
mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies
Ben Widawsky
2021-07-01
1
-5
/
+2
*
mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
Feng Tang
2021-07-01
1
-1
/
+0
*
mm/mempolicy: cleanup nodemask intersection check for oom
Feng Tang
2021-07-01
1
-1
/
+1
*
mm/zbud: don't export any zbud API
Miaohe Lin
2021-07-01
1
-23
/
+0
*
mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...
David Hildenbrand
2021-07-01
1
-0
/
+10
*
fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...
David Hildenbrand
2021-07-01
1
-0
/
+12
*
fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
David Hildenbrand
2021-07-01
1
-3
/
+0
*
include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_low
Yu Zhao
2021-07-01
1
-41
/
+0
*
userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
Axel Rasmussen
2021-07-01
1
-0
/
+5
*
userfaultfd/shmem: advertise shmem minor fault support
Axel Rasmussen
2021-07-01
1
-1
/
+6
*
userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
Axel Rasmussen
2021-07-01
1
-11
/
+8
*
mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu
2021-07-01
2
-1
/
+3
*
mm: sparsemem: use huge PMD mapping for vmemmap pages
Muchun Song
2021-07-01
1
-19
/
+6
*
mm: sparsemem: split the huge PMD mapping of vmemmap pages
Muchun Song
2021-07-01
1
-2
/
+2
*
mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
Mina Almasry
2021-07-01
1
-0
/
+4
*
mm/vmalloc: enable mapping of huge pages at pte level in vmalloc
Christophe Leroy
2021-07-01
1
-0
/
+7
*
mm/vmalloc: enable mapping of huge pages at pte level in vmap
Christophe Leroy
2021-07-01
1
-0
/
+8
*
mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
Christophe Leroy
2021-07-01
1
-1
/
+25
*
mm/hugetlb: change parameters of arch_make_huge_pte()
Christophe Leroy
2021-07-01
1
-2
/
+2
*
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
2021-07-01
1
-22
/
+35
*
mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
Miaohe Lin
2021-07-01
1
-4
/
+2
*
mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
Muchun Song
2021-07-01
1
-0
/
+3
*
mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
Muchun Song
2021-07-01
1
-0
/
+19
*
mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
Muchun Song
2021-07-01
2
-0
/
+5
*
mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
Muchun Song
2021-07-01
2
-1
/
+30
[next]