summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-293-18/+40
|\
| * Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar2021-03-061-3/+15
| |\
| * | smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit2021-03-061-14/+36
| * | cpumask: Mark functions as pureNadav Amit2021-03-061-3/+3
| * | x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-1/+1
* | | Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-04-291-4/+6
|\ \ \
| * | | div64: Correct inline documentation for `do_div'Maciej W. Rozycki2021-04-211-4/+6
| |/ /
* | | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-295-21/+59
|\ \ \
| * | | fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-191-0/+8
| * | | fanotify: support limited functionality for unprivileged usersAmir Goldstein2021-03-161-5/+28
| * | | fanotify: configurable limits via sysfsAmir Goldstein2021-03-164-8/+8
| * | | fsnotify: use hash table for faster events mergeAmir Goldstein2021-03-161-3/+7
| * | | fanotify: reduce event objectid to 29-bit hashAmir Goldstein2021-03-161-4/+1
| * | | fsnotify: allow fsnotify_{peek,remove}_first_event with empty queueAmir Goldstein2021-03-161-1/+7
* | | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-293-2/+9
|\ \ \ \
| * | | | quota: report warning limits for realtime space quotasDarrick J. Wong2021-03-181-1/+4
| * | | | quota: wire up quotactl_pathSascha Hauer2021-03-172-1/+5
| |/ / /
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-2913-104/+223
|\ \ \ \
| * | | | scsi: core: Introduce enum scsi_dispositionBart Van Assche2021-04-163-12/+14
| * | | | scsi: core: Remove an incorrect commentBart Van Assche2021-04-161-1/+1
| * | | | Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-061-0/+1
| |\ \ \ \
| * | | | | scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declarationArnd Bergmann2021-04-021-1/+1
| * | | | | scsi: core: scsi_host_cmd_pool is declared twiceWan Jiabing2021-03-301-1/+0
| * | | | | scsi: scsi_dh: Fix a typoBhaskar Chowdhury2021-03-251-1/+1
| * | | | | scsi: sbitmap: Silence a debug kernel warning triggered by sbitmap_put()Bart Van Assche2021-03-191-1/+1
| * | | | | scsi: storvsc: Enable scatterlist entry lengths > 4KbytesMichael Kelley2021-03-171-0/+1
| * | | | | scsi: core: Add mq_poll support to SCSI layerKashyap Desai2021-03-042-0/+12
| * | | | | scsi: target: core: Make completion affinity configurableMike Christie2021-03-041-0/+9
| * | | | | scsi: target: core: Fix backend pluggingMike Christie2021-03-042-0/+6
| * | | | | scsi: target: core: Cleanup cmd flag bitsMike Christie2021-03-041-19/+19
| * | | | | scsi: target: core: Add workqueue based cmd submissionMike Christie2021-03-042-1/+9
| * | | | | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-2/+3
| * | | | | scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie2021-03-041-5/+1
| * | | | | scsi: target: core: Break up target_submit_cmd_map_sgls()Mike Christie2021-03-041-0/+8
| * | | | | scsi: target: core: Rename transport_init_se_cmd()Mike Christie2021-03-041-1/+1
| * | | | | scsi: core: Replace sdev->device_busy with sbitmapMing Lei2021-03-041-2/+3
| * | | | | scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-0/+5
| * | | | | scsi: core: Put hot fields of scsi_host_template in one cachelineMing Lei2021-03-041-33/+39
| * | | | | scsi: blk-mq: Return budget token from .get_budget callbackMing Lei2021-03-041-2/+2
| * | | | | scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei2021-03-042-0/+11
| * | | | | scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei2021-03-041-0/+18
| * | | | | scsi: sbitmap: Export sbitmap_weightMing Lei2021-03-041-0/+10
| * | | | | scsi: sbitmap: Move allocation hint into sbitmapMing Lei2021-03-041-15/+26
| * | | | | scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei2021-03-041-10/+10
| * | | | | scsi: sbitmap: Remove sbitmap_clear_bit_unlockMing Lei2021-03-041-6/+0
| * | | | | scsi: ufs: Add exception event tracepointAdrian Hunter2021-03-041-0/+21
* | | | | | Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-04-293-70/+85
|\ \ \ \ \ \
| * | | | | | vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-4/+7
| * | | | | | vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-2/+1
| * | | | | | vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe2021-04-071-0/+3