summaryrefslogtreecommitdiffstats
path: root/crypto/streebog_generic.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-20gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_folio()Matthew Wilcox (Oracle)1-13/+13
2023-06-20gfs2: pass a folio to __gfs2_jdata_write_folio()Matthew Wilcox (Oracle)1-15/+16
2023-06-20gfs2: use a folio inside gfs2_jdata_writepage()Matthew Wilcox (Oracle)1-4/+5
2023-06-20mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers1-1/+1
2023-06-20percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma1-2/+9
2023-06-20memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin1-1/+1
2023-06-20mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin2-4/+4
2023-06-20mm: remove unused vma_init_lock()YueHaibing1-1/+0
2023-06-20kernel: pid_namespace: remove unused set_memfd_noexec_scope()YueHaibing1-1/+0
2023-06-20userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett3-39/+33
2023-06-20mm/folio: replace set_compound_order with folio_set_orderTarun Sahu2-26/+16
2023-06-20mm: zswap: remove zswap_headerDomenico Cerasuolo1-30/+22
2023-06-20mm: zswap: simplify writeback functionDomenico Cerasuolo1-51/+19
2023-06-20mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo6-93/+14
2023-06-20mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo1-380/+12
2023-06-20mm: zswap: remove page reclaim logic from z3foldDomenico Cerasuolo1-243/+2
2023-06-20mm: zswap: remove page reclaim logic from zbudDomenico Cerasuolo1-162/+1
2023-06-20mm: zswap: add pool shrinking mechanismDomenico Cerasuolo1-5/+92
2023-06-20selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum17-100/+6
2023-06-20selftests: mm: remove wrong kernel header inclusionMuhammad Usama Anjum1-1/+1
2023-06-20mm: ptep_get() conversionRyan Roberts47-228/+301
2023-06-20mm: move ptep_get() and pmdp_get() helpersRyan Roberts1-14/+14
2023-06-20mm: ptdump should use ptep_get_lockless()Ryan Roberts1-1/+1
2023-06-20sh: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-6/+6
2023-06-20microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.hCatalin Marinas2-5/+5
2023-06-20powerpc: move the ARCH_DMA_MINALIGN definition to asm/cache.hCatalin Marinas2-4/+4
2023-06-20arm64: enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64Catalin Marinas2-1/+7
2023-06-20mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas1-0/+5
2023-06-20iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas3-11/+81
2023-06-20dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas3-1/+67
2023-06-20dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy4-10/+10
2023-06-20scatterlist: add dedicated config for DMA flagsRobin Murphy3-7/+10
2023-06-20arm64: allow kmalloc() caches aligned to the smaller cache_line_size()Catalin Marinas1-0/+3
2023-06-20iio: core: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-20dm-crypt: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-20drivers/spi: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-1/+1
2023-06-20drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-4/+4
2023-06-20drivers/gpu: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-3/+3
2023-06-20drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas1-3/+3
2023-06-20mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas1-3/+21
2023-06-20mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas3-16/+9
2023-06-20dma: allow dma_get_cache_alignment() to be overridden by the arch codeCatalin Marinas1-0/+2
2023-06-20mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGNCatalin Marinas3-5/+18
2023-06-20mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu1-3/+2
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar3-12/+2
2023-06-20perf/core: allow pte_offset_map() to failHugh Dickins2-2/+8
2023-06-20mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2-40/+24
2023-06-20mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins2-100/+7
2023-06-20mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins2-27/+17
2023-06-20mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins1-86/+81