summaryrefslogtreecommitdiffstats
path: root/net/tls (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden3-30/+3
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)3-16/+10
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)3-25/+24
2023-10-18mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)2-3/+30
2023-10-18mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)10-48/+1
2023-10-18s390: implement arch_xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+10
2023-10-18riscv: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+13
2023-10-18powerpc: implement arch_xor_unlock_is_negative_byte on 32-bitMatthew Wilcox (Oracle)1-4/+0
2023-10-18mips: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)2-1/+39
2023-10-18m68k: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+22
2023-10-18alpha: implement xor_unlock_is_negative_byteMatthew Wilcox (Oracle)1-0/+21
2023-10-18bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)8-57/+47
2023-10-18iomap: use folio_end_read()Matthew Wilcox (Oracle)1-3/+1
2023-10-18buffer: use folio_end_read()Matthew Wilcox (Oracle)1-12/+4
2023-10-18ext4: use folio_end_read()Matthew Wilcox (Oracle)1-11/+3
2023-10-18mm: add folio_end_read()Matthew Wilcox (Oracle)2-0/+23
2023-10-18iomap: protect read_bytes_pending with the state_lockMatthew Wilcox (Oracle)1-12/+25
2023-10-18iomap: hold state_lock over call to ifs_set_range_uptodate()Matthew Wilcox (Oracle)1-9/+11
2023-10-18selftests/mm: add a new test for madv and hugetlbBreno Leitao3-0/+78
2023-10-18selftests/mm: export get_free_hugepages()Breno Leitao3-19/+20
2023-10-18zsmalloc: use copy_page for full page copyMark-PK Tsai1-1/+1
2023-10-18filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav1-37/+8
2023-10-18mm/page_alloc: remove unnecessary next_page in break_down_buddy_pagesKemeng Shi1-4/+2
2023-10-18mm/page_alloc: remove unnecessary check in break_down_buddy_pagesKemeng Shi1-4/+2
2023-10-18mmap: add clarifying comment to vma_merge() codeLiam R. Howlett1-0/+5
2023-10-18Documentation: *san: drop "the" from article titlesAndrey Konovalov3-7/+10
2023-10-18kasan: fix and update KUNIT_EXPECT_KASAN_FAIL commentAndrey Konovalov1-4/+5
2023-10-18kasan: use unchecked __memset internallyAndrey Konovalov2-3/+3
2023-10-18kasan: unify printk prefixesAndrey Konovalov4-6/+8
2023-10-18arm64, kasan: update comment in kasan_initAndrey Konovalov1-1/+5
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes4-9/+14
2023-10-18mm/gup: make failure to pin an error if FOLL_NOWAIT not specifiedLorenzo Stoakes1-0/+11
2023-10-18mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes2-3/+5
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes4-7/+5
2023-10-18mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim1-5/+13
2023-10-18mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price1-7/+6
2023-10-18memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...David Hildenbrand1-43/+45
2023-10-18mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()David Hildenbrand5-13/+11
2023-10-18mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()David Hildenbrand4-2/+5
2023-10-18mm: handle write faults to RO pages under the VMA lockMatthew Wilcox (Oracle)1-7/+6
2023-10-18mm: handle read faults under the VMA lockMatthew Wilcox (Oracle)1-4/+3
2023-10-18mm: handle COW faults under the VMA lockMatthew Wilcox (Oracle)1-7/+5
2023-10-18mm: handle shared faults under the VMA lockMatthew Wilcox (Oracle)1-4/+18
2023-10-18mm: call wp_page_copy() under the VMA lockMatthew Wilcox (Oracle)1-13/+26
2023-10-18mm: make lock_folio_maybe_drop_mmap() VMA lock awareMatthew Wilcox (Oracle)1-6/+7
2023-10-18percpu_counter: extend _limited_add() to negative amountsHugh Dickins2-16/+49
2023-10-18shmem,percpu_counter: add _limited_add(fbc, limit, amount)Hugh Dickins3-5/+81
2023-10-18shmem: _add_to_page_cache() before shmem_inode_acct_blocks()Hugh Dickins1-111/+118
2023-10-18shmem: move memcg charge out of shmem_add_to_page_cache()Hugh Dickins1-39/+29
2023-10-18shmem: shmem_acct_blocks() and shmem_inode_acct_blocks()Hugh Dickins1-7/+7