summaryrefslogtreecommitdiffstats
path: root/mm/dmapool.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-01jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp1-9/+3
2017-09-01scripts/dtc: fix '%zx' warningRussell King1-1/+1
2017-09-01include/linux/compiler.h: don't perform compiletime_assert with -O0Joe Stringer1-1/+5
2017-09-01mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+6
2017-09-01mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers2-2/+8
2017-09-01kernel/kthread.c: kthread_worker: don't hog the cpuShaohua Li1-0/+1
2017-09-01mm,page_alloc: don't call __node_reclaim() with oom_lock held.Tetsuo Handa1-3/+6
2017-09-01mm/mmu_notifier: kill invalidate_pageJérôme Glisse2-39/+0
2017-09-01KVM: update to new mmu_notifier semantic v2Jérôme Glisse7-77/+0
2017-09-01xen/gntdev: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-09-01sgi-gru: update to new mmu_notifier semanticJérôme Glisse1-12/+0
2017-09-01misc/mic/scif: update to new mmu_notifier semanticJérôme Glisse1-11/+0
2017-09-01iommu/intel: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-09-01iommu/amd: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-09-01IB/hfi1: update to new mmu_notifier semanticJérôme Glisse1-9/+0
2017-09-01IB/umem: update to new mmu_notifier semanticJérôme Glisse1-19/+0
2017-09-01drm/amdgpu: update to new mmu_notifier semanticJérôme Glisse1-31/+0
2017-09-01powerpc/powernv: update to new mmu_notifier semanticJérôme Glisse1-10/+0
2017-09-01mm/rmap: update to new mmu_notifier semantic v2Jérôme Glisse1-3/+32
2017-09-01dax: update to new mmu_notifier semanticJérôme Glisse3-13/+33
2017-08-30CIFS: remove endian related sparse warningSteve French1-1/+1
2017-08-30CIFS: Fix maximum SMB2 header sizePavel Shilovsky1-2/+2
2017-08-30nvme: fix the definition of the doorbell buffer config support bitChangpeng Liu1-1/+1
2017-08-30nvme-pci: use dma memory for the host memory buffer descriptorsChristoph Hellwig1-11/+11
2017-08-30nvme-rdma: default MR page size to 4kMax Gurtovoy1-2/+6
2017-08-29drm/vmwgfx: Fix F26 Wayland screen update issueSinclair Yeh1-1/+25
2017-08-29alpha: uapi: Add support for __SANE_USERSPACE_TYPES__Ben Hutchings2-2/+12
2017-08-29alpha: Define ioremap_wcGuenter Roeck1-0/+1
2017-08-29alpha: Fix section mismatchesMatt Turner2-3/+3
2017-08-29alpha: support R_ALPHA_REFLONG relocations for module loadingMichael Cree1-0/+3
2017-08-29alpha: Fix typo in ev6-copy_user.SRichard Henderson2-4/+5
2017-08-29alpha: Package string routines togetherRichard Henderson1-6/+16
2017-08-29alpha: Update for new syscallsRichard Henderson3-1/+24
2017-08-29alpha: Fix build error without CONFIG_VGA_HOSE.Matt Turner2-0/+4
2017-08-29Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"Linus Torvalds1-30/+22
2017-08-29Revert "libata: quirk read log on no-name M.2 SSD"Tejun Heo2-5/+0
2017-08-29libata: check for trusted computing in IDENTIFY DEVICE dataChristoph Hellwig2-1/+12
2017-08-29page waitqueue: always add new entries at the endLinus Torvalds1-1/+1
2017-08-29cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2017-08-29ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intcAlexey Brodkin2-3/+10
2017-08-29fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller1-5/+1
2017-08-28libata: quirk read log on no-name M.2 SSDChristoph Hellwig2-0/+5
2017-08-28libnvdimm: clean up command definitionsDan Williams1-37/+0
2017-08-28dm mpath: do not lock up a CPU with requeuing activityBart Van Assche1-1/+0
2017-08-28dm: fix printk() rate limiting codeBart Van Assche2-39/+12
2017-08-28dm mpath: retry BLK_STS_RESOURCE errorsBart Van Assche1-1/+0
2017-08-28dm: fix the second dec_pending() argument in __split_and_process_bio()Bart Van Assche1-1/+1
2017-08-28Linux 4.13-rc7v4.13-rc7Linus Torvalds1-1/+1
2017-08-28Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds1-4/+5
2017-08-27Minor page waitqueue cleanupsLinus Torvalds2-8/+10