summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-252-5/+5
|\
| * kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-08-191-4/+4
| * perf/x86: Fix typo in commentSu Yanjun2019-08-191-1/+1
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-251-1/+14
|\ \
| * | genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-191-1/+14
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-08-259-36/+260
|\ \
| * | mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin2019-08-241-2/+8
| * | mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns2019-08-241-2/+59
| * | mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns2019-08-241-4/+15
| * | mm, page_owner: handle THP splits correctlyVlastimil Babka2019-08-241-0/+4
| * | userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov2019-08-241-12/+13
| * | psi: get poll_work to run when calling poll syscall next timeJason Xing2019-08-241-0/+8
| * | mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin2019-08-241-1/+21
| * | mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin2019-08-241-0/+40
| * | parisc: fix compilation errrorsQian Cai2019-08-241-2/+1
| * | mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes2019-08-241-15/+4
| * | mm/z3fold.c: fix race between migration and destructionHenry Burns2019-08-241-0/+89
* | | Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-08-246-15/+19
|\ \ \
| * | | dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig2019-08-214-11/+15
| * | | arm: select the dma-noncoherent symbols for all swiotlb buildsChristoph Hellwig2019-08-202-4/+4
| | |/ | |/|
* | | Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-08-243-42/+20
|\ \ \ | |_|/ |/| |
| * | gpio: Fix irqchip initialization orderLinus Walleij2019-08-231-15/+15
| * | gpio: of: fix Freescale SPI CS quirk handlingAndreas Kemnade2019-08-171-1/+1
| * | gpio: Fix build error of function redefinitionYueHaibing2019-08-141-24/+0
| * | gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski2019-08-141-2/+4
* | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-244-33/+8
|\ \ \
| * | | Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAEDexuan Cui2019-08-201-1/+1
| * | | Tools: hv: kvp: eliminate 'may be used uninitialized' warningVitaly Kuznetsov2019-08-201-1/+1
| * | | Input: hyperv-keyboard: Use in-place iterator API in the channel callbackDexuan Cui2019-08-201-29/+6
| * | | Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_contextDexuan Cui2019-08-201-2/+0
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-08-242-10/+27
|\ \ \
| * \ \ Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kern...Will Deacon2019-08-242-10/+27
| |\ \ \ | | |/ / | |/| |
| | * | KVM: arm/arm64: VGIC: Properly initialise private IRQ affinityAndre Przywara2019-08-231-10/+20
| | * | KVM: arm/arm64: Only skip MMIO insn onceAndrew Jones2019-08-221-0/+7
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-08-248-7/+49
|\ \ \ \
| * | | | scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart2019-08-194-4/+27
| * | | | scsi: ufs: Fix NULL pointer dereference in ufshcd_config_vreg_hpm()Adrian Hunter2019-08-141-0/+3
| * | | | scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev2019-08-141-2/+7
| * | | | scsi: qla2xxx: Fix gnl.l memory leak on adapter init failureBill Kuzeja2019-08-142-1/+12
* | | | | Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-08-241-0/+1
|\ \ \ \ \
| * | | | | xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong2019-08-221-0/+1
* | | | | | Merge tag 'drm-fixes-2019-08-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-242-7/+18
|\ \ \ \ \ \
| * | | | | | drm/mediatek: include dma-mapping headerDave Airlie2019-08-241-0/+1
| * | | | | | Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2019-08-231-7/+17
| |\ \ \ \ \ \
| | * | | | | | drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul2019-08-231-7/+17
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-08-2326-239/+248
|\ \ \ \ \ \ \ \
| * | | | | | | | RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler2019-08-239-109/+108
| * | | | | | | | RDMA/siw: Fix SGL mapping issuesBernard Metzler2019-08-221-22/+15
| * | | | | | | | RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_messageSelvin Xavier2019-08-222-4/+15
| * | | | | | | | infiniband: hfi1: fix memory leaksWenwen Wang2019-08-201-3/+6