summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-02CONFIG ALL minus everything that would enable mmu notifiermmu-notifier-v06Jérôme Glisse1-0/+12271
2019-04-02mmu notifier cover letterJérôme Glisse4-0/+271
2019-04-02mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse2-0/+14
2019-04-02mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2Jérôme Glisse1-1/+5
2019-04-02mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse11-33/+32
2019-04-02mm/mmu_notifier: contextual information for event triggering invalidation v2Jérôme Glisse14-30/+62
2019-04-02mm/mmu_notifier: contextual information for event enumsJérôme Glisse1-0/+30
2019-04-02mm/mmu_notifier: convert mmu_notifier_range->blockable to a flagsJérôme Glisse1-4/+7
2019-04-02mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse8-17/+19
2019-04-02mm/mmu_notifier: helper to test if a range invalidation is blockableJérôme Glisse1-0/+11
2019-04-02mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse2-37/+75
2019-04-02mm/hmm: add an helper function that fault pages and map them to a device v3Jérôme Glisse2-0/+161
2019-04-02mm/hmm: add helpers to test if mm is still alive or notJérôme Glisse1-0/+24
2019-04-02mm/hmm: allow to mirror vma of a file on a DAX backed filesystem v3Jérôme Glisse1-21/+117
2019-04-02mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) v3Jérôme Glisse2-16/+134
2019-04-02mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays v2Jérôme Glisse3-0/+60
2019-04-02mm/hmm: improve driver API to work and wait over a range v3Jérôme Glisse3-314/+387
2019-04-02mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault() v3Jérôme Glisse3-60/+52
2019-04-02mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot() v2Jérôme Glisse3-24/+37
2019-04-02mm/hmm: do not erase snapshot when a range is invalidatedJérôme Glisse1-6/+0
2019-04-02mm/hmm: use reference counting for HMM struct v3Jérôme Glisse2-68/+124
2019-04-02mm/hmm: select mmu notifier when selecting HMM v2Jérôme Glisse1-1/+1
2019-04-01Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-188/+150
2019-04-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-13/+14
2019-04-01debugfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-04-01ubifs: fix use-after-free on symlink traversalAl Viro1-3/+1
2019-04-01jffs2: fix use-after-free on symlink traversalAl Viro2-6/+4
2019-03-31Linux 5.1-rc3Linus Torvalds1-1/+1
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds60-201/+409
2019-03-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-22/+19
2019-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds26-103/+288
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+19
2019-03-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+0
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-16/+12
2019-03-31Merge tag 'powerpc-5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-13/+32
2019-03-31Merge tag 'dmaengine-fix-5.1-rc3' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2-4/+2
2019-03-30Merge tag 'led-fixes-for-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-11/+13
2019-03-30Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds7-17/+26
2019-03-30leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes1-1/+2
2019-03-30leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu1-2/+6
2019-03-30Merge tag 'staging-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds43-4587/+276
2019-03-30Merge tag 'tty-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-51/+75
2019-03-30Merge tag 'usb-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds23-37/+110
2019-03-30Merge tag 'acpi-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-3/+8
2019-03-30Merge tag 'pm-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-4/+12
2019-03-30Merge branch 'fixes-v5.1-a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+42
2019-03-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-112/+210
2019-03-29Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2019-03-29Merge tag 'iommu-fixes-v5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-9/+17
2019-03-29Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0