开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
pat_rbtree.c
Age
Commit message (
Expand
)
Author
2019-11-21
x86/mm/pat: Rename pat_rbtree.c to pat_interval.c
Davidlohr Bueso
2019-11-21
x86/mm/pat: Drop the rbt_ prefix from external memtype calls
Davidlohr Bueso
2019-11-21
x86/mm/pat: Do not pass 'rb_root' down the memtype tree helper functions
Davidlohr Bueso
2019-11-21
x86/mm/pat: Convert the PAT tree to a generic interval tree
Davidlohr Bueso
2019-09-25
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
Michel Lespinasse
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-04
x86/mm/pat: Use rb_entry()
Geliang Tang
2016-09-13
x86: Clean up various simple wrapper functions
Masahiro Yamada
2016-07-14
x86/mm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-01-05
x86/mm/pat: Change free_memtype() to support shrinking case
Toshi Kani
2015-05-27
x86/mm/pat: Convert to pr_*() usage
Luis R. Rodriguez
2014-11-16
x86: Use new cache mode type in memtype related functions
Juergen Gross
2012-10-09
rbtree: move augmented rbtree functionality to rbtree_augmented.h
Michel Lespinasse
2012-10-09
rbtree: add RB_DECLARE_CALLBACKS() macro
Michel Lespinasse
2012-10-09
rbtree: remove prior augmented rbtree implementation
Michel Lespinasse
2010-07-05
rbtree: Undo augmented trees performance damage and regression
Peter Zijlstra
2010-06-11
x86, pat: Proper init of memtype subtree_max_end
Venkatesh Pallipadi
2010-05-26
x86, pat: Fix memory leak in free_memtype
Xiaotian Feng
2010-03-01
x86, pat: In rbt_memtype_check_insert(), update new->type only if valid
Pallipadi, Venkatesh
2010-02-18
x86, pat: Migrate to rbtree only backend for pat memtype management
Pallipadi, Venkatesh