index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: memory-failure: document memory failure stats
Jiaqi Yan
2023-02-03
1
-0
/
+39
*
mm: multi-gen LRU: section for memcg LRU
T.J. Alumbaugh
2023-02-03
1
-1
/
+32
*
mm: multi-gen LRU: section for Bloom filters
T.J. Alumbaugh
2023-02-03
1
-0
/
+16
*
mm: multi-gen LRU: section for rmap/PT walk feedback
T.J. Alumbaugh
2023-02-03
1
-0
/
+14
*
mm: multi-gen LRU: section for working set protection
T.J. Alumbaugh
2023-02-03
1
-0
/
+15
*
Documentation: mm: use `s/higmem/highmem/` fix typo for highmem
Deming Wang
2023-02-03
1
-1
/
+1
*
zsmalloc: make zspage chain size configurable
Sergey Senozhatsky
2023-02-03
1
-0
/
+168
*
mm: clean up mlock_page / munlock_page references in comments
Matthew Wilcox (Oracle)
2023-02-03
1
-14
/
+16
*
mm: remove munlock_vma_page()
Matthew Wilcox (Oracle)
2023-02-03
1
-2
/
+2
*
mm: remove mlock_vma_page()
Matthew Wilcox (Oracle)
2023-02-03
1
-3
/
+3
*
mm: remove page_evictable()
Matthew Wilcox (Oracle)
2023-02-03
1
-44
/
+47
*
mm: discard __GFP_ATOMIC
NeilBrown
2023-02-03
1
-1
/
+1
*
Documentation/mm: update references to __m[un]lock_page() to *_folio()
Lorenzo Stoakes
2023-02-03
1
-15
/
+15
*
mm: convert deferred_split_huge_page() to deferred_split_folio()
Matthew Wilcox (Oracle)
2023-02-03
1
-3
/
+3
*
doc: clarify refcount section by referring to folios & pages
Matthew Wilcox (Oracle)
2023-02-03
1
-9
/
+9
*
mm: remove folio_pincount_ptr() and head_compound_pincount()
Matthew Wilcox (Oracle)
2023-02-03
1
-15
/
+14
*
Docs/mm/damon: add a maintainer-profile for DAMON
SeongJae Park
2023-02-03
2
-0
/
+63
*
Docs/admin-guide/mm/damon/usage: update DAMOS actions/filters supports of eac...
SeongJae Park
2023-02-03
1
-13
/
+28
*
Docs/mm/damon/index: mention DAMOS on the intro
SeongJae Park
2023-02-03
1
-8
/
+13
*
mm/highmem: add notes about conversions from kmap{,_atomic}()
Fabio M. De Francesco
2023-02-03
1
-10
/
+31
*
Sync mm-stable with mm-hotfixes-stable to pick up dependent patches
Andrew Morton
2023-02-01
1
-9
/
+6
|
\
|
*
Revert "mm: add nodes= arg to memory.reclaim"
Michal Hocko
2023-02-01
1
-9
/
+6
*
|
Docs/admin-guide/mm/numaperf: increase depth of subsections
SeongJae Park
2023-01-19
1
-4
/
+4
*
|
selftests/vm: rename selftests/vm to selftests/mm
SeongJae Park
2023-01-19
2
-4
/
+4
*
|
tools/vm: rename tools/vm to tools/mm
SeongJae Park
2023-01-19
5
-6
/
+6
*
|
mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
Yu Zhao
2023-01-19
1
-4
/
+4
*
|
kasan: allow sampling page_alloc allocations for HW_TAGS
Andrey Konovalov
2023-01-19
1
-0
/
+17
*
|
Docs/ABI/damon: document scheme filters files
SeongJae Park
2023-01-19
1
-0
/
+29
*
|
Docs/admin-guide/mm/damon/usage: document DAMOS filters of sysfs
SeongJae Park
2023-01-19
1
-2
/
+46
*
|
Docs/admin-guide/damon/reclaim: document 'skip_anon' parameter
SeongJae Park
2023-01-19
1
-0
/
+9
*
|
mm: memcontrol: deprecate charge moving
Johannes Weiner
2023-01-19
1
-2
/
+11
|
/
*
Sync with v6.2-rc4
Andrew Morton
2023-01-19
22
-43
/
+130
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-01-13
2
-12
/
+35
|
|
\
|
|
*
KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_lock leaf node lock
David Woodhouse
2023-01-11
1
-1
/
+1
|
|
*
Merge tag 'kvmarm-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2023-01-11
1
-0
/
+8
|
|
|
\
|
|
|
*
Merge branch kvm-arm64/s1ptw-write-fault into kvmarm-master/fixes
Marc Zyngier
2023-01-05
1
-0
/
+8
|
|
|
|
\
|
|
|
|
*
KVM: arm64: Document the behaviour of S1PTW faults on RO memslots
Marc Zyngier
2023-01-03
1
-0
/
+8
|
|
*
|
|
Documentation: kvm: fix SRCU locking order docs
Paolo Bonzini
2023-01-11
1
-11
/
+12
|
|
*
|
|
KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
Paolo Bonzini
2023-01-09
1
-0
/
+14
|
*
|
|
|
Merge tag 'docs-6.2-fixes' of git://git.lwn.net/linux
Linus Torvalds
2023-01-13
2
-3
/
+15
|
|
\
\
\
\
|
|
*
|
|
|
docs/conf.py: Use about.html only in sidebar of alabaster theme
Akira Yokosawa
2023-01-11
1
-1
/
+5
|
|
*
|
|
|
docs: Deprecate use of Sphinx < 2.4.x
Jonathan Corbet
2023-01-06
1
-0
/
+6
|
|
*
|
|
|
docs: Fix the docs build with Sphinx 6.0
Jonathan Corbet
2023-01-06
1
-2
/
+4
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge tag 'sound-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2023-01-13
3
-12
/
+51
|
|
\
\
\
\
|
|
*
|
|
|
ASoC: dt-bindings: qcom,lpass-tx-macro: correct clocks on SC7280
Krzysztof Kozlowski
2023-01-09
1
-1
/
+3
|
|
*
|
|
|
ASoC: dt-bindings: qcom,lpass-wsa-macro: correct clocks on SM8250
Krzysztof Kozlowski
2023-01-09
1
-11
/
+47
|
|
*
|
|
|
ASoC: dt-bindings: mt8186-mt6366: add new compatible for max98360a
tongjian
2022-12-29
1
-0
/
+1
|
|
|
/
/
/
|
*
|
|
|
Merge tag 'pm-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2023-01-13
1
-0
/
+11
|
|
\
\
\
\
|
|
*
\
\
\
Merge tag 'cpufreq/arm/fixes-6.2-rc4' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
2023-01-10
1
-0
/
+11
|
|
|
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
dt-bindings: cpufreq: cpufreq-qcom-hw: document interrupts
Krzysztof Kozlowski
2023-01-04
1
-0
/
+11
|
|
|
|
/
/
[next]