summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld
2022-07-18tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-18tls: rx: async: hold onto the input skbJakub Kicinski
2022-07-18tls: rx: remove the message decrypted trackingJakub Kicinski
2022-07-18tls: rx: allow only one reader at a timeJakub Kicinski
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee
2022-07-18swiotlb: move struct io_tlb_slot to swiotlb.cChristoph Hellwig
2022-07-18swiotlb: remove unused fields in io_tlb_memChao Gao
2022-07-17cpumask: update cpumask_next_wrap() signatureSander Vanheule
2022-07-17cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule
2022-07-17cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule
2022-07-17kfifo: fix kfifo_to_user() return typeDan Carpenter
2022-07-17compiler-gcc.h: remove ancient workaround for gcc PR 58670Uros Bizjak
2022-07-17net, lib/once: remove {net_}get_random_once_wait macrowuchi
2022-07-17writeback: cleanup bdi_sched_wait()Xiu Jianfeng
2022-07-17mm, hugetlb: skip irrelevant nodes in show_free_areas()Gang Li
2022-07-17mm/huge_memory: fix comment of page_deferred_listMiaohe Lin
2022-07-17mm/huge_memory: check pmd_present first in is_huge_zero_pmdMiaohe Lin
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17mm/mmap: build protect protection_map[] with __P000Anshuman Khandual
2022-07-17mm/page_alloc: protect PCP lists with a spinlockMel Gorman
2022-07-17mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman
2022-07-17mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman
2022-07-17hugetlb: do not update address in huge_pmd_unshareMike Kravetz
2022-07-17hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz
2022-07-17mm: khugepaged: reorg some khugepaged helpersYang Shi
2022-07-17mm: thp: kill __transhuge_page_enabled()Yang Shi
2022-07-17mm: thp: kill transparent_hugepage_active()Yang Shi
2022-07-17mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan
2022-07-17fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan
2022-07-17mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan
2022-07-17fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan
2022-07-17mm: add device coherent vma selection for memory migrationAlex Sierra
2022-07-17mm: add zone device coherent type memory supportAlex Sierra
2022-07-17mm: move page zone helpers from mm.h to mmzone.hAlex Sierra
2022-07-17mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra
2022-07-17mm: Add PAGE_ALIGN_DOWN macroDavid Gow
2022-07-17net/mlx5: fs, allow flow table creation with a UIDMark Bloch
2022-07-17net/mlx5: fs, expose flow table ID to usersMark Bloch
2022-07-17net/mlx5: Expose the ability to point to any UID from shared UIDMark Bloch
2022-07-17Merge tag 'input-for-v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds