summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2-1/+9
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen3-24/+37
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen3-7/+6
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2-24/+24
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov5-12/+12
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu3-1/+38
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-5/+6
2023-04-06mm: remove FGP_ENTRYChristoph Hellwig1-2/+1
2023-04-06mm: make mapping_get_entry available outside of filemap.cChristoph Hellwig1-0/+1
2023-03-29mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTEDPeter Xu1-1/+1
2023-03-29mm: vmscan: add a map_nr_max field to shrinker_infoQi Zheng1-0/+1
2023-03-29mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes1-2/+2
2023-03-29kasan: remove PG_skip_kasan_poison flagPeter Collingbourne3-37/+15
2023-03-29io-mapping: don't disable preempt on RT in io_mapping_map_atomic_wc().Sebastian Andrzej Siewior1-4/+16
2023-03-29shmem: add support to ignore swapLuis Chamberlain1-0/+1
2023-03-29mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig1-6/+0
2023-03-29mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao1-4/+4
2023-03-29mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+1
2023-03-29mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang1-8/+4
2023-03-29kasan: call clear_page with a match-all tag instead of changing page tagPeter Collingbourne1-5/+3
2023-03-29mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2-1/+14
2023-03-29mmflags.h: use less error prone method to define pageflag_namesHyeonggon Yoo1-41/+44
2023-03-29mm: add tracepoints to ksmStefan Roesch1-0/+251
2023-03-29lazy tlb: allow lazy tlb mm refcounting to be configurableNicholas Piggin1-3/+15
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin1-0/+16
2023-03-29mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh1-1/+1
2023-03-29x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng1-3/+4
2023-03-26Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-6/+54
2023-03-25Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+2
2023-03-25Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds2-7/+9
2023-03-24Merge tag 'thermal-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-03-24Merge tag 'efi-fixes-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+8
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+29
2023-03-24mm: mmap: remove newline at the end of the traceMinwoo Im1-2/+2
2023-03-23Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K1-0/+1
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki1-0/+1
2023-03-22nvme-tcp: fix nvme_tcp_term_pdu to match specCaleb Sander1-2/+3
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf2-0/+3
2023-03-21block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-5/+6
2023-03-20Merge tag 'nfs-for-6.3-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2023-03-19Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+12
2023-03-19pcpcntr: remove percpu_counter_sum_all()Dave Chinner1-6/+0
2023-03-19cpumask: introduce for_each_cpu_orDave Chinner2-0/+54
2023-03-19net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg1-1/+1
2023-03-19net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli1-1/+8
2023-03-19net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon1-3/+19
2023-03-18efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede1-2/+7
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-4/+20
2023-03-17Merge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linuxLinus Torvalds3-3/+13