summaryrefslogtreecommitdiffstats
path: root/mm/damon (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-17mm/memremap: fix wrong function name above memremap_pages()Miaohe Lin1-2/+2
2022-06-17mm/mempool: use might_alloc()Daniel Vetter1-1/+1
2022-06-17mm/slab: delete cache_alloc_debugcheck_before()Daniel Vetter1-10/+0
2022-06-17mm/page_alloc: use might_alloc()Daniel Vetter1-4/+1
2022-06-17mm/highmem: delete memmove_page()Fabio M. De Francesco1-13/+0
2022-06-17mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...Qi Zheng2-34/+45
2022-06-17mm/vmalloc: add code comment for find_vmap_area_exceed_addr()Baoquan He1-2/+3
2022-06-17mm/vmalloc: fix typo in local variable nameBaoquan He1-6/+6
2022-06-17mm/vmalloc: remove the redundant boundary checkBaoquan He1-4/+2
2022-06-17mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()Baoquan He1-17/+6
2022-06-17mm/damon: remove obsolete comments of kdamond_stopChengming Zhou1-9/+8
2022-06-17mm/memory_hotplug: drop 'reason' argument from check_pfn_span()Anshuman Khandual1-11/+9
2022-06-17mm/shmem.c: clean up comment of shmem_swapin_folioMiaohe Lin1-5/+5
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu26-2/+139
2022-06-17tools/vm/slabinfo: use alphabetic order when two values are equalYuanzheng Song1-10/+22
2022-06-17mm: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong1-2/+2
2022-06-17mm/x86: remove dead code for hugetlbpage.cPeter Xu1-39/+0
2022-06-13Linux 5.19-rc2v5.19-rc2Linus Torvalds1-1/+1
2022-06-12platform/x86/intel: hid: Add Surface Go to VGBS allow listDuke Lee1-0/+6
2022-06-12platform/x86: hp-wmi: Use zero insize parameter only when supportedBedant Patnaik1-8/+15
2022-06-12platform/x86: hp-wmi: Resolve WMI query failures on some devicesJorge Lopez1-2/+4
2022-06-12workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer1-1/+1
2022-06-11iov_iter: fix build issue due to possible type mis-matchLinus Torvalds1-2/+2
2022-06-11wireguard: selftests: use maximum cpu features and allow rng seedingJason A. Donenfeld3-15/+19
2022-06-11scripts/gdb: change kernel config dumping methodKuan-Ying Lee1-3/+3
2022-06-11um: virt-pci: set device ready in probe()Vincent Whitchurch1-1/+6
2022-06-11cifs: populate empty hostnames for extra channelsShyam Prasad N2-1/+8
2022-06-10platform/x86: gigabyte-wmi: Add support for B450M DS3H-CFAugust Wikerfors1-0/+1
2022-06-10platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 supportPiotr Chmura1-0/+1
2022-06-10platform/x86: barco-p50-gpio: Add check for platform_driver_registerJiasheng Jiang1-1/+4
2022-06-10platform/x86/intel: pmc: Support Intel Raptorlake PGeorge D Sworo1-0/+1
2022-06-10platform/x86/intel: Fix pmt_crashlog array referenceDavid Arcari1-1/+1
2022-06-10platform/mellanox: Add static in struct declaration.Michael Shych1-1/+1
2022-06-10iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells1-16/+4
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells6-30/+29
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds14-30/+30
2022-06-10afs: Fix some checker issuesDavid Howells1-2/+1
2022-06-10dm: fix zoned locking imbalance due to needless check in clone_endioMike Snitzer1-15/+11
2022-06-10platform/mellanox: Spelling s/platfom/platform/Geert Uytterhoeven1-1/+1
2022-06-10certs: Convert spaces in certs/Makefile to a tabDavid Howells1-1/+1
2022-06-10dt-bindings: display: arm,malidp: remove bogus RQOS propertyAndre Przywara1-6/+1
2022-06-10dt-bindings: pinctrl: ralink: Fix 'enum' lists with duplicate entriesRob Herring2-25/+28
2022-06-10arm64: Add kasan_hw_tags_enable() prototype to silence sparseCatalin Marinas1-0/+6
2022-06-10arm64/sme: Fix EFI save/restoreMark Brown1-4/+14
2022-06-10arm64/fpsimd: Fix typo in commentXiang wangx1-1/+1
2022-06-10arm64/sysreg: Fix typo in Enum element regexAlejandro Tafalla1-1/+1
2022-06-10gpio: dwapb: Don't print error on -EPROBE_DEFERSerge Semin1-4/+3
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld3-16/+1
2022-06-10random: credit cpu and bootloader seeds by defaultJason A. Donenfeld1-19/+31
2022-06-10random: do not use jump labels before they are initializedJason A. Donenfeld1-1/+10