summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-124-94/+120
|\
| * locking/rtmutex: Fix ww_mutex deadlock checkPeter Zijlstra2021-09-091-1/+1
| * futex: Remove unused variable 'vpid' in futex_proxy_trylock_atomic()Thomas Gleixner2021-09-031-2/+1
| * futex: Avoid redundant task lookupThomas Gleixner2021-09-021-30/+37
| * futex: Clarify comment for requeue_pi_wake_futex()Thomas Gleixner2021-09-021-6/+20
| * futex: Prevent inconsistent state and exit raceThomas Gleixner2021-09-021-43/+55
| * futex: Return error code instead of assigning it without effectColin Ian King2021-09-021-1/+1
| * locking/rwsem: Add missing __init_rwsem() for PREEMPT_RTMike Galbraith2021-09-022-14/+8
* | Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-121-2/+7
|\ \
| * | time: Handle negative seconds correctly in timespec64_to_ns()Lukas Hannen2021-09-081-2/+7
| |/
* | Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-09-122-59/+58
|\ \
| * | putname(): IS_ERR_OR_NULL() is wrong hereAl Viro2021-09-071-1/+1
| * | namei: Standardize callers of filename_create()Stephen Brennan2021-09-071-17/+15
| * | namei: Standardize callers of filename_lookup()Stephen Brennan2021-09-072-18/+20
| * | rename __filename_parentat() to filename_parentat()Al Viro2021-09-071-9/+9
| * | namei: Fix use after free in kern_path_lockedStephen Brennan2021-09-071-15/+14
* | | Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-09-1212-21/+37
|\ \ \
| * | | cifs: properly invalidate cached root handle when closing itEnzo Matsumiya2021-09-091-7/+13
| * | | cifs: move SMB FSCTL definitions to common codeSteve French2021-09-092-1/+1
| * | | cifs: rename cifs_common to smbfs_commonSteve French2021-09-089-10/+10
| * | | cifs: update FSCTL definitionsSteve French2021-09-081-3/+13
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-1141-325/+4127
|\ \ \ \
| * | | | Documentation: Add documentation for VDUSEXie Yongji2021-09-063-5/+234
| * | | | vduse: Introduce VDUSE - vDPA Device in UserspaceXie Yongji2021-09-066-0/+1969
| * | | | vduse: Implement an MMU-based software IOTLBXie Yongji2021-09-062-0/+618
| * | | | vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-067-19/+117
| * | | | vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji2021-09-061-20/+35
| * | | | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-063-5/+5
| * | | | vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji2021-09-062-4/+19
| * | | | vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji2021-09-061-3/+6
| * | | | vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-066-36/+89
| * | | | vdpa: Fix some coding style issuesXie Yongji2021-09-061-17/+17
| * | | | file: Export receive_fd() to modulesXie Yongji2021-09-062-4/+9
| * | | | eventfd: Export eventfd_wake_count to modulesXie Yongji2021-09-061-0/+1
| * | | | iova: Export alloc_iova_fast() and free_iova_fast()Xie Yongji2021-09-061-0/+2
| * | | | virtio-blk: remove unneeded "likely" statementsMax Gurtovoy2021-09-061-2/+2
| * | | | virtio-balloon: Use virtio_find_vqs() helperXianting Tian2021-09-061-2/+2
| * | | | vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing2021-09-061-12/+12
| * | | | vsock_test: update message bounds test for MSG_EORArseny Krasnov2021-09-061-1/+7
| * | | | af_vsock: rename variables in receive loopArseny Krasnov2021-09-061-5/+5
| * | | | virtio/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-1/+8
| * | | | vhost/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-9/+13
| * | | | virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit.Arseny Krasnov2021-09-051-0/+1
| * | | | virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-053-14/+14
| * | | | virtio: Bind virtio device to device-tree nodeViresh Kumar2021-09-051-3/+54
| * | | | uapi: virtio_ids: Sync ids with specificationViresh Kumar2021-09-051-0/+12
| * | | | dt-bindings: gpio: Add bindings for gpio-virtioViresh Kumar2021-09-051-0/+59
| * | | | dt-bindings: i2c: Add bindings for i2c-virtioViresh Kumar2021-09-051-0/+51
| * | | | dt-bindings: virtio: Add binding for virtio devicesViresh Kumar2021-09-052-1/+43
| * | | | vdpa_sim: Use iova_shift() for the size passed to alloc_iova()Xie Yongji2021-09-051-1/+2