index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
1
-4
/
+2
2024-07-17
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
1
-3
/
+2
2024-07-12
mm: shmem: rename mTHP shmem counters
Ryan Roberts
1
-3
/
+3
2024-07-12
mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUND
Miaohe Lin
1
-1
/
+0
2024-07-12
mm: thp: support "THPeligible" semantics for mTHP with anonymous shmem
Bang Li
1
-0
/
+9
2024-07-12
mm: fix khugepaged activation policy
Ryan Roberts
1
-12
/
+0
2024-07-12
memory tier: consolidate the initialization of memory tiers
Ho-Ren (Jack) Chuang
1
-0
/
+2
2024-07-12
mm/page_counter: move calculating protection values to page_counter
Maarten Lankhorst
1
-0
/
+4
2024-07-12
mm: add comments for allocation helpers explaining why they are macros
Suren Baghdasaryan
7
-3
/
+42
2024-07-12
mm: remove CONFIG_ARCH_HAS_HUGEPD
Christophe Leroy
1
-6
/
+0
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
2
-3
/
+3
2024-07-12
mm: define __pte_leaf_size() to also take a PMD entry
Christophe Leroy
1
-0
/
+3
2024-07-12
mm: add per-order mTHP split counters
Lance Yang
1
-0
/
+3
2024-07-12
fs/procfs: add build ID fetching to PROCMAP_QUERY API
Andrii Nakryiko
1
-0
/
+28
2024-07-12
fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
Andrii Nakryiko
1
-1
/
+129
2024-07-12
mm/gup: introduce memfd_pin_folios() for pinning memfd folios
Vivek Kasireddy
2
-0
/
+8
2024-07-12
mm/gup: introduce unpin_folio/unpin_folios helpers
Vivek Kasireddy
1
-0
/
+2
2024-07-10
mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==N
Barry Song
1
-1
/
+1
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
6
-30
/
+17
2024-07-10
mm: memcg: add cache line padding to mem_cgroup_per_node
Roman Gushchin
1
-2
/
+4
2024-07-10
mm: memcg: drop obsolete cache line padding in struct mem_cgroup
Roman Gushchin
1
-4
/
+0
2024-07-06
mm: migrate: remove folio_migrate_copy()
Kefeng Wang
1
-1
/
+0
2024-07-06
mm: add folio_mc_copy()
Kefeng Wang
1
-0
/
+1
2024-07-06
mm: move memory_failure_queue() into copy_mc_[user]_highpage()
Kefeng Wang
1
-0
/
+6
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
4
-52
/
+22
2024-07-04
mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1
Roman Gushchin
2
-21
/
+21
2024-07-04
mm: memcg: put struct task_struct::memcg_in_oom under CONFIG_MEMCG_V1
Roman Gushchin
1
-1
/
+3
2024-07-04
mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_node
Roman Gushchin
1
-0
/
+2
2024-07-04
mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1
Roman Gushchin
1
-50
/
+53
2024-07-04
mm: memcg: factor out legacy socket memory accounting code
Roman Gushchin
1
-0
/
+2
2024-07-04
mm: add swappiness= arg to memory.reclaim
Dan Schatzberg
1
-1
/
+2
2024-07-04
mm: add defines for min/max swappiness
Dan Schatzberg
1
-0
/
+2
2024-07-04
mm: memcg: put cgroup v1-specific code under a config option
Roman Gushchin
1
-3
/
+3
2024-07-04
mm: memcg: group cgroup v1 memcg related declarations
Roman Gushchin
1
-68
/
+76
2024-07-04
mm: memcg: move legacy memcg event code into memcontrol-v1.c
Roman Gushchin
1
-12
/
+0
2024-07-04
mm: memcg: rename soft limit reclaim-related functions
Roman Gushchin
1
-6
/
+6
2024-07-03
mm/hugetlb_vmemmap: fix race with speculative PFN walkers
Yu Zhao
1
-1
/
+7
2024-07-03
cachestat: do not flush stats in recency check
Nhat Pham
1
-1
/
+2
2024-07-03
mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
Gavin Shan
1
-2
/
+9
2024-07-03
mm: prevent derefencing NULL ptr in pfn_section_valid()
Waiman Long
1
-1
/
+2
2024-07-03
mm: page_ref: remove folio_try_get_rcu()
Yang Shi
1
-47
/
+2
2024-07-03
readahead: drop index argument of page_cache_async_readahead()
Jan Kara
1
-4
/
+3
2024-07-03
mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
David Hildenbrand
1
-0
/
+7
2024-07-03
kmsan: expose KMSAN_WARN_ON()
Ilya Leoshkevich
1
-0
/
+25
2024-07-03
kmsan: introduce memset_no_sanitize_memory()
Ilya Leoshkevich
1
-0
/
+18
2024-07-03
kmsan: allow disabling KMSAN checks for the current task
Ilya Leoshkevich
2
-1
/
+25
2024-07-03
kmsan: expose kmsan_get_metadata()
Ilya Leoshkevich
1
-0
/
+9
2024-07-03
mm: read page_type using READ_ONCE
David Hildenbrand
1
-3
/
+3
2024-07-03
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
1
-3
/
+1
2024-07-03
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
1
-1
/
+1
[next]