summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness
2024-09-04firewire: core: add local API to queue work item to workqueue specific to iso...Takashi Sakamoto
2024-09-04firewire: core: allocate workqueue to handle isochronous contexts in cardTakashi Sakamoto
2024-09-04arm64/ptrace: add support for FEAT_POEJoey Gouly
2024-09-04arm64: re-order MTE VM_ flagsJoey Gouly
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly
2024-09-04net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti
2024-09-04iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe
2024-09-03sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEPTejun Heo
2024-09-04gpio: davinci: drop platform data supportBartosz Golaszewski
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett
2024-09-03mm: store zero pages to be swapped out in a bitmapUsama Arif
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)
2024-09-03mm: remove page_has_private()Matthew Wilcox (Oracle)
2024-09-03mm: remove PageOwnerPriv1Matthew Wilcox (Oracle)
2024-09-03mm: remove PageMlockedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageUnevictableMatthew Wilcox (Oracle)
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)
2024-09-03mm: remove PageReadaheadMatthew Wilcox (Oracle)
2024-09-03mm: remove PageSwapBackedMatthew Wilcox (Oracle)
2024-09-03mm: remove PageActiveMatthew Wilcox (Oracle)
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)
2024-09-03mm: allow read-ahead with IOCB_NOWAIT setYafang Shao
2024-09-03mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=yDavid Hildenbrand
2024-09-03err.h: add ERR_PTR_PCPU(), PTR_ERR_PCPU() and IS_ERR_PCPU() macrosUros Bizjak
2024-09-03mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich
2024-09-03mm/rmap: use folio->_mapcount for small foliosDavid Hildenbrand
2024-09-03mm/hugetlb: use __GFP_COMP for gigantic foliosYu Zhao
2024-09-03mm/cma: add cma_{alloc,free}_folio()Yu Zhao
2024-09-03mm/contig_alloc: support __GFP_COMPYu Zhao
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao
2024-09-03mm: shmem: support large folio swap outBaolin Wang
2024-09-03mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)
2024-09-03mm: numa_memblks: make several functions and variables staticMike Rapoport (Microsoft)
2024-09-03mm: numa_memblks: introduce numa_memblks_initMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_emulationMike Rapoport (Microsoft)
2024-09-03mm: move numa_distance and related code from x86 to numa_memblksMike Rapoport (Microsoft)
2024-09-03mm: introduce numa_memblksMike Rapoport (Microsoft)
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)
2024-09-03mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSIONMike Rapoport (Microsoft)
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)
2024-09-03mm: swap: add a adaptive full cluster cache reclaimKairui Song
2024-09-03mm: swap: relaim the cached parts that got scannedKairui Song