summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi1-1/+1
2021-02-24mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V1-6/+9
2021-02-24mm/hugetlb: fix some comment typosMiaohe Lin1-1/+1
2021-02-24mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins1-0/+3
2021-02-24mm/gfp: add kernel-doc for gfp_tMatthew Wilcox (Oracle)1-0/+14
2021-02-24mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand2-19/+2
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He1-2/+1
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He1-2/+2
2021-02-24mm: fix prototype warning from kernel test robotBaoquan He1-0/+2
2021-02-24kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov2-0/+23
2021-02-24kasan: move _RET_IP_ to inline wrappersAndrey Konovalov1-11/+9
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner1-7/+0
2021-02-24mm: page_counter: re-layout structure to reduce false sharingFeng Tang1-1/+8
2021-02-24mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin1-3/+0
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt2-1/+8
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song1-1/+2
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song1-1/+2
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song1-1/+2
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song1-1/+2
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-0/+13
2021-02-24mm: memcontrol: optimize per-lruvec stats counter memory usageMuchun Song1-2/+12
2021-02-24mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin1-19/+0
2021-02-24mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig1-2/+2
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)1-2/+1
2021-02-24mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang1-1/+1
2021-02-24mm, tracing: record slab name for kmem_cache_free()Jacob Wen1-8/+16
2021-02-24Merge branch 'pci/ntb'Bjorn Helgaas3-8/+60
2021-02-24Merge branch 'pci/misc'Bjorn Helgaas1-0/+2
2021-02-24Merge tag 'rpmsg-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds1-2/+6
2021-02-24Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-0/+34
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-756/+0
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-252/+1467
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-4/+29
2021-02-24Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-9/+13
2021-02-24Merge tag 'cxl-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2-0/+173
2021-02-24Merge tag 'libnvdimm-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-4/+6
2021-02-23Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-174/+8
2021-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+103
2021-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds3-49/+16
2021-02-23Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-2/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-104/+285
2021-02-23Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds1-0/+6
2021-02-23PCI: Add TI J721E device to PCI IDsKishon Vijay Abraham I1-0/+1
2021-02-23PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directoryKishon Vijay Abraham I1-0/+3
2021-02-23PCI: endpoint: Add pci_epf_ops to expose function-specific attrsKishon Vijay Abraham I1-0/+5
2021-02-23PCI: endpoint: Add pci_epc_ops to map MSI IRQKishon Vijay Abraham I1-0/+8
2021-02-23PCI: endpoint: Add support to associate secondary EPC with EPFKishon Vijay Abraham I2-4/+38
2021-02-23PCI: endpoint: Remove unused pci_epf_match_device()Kishon Vijay Abraham I1-2/+0
2021-02-23PCI: endpoint: Make *_free_bar() to return error codes on failureKishon Vijay Abraham I2-4/+5