index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
2020-10-16
4
-23
/
+20
*
mm/readahead: add DEFINE_READAHEAD
Matthew Wilcox (Oracle)
2020-10-16
2
-5
/
+8
*
mm: fix a race during THP splitting
Huang Ying
2020-10-16
1
-6
/
+7
*
fs: do not update nr_thps for mappings which support THPs
Matthew Wilcox (Oracle)
2020-10-16
2
-27
/
+29
*
fs: add a filesystem flag for THPs
Matthew Wilcox (Oracle)
2020-10-16
4
-1
/
+10
*
mm/vmscan: allow arbitrary sized pages to be paged out
Matthew Wilcox (Oracle)
2020-10-16
1
-2
/
+1
*
mm/page-writeback: support tail pages in wait_for_stable_page
Matthew Wilcox (Oracle)
2020-10-16
1
-0
/
+1
*
mm/truncate: fix truncation for pages of arbitrary size
Matthew Wilcox (Oracle)
2020-10-16
1
-3
/
+3
*
mm/rmap: fix assumptions of THP size
Matthew Wilcox (Oracle)
2020-10-16
1
-5
/
+5
*
mm/huge_memory: fix can_split_huge_page assumption of THP size
Matthew Wilcox (Oracle)
2020-10-16
1
-2
/
+2
*
mm/huge_memory: fix page_trans_huge_mapcount assumption of THP size
Matthew Wilcox (Oracle)
2020-10-16
1
-2
/
+2
*
mm/huge_memory: fix split assumption of page size
Kirill A. Shutemov
2020-10-16
1
-7
/
+8
*
mm/huge_memory: fix total_mapcount assumption of page size
Kirill A. Shutemov
2020-10-16
1
-4
/
+5
*
mm/page_owner: change split_page_owner to take a count
Matthew Wilcox (Oracle)
2020-10-16
4
-7
/
+7
*
mm/memory: remove page fault assumption of compound page size
Matthew Wilcox (Oracle)
2020-10-16
1
-3
/
+4
*
mm/filemap: fix page cache removal for arbitrary sized THPs
Matthew Wilcox (Oracle)
2020-10-16
1
-1
/
+1
*
mm/filemap: fix storing to a THP shadow entry
Matthew Wilcox (Oracle)
2020-10-16
1
-11
/
+31
*
XArray: add xas_split
Matthew Wilcox (Oracle)
2020-10-16
4
-16
/
+225
*
XArray: add xa_get_order
Matthew Wilcox (Oracle)
2020-10-16
3
-0
/
+70
*
mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.
Aneesh Kumar K.V
2020-10-16
1
-3
/
+8
*
mm/debug_vm_pgtable: avoid none pte in pte_clear_test
Aneesh Kumar K.V
2020-10-16
1
-3
/
+6
*
mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64
Aneesh Kumar K.V
2020-10-16
1
-51
/
+0
*
mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries
Aneesh Kumar K.V
2020-10-16
1
-3
/
+4
*
mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP
Aneesh Kumar K.V
2020-10-16
1
-3
/
+7
*
mm/debug_vm_pgtable/locks: take correct page table lock
Aneesh Kumar K.V
2020-10-16
1
-13
/
+22
*
mm/debug_vm_pgtable/locks: move non page table modifying test together
Aneesh Kumar K.V
2020-10-16
1
-23
/
+28
*
mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...
Aneesh Kumar K.V
2020-10-16
1
-20
/
+15
*
mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...
Aneesh Kumar K.V
2020-10-16
1
-2
/
+9
*
mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...
Aneesh Kumar K.V
2020-10-16
1
-2
/
+12
*
mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value
Aneesh Kumar K.V
2020-10-16
1
-3
/
+10
*
powerpc/mm: move setting pte specific flags to pfn_pte
Aneesh Kumar K.V
2020-10-16
3
-16
/
+9
*
powerpc/mm: add DEBUG_VM WARN for pmd_clear
Aneesh Kumar K.V
2020-10-16
1
-0
/
+14
*
device-dax/kmem: fix resource release
Dan Williams
2020-10-16
1
-14
/
+34
*
Merge tag 'linux-kselftest-kunit-fixes-5.10-rc1' of git://git.kernel.org/pub/...
Linus Torvalds
2020-10-16
5
-28
/
+154
|
\
|
*
kunit: tool: fix display of make errors
Daniel Latypov
2020-10-09
1
-6
/
+6
|
*
kunit: tool: handle when .kunit exists but .kunitconfig does not
Brendan Higgins
2020-10-02
1
-4
/
+8
|
*
kunit: tool: fix --alltests flag
Brendan Higgins
2020-09-23
2
-5
/
+11
|
*
kunit: tool: allow generating test results in JSON
Heidi Fahim
2020-08-31
3
-6
/
+125
|
*
kunit: tool: fix running kunit_tool from outside kernel tree
Brendan Higgins
2020-08-31
1
-8
/
+5
*
|
Merge tag 'linux-kselftest-next-5.10-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-10-16
7
-41
/
+135
|
\
\
|
*
|
doc: dev-tools: kselftest.rst: Update examples and paths
Kees Cook
2020-10-07
1
-13
/
+22
|
*
|
selftests/run_kselftest.sh: Make each test individually selectable
Kees Cook
2020-10-07
1
-6
/
+71
|
*
|
selftests: Extract run_kselftest.sh and generate stand-alone test list
Kees Cook
2020-10-07
3
-22
/
+37
|
*
|
selftests: Add missing gitignore entries
Gabriel Krisman Bertazi
2020-09-23
3
-0
/
+5
|
*
|
selftests: more general make nesting support
Greg Thelen
2020-08-31
1
-4
/
+4
|
*
|
selftests: use "$(MAKE)" instead of "make" for headers_install
Denys Vlasenko
2020-08-31
1
-2
/
+2
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2020-10-16
11
-17
/
+13
|
\
\
|
*
|
xtensa: fix Kconfig typo
Randy Dunlap
2020-09-01
1
-1
/
+1
|
*
|
spelling.txt: Remove some duplicate entries
Joe Perches
2020-09-01
1
-4
/
+0
|
*
|
mtd: rawnand: oxnas: cleanup/simplify code
Pavel Machek
2020-09-01
1
-2
/
+1
[next]