summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-04-19mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-1/+1
2023-04-19mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V1-0/+16
2023-04-19userfaultfd: convert mfill_atomic() to use a folioZhangPeng1-2/+2
2023-04-19mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng1-4/+3
2023-04-19userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng1-2/+2
2023-04-19userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng1-4/+3
2023-04-19smaps: fix defined but not used smaps_shmem_walk_opsSteven Price1-0/+7
2023-04-19mm/hwpoison: introduce copy_mc_highpageJiaqi Yan1-13/+41
2023-04-19workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed1-2/+2
2023-04-19memcg: sleep during flushing stats in safe contextsYosry Ahmed1-2/+7
2023-04-19memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed1-2/+2
2023-04-19cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed1-1/+1
2023-04-19mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)1-5/+0
2023-04-19hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)1-6/+1
2023-04-19sched/isolation: add cpu_is_isolated() APIFrederic Weisbecker1-0/+12
2023-04-19mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-1/+0
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-18/+21
2023-04-19mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko1-9/+10
2023-04-19mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko1-9/+11
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-2/+8
2023-04-18PCI/DOE: Make mailbox creation API privateLukas Wunner1-14/+0
2023-04-18PCI/DOE: Create mailboxes on device enumerationLukas Wunner2-0/+5
2023-04-18PCI/DOE: Make asynchronous API privateLukas Wunner1-48/+0
2023-04-18PCI/DOE: Provide synchronous API and use it internallyLukas Wunner1-1/+5
2023-04-18mailbox: Allow direct registration to a channelElliot Berman1-0/+1
2023-04-18RDMA/mlx5: Fix flow counter query via DEVXMark Bloch1-1/+2
2023-04-18net/mlx5e: Add IPsec packet offload tunnel bitsLeon Romanovsky1-2/+6
2023-04-17bpf: Set skb redirect and from_ingress info in __bpf_tx_skbDaniel Borkmann1-0/+9
2023-04-17swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley1-2/+0
2023-04-17ACPI: bus: Add stub acpi_sleep_state_supported() in non-ACPI casesSaurabh Sengar1-0/+5
2023-04-17libcrc32c: remove crc32c_implChristoph Hellwig1-1/+0
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2-13/+10
2023-04-17btrfs, mm: remove the punt_to_cgroup field in struct writeback_controlChristoph Hellwig1-5/+0
2023-04-17Merge tag 'thermal-v6.4-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki1-55/+0
2023-04-17netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal1-2/+2
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-1/+2
2023-04-16block: store bdev->bd_disk->fops->submit_bio state in bdevJens Axboe1-0/+1
2023-04-16block: re-arrange the struct block_device fields for better layoutJens Axboe1-8/+12
2023-04-16bpf: Remove KF_KPTR_GET kfunc flagDavid Vernet1-1/+0
2023-04-16ptrace: Provide set/get interface for syscall user dispatchGregory Price1-0/+18
2023-04-16net/mlx5: Update relaxed ordering read HCA capabilitiesAvihai Horon1-2/+3
2023-04-16swiotlb: track and report io_tlb_used high water marks in debugfsMichael Kelley1-0/+7
2023-04-16bpf: Centralize btf_field-specific initialization logicDave Marchevsky1-4/+29
2023-04-16bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky1-1/+6
2023-04-16bpf: Support refcounted local kptrs in existing semanticsDave Marchevsky1-0/+3
2023-04-16bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky1-0/+8
2023-04-16bpf: Remove btf_field_offs, use btf_record's fields insteadDave Marchevsky2-27/+19
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov1-0/+1
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov1-0/+1
2023-04-15page_pool: allow caching from safely localized NAPIJakub Kicinski2-7/+16