index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmap_lock.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-04
truncate: Add truncate_cleanup_folio()
Matthew Wilcox (Oracle)
1
-10
/
+11
2022-01-04
filemap: Add filemap_release_folio()
Matthew Wilcox (Oracle)
4
-21
/
+27
2022-01-04
filemap: Use a folio in filemap_page_mkwrite
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-01-04
filemap: Use a folio in filemap_map_pages
Matthew Wilcox (Oracle)
1
-13
/
+14
2022-01-04
filemap: Use folios in next_uptodate_page
Matthew Wilcox (Oracle)
1
-15
/
+15
2022-01-04
filemap: Convert page_cache_delete_batch to folios
Matthew Wilcox (Oracle)
1
-10
/
+10
2022-01-04
filemap: Convert filemap_get_pages to use folios
Matthew Wilcox (Oracle)
1
-12
/
+12
2022-01-04
filemap: Drop the refcount while waiting for page lock
Matthew Wilcox (Oracle)
1
-38
/
+5
2022-01-04
filemap: Add read_cache_folio and read_mapping_folio
Matthew Wilcox (Oracle)
2
-48
/
+61
2022-01-04
filemap: Convert filemap_fault to folio
Matthew Wilcox (Oracle)
1
-40
/
+37
2022-01-04
filemap: Convert do_async_mmap_readahead to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2022-01-04
readahead: Convert page_cache_ra_unbounded to folios
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-04
readahead: Convert page_cache_async_ra() to take a folio
Matthew Wilcox (Oracle)
2
-5
/
+5
2022-01-04
filemap: Convert filemap_range_uptodate to folios
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-01-04
filemap: Convert filemap_create_page to folio
Matthew Wilcox (Oracle)
1
-19
/
+20
2022-01-04
filemap: Convert filemap_read_page to take a folio
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-04
filemap: Convert find_get_pages_contig to folios
Matthew Wilcox (Oracle)
1
-9
/
+8
2022-01-04
filemap: Convert filemap_get_read_batch to use folios
Matthew Wilcox (Oracle)
1
-12
/
+11
2022-01-04
filemap: Remove thp_contains()
Matthew Wilcox (Oracle)
1
-9
/
+0
2022-01-04
filemap: Convert find_get_entry to return a folio
Matthew Wilcox (Oracle)
1
-74
/
+72
2022-01-04
filemap: Add filemap_remove_folio and __filemap_remove_folio
Matthew Wilcox (Oracle)
3
-25
/
+32
2022-01-04
filemap: Convert tracing of page cache operations to folio
Matthew Wilcox (Oracle)
2
-19
/
+22
2022-01-04
filemap: Add filemap_unaccount_folio()
Matthew Wilcox (Oracle)
2
-40
/
+35
2022-01-04
filemap: Convert page_cache_delete to take a folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-01-04
filemap: Add folio_put_wait_locked()
Matthew Wilcox (Oracle)
3
-24
/
+26
2022-01-04
mm: Add folio_test_pmd_mappable()
Matthew Wilcox (Oracle)
2
-21
/
+35
2022-01-04
iov_iter: Convert iter_xarray to use folios
Matthew Wilcox (Oracle)
1
-16
/
+14
2022-01-04
iov_iter: Add copy_folio_to_iter()
Matthew Wilcox (Oracle)
1
-0
/
+7
2022-01-03
pagevec: Add folio_batch
Matthew Wilcox (Oracle)
1
-0
/
+69
2022-01-03
mm/writeback: Improve __folio_mark_dirty() comment
Matthew Wilcox (Oracle)
1
-1
/
+5
2022-01-03
mm/doc: Add documentation for folio_test_uptodate
Matthew Wilcox (Oracle)
1
-3
/
+10
2022-01-03
fs/writeback: Convert inode_switch_wbs_work_fn to folios
Matthew Wilcox (Oracle)
1
-11
/
+13
2022-01-03
filemap: Remove PageHWPoison check from next_uptodate_page()
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-12-07
perf bpf_skel: Do not use typedef to avoid error on old clang
Song Liu
3
-20
/
+26
2021-12-07
perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distros
Song Liu
3
-5
/
+3
2021-12-07
perf header: Fix memory leaks when processing feature headers
Ian Rogers
1
-5
/
+10
2021-12-07
perf test: Reset shadow counts before loading
Ian Rogers
1
-0
/
+1
2021-12-07
perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...
Thomas Richter
1
-1
/
+3
2021-12-07
tools build: Remove needless libpython-version feature check that breaks test...
Arnaldo Carvalho de Melo
5
-23
/
+0
2021-12-07
perf tools: Fix SMT detection fast read path
Ian Rogers
1
-1
/
+1
2021-12-07
tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-12-07
perf inject: Fix itrace space allowed for new attributes
Adrian Hunter
1
-1
/
+1
2021-12-07
tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv s...
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-12-07
Revert "perf bench: Fix two memory leaks detected with ASan"
Jiri Olsa
1
-4
/
+0
2021-12-07
Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH
Salvatore Bonaccorso
1
-1
/
+1
2021-12-06
platform/x86/intel: hid: add quirk to support Surface Go 3
Alex Hung
1
-0
/
+7
2021-12-05
Linux 5.16-rc4
v5.16-rc4
Linus Torvalds
1
-1
/
+1
2021-12-05
x86/sme: Explicitly map new EFI memmap table as encrypted
Tom Lendacky
2
-1
/
+3
2021-12-05
KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure
Tom Lendacky
2
-46
/
+71
2021-12-05
KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary
Sean Christopherson
1
-4
/
+4
[next]