summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds25-66/+54
2021-05-07mm: fix typos in commentsIngo Molnar2-3/+3
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada3-5/+1
2021-05-07include/linux/pgtable.h: few spelling fixesBhaskar Chowdhury1-5/+5
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand1-1/+0
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand2-2/+2
2021-05-07mm: fix some typos and code style problemsShijie Luo2-2/+2
2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes1-0/+2
2021-05-07kernel/async.c: remove async_unregister_domain()Rasmus Villemoes1-1/+0
2021-05-07delayacct: clear right task's flag after blkio completesYafang Shao1-10/+10
2021-05-07smp: kernel/panic.c - silence warningsHe Ying1-0/+8
2021-05-07Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+1
2021-05-07include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada1-1/+0
2021-05-07lib: crc8: pointer to data block should be constRichard Fitzgerald1-1/+1
2021-05-07lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov1-12/+0
2021-05-07lib: extend the scope of small_const_nbits() macroYury Norov1-8/+0
2021-05-07kernel/cred.c: make init_groups staticRasmus Villemoes2-2/+0
2021-05-07linux/profile.h: remove unnecessary declarationWan Jiabing1-3/+0
2021-05-07kernel.h: drop inclusion in bitmap.hAndy Shevchenko3-9/+18
2021-05-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2-1/+1
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-57/+231
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-27/+45
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-22/+10
2021-05-05Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+5
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+1
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-71/+87
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny1-0/+7
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador4-5/+27
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin2-2/+8
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin3-1/+18
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2-1/+23
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin2-17/+6
2021-05-05x86/mm: track linear mapping split eventsSaravanan D1-0/+4
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim2-3/+3
2021-05-05mm: vmstat: add cma statisticsMinchan Kim1-0/+4
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin1-1/+0
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim1-0/+4
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim1-7/+0
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim2-0/+16
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar1-1/+0
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi1-0/+1
2021-05-05mm: vmscan: add per memcg shrinker nr_deferredYang Shi1-3/+4
2021-05-05mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi1-3/+4
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi1-4/+4
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi1-6/+5
2021-05-05mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen1-0/+7
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen2-0/+21
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen1-0/+4
2021-05-05userfaultfd: disable huge PMD sharing for MINOR registered VMAsAxel Rasmussen1-3/+10