summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi/arm64: Fix debugfs crash by adding a terminator for ptdump markerQian Cai2019-02-021-2/+3
* Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-02-0212-42/+73
|\
| * xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov2019-01-271-0/+5
| * xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe2019-01-267-9/+9
| * xtensa: Fix typo use space=>user spaceCorentin Labbe2019-01-261-1/+1
| * drivers/irqchip: xtensa-mx: fix mask and unmaskMax Filippov2019-01-261-14/+20
| * drivers/irqchip: xtensa: add warning to irq_retriggerMax Filippov2019-01-262-2/+10
| * xtensa: SMP: mark each possible CPU as presentMax Filippov2019-01-261-1/+1
| * xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov2019-01-261-0/+1
| * xtensa: SMP: fix secondary CPU initializationMax Filippov2019-01-262-14/+25
| * xtensa: SMP: fix ccount_timer_shutdownMax Filippov2019-01-251-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-02-025-5/+14
|\ \
| * | arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse2019-02-011-1/+3
| * | arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse2019-02-011-0/+2
| * | arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse2019-02-011-3/+3
| * | arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel2019-02-011-0/+1
| * | arm64: Do not issue IPIs for user executable ptesCatalin Marinas2019-02-011-1/+5
* | | Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-02-025-29/+61
|\ \ \
| * | | cifs: update internal module version numberSteve French2019-01-311-1/+1
| * | | CIFS: fix use-after-free of the lease keysAurelien Aptel2019-01-311-2/+2
| * | | CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky2019-01-301-1/+1
| * | | CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky2019-01-301-2/+2
| * | | CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky2019-01-301-16/+30
| * | | CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky2019-01-301-3/+8
| * | | cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg2019-01-292-3/+16
| * | | cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg2019-01-291-2/+2
* | | | Merge tag 'apparmor-pr-2019-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-02-022-1/+6
|\ \ \ \
| * | | | apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen2019-02-011-1/+4
| * | | | apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel2019-02-011-0/+2
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-02-0118-42/+97
|\ \ \ \
| * | | | IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas2019-01-291-5/+13
| * | | | IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2019-01-252-3/+1
| * | | | IB/uverbs: Fix ioctl query port to consider device disassociationYishai Hadas2019-01-251-1/+7
| * | | | RDMA/mlx5: Fix flow creation on representorsMark Bloch2019-01-251-2/+1
| * | | | IB/uverbs: Fix OOPs upon device disassociationYishai Hadas2019-01-251-4/+3
| * | | | RDMA/umem: Add missing initialization of owning_mmArtemy Kovalyov2019-01-251-0/+3
| * | | | RDMA/hns: Update the kernel header file of hnsLijun Ou2019-01-252-2/+13
| * | | | IB/mlx5: Fix how advise_mr() launches async workJason Gunthorpe2019-01-211-5/+5
| * | | | RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-213-6/+32
| * | | | IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn2019-01-211-1/+6
| * | | | IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl2019-01-211-1/+1
| * | | | IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty2019-01-212-2/+0
| * | | | IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOVJack Morgenstein2019-01-211-3/+3
| * | | | RDMA/mlx5: Fix check for supported user flags when creating a QPMark Bloch2019-01-211-7/+9
| | |_|/ | |/| |
* | | | Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-02-011-7/+30
|\ \ \ \
| * | | | iomap: fix a use after free in iomap_dio_rwChristoph Hellwig2019-01-271-7/+21
| * | | | iomap: get/put the page in iomap_page_create/release()Piotr Jaroszynski2019-01-271-0/+9
* | | | | Merge tag 'pm-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-02-013-7/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-cpuidle-fixes'Rafael J. Wysocki2019-02-011-1/+1
| |\ \ \ \ \
| | * | | | | cpuidle: poll_state: Fix default time limitDoug Smythies2019-01-301-1/+1
| | | |_|/ / | | |/| | |