summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-26iommu: Add iommu_copy_struct_from_user helperNicolin Chen1-0/+40
2023-10-26iommufd: Add a nested HW pagetable objectNicolin Chen1-2/+29
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu1-3/+24
2023-10-26iommu: Add IOMMU_DOMAIN_NESTEDLu Baolu1-0/+4
2023-10-26Merge branches 'pm-sleep', 'powercap' and 'pm-tools'Rafael J. Wysocki1-14/+29
2023-10-26Merge branch 'pm-cpufreq'Rafael J. Wysocki1-8/+0
2023-10-26Merge branch 'pm-devfreq'Rafael J. Wysocki4-6/+52
2023-10-26Merge branches 'acpi-ac', 'acpi-pad' and 'pnp'Rafael J. Wysocki1-4/+4
2023-10-26Merge branch 'acpi-bus'Rafael J. Wysocki1-1/+1
2023-10-26Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-misc' and 'acpi-uid'Rafael J. Wysocki2-0/+6
2023-10-26Merge branches 'acpi-video', 'acpi-prm', 'acpi-apei' and 'acpi-pcc'Rafael J. Wysocki2-0/+17
2023-10-26Merge branches 'acpi-utils', 'acpi-resource', 'acpi-property' and 'acpi-soc'Rafael J. Wysocki1-3/+6
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2-28/+4
2023-10-26Merge tag 'nf-next-23-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni3-26/+38
2023-10-26Merge branch 'acpica'Rafael J. Wysocki1-0/+3
2023-10-26ALSA: seq: Replace with __packed attributeTakashi Iwai1-2/+2
2023-10-26ALSA: wavefront: Drop obsoleted comments and definitionsTakashi Iwai1-51/+0
2023-10-26ALSA: wavefront: Replace with __packed attributeTakashi Iwai1-1/+1
2023-10-26ALSA: opl3: Replace with __packed attributeTakashi Iwai1-1/+1
2023-10-26ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai4-10/+1
2023-10-26mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins1-9/+0
2023-10-26mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins3-5/+27
2023-10-26mempolicy: remove confusing MPOL_MF_LAZY dead codeHugh Dickins1-1/+1
2023-10-26mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins1-13/+7
2023-10-26mempolicy trivia: slightly more consistent namingHugh Dickins1-6/+5
2023-10-26hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins1-2/+1
2023-10-26mm/damon: implement a function for max nr_accesses safe calculationSeongJae Park1-0/+7
2023-10-26mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)1-14/+0
2023-10-26mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan1-10/+14
2023-10-26bootmem: use kmemleak_free_part_phys in free_bootmem_pageLiu Shixin1-1/+1
2023-10-26mm: remove page_cpupid_xchg_last()Kefeng Wang1-12/+7
2023-10-26mm: make finish_mkwrite_fault() staticKefeng Wang1-1/+0
2023-10-26mm: add folio_xchg_last_cpupid()Kefeng Wang1-0/+5
2023-10-26mm: remove xchg_page_access_time()Kefeng Wang1-8/+4
2023-10-26mm: add folio_xchg_access_time()Kefeng Wang1-0/+5
2023-10-26mm: remove page_cpupid_last()Kefeng Wang1-11/+6
2023-10-26mm: add folio_last_cpupid()Kefeng Wang1-0/+5
2023-10-26mm_types: add virtual and _last_cpupid into struct folioKefeng Wang1-4/+18
2023-10-26mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin1-1/+10
2023-10-26mm: kmem: scoped objcg protectionRoman Gushchin2-0/+13
2023-10-26mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin1-1/+7
2023-10-26mm: kmem: add direct objcg pointer to task_structRoman Gushchin1-0/+4
2023-10-26mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying1-1/+1
2023-10-26mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying1-0/+1
2023-10-26mm: tune PCP high automaticallyHuang Ying1-0/+1
2023-10-26mm: add framework for PCP high auto-tuningHuang Ying1-1/+4
2023-10-26mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying1-1/+2
2023-10-26mm, pcp: reduce lock contention for draining high-order pagesHuang Ying2-0/+7
2023-10-26cacheinfo: calculate size of per-CPU data cache sliceHuang Ying1-0/+1
2023-10-26mm, pcp: avoid to drain PCP when process exitHuang Ying1-1/+11