summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld3-8/+27
2022-07-18tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+2
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-3/+6
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski1-0/+1
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski1-1/+0
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski1-0/+3
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu1-0/+1
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu1-0/+1
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee1-0/+1
2022-07-18swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig1-5/+1
2022-07-18swiotlb: remove unused fields in io_tlb_memChao Gao1-5/+0
2022-07-18cpumask: update cpumask_next_wrap() signatureSander Vanheule1-1/+1
2022-07-18cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule1-80/+19
2022-07-18cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule1-0/+7
2022-07-18kfifo: fix kfifo_to_user() return typeDan Carpenter1-1/+1
2022-07-18compiler-gcc.h: remove ancient workaround for gcc PR 58670Uros Bizjak1-11/+0
2022-07-18net, lib/once: remove {net_}get_random_once_wait macrowuchi2-4/+0
2022-07-18writeback: cleanup bdi_sched_wait()Xiu Jianfeng1-6/+0
2022-07-18mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li1-2/+2
2022-07-18mm/huge_memory: fix comment of page_deferred_listMiaohe Lin1-2/+2
2022-07-18mm/huge_memory: check pmd_present first in is_huge_zero_pmdMiaohe Lin1-1/+1
2022-07-18mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-3/+0
2022-07-18mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+1
2022-07-18mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual1-0/+28
2022-07-18mm/mmap: build protect protection_map[] with __P000Anshuman Khandual1-0/+2
2022-07-18mm/page_alloc: protect PCP lists with a spinlockMel Gorman1-0/+1
2022-07-18mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman1-4/+7
2022-07-18mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman1-0/+5
2022-07-18hugetlb: do not update address in huge_pmd_unshareMike Kravetz1-2/+2
2022-07-18hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz1-0/+1
2022-07-18mm: khugepaged: reorg some khugepaged helpersYang Shi2-14/+8
2022-07-18mm: thp: kill __transhuge_page_enabled()Yang Shi1-55/+2
2022-07-18mm: thp: kill transparent_hugepage_active()Yang Shi2-8/+10
2022-07-18mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2-14/+11
2022-07-18fsdax: dedup file range to use a compare functionShiyang Ruan2-4/+16
2022-07-18fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan1-0/+6
2022-07-18mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan1-0/+2
2022-07-18fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan1-0/+15
2022-07-18pagemap,pmem: introduce ->memory_failure()Shiyang Ruan1-0/+12
2022-07-18dax: introduce holder for dax_deviceShiyang Ruan1-8/+25
2022-07-18mm: add device coherent vma selection for memory migrationAlex Sierra1-0/+1
2022-07-18mm: add zone device coherent type memory supportAlex Sierra2-1/+23
2022-07-18mm: move page zone helpers from mm.h to mmzone.hAlex Sierra3-79/+81
2022-07-18mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra1-4/+4
2022-07-18mm: Add PAGE_ALIGN_DOWN macroDavid Gow1-0/+3
2022-07-17net/mlx5: fs, allow flow table creation with a UIDMark Bloch1-0/+1
2022-07-17net/mlx5: fs, expose flow table ID to usersMark Bloch1-0/+1
2022-07-17net/mlx5: Expose the ability to point to any UID from shared UIDMark Bloch1-2/+4
2022-07-17Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+7