summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-04-07io_uring: reduce scheduling due to twPavel Begunkov1-1/+2
2023-04-07PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn()Reinette Chatre1-0/+2
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+14
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2023-04-06ACPI: Replace irqdomain.h include with struct declarationsRob Herring1-2/+4
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox1-5/+0
2023-04-06fscrypt: Add some folio helper functionsMatthew Wilcox1-0/+21
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox1-0/+2
2023-04-06USB: core: Fix docs warning caused by wireless_status featureBastien Nocera1-2/+4
2023-04-06pwm: stm32: Enforce settings for PWM captureOlivier Moysan1-0/+1
2023-04-06Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...Daniel Vetter1-1/+1
2023-04-06platform/x86: apple-gmux: Fix iomem_base __iomem annotationHans de Goede1-1/+1
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal1-0/+1
2023-04-06kallsyms: move module-related functions under correct configsViktor Malik1-61/+74
2023-04-06rpmsg: qcom_smd: Make qcom_smd_unregister_edge() return voidUwe Kleine-König1-3/+2
2023-04-06sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T1-1/+1
2023-04-06sched/numa: implement access PID reset logicRaghavendra K T2-3/+4
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T2-0/+15
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman2-0/+23
2023-04-06mm: separate vma->lock from vm_area_structSuren Baghdasaryan2-14/+15
2023-04-06mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-0/+2
2023-04-06mm: introduce per-VMA lock statisticsSuren Baghdasaryan2-0/+12
2023-04-06mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan2-1/+4
2023-04-06mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+3
2023-04-06mm: introduce vma detached flagSuren Baghdasaryan2-0/+14
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-11/+30
2023-04-06mm: mark VMA as being written when changing vm_flagsSuren Baghdasaryan1-5/+5
2023-04-06mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan3-0/+103
2023-04-06mm: move mmap_lock assert function definitionsSuren Baghdasaryan1-12/+12
2023-04-06mm: rcu safe VMA freeingMichel Lespinasse1-3/+10
2023-04-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes1-1/+2
2023-04-06iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes1-0/+2
2023-04-06mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov1-0/+2
2023-04-06mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes1-37/+2
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes2-8/+1
2023-04-06mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka1-0/+2
2023-04-06mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)1-4/+0
2023-04-06mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)1-1/+0
2023-04-06mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)1-2/+0
2023-04-06mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-6/+0
2023-04-06init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+1
2023-04-06mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-06mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-5/+0
2023-04-06mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)1-7/+0
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen1-1/+2
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen3-24/+37
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen3-7/+6
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2-24/+24