aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds11-68/+29
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2022-04-03Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-131/+1
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-23/+48
2022-04-02tracing: mark user_events as BROKENSteven Rostedt (Google)1-0/+0
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)1-0/+0
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy1-1/+15
2022-04-02tracing/user_events: Remove eBPF interfacesBeau Belgrave1-53/+0
2022-04-02tracing: Rename the staging files for trace_eventsSteven Rostedt (Google)9-14/+14
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2-10/+5
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2-10/+16
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson1-7/+31
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2022-04-01Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+3
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+5
2022-04-01Merge tag 'for-5.18/io_uring-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2022-04-01Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2022-04-01Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds4-33/+21
2022-04-01Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-0/+1
2022-04-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+1
2022-04-01mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEPAndrey Konovalov1-3/+1
2022-04-01filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)1-1/+0
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-1/+1
2022-04-01fs, net: Move read_descriptor_t to net.hMatthew Wilcox (Oracle)2-19/+19
2022-04-01fs: Remove read_actor_tMatthew Wilcox (Oracle)1-3/+0
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2-7/+1
2022-04-01readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)1-2/+0
2022-04-01Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-04-01Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+8
2022-04-01dm: fix dm_io and dm_target_io flags race condition on AlphaMikulas Patocka1-0/+2
2022-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+29
2022-04-01Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds6-4/+16
2022-03-31Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-106/+266
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-27/+99
2022-03-31Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+0
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+56
2022-03-31ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook1-4/+0
2022-03-31gpio: Properly document parent data unionJoey Gouly1-5/+8
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells1-1/+7
2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner1-3/+0
2022-03-30Merge tag 'rproc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds1-1/+4
2022-03-30Merge tag 'rpmsg-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds1-0/+10
2022-03-30Merge tag 'i3c/for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-1/+0
2022-03-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds21-379/+539
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-52/+52
2022-03-30loop: fix ioctl calls using compat_loop_infoCarlos Llamas1-2/+2
2022-03-30ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai1-0/+1
2022-03-30PCI: Remove the deprecated "pci-dma-compat.h" APIChristophe JAILLET2-131/+1
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-32/+32
2022-03-29rtc: mc146818-lib: Fix the AltCentury for AMD platformsMario Limonciello1-0/+2
2022-03-29Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2022-03-29Merge tag 'pm-5.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-1/+13
2022-03-29Merge branches 'clk-sifive' and 'clk-visconti' into clk-nextStephen Boyd2-13/+13
2022-03-29Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...Stephen Boyd10-1/+188
2022-03-29Merge branches 'clk-starfive', 'clk-ti', 'clk-terminate' and 'clk-cleanup' in...Stephen Boyd4-359/+41
2022-03-29Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into cl...Stephen Boyd3-6/+279
2022-03-29Merge branches 'clk-xilinx', 'clk-kunit', 'clk-cs2000' and 'clk-renesas' into...Stephen Boyd3-0/+246
2022-03-29Merge branches 'clk-microchip', 'clk-si', 'clk-mtk', 'clk-at91' and 'clk-st' ...Stephen Boyd2-0/+47
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+31
2022-03-29nvme: allow duplicate NSIDs for private namespacesSungup Moon1-0/+1
2022-03-28kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu1-2/+49
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds10-276/+171
2022-03-28Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-11/+1
2022-03-28net: move net_unlink_todo() out of the headerJohannes Berg1-10/+0
2022-03-28Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+2
2022-03-28vdpa: support exposing the count of vqs to userspaceLongpeng1-0/+3
2022-03-28vdpa: change the type of nvqs to u32Longpeng1-3/+3
2022-03-28vdpa: support exposing the config size to userspaceLongpeng2-1/+6
2022-03-28virtio-crypto: introduce akcipher servicezhenwei pi1-1/+80
2022-03-28virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPCzhenwei pi1-0/+1
2022-03-28Add definition of VIRTIO_F_IN_ORDER feature bitGautam Dawar1-0/+6
2022-03-28mm/balloon_compaction: make balloon page compaction callbacks staticMiaohe Lin1-22/+0
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-4/+32
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+37
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-27/+17
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-133/+712
2022-03-28Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+1483
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-8/+0
2022-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller1-1/+1
2022-03-27Merge tag 'mailbox-v5.18' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds1-1/+7
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-11/+50
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-1/+4
2022-03-26Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-14/+72
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-50/+227
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds6-6/+110
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds4-27/+1
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-24/+13
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-0/+8
2022-03-25Merge tag 'fsnotify_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+19
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds8-24/+112
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-34/+143
2022-03-25Merge tag 'for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds4-4/+296
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+5
2022-03-25Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-19/+16
2022-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-2/+21
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+9
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2-1/+3
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-86/+168
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+121
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+15
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-352/+70
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds19-136/+127
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+12
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-0/+2
2022-03-24mm: warn on deleting redirtied only if accountedHugh Dickins1-2/+1
2022-03-24mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand1-5/+0
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand1-4/+0
2022-03-24mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand1-1/+0
2022-03-24mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin1-6/+0
2022-03-24kasan: move and hide kasan_save_enable/restore_multi_shotAndrey Konovalov1-4/+0
2022-03-24kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov1-5/+0
2022-03-24kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov1-3/+4
2022-03-24kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov1-4/+32
2022-03-24kasan, page_alloc: allow skipping memory init for HW_TAGSAndrey Konovalov2-7/+12
2022-03-24kasan, page_alloc: allow skipping unpoisoning for HW_TAGSAndrey Konovalov2-10/+16
2022-03-24kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGSAndrey Konovalov2-4/+16
2022-03-24kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_taggedAndrey Konovalov1-0/+7
2022-03-24kasan, vmalloc: add vmalloc tagging for SW_TAGSAndrey Konovalov1-6/+10
2022-03-24kasan: add wrappers for vmalloc hooksAndrey Konovalov1-2/+15
2022-03-24kasan: reorder vmalloc hooksAndrey Konovalov1-11/+9
2022-03-24kasan, vmalloc: drop outdated VM_KASAN commentAndrey Konovalov1-11/+0
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov1-7/+7
2022-03-24kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hookAndrey Konovalov1-9/+0
2022-03-24mm: clarify __GFP_ZEROTAGS commentAndrey Konovalov1-2/+4
2022-03-24kasan, page_alloc: merge kasan_free_pages into free_pages_prepareAndrey Konovalov1-8/+0
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual1-0/+31
2022-03-24mm/migration: add trace events for THP migrationsAnshuman Khandual1-0/+27
2022-03-24mm: delete __ClearPageWaiters()Hugh Dickins1-1/+1
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-2/+4
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds54-178/+1289
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-20/+25
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds162-825/+3346
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds8-213/+917
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+11
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+39
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds10-15/+15
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-3/+1
2022-03-24netfilter: egress: Report interface as outgoingPhil Sutter1-1/+1
2022-03-24io_uring: remove IORING_CQE_F_MSGJens Axboe1-2/+0
2022-03-23kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang1-6/+6
2022-03-23init.h: improve __setup and early_param documentationRandy Dunlap1-2/+9
2022-03-23bitfield: add explicit inclusions to the exampleAndy Shevchenko1-0/+3
2022-03-23ilog2: force inlining of __ilog2_u32() and __ilog2_u64()Christophe Leroy1-2/+2
2022-03-23include: drop pointless __compiler_offsetof indirectionRasmus Villemoes2-7/+1
2022-03-23Documentation/sparse: add hints about __CHECKER__Bjorn Helgaas2-0/+2
2022-03-23linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas1-3/+2
2022-03-23Merge tag 'arm-dt-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-3/+543
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-116/+504
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds7-55/+34
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-98/+79
2022-03-23Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds18-34/+164
2022-03-23Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds13-155/+165
2022-03-23Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-3/+9
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-714/+251
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-3/+0
2022-03-23drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not setKajol Jain1-4/+12
2022-03-23rtc: remove uie_unsupportedAlexandre Belloni1-2/+0
2022-03-23rtc: add new RTC_FEATURE_ALARM_WAKEUP_ONLY featureAlexandre Belloni1-1/+2
2022-03-23rtc: ds1685: drop no_irqAlexandre Belloni1-1/+0
2022-03-23clk: sunxi-ng: Add support for the sun6i RTC clocksSamuel Holland1-0/+2
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds14-544/+1026
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2022-03-23net/sched: fix incorrect vlan_push_eth dest fieldLouis Peens1-1/+1
2022-03-23cacheflush.h: Add forward declaration for struct folioHerbert Xu1-0/+2
2022-03-23Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal3-0/+19
2022-03-23mfd: db8500-prcmu: Remove unused inline functionYueHaibing1-4/+0
2022-03-22block: avoid calling blkg_free() in atomic contextMing Lei1-1/+4
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds10-47/+59
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds13-386/+414
2022-03-22net/mlx5e: Fix build warning, detected write beyond size of fieldSaeed Mahameed1-0/+5
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds36-321/+386
2022-03-22mm/damon/core: add number of each enum type valuesSeongJae Park1-0/+4
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park1-1/+1
2022-03-22mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park1-10/+0
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park1-0/+18
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-24/+24
2022-03-22mm/damon: remove the target id conceptSeongJae Park1-6/+5
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park1-2/+0
2022-03-22highmem: document kunmap_local()Ira Weiny1-0/+10
2022-03-22mm: uninline copy_overflow()Christophe Leroy1-1/+4
2022-03-22mm: remove usercopy_warn()Christophe Leroy1-2/+0
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador1-0/+8
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2-4/+14
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand1-8/+8
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-0/+4
2022-03-22mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko1-1/+1
2022-03-22mm, memory_hotplug: drop arch_free_nodedataMichal Hocko1-3/+0
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko1-1/+1
2022-03-22mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko1-60/+59
2022-03-22mm/vmstat: add event for ksm swapping in copyYang Yang1-0/+3
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying2-0/+11
2022-03-22NUMA Balancing: add page promotion counterHuang Ying2-0/+8
2022-03-22mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini1-0/+2
2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang1-1/+1
2022-03-22mm: compaction: cleanup the compaction trace eventsBaolin Wang1-13/+13
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins1-1/+0
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+0
2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit2-2/+9
2022-03-22mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VM...Muchun Song1-0/+2
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2-8/+14