summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-041-1/+1
|\
| * f2fs: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-03-121-1/+1
* | Merge tag 'dmaengine-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-042-0/+2
|\ \
| * | dmaengine: idxd: Add IDXD performance monitor supportTom Zanussi2021-04-251-0/+1
| * | Merge branch 'fixes' into nextVinod Koul2021-04-201-2/+2
| |\ \
| * | | PCI: Add pci_find_vsec_capability() to find a specific VSECGustavo Pimentel2021-03-161-0/+1
* | | | Merge tag 'rproc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2021-05-041-6/+19
|\ \ \ \
| * | | | remoteproc: Properly deal with the resource table when detachingMathieu Poirier2021-03-181-0/+3
| * | | | remoteproc: Introduce function rproc_detach()Mathieu Poirier2021-03-181-0/+1
| * | | | remoteproc: Add new detach() remoteproc operationMathieu Poirier2021-03-181-0/+2
| * | | | remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier2021-03-181-1/+5
| * | | | remoteproc: Properly represent the attached stateMathieu Poirier2021-03-181-2/+0
| * | | | remoteproc: Add new RPROC_ATTACHED stateMathieu Poirier2021-03-181-2/+5
| * | | | remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-111-1/+1
| * | | | remoteproc: introduce is_iomem to rproc_mem_entryPeng Fan2021-03-111-0/+2
| |/ / /
* | | | Merge tag 'rpmsg-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2021-05-042-4/+12
|\ \ \ \
| * | | | rpmsg: Add short description of the IOCTL defined in UAPI.Arnaud Pouliquen2021-03-171-2/+9
| * | | | rpmsg: Move RPMSG_ADDR_ANY in user APIArnaud Pouliquen2021-03-172-2/+3
| |/ / /
* | | | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-042-20/+51
|\ \ \ \
| * | | | swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-191-1/+0
| * | | | swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig2021-03-191-8/+10
| * | | | swiotlb: move global variables into a new io_tlb_mem structureClaire Chang2021-03-191-2/+41
| * | | | xen-swiotlb: split xen_swiotlb_initChristoph Hellwig2021-03-171-1/+2
| * | | | swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-171-13/+4
| * | | | swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-171-1/+0
* | | | | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-05-042-2/+54
|\ \ \ \ \
| * | | | | dma-mapping: add unlikely hint to error path in dma_mapping_errorHeiner Kallweit2021-04-021-1/+1
| * | | | | dma-mapping: remove a pointless empty line in dma_alloc_coherentWang Qing2021-03-191-1/+0
| * | | | | dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig2021-03-152-0/+51
| * | | | | dma-mapping: add a dma_mmap_pages helperChristoph Hellwig2021-03-151-0/+2
| |/ / / /
* | | | | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-039-13/+39
|\ \ \ \ \
| * | | | | tracing: Remove unused argument from "ring_buffer_time_stamp()Yordan Karadzhov (VMware)2021-04-011-1/+1
| * | | | | tracing: Remove duplicate struct declaration in trace_events.hWan Jiabing2021-04-011-1/+0
| * | | | | tracing: Fix various typos in commentsIngo Molnar2021-03-237-8/+8
| * | | | | seq_buf: Add seq_buf_terminate() APISteven Rostedt (VMware)2021-03-181-0/+25
| * | | | | ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)2021-03-181-1/+2
| * | | | | tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)2021-03-181-2/+3
* | | | | | Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-031-7/+4
|\ \ \ \ \ \
| * | | | | | fs: split receive_fd_replace from __receive_fdChristoph Hellwig2021-04-161-7/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+3
|\ \ \ \ \ \
| * | | | | | useful constants: struct qstr for ".."Al Viro2021-04-151-0/+1
| * | | | | | constify dentry argument of dentry_path()/dentry_path_raw()Al Viro2021-03-211-2/+2
| |/ / / / /
* | | | | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-016-1/+161
|\ \ \ \ \ \
| * | | | | | landlock: Enable user space to infer supported featuresMickaël Salaün2021-04-221-0/+8
| * | | | | | landlock: Add syscall implementationsMickaël Salaün2021-04-222-0/+60
| * | | | | | arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-1/+7
| * | | | | | fs,security: Add sb_delete hookMickaël Salaün2021-04-223-0/+8
| * | | | | | landlock: Support filesystem access-controlMickaël Salaün2021-04-221-0/+76
| * | | | | | LSM: Infrastructure management of the superblockCasey Schaufler2021-04-221-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-05-011-0/+7
|\ \ \ \ \ \