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: Add unmap_mapping_folio()
Matthew Wilcox (Oracle)
2022-01-08
4
-41
/
+40
*
truncate: Add truncate_cleanup_folio()
Matthew Wilcox (Oracle)
2022-01-04
1
-10
/
+11
*
filemap: Add filemap_release_folio()
Matthew Wilcox (Oracle)
2022-01-04
4
-21
/
+27
*
filemap: Use a folio in filemap_page_mkwrite
Matthew Wilcox (Oracle)
2022-01-04
1
-8
/
+8
*
filemap: Use a folio in filemap_map_pages
Matthew Wilcox (Oracle)
2022-01-04
1
-13
/
+14
*
filemap: Use folios in next_uptodate_page
Matthew Wilcox (Oracle)
2022-01-04
1
-15
/
+15
*
filemap: Convert page_cache_delete_batch to folios
Matthew Wilcox (Oracle)
2022-01-04
1
-10
/
+10
*
filemap: Convert filemap_get_pages to use folios
Matthew Wilcox (Oracle)
2022-01-04
1
-12
/
+12
*
filemap: Drop the refcount while waiting for page lock
Matthew Wilcox (Oracle)
2022-01-04
1
-38
/
+5
*
filemap: Add read_cache_folio and read_mapping_folio
Matthew Wilcox (Oracle)
2022-01-04
2
-48
/
+61
*
filemap: Convert filemap_fault to folio
Matthew Wilcox (Oracle)
2022-01-04
1
-40
/
+37
*
filemap: Convert do_async_mmap_readahead to take a folio
Matthew Wilcox (Oracle)
2022-01-04
1
-7
/
+8
*
readahead: Convert page_cache_ra_unbounded to folios
Matthew Wilcox (Oracle)
2022-01-04
1
-9
/
+9
*
readahead: Convert page_cache_async_ra() to take a folio
Matthew Wilcox (Oracle)
2022-01-04
2
-5
/
+5
*
filemap: Convert filemap_range_uptodate to folios
Matthew Wilcox (Oracle)
2022-01-04
1
-8
/
+8
*
filemap: Convert filemap_create_page to folio
Matthew Wilcox (Oracle)
2022-01-04
1
-19
/
+20
*
filemap: Convert filemap_read_page to take a folio
Matthew Wilcox (Oracle)
2022-01-04
1
-9
/
+9
*
filemap: Convert find_get_pages_contig to folios
Matthew Wilcox (Oracle)
2022-01-04
1
-9
/
+8
*
filemap: Convert filemap_get_read_batch to use folios
Matthew Wilcox (Oracle)
2022-01-04
1
-12
/
+11
*
filemap: Remove thp_contains()
Matthew Wilcox (Oracle)
2022-01-04
1
-9
/
+0
*
filemap: Convert find_get_entry to return a folio
Matthew Wilcox (Oracle)
2022-01-04
1
-74
/
+72
*
filemap: Add filemap_remove_folio and __filemap_remove_folio
Matthew Wilcox (Oracle)
2022-01-04
3
-25
/
+32
*
filemap: Convert tracing of page cache operations to folio
Matthew Wilcox (Oracle)
2022-01-04
2
-19
/
+22
*
filemap: Add filemap_unaccount_folio()
Matthew Wilcox (Oracle)
2022-01-04
2
-40
/
+35
*
filemap: Convert page_cache_delete to take a folio
Matthew Wilcox (Oracle)
2022-01-04
1
-11
/
+11
*
filemap: Add folio_put_wait_locked()
Matthew Wilcox (Oracle)
2022-01-04
3
-24
/
+26
*
mm: Add folio_test_pmd_mappable()
Matthew Wilcox (Oracle)
2022-01-04
2
-21
/
+35
*
iov_iter: Convert iter_xarray to use folios
Matthew Wilcox (Oracle)
2022-01-04
1
-16
/
+14
*
iov_iter: Add copy_folio_to_iter()
Matthew Wilcox (Oracle)
2022-01-04
1
-0
/
+7
*
pagevec: Add folio_batch
Matthew Wilcox (Oracle)
2022-01-03
1
-0
/
+69
*
mm/writeback: Improve __folio_mark_dirty() comment
Matthew Wilcox (Oracle)
2022-01-03
1
-1
/
+5
*
mm/doc: Add documentation for folio_test_uptodate
Matthew Wilcox (Oracle)
2022-01-03
1
-3
/
+10
*
fs/writeback: Convert inode_switch_wbs_work_fn to folios
Matthew Wilcox (Oracle)
2022-01-03
1
-11
/
+13
*
filemap: Remove PageHWPoison check from next_uptodate_page()
Matthew Wilcox (Oracle)
2022-01-03
1
-2
/
+0
*
Merge tag 'perf-tools-fixes-for-v5.16-2021-12-07' of git://git.kernel.org/pub...
Linus Torvalds
2021-12-08
17
-60
/
+47
|
\
|
*
perf bpf_skel: Do not use typedef to avoid error on old clang
Song Liu
2021-12-07
3
-20
/
+26
|
*
perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distros
Song Liu
2021-12-07
3
-5
/
+3
|
*
perf header: Fix memory leaks when processing feature headers
Ian Rogers
2021-12-07
1
-5
/
+10
|
*
perf test: Reset shadow counts before loading
Ian Rogers
2021-12-07
1
-0
/
+1
|
*
perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...
Thomas Richter
2021-12-07
1
-1
/
+3
|
*
tools build: Remove needless libpython-version feature check that breaks test...
Arnaldo Carvalho de Melo
2021-12-07
5
-23
/
+0
|
*
perf tools: Fix SMT detection fast read path
Ian Rogers
2021-12-07
1
-1
/
+1
|
*
tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...
Arnaldo Carvalho de Melo
2021-12-07
1
-0
/
+1
|
*
perf inject: Fix itrace space allowed for new attributes
Adrian Hunter
2021-12-07
1
-1
/
+1
|
*
tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv s...
Arnaldo Carvalho de Melo
2021-12-07
1
-0
/
+1
|
*
Revert "perf bench: Fix two memory leaks detected with ASan"
Jiri Olsa
2021-12-07
1
-4
/
+0
*
|
Merge tag 'platform-drivers-x86-v5.16-3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2021-12-07
5
-3
/
+42
|
\
\
|
|
/
|
/
|
|
*
platform/x86/intel: hid: add quirk to support Surface Go 3
Alex Hung
2021-12-06
1
-0
/
+7
|
*
platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops
Fabrizio Bertocci
2021-11-30
1
-1
/
+1
|
*
platform/x86: touchscreen_dmi: Add TrekStor SurfTab duo W1 touchscreen info
Hans de Goede
2021-11-25
1
-0
/
+18
[next]