summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-25mm/filemap: rename generic_file_buffered_read to filemap_readChristoph Hellwig1-2/+2
2021-02-25mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)1-2/+1
2021-02-25mm/filemap: remove unused parameter and change to void type for replace_page_...Baolin Wang1-1/+1
2021-02-25mm, 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-24drm/drm_vblank: set the dma-fence timestamp during send_vblank_eventVeera Sundaram Sankaran1-0/+3
2021-02-24dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran1-0/+3
2021-02-24dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz1-6/+6
2021-02-24ACPI: platform: Add balanced-performance platform profileMaximilian Luz1-0/+1
2021-02-24ACPI: platform: Fix file references in commentMaximilian Luz1-3/+2
2021-02-24Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-4/+6
2021-02-24Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-174/+8
2021-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+103
2021-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds3-49/+16
2021-02-24Merge tag 'gfs2-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds1-2/+3
2021-02-24Merge 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
2021-02-23PCI: endpoint: Add helper API to get the 'next' unreserved BARKishon Vijay Abraham I1-0/+2
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld3-8/+25
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-107/+9
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+12
2021-02-23Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel...Andreas Gruenbacher82-497/+1502
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-12/+99
2021-02-23virtio-pci: introduce modern device moduleJason Wang1-0/+111
2021-02-23vdpa: Enable user to query vdpa device infoParav Pandit1-0/+5
2021-02-23vdpa: Enable a user to add and delete a vdpa deviceParav Pandit2-0/+10
2021-02-23vdpa: Define vdpa mgmt device, ops and a netlink interfaceParav Pandit2-0/+62
2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit1-4/+3
2021-02-23vmlinux.lds.h: catch even more instrumentation symbols into .dataAlexander Lobakin1-1/+1
2021-02-23Merge branch 'for-5.12/i2c-hid' into for-linusJiri Kosina1-41/+0
2021-02-23Merge branch 'for-5.12/google' into for-linusJiri Kosina205-1273/+4653
2021-02-23dt-bindings: input: Fix the keymap for LOCK keyPhilip Chen1-2/+2
2021-02-23dt-bindings: input: Create macros for cros-ec keymapPhilip Chen1-0/+103
2021-02-23Merge tag 'pinctrl-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6