index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2024-07-04
ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()
Niklas Cassel
-2
/
+2
2024-07-04
Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
-50
/
+236
2024-07-04
block: t10-pi: Return correct ref tag when queue has no integrity profile
Anuj Gupta
-2
/
+8
2024-07-04
genirq/irq_sim: add an extended irq_sim initializer
Bartosz Golaszewski
-0
/
+17
2024-07-03
mm/hugetlb_vmemmap: fix race with speculative PFN walkers
Yu Zhao
-1
/
+7
2024-07-03
cachestat: do not flush stats in recency check
Nhat Pham
-1
/
+2
2024-07-03
mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
Gavin Shan
-2
/
+9
2024-07-03
mm: prevent derefencing NULL ptr in pfn_section_valid()
Waiman Long
-1
/
+2
2024-07-03
mm: page_ref: remove folio_try_get_rcu()
Yang Shi
-47
/
+2
2024-07-04
RDMA/core: Introduce "name_assign_type" for an IB device
Mark Zhang
-0
/
+17
2024-07-03
readahead: drop index argument of page_cache_async_readahead()
Jan Kara
-4
/
+3
2024-07-03
mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
David Hildenbrand
-0
/
+7
2024-07-03
kmsan: expose KMSAN_WARN_ON()
Ilya Leoshkevich
-0
/
+25
2024-07-03
kmsan: introduce memset_no_sanitize_memory()
Ilya Leoshkevich
-0
/
+18
2024-07-03
kmsan: allow disabling KMSAN checks for the current task
Ilya Leoshkevich
-1
/
+25
2024-07-03
kmsan: expose kmsan_get_metadata()
Ilya Leoshkevich
-0
/
+9
2024-07-03
mm: read page_type using READ_ONCE
David Hildenbrand
-3
/
+3
2024-07-03
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
-3
/
+1
2024-07-03
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
-1
/
+1
2024-07-03
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
-4
/
+8
2024-07-03
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
-7
/
+5
2024-07-03
mm: remove page_mkclean()
Kefeng Wang
-5
/
+1
2024-07-03
mm: remove page_maybe_dma_pinned()
Kefeng Wang
-7
/
+2
2024-07-03
mm/mm_init: initialize page->_mapcount directly in __init_single_page()
David Hildenbrand
-5
/
+0
2024-07-03
mm/zsmalloc: use a proper page type
David Hildenbrand
-0
/
+3
2024-07-03
mm: allow reuse of the lower 16 bit of the page type with an actual type
David Hildenbrand
-10
/
+20
2024-07-03
mm: update _mapcount and page_type documentation
David Hildenbrand
-16
/
+17
2024-07-03
mm/damon/core: implement DAMON context commit function
SeongJae Park
-0
/
+1
2024-07-03
mm/damon/core: implement DAMOS quota goals online commit function
SeongJae Park
-0
/
+1
2024-07-03
mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
Hyeongtak Ji
-0
/
+2
2024-07-03
mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
Honggyu Kim
-0
/
+2
2024-07-03
mm/migrate: add MR_DAMON to migrate_reason
Honggyu Kim
-1
/
+3
2024-07-03
mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
Hyeongtak Ji
-1
/
+10
2024-07-03
mm/memory-failure: move some function declarations into internal.h
Miaohe Lin
-14
/
+0
2024-07-03
mm/memory-failure: remove MF_MSG_SLAB
Miaohe Lin
-2
/
+0
2024-07-03
mm/hugetlb_cgroup: switch to the new cftypes
Xiu Jianfeng
-5
/
+0
2024-07-03
mm/hugetlb_cgroup: prepare cftypes based on template
Xiu Jianfeng
-2
/
+0
2024-07-03
mm: report per-page metadata information
Sourav Panda
-0
/
+6
2024-07-03
mm: zswap: add zswap_never_enabled()
Yosry Ahmed
-0
/
+6
2024-07-03
mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()
Yosry Ahmed
-2
/
+2
2024-07-03
mm/vmscan: avoid split lazyfree THP during shrink_folio_list()
Lance Yang
-0
/
+9
2024-07-03
mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
Lance Yang
-0
/
+30
2024-07-03
mm/highmem: make nr_free_highpages() return "unsigned long"
David Hildenbrand
-5
/
+5
2024-07-03
mm/highmem: reimplement totalhigh_pages() by walking zones
David Hildenbrand
-7
/
+2
2024-07-03
fs/proc: move page_mapcount() to fs/proc/internal.h
David Hildenbrand
-26
/
+1
2024-07-03
mm: shmem: add mTHP counters for anonymous shmem
Baolin Wang
-0
/
+3
2024-07-03
mm: shmem: add mTHP support for anonymous shmem
Baolin Wang
-0
/
+10
2024-07-03
mm: shmem: add multi-size THP sysfs interface for anonymous shmem
Baolin Wang
-0
/
+10
2024-07-03
percpu: add __this_cpu_try_cmpxchg()
Uros Bizjak
-0
/
+6
2024-07-03
memcg: rearrange fields of mem_cgroup_per_node
Shakeel Butt
-8
/
+14
[prev]
[next]