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
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
2023-12-20
4
-28
/
+39
|
\
|
*
mm/mglru: reclaim offlined memcgs harder
Yu Zhao
2023-12-13
1
-4
/
+4
|
*
mm/mglru: respect min_ttl_ms with memcgs
Yu Zhao
2023-12-13
1
-13
/
+17
|
*
mm/mglru: fix underprotected page cache
Yu Zhao
2023-12-13
1
-9
/
+14
|
*
mm/damon/core: make damon_start() waits until kdamond_fn() starts
SeongJae Park
2023-12-13
1
-0
/
+2
|
*
mm: fix VMA heap bounds checking
Kefeng Wang
2023-12-13
1
-4
/
+4
*
|
mm/rmap: fix misplaced parenthesis of a likely()
Steven Rostedt (Google)
2023-12-12
1
-2
/
+2
*
|
mm: ksm: use more folio api in ksm_might_need_to_copy()
Kefeng Wang
2023-12-12
1
-2
/
+2
*
|
mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning
SeongJae Park
2023-12-12
1
-0
/
+20
*
|
zswap: shrink zswap pool based on memory pressure
Nhat Pham
2023-12-12
2
-2
/
+25
*
|
mm: memcg: add per-memcg zswap writeback stat
Domenico Cerasuolo
2023-12-12
1
-0
/
+1
*
|
zswap: make shrinking memcg-aware
Domenico Cerasuolo
2023-12-12
2
-0
/
+7
*
|
memcontrol: implement mem_cgroup_tryget_online()
Nhat Pham
2023-12-12
1
-0
/
+10
*
|
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
2023-12-12
1
-3
/
+51
*
|
maple_tree: use maple state end for write operations
Liam R. Howlett
2023-12-12
1
-1
/
+0
*
|
maple_tree: separate ma_state node from status
Liam R. Howlett
2023-12-12
2
-38
/
+52
*
|
maple_tree: add end of node tracking to the maple state
Liam R. Howlett
2023-12-12
1
-0
/
+1
*
|
maple_tree: move debug check to __mas_set_range()
Liam R. Howlett
2023-12-12
1
-126
/
+129
*
|
mm: list_lru: Update kernel documentation to follow the requirements
Andy Shevchenko
2023-12-11
1
-17
/
+19
*
|
pgtable: rename ptdesc _refcount field to __page_refcount
Alexander Gordeev
2023-12-11
1
-3
/
+3
*
|
pgtable: fix s390 ptdesc field comments
Alexander Gordeev
2023-12-11
1
-2
/
+2
*
|
mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
Sumanth Korikkar
2023-12-11
2
-12
/
+26
*
|
lib/stackdepot: allow users to evict stack traces
Andrey Konovalov
2023-12-11
1
-0
/
+14
*
|
lib/stackdepot: add refcount for records
Andrey Konovalov
2023-12-11
1
-3
/
+10
*
|
lib/stackdepot, kasan: add flags to __stack_depot_save and rename
Andrey Konovalov
2023-12-11
1
-11
/
+25
*
|
fs: convert error_remove_page to error_remove_folio
Matthew Wilcox (Oracle)
2023-12-11
2
-2
/
+3
*
|
gfp: include __GFP_NOWARN in GFP_NOWAIT
Matthew Wilcox (Oracle)
2023-12-11
1
-2
/
+3
*
|
mm: return void from folio_start_writeback() and related functions
Matthew Wilcox (Oracle)
2023-12-11
1
-2
/
+2
*
|
mm: remove test_set_page_writeback()
Matthew Wilcox (Oracle)
2023-12-11
1
-5
/
+0
*
|
mm: add folio_fill_tail() and use it in iomap
Matthew Wilcox (Oracle)
2023-12-11
1
-0
/
+38
*
|
mm: add folio_zero_tail() and use it in ext4
Matthew Wilcox (Oracle)
2023-12-11
1
-0
/
+38
*
|
fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctl
Andrei Vagin
2023-12-11
1
-0
/
+1
*
|
NUMA: optimize detection of memory with no node id assigned by firmware
Liam Ni
2023-12-11
1
-0
/
+1
*
|
fork: use __mt_dup() to duplicate maple tree in dup_mmap()
Peng Zhang
2023-12-11
1
-0
/
+11
*
|
maple_tree: introduce interfaces __mt_dup() and mtree_dup()
Peng Zhang
2023-12-11
1
-0
/
+3
*
|
maple_tree: introduce {mtree,mas}_lock_nested()
Peng Zhang
2023-12-11
1
-0
/
+4
*
|
mm/vmstat: move pgdemote_* to per-node stats
Li Zhijian
2023-12-11
2
-3
/
+4
|
/
*
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
2023-12-07
25
-55
/
+148
|
\
|
*
Merge tag 'vfio-v6.7-rc4' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2023-12-03
1
-6
/
+2
|
|
\
|
|
*
vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wart
Sean Christopherson
2023-11-30
1
-6
/
+2
|
*
|
Merge tag 'probes-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-12-03
2
-10
/
+10
|
|
\
\
|
|
*
|
rethook: Use __rcu pointer for rethook::handler
Masami Hiramatsu (Google)
2023-12-01
2
-5
/
+8
|
|
*
|
kprobes: consistent rcu api usage for kretprobe holder
JP Kobryn
2023-12-01
1
-5
/
+2
|
|
|
/
|
*
|
Merge tag 'pm-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2023-12-02
1
-0
/
+4
|
|
\
\
|
|
*
|
cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq update
Wyes Karny
2023-11-29
1
-0
/
+4
|
|
|
/
|
*
|
Merge tag 'acpi-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2023-12-02
2
-14
/
+11
|
|
\
\
|
|
*
\
Merge branch 'acpi-tables'
Rafael J. Wysocki
2023-12-01
2
-14
/
+11
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
ACPI: Fix ARM32 platforms compile issue introduced by fw_table changes
Dave Jiang
2023-11-22
2
-14
/
+11
|
*
|
|
Merge tag 'iommu-fixes-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-12-02
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
iommu: Avoid more races around device probe
Robin Murphy
2023-11-27
1
-0
/
+1
|
|
|
/
/
[next]