summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-285-21/+43
|\
| * x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov2023-03-161-0/+7
| * iommu/sva: Replace pasid_valid() helper with mm_valid_pasid()Kirill A. Shutemov2023-03-162-10/+7
| * mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov2023-03-161-0/+7
| * mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-162-11/+22
* | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-289-40/+135
|\ \
| * | libgcc: add forward declarations for generic library routinesGeert Uytterhoeven2023-04-271-0/+7
| * | uapi/linux/const.h: prefer ISO-friendly __typeof__Kevin Brodsky2023-04-191-1/+1
| * | delayacct: track delays from IRQ/SOFTIRQYang Yang2023-04-192-1/+20
| * | lib/rbtree: use '+' instead of '|' for setting color.Noah Goldstein2023-04-191-2/+2
| * | kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-081-6/+0
| * | x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-081-2/+0
| * | kernel.h: split the hexadecimal related helpers to hex.hAndy Shevchenko2023-04-082-28/+36
| * | notifiers: add tracepoints to the notifiers infrastructureGuilherme G. Piccoli2023-04-081-0/+69
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-2842-366/+977
|\ \ \
| * | | hugetlb: pte_alloc_huge() to replace huge pte_alloc_map()Hugh Dickins2023-04-211-0/+17
| * | | mm: add new KSM process and sysfs knobsStefan Roesch2023-04-211-0/+5
| * | | mm: add new api to enable ksm per processStefan Roesch2023-04-213-2/+22
| * | | mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang2023-04-211-1/+0
| * | | fs/buffer: add folio_create_empty_buffers helperPankaj Raghav2023-04-211-0/+2
| * | | buffer: add folio_alloc_buffers() helperPankaj Raghav2023-04-211-0/+2
| * | | fs/buffer: add folio_set_bh helperPankaj Raghav2023-04-211-0/+2
| * | | mm: ksm: support hwpoison for ksm pageLonglong Xia2023-04-192-0/+18
| * | | memfd: pass argument of memfd_fcntl as intLuca Vizzarro2023-04-191-2/+2
| * | | mm: Multi-gen LRU: remove wait_event_killable()Kalesh Singh2023-04-191-6/+2
| * | | mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-191-1/+16
| * | | mm: kmsan: apply __must_check to non-void functionsAlexander Potapenko2023-04-191-21/+22
| * | | mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin2023-04-191-3/+3
| * | | mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-191-1/+1
| * | | mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2023-04-191-0/+16
| * | | userfaultfd: convert mfill_atomic() to use a folioZhangPeng2023-04-191-2/+2
| * | | mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng2023-04-191-4/+3
| * | | userfaultfd: convert mfill_atomic_hugetlb() to use a folioZhangPeng2023-04-191-2/+2
| * | | userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng2023-04-191-4/+3
| * | | smaps: fix defined but not used smaps_shmem_walk_opsSteven Price2023-04-191-0/+7
| * | | prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett2023-04-191-0/+2
| * | | mm/khugepaged: skip shmem with userfaultfdDavid Stevens2023-04-191-1/+2
| * | | mm/hwpoison: introduce copy_mc_highpageJiaqi Yan2023-04-191-13/+41
| * | | mm/khugepaged: recover from poisoned anonymous memoryJiaqi Yan2023-04-191-1/+2
| * | | workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed2023-04-191-2/+2
| * | | memcg: sleep during flushing stats in safe contextsYosry Ahmed2023-04-191-2/+7
| * | | memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed2023-04-191-2/+2
| * | | cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed2023-04-191-1/+1
| * | | mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)2023-04-191-5/+0
| * | | hugetlb: remove PageHeadHuge()Matthew Wilcox (Oracle)2023-04-191-6/+1
| * | | sched/isolation: add cpu_is_isolated() APIFrederic Weisbecker2023-04-191-0/+12
| * | | mm: khugepaged: fix kernel BUG in hpage_collapse_scan_file()Ivan Orlov2023-04-191-1/+2
| * | | mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann2023-04-191-1/+0
| * | | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-181-18/+21
| |\ \ \
| * \ \ \ sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-1/+2
| |\ \ \ \