index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
admin-guide
/
thunderbolt.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
Docs/admin-guide/mm/damon/usage: place debugfs usage at the bottom
SeongJae Park
1
-20
/
+19
2023-10-04
Docs/admin-guide/mm/damon/usage: fixup missed :ref: keyword
SeongJae Park
1
-1
/
+1
2023-10-04
zswap: change zswap's default allocator to zsmalloc
Nhat Pham
1
-0
/
+1
2023-10-04
selftests: mm: add a test for moving from an offset from start of mapping
Joel Fernandes
1
-55
/
+134
2023-10-04
selftests: mm: add a test for remapping within a range
Joel Fernandes (Google)
1
-1
/
+78
2023-10-04
selftests: mm: add a test for remapping to area immediately after existing ma...
Joel Fernandes (Google)
1
-5
/
+52
2023-10-04
selftests: mm: add a test for mutually aligned moves > PMD size
Joel Fernandes (Google)
1
-1
/
+11
2023-10-04
selftests: mm: fix failure case when new remap region was not found
Joel Fernandes (Google)
1
-1
/
+1
2023-10-04
mm/mremap: allow moves within the same VMA for stack moves
Joel Fernandes (Google)
3
-16
/
+21
2023-10-04
mm/mremap: optimize the start addresses in move_page_tables()
Joel Fernandes (Google)
1
-0
/
+62
2023-10-04
mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodes
Yuan Can
1
-1
/
+1
2023-10-04
mm/vmstat: use this_cpu_try_cmpxchg in mod_{zone,node}_state
Uros Bizjak
1
-8
/
+10
2023-10-04
mm: convert DAX lock/unlock page to lock/unlock folio
Matthew Wilcox (Oracle)
3
-30
/
+33
2023-10-04
mm: remove remnants of SPLIT_RSS_COUNTING
Mateusz Guzik
7
-25
/
+1
2023-10-04
mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()
Vern Hao
1
-1
/
+1
2023-10-04
mm: refactor si_mem_available()
Lorenzo Stoakes
1
-7
/
+4
2023-10-04
mm/hugetlb: fix nodes huge page allocation when there are surplus pages
Xueshi Hu
1
-1
/
+3
2023-10-04
hugetlb: set hugetlb page flag before optimizing vmemmap
Mike Kravetz
2
-9
/
+25
2023-10-04
mm: fix unaccount of memory on vma_link() failure
Anthony Yznaga
1
-1
/
+2
2023-10-04
mm/mremap: fix unaccount of memory on vma_merge() failure
Anthony Yznaga
1
-1
/
+3
2023-10-04
selftests/mm: gup_longterm: fix a resource leak
Ding Xiang
1
-1
/
+2
2023-10-04
mm/compaction: factor out code to test if we should run compaction for target...
Kemeng Shi
1
-27
/
+39
2023-10-04
mm/compaction: improve comment of is_via_compact_memory
Kemeng Shi
1
-2
/
+4
2023-10-04
mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation...
Kemeng Shi
1
-3
/
+2
2023-10-04
mm/compaction: correctly return failure with bogus compound_order in strict mode
Kemeng Shi
1
-3
/
+3
2023-10-04
mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_...
Kemeng Shi
1
-2
/
+2
2023-10-04
mm/compaction: use correct list in move_freelist_{head}/{tail}
Kemeng Shi
1
-4
/
+4
2023-10-01
Linux 6.6-rc4
v6.6-rc4
Linus Torvalds
1
-1
/
+1
2023-10-01
kbuild: remove stale code for 'source' symlink in packaging scripts
Masahiro Yamada
2
-4
/
+0
2023-10-01
modpost: Don't let "driver"s reference .exit.*
Uwe Kleine-König
1
-2
/
+13
2023-10-01
vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macros
Masahiro Yamada
1
-7
/
+0
2023-10-01
modpost: add missing else to the "of" check
Mauricio Faria de Oliveira
1
-1
/
+1
2023-09-30
eventfs: Test for dentries array allocated in eventfs_release()
Steven Rostedt (Google)
1
-1
/
+1
2023-09-30
tracing/user_events: Align set_bit() address for all archs
Beau Belgrave
1
-7
/
+51
2023-09-30
tracing: relax trace_event_eval_update() execution with cond_resched()
Clément Léger
1
-0
/
+1
2023-09-30
ring-buffer: Update "shortest_full" in polling
Steven Rostedt (Google)
1
-0
/
+3
2023-09-30
Crash: add lock to serialize crash hotplug handling
Baoquan He
1
-0
/
+17
2023-09-30
selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...
Juntong Deng
2
-4
/
+4
2023-09-30
mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...
Yang Shi
1
-20
/
+19
2023-09-30
mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()
Jinjie Ruan
1
-0
/
+2
2023-09-30
mm, memcg: reconsider kmem.limit_in_bytes deprecation
Michal Hocko
2
-0
/
+20
2023-09-30
mm: zswap: fix potential memory corruption on duplicate store
Domenico Cerasuolo
1
-0
/
+20
2023-09-30
arm64: hugetlb: fix set_huge_pte_at() to work with all swap entries
Ryan Roberts
1
-14
/
+3
2023-09-30
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
22
-49
/
+100
2023-09-30
maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states
Liam R. Howlett
3
-73
/
+237
2023-09-30
maple_tree: add mas_is_active() to detect in-tree walks
Liam R. Howlett
1
-0
/
+9
2023-09-30
nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()
Pan Bian
1
-3
/
+3
2023-09-30
mm: abstract moving to the next PFN
Matthew Wilcox (Oracle)
2
-1
/
+17
2023-09-30
mm: report success more often from filemap_map_folio_range()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-09-30
fs: binfmt_elf_efpic: fix personality for ELF-FDPIC
Greg Ungerer
1
-3
/
+2
[next]