index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
mmu_notifiers: fixup comment in mmu_interval_read_begin()
Alistair Popple
1
-2
/
+2
2023-08-18
arm64/smmu: use TLBI ASID when invalidating entire range
Alistair Popple
1
-3
/
+13
2023-08-18
maple_tree: Be more strict about locking
Liam R. Howlett
2
-3
/
+14
2023-08-18
mm/mmap: change detached vma locking scheme
Liam R. Howlett
2
-2
/
+5
2023-08-18
maple_tree: relax lockdep checks for on-stack trees
Liam R. Howlett
1
-1
/
+3
2023-08-18
mm/mmap: clean up validate_mm() calls
Liam R. Howlett
1
-20
/
+4
2023-08-18
mm/hugetlb: get rid of page_hstate()
Sidhartha Kumar
3
-17
/
+7
2023-08-18
mm/rmap: correct stale comment of rmap_walk_anon and rmap_walk_file
Kemeng Shi
1
-5
/
+7
2023-08-18
mm: kfence: allocate kfence_metadata at runtime
Peng Zhang
4
-44
/
+97
2023-08-18
memory tier: use helper macro __ATTR_RW()
Miaohe Lin
1
-7
/
+6
2023-08-18
maple_tree: mtree_insert: fix typo in kernel-doc description of GFP flags
Mike Rapoport (IBM)
1
-1
/
+1
2023-08-18
maple_tree: mtree_insert*: fix typo in kernel-doc description
Mike Rapoport (IBM)
1
-2
/
+2
2023-08-18
fs/address_space: add alignment padding for i_map and i_mmap_rwsem to mitigat...
Zhu, Lipeng
1
-1
/
+1
2023-08-18
mm/mm_init.c: drop node_start_pfn from adjust_zone_range_for_zone_movable()
Haifeng Xu
1
-4
/
+2
2023-08-18
mm/memcg: minor cleanup for mc_handle_present_pte()
Miaohe Lin
1
-3
/
+2
2023-08-18
arm64: support batched/deferred tlb shootdown during page reclamation/migration
Barry Song
4
-4
/
+55
2023-08-18
mm/tlbbatch: introduce arch_flush_tlb_batched_pending()
Yicong Yang
2
-1
/
+6
2023-08-18
mm/tlbbatch: rename and extend some functions
Barry Song
3
-9
/
+12
2023-08-18
mm/tlbbatch: introduce arch_tlbbatch_should_defer()
Anshuman Khandual
2
-8
/
+13
2023-08-18
mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed
Baoquan He
2
-32
/
+0
2023-08-18
arm64 : mm: add wrapper function ioremap_prot()
Baoquan He
2
-6
/
+7
2023-08-18
powerpc: mm: convert to GENERIC_IOREMAP
Christophe Leroy
5
-50
/
+16
2023-08-18
mm: move is_ioremap_addr() into new header file
Baoquan He
5
-24
/
+32
2023-08-18
mm/ioremap: consider IOREMAP space in generic ioremap
Christophe Leroy
1
-3
/
+12
2023-08-18
parisc: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-63
/
+15
2023-08-18
xtensa: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-64
/
+27
2023-08-18
sh: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-86
/
+20
2023-08-18
sh: add <asm-generic/io.h> including
Baoquan He
2
-7
/
+49
2023-08-18
s390: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-56
/
+23
2023-08-18
openrisc: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-54
/
+7
2023-08-18
ia64: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-43
/
+12
2023-08-18
arc: mm: convert to GENERIC_IOREMAP
Baoquan He
3
-49
/
+8
2023-08-18
mm/ioremap: add slab availability checking in ioremap_prot
Baoquan He
1
-0
/
+4
2023-08-18
mm: ioremap: allow ARCH to have its own ioremap method definition
Baoquan He
2
-0
/
+7
2023-08-18
mm/ioremap: define generic_ioremap_prot() and generic_iounmap()
Christophe Leroy
2
-6
/
+20
2023-08-18
openrisc: mm: remove unneeded early ioremap code
Baoquan He
1
-38
/
+5
2023-08-18
hexagon: mm: convert to GENERIC_IOREMAP
Baoquan He
5
-51
/
+9
2023-08-18
asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
Baoquan He
9
-27
/
+8
2023-08-18
lib/test_meminit: allocate pages up to order MAX_ORDER
Andrew Donnellan
1
-1
/
+1
2023-08-18
mm/page_ext: move functions around for minor cleanups to page_ext
Kemeng Shi
1
-50
/
+46
2023-08-18
mm/page_ext: remove rollback for untouched mem_section in online_page_ext
Kemeng Shi
1
-0
/
+1
2023-08-18
mm/page_ext: remove unused return value of offline_page_ext
Kemeng Shi
1
-3
/
+1
2023-08-18
buffer: remove set_bh_page()
Matthew Wilcox (Oracle)
2
-17
/
+0
2023-08-18
jbd2: use a folio in jbd2_journal_write_metadata_buffer()
Matthew Wilcox (Oracle)
1
-19
/
+16
2023-08-18
ntfs3: convert ntfs_get_block_vbo() to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-08-18
migrate: use folio_set_bh() instead of set_bh_page()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-18
affs: convert data read and write to use folios
Matthew Wilcox (Oracle)
1
-39
/
+38
2023-08-18
affs: convert affs_symlink_read_folio() to use the folio
Matthew Wilcox (Oracle)
1
-7
/
+5
2023-08-18
highmem: add memcpy_to_folio() and memcpy_from_folio()
Matthew Wilcox (Oracle)
1
-0
/
+44
2023-08-18
mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set
Kemeng Shi
5
-12
/
+8
[next]