index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-30
fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...
David Hildenbrand
2
-1
/
+25
2021-06-30
fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
David Hildenbrand
1
-8
/
+27
2021-06-30
fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
David Hildenbrand
2
-8
/
+2
2021-06-30
docs: proc.rst: meminfo: briefly describe gaps in memory accounting
Mike Rapoport
1
-2
/
+9
2021-06-30
mm/kconfig: move HOLES_IN_ZONE into mm
Kefeng Wang
4
-9
/
+4
2021-06-30
mm: workingset: define macro WORKINGSET_SHIFT
Miaohe Lin
1
-4
/
+6
2021-06-30
include/trace/events/vmscan.h: remove mm_vmscan_inactive_list_is_low
Yu Zhao
1
-41
/
+0
2021-06-30
mm/vmscan.c: fix potential deadlock in reclaim_pages()
Yu Zhao
1
-0
/
+15
2021-06-30
userfaultfd/selftests: exercise minor fault handling shmem support
Axel Rasmussen
1
-4
/
+25
2021-06-30
userfaultfd/selftests: reinitialize test context in each test
Axel Rasmussen
1
-105
/
+117
2021-06-30
userfaultfd/selftests: create alias mappings in the shmem test
Axel Rasmussen
1
-3
/
+19
2021-06-30
userfaultfd/selftests: use memfd_create for shmem test type
Axel Rasmussen
1
-1
/
+15
2021-06-30
userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()
Axel Rasmussen
3
-57
/
+23
2021-06-30
userfaultfd/shmem: advertise shmem minor fault support
Axel Rasmussen
3
-3
/
+10
2021-06-30
userfaultfd/shmem: support UFFDIO_CONTINUE for shmem
Axel Rasmussen
1
-45
/
+127
2021-06-30
userfaultfd/shmem: support minor fault registration for shmem
Axel Rasmussen
3
-6
/
+17
2021-06-30
userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
Axel Rasmussen
3
-54
/
+27
2021-06-30
userfaultfd/selftests: add pagemap uffd-wp test
Peter Xu
1
-0
/
+154
2021-06-30
mm/pagemap: export uffd-wp protection information
Peter Xu
2
-0
/
+11
2021-06-30
mm/userfaultfd: fail uffd-wp registration if not supported
Peter Xu
1
-1
/
+8
2021-06-30
mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu
4
-26
/
+30
2021-06-30
mm/thp: simplify copying of huge zero page pmd when fork
Peter Xu
1
-6
/
+3
2021-06-30
userfaultfd/selftests: unify error handling
Peter Xu
1
-369
/
+187
2021-06-30
userfaultfd/selftests: only dump counts if mode enabled
Peter Xu
1
-10
/
+20
2021-06-30
userfaultfd/selftests: dropping VERIFY check in locking_thread
Peter Xu
1
-54
/
+1
2021-06-30
userfaultfd/selftests: remove the time() check on delayed uffd
Peter Xu
1
-8
/
+0
2021-06-30
userfaultfd/selftests: use user mode only
Peter Xu
1
-1
/
+1
2021-06-30
mm/hwpoison: disable pcp for page_handle_poison()
Naoya Horiguchi
1
-3
/
+16
2021-06-30
hugetlb: address ref count racing in prep_compound_gigantic_page
Mike Kravetz
2
-9
/
+64
2021-06-30
hugetlb: remove prep_compound_huge_page cleanup
Mike Kravetz
1
-19
/
+10
2021-06-30
mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
Muchun Song
3
-2
/
+17
2021-06-30
mm: sparsemem: use huge PMD mapping for vmemmap pages
Muchun Song
4
-33
/
+9
2021-06-30
mm: sparsemem: split the huge PMD mapping of vmemmap pages
Muchun Song
3
-43
/
+129
2021-06-30
mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
Mina Almasry
4
-59
/
+45
2021-06-30
khugepaged: selftests: remove debug_cow
Nanyong Sun
1
-4
/
+0
2021-06-30
powerpc/8xx: add support for huge pages on VMAP and VMALLOC
Christophe Leroy
2
-1
/
+44
2021-06-30
mm/vmalloc: enable mapping of huge pages at pte level in vmalloc
Christophe Leroy
2
-6
/
+14
2021-06-30
mm/vmalloc: enable mapping of huge pages at pte level in vmap
Christophe Leroy
2
-3
/
+26
2021-06-30
mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
Christophe Leroy
3
-24
/
+56
2021-06-30
mm/hugetlb: change parameters of arch_make_huge_pte()
Christophe Leroy
8
-19
/
+17
2021-06-30
mm/huge_memory.c: don't discard hugepage if other processes are mapping it
Miaohe Lin
1
-1
/
+1
2021-06-30
mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmd
Miaohe Lin
1
-3
/
+0
2021-06-30
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
5
-29
/
+48
2021-06-30
mm/huge_memory.c: use page->deferred_list
Miaohe Lin
1
-2
/
+2
2021-06-30
mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
Miaohe Lin
1
-4
/
+2
2021-06-30
mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...
Shixin Liu
1
-3
/
+3
2021-06-30
mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...
Shixin Liu
1
-52
/
+39
2021-06-30
mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
Muchun Song
4
-4
/
+43
2021-06-30
mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
Muchun Song
2
-0
/
+9
2021-06-30
mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
Muchun Song
5
-2
/
+69
[next]