summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/vdso/32: Provide legacy syscall fallbacksThomas Gleixner2019-07-311-1/+11
* lib/vdso: Move fallback invocation to the callersThomas Gleixner2019-07-311-17/+36
* lib/vdso/32: Remove inconsistent NULL pointer checksThomas Gleixner2019-07-311-16/+2
* Merge tag 'for-linus-20190730' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-303-7/+5
|\
| * exit: make setting exit_state consistentChristian Brauner2019-07-301-2/+3
| * pidfd: Add warning if exit_state is 0 during notificationJoel Fernandes (Google)2019-07-291-0/+1
| * pidfd: remove obsolete comments from testChristian Brauner2019-07-291-5/+1
* | Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-303-100/+81
|\ \
| * | f2fs: use EINVAL for superblock with invalid magicIcenowy Zheng2019-07-291-24/+24
| * | f2fs: fix to read source block before invalidating itJaegeuk Kim2019-07-271-36/+34
| * | f2fs: remove redundant check from f2fs_setflags_common()Eric Biggers2019-07-131-8/+1
| * | f2fs: use generic checking function for FS_IOC_FSSETXATTREric Biggers2019-07-131-31/+14
| * | f2fs: use generic checking and prep function for FS_IOC_SETFLAGSEric Biggers2019-07-131-1/+8
* | | Merge tag 'linux-kselftest-5.3-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-304-6/+26
|\ \ \
| * | | selftests/livepatch: add test skip handlingJoe Lawrence2019-07-241-0/+20
| * | | selftests: mlxsw: Fix typo in qos_mc_aware.shMasanari Iida2019-07-241-2/+2
| * | | selftests/x86: fix spelling mistake "FAILT" -> "FAIL"Colin Ian King2019-07-231-1/+1
| * | | selftests: kmod: Fix typo in kmod.shMasanari Iida2019-07-231-3/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-3017-93/+89
|\ \ \ \
| * | | | IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specificationYishai Hadas2019-07-251-1/+0
| * | | | IB/counters: Always initialize the port counter objectParav Pandit2019-07-251-4/+4
| * | | | IB/core: Fix querying total rdma statsParav Pandit2019-07-251-0/+3
| * | | | IB/mlx5: Prevent concurrent MR updates during invalidationMoni Shoua2019-07-251-1/+2
| * | | | IB/mlx5: Fix clean_mr() to work in the expected orderYishai Hadas2019-07-241-3/+3
| * | | | IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cacheYishai Hadas2019-07-241-1/+3
| * | | | IB/mlx5: Use direct mkey destroy command upon UMR unreg failureYishai Hadas2019-07-241-5/+8
| * | | | IB/mlx5: Fix unreg_umr to ignore the mkey stateYishai Hadas2019-07-243-6/+11
| * | | | RDMA/siw: Remove set but not used variables 'rv'Mao Wenan2019-07-221-2/+1
| * | | | IB/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-221-2/+2
| * | | | RDMA/bnxt_re: Honor vlan_id in GID entry comparisonSelvin Xavier2019-07-225-13/+30
| * | | | IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psnKaike Wan2019-07-221-41/+1
| * | | | IB/hfi1: Field not zero-ed when allocating TID flow memoryKaike Wan2019-07-221-0/+1
| * | | | IB/hfi1: Unreserve a flushed OPFN requestKaike Wan2019-07-222-7/+4
| * | | | IB/hfi1: Check for error on call to alloc_rsm_map_tableJohn Fleck2019-07-221-2/+9
| * | | | RDMA/hns: Fix sg offset non-zero issueXi Wang2019-07-221-7/+8
| * | | | RDMA/siw: Fix error return code in siw_init_module()Wei Yongjun2019-07-221-0/+1
| |/ / /
* | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-304-64/+49
|\ \ \ \
| * | | | nouveau: unlock mmap_sem on all errors from nouveau_range_faultChristoph Hellwig2019-07-251-5/+6
| * | | | nouveau: remove the block parameter to nouveau_range_faultChristoph Hellwig2019-07-251-6/+4
| * | | | mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig2019-07-252-56/+44
| * | | | mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}Christoph Hellwig2019-07-252-7/+5
| |/ / /
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-294-54/+89
|\ \ \ \
| * | | | vhost: disable metadata prefetch optimizationMichael S. Tsirkin2019-07-261-1/+1
| * | | | iommu/virtio: Update to most recent specificationJean-Philippe Brucker2019-07-222-25/+47
| * | | | balloon: fix up commentsMichael S. Tsirkin2019-07-221-30/+37
| * | | | mm/balloon_compaction: avoid duplicate page removalWei Wang2019-07-221-3/+9
| |/ / /
* | | | Merge tag 'platform-drivers-x86-v5.3-3' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-294-4/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | platform/x86: pcengines-apuv2: use KEY_RESTART for front buttonEnrico Weigelt2019-07-291-1/+1
| * | | platform/x86: intel_pmc_core: Add ICL-NNPI support to PMC CoreRajneesh Bhardwaj2019-07-251-0/+1
| * | | Platform: OLPC: add SPI MODULE_DEVICE_TABLELubomir Rintel2019-07-251-0/+6