summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-21COVER LETTERhmm-5.1-v2Jérôme Glisse1-0/+19
2019-03-21mm/hmm: add an helper function that fault pages and map them to a device v2Jérôme Glisse2-0/+161
2019-03-21mm/hmm: add helpers for driver to safely take the mmap_sem v2Jérôme Glisse1-3/+47
2019-03-21mm/hmm: allow to mirror vma of a file on a DAX backed filesystem v2Jérôme Glisse1-21/+111
2019-03-21mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) v2Jérôme Glisse2-17/+138
2019-03-21mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays.Jérôme Glisse2-0/+19
2019-03-21mm/hmm: improve driver API to work and wait over a range v2Jérôme Glisse2-308/+428
2019-03-21mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault() v2Jérôme Glisse3-60/+52
2019-03-21mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot() v2Jérôme Glisse3-24/+37
2019-03-21mm/hmm: do not erase snapshot when a range is invalidatedJérôme Glisse1-6/+0
2019-03-21mm/hmm: use reference counting for HMM struct v2Jérôme Glisse2-60/+112
2019-03-21mm/hmm: select mmu notifier when selecting HMMJérôme Glisse1-0/+1
2019-03-21arch: arc: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2-12/+12
2019-03-21ARCv2: spinlock: remove the extra smp_mb before lock, after unlockVineet Gupta1-35/+14
2019-03-21ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta1-12/+0
2019-03-21ARC: boot log: cut down on verbosityVineet Gupta2-61/+32
2019-03-21ARCv2: boot log: refurbish HS core/release identificationVineet Gupta2-57/+75
2019-03-21arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe1-0/+1
2019-03-21ARC: u-boot args: check that magic number is correctEugeniy Paltsev2-0/+9
2019-03-21ARC: perf: bpok condition only exists for ARCompactVineet Gupta1-1/+1
2019-03-21ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev9-13/+56
2019-03-21ARCv2: lib: introduce memcpy optimized for unaligned accessEugeniy Paltsev1-0/+47
2019-03-21ARC: [plat-hsdk]: Enable AXI DW DMAC supportEugeniy Paltsev1-0/+27
2019-03-21ARC: [plat-hsdk]: Add reset controller handle to manage USB resetEugeniy Paltsev1-0/+2
2019-03-21ARC: DTB: [scripted] fix node name and address spellingAlexey Brodkin13-147/+147
2019-03-19Merge tag 'tag-chrome-platform-fixes-for-v5.1-rc2' of git://git.kernel.org/pu...Linus Torvalds2-4/+8
2019-03-19platform/chrome: cros_ec_debugfs: cancel/schedule logging work only if supportedGuenter Roeck1-3/+7
2019-03-19Merge tag 'mips_fixes_5.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-17/+13
2019-03-18platform/chrome: Fix locking pattern in wilco_ec_mailbox()Nick Crews1-1/+1
2019-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-45/+89
2019-03-17i40iw: Avoid panic when handling the inetdev eventFeng Tang1-1/+11
2019-03-17IB/mlx5: Fix mapping of link-mode to IB width and speedAya Levin1-0/+7
2019-03-17IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas4-13/+34
2019-03-17net/mlx5: Fix DCT creation bad flowYishai Hadas1-30/+36
2019-03-17IB/mlx4: Fix race condition between catas error reset and aliasguid flowsJack Morgenstein1-1/+1
2019-03-17Linux 5.1-rc1Linus Torvalds1-2/+2
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds57-156/+153
2019-03-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-125/+0
2019-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2019-03-17Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2019-03-17Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds7-32/+55
2019-03-17perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot1-1/+1
2019-03-17kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada1-4/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada29-47/+18
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada12-13/+6
2019-03-17Revert "modsign: Abort modules_install when signing fails"Douglas Anderson1-1/+1
2019-03-17kbuild: Make NOSTDINC_FLAGS a simply expanded variableDouglas Anderson1-1/+1
2019-03-17kbuild: deb-pkg: avoid implicit effectsArseny Maslennikov1-1/+4
2019-03-17coccinelle: semantic code search for missing put_device()Wen Yang1-0/+56
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds11-6/+538