summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe2020-03-285-21/+17
* mm/hmm: remove unused code and tidy commentsJason Gunthorpe2020-03-282-109/+19
* mm/hmm: return the fault type from hmm_pte_need_fault()Jason Gunthorpe2020-03-281-102/+81
* mm/hmm: remove pgmap checking for devmap pagesJason Gunthorpe2020-03-281-48/+2
* mm/hmm: check the device private page owner in hmm_range_fault()Christoph Hellwig2020-03-263-13/+11
* mm: simplify device private page handling in hmm_range_faultChristoph Hellwig2020-03-265-26/+8
* mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig2020-03-264-3/+16
* memremap: add an owner field to struct dev_pagemapChristoph Hellwig2020-03-264-0/+11
* mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_Christoph Hellwig2020-03-261-34/+16
* mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()Christoph Hellwig2020-03-261-19/+18
* mm/hmm: simplify hmm_vma_walk_hugetlb_entry()Christoph Hellwig2020-03-261-10/+3
* mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flagChristoph Hellwig2020-03-262-12/+0
* mm/hmm: don't provide a stub for hmm_range_fault()Christoph Hellwig2020-03-261-7/+0
* mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()Jason Gunthorpe2020-03-261-1/+1
* mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handlingJason Gunthorpe2020-03-261-7/+12
* mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pagesJason Gunthorpe2020-03-261-17/+21
* mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()Jason Gunthorpe2020-03-261-20/+15
* mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULTJason Gunthorpe2020-03-261-11/+8
* mm/hmm: add missing pfns set to hmm_vma_walk_pmd()Jason Gunthorpe2020-03-261-1/+1
* mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlockJason Gunthorpe2020-03-261-7/+7
* mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()Jason Gunthorpe2020-03-261-2/+6
* Linux 5.6-rc3v5.6-rc3Linus Torvalds2020-02-241-1/+1
* Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-02-237-10/+44
|\
| * Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eofFilipe Manana2020-02-211-5/+5
| * Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extentsFilipe Manana2020-02-191-1/+6
| * btrfs: fix bytes_may_use underflow in prealloc error condtitionJosef Bacik2020-02-191-3/+13
| * btrfs: handle logged extent failure properlyJosef Bacik2020-02-191-0/+2
| * btrfs: do not check delayed items are empty for single transaction cleanupJosef Bacik2020-02-191-1/+0
| * btrfs: reset fs_root to NULL on error in open_ctreeJosef Bacik2020-02-191-0/+1
| * btrfs: destroy qgroup extent records on transaction abortJeff Mahoney2020-02-194-0/+17
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-2310-108/+256
|\ \
| * | ext4: fix mount failure with quota configured as moduleJan Kara2020-02-221-1/+1
| * | jbd2: fix ocfs2 corrupt when clearing block group bitswangyan2020-02-221-2/+6
| * | ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers2020-02-222-9/+23
| * | ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-223-11/+11
| * | ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-225-37/+76
| * | ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2020-02-212-21/+39
| * | ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-02-214-25/+97
| * | ext4: add cond_resched() to __ext4_find_entry()Shijie Luo2020-02-201-0/+1
| * | ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai2020-02-202-2/+2
* | | Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linuxLinus Torvalds2020-02-2334-164/+663
|\ \ \
| * | | csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-231-1/+1
| * | | csky: Implement copy_thread_tlsGuo Ren2020-02-212-3/+5
| * | | csky: Add PCI supportMaJun2020-02-213-1/+39
| * | | csky: Minimize defconfig to support buildroot config.fragmentMa Jun2020-02-211-7/+0
| * | | csky: Add setup_initrd check codeGuo Ren2020-02-212-3/+44
| * | | csky: Cleanup old Kconfig optionsKrzysztof Kozlowski2020-02-212-3/+0
| * | | arch/csky: fix some Kconfig typosRandy Dunlap2020-02-211-1/+1
| * | | csky: Fixup compile warning for three unimplemented syscallsGuo Ren2020-02-211-0/+3
| * | | csky: Remove unused cache implementationGuo Ren2020-02-211-15/+1