summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-07-04mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang1-0/+10
2024-07-04percpu: add __this_cpu_try_cmpxchg()Uros Bizjak1-0/+6
2024-07-04memcg: rearrange fields of mem_cgroup_per_nodeShakeel Butt1-8/+14
2024-07-04mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()Sidhartha Kumar1-5/+1
2024-07-04mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pagesBarry Song1-6/+20
2024-07-04mm: remove the implementation of swap_free() and always use swap_free_nr()Barry Song1-5/+5
2024-07-04mm: swap: introduce swap_free_nr() for batched swap_free()Chuanhua Han1-0/+5
2024-07-04mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang1-5/+0
2024-07-04mm: migrate: remove migrate_folio_extra()Kefeng Wang1-2/+0
2024-07-04rmap: remove DEFINE_PAGE_VMA_WALK()Kefeng Wang1-10/+0
2024-07-04mm: remove page_mapping()Matthew Wilcox (Oracle)3-13/+13
2024-07-04mm: memcontrol: remove page_memcg()Kefeng Wang1-12/+2
2024-07-04mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet1-2/+0
2024-07-04mm/memory-failure: improve memory failure action_result messagesJane Chu1-0/+2
2024-07-04mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li1-3/+1
2024-07-04mm: add update_mmu_tlb_range()Bang Li1-0/+7
2024-07-04mm/rmap: sanity check that zeropages are not passed to RMAPDavid Hildenbrand1-0/+3
2024-07-04mm/hugetlb: remove {Set,Clear}Hpage macrosSidhartha Kumar1-10/+2
2024-07-04mm: drop page_index and simplify folio_indexKairui Song2-17/+4
2024-07-04mm: remove page_file_offset and folio_file_posKairui Song1-17/+0
2024-07-04mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai1-2/+2
2024-07-04mm: add folio_alloc_mpol()Kefeng Wang1-0/+8
2024-07-03cgroup/misc: Introduce misc.peakXiu Jianfeng1-0/+2
2024-07-03block: don't free the integrity payload in bio_integrity_unmap_free_userChristoph Hellwig1-2/+2
2024-07-03block: don't free submitter owned integrity payload on I/O completionChristoph Hellwig1-2/+1
2024-07-03block: also return bio_integrity_payload * from stubsChristoph Hellwig1-3/+3
2024-07-03block: split integrity support out of bio.hChristoph Hellwig3-156/+154
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe34-88/+230
2024-07-03iommu/arm-smmu-v3: Add support for dirty tracking in domain allocJoao Martins1-0/+3
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert1-4/+0
2024-07-03parport: Remove attach function pointerDr. David Alan Gilbert1-1/+0
2024-07-03parport: Remove 'drivers' listDr. David Alan Gilbert1-1/+0
2024-07-03usb: typec: tcpci: add support to set connector orientationMarco Felsch1-0/+8
2024-07-03Merge tag 'w1-drv-6.11' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-3/+4
2024-07-03bus: mhi: host: Allow controller drivers to specify name for the MHI controllerSlark Xiao1-0/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman34-76/+42
2024-07-03perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.hRob Herring (Arm)1-0/+2
2024-07-03mm/slab: Introduce kmem_buckets_create() and familyKees Cook1-0/+12
2024-07-03mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argumentKees Cook1-1/+3
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook1-5/+22
2024-07-03mm/slab: Introduce kmem_buckets typedefKees Cook1-2/+3
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka1-1/+2
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li1-0/+6
2024-07-03fs: fix dentry sizeChristian Brauner1-1/+1
2024-07-03vfs: move d_lockref out of the area used by RCU lookupMateusz Guzik1-1/+6
2024-07-03page_pool: convert to use netmemMina Almasry1-2/+2
2024-07-02cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco1-26/+19
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck1-0/+3
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck1-0/+1
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck1-20/+28