index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/hmm: remove HMM_FAULT_SNAPSHOT
Jason Gunthorpe
2020-03-28
5
-21
/
+17
*
mm/hmm: remove unused code and tidy comments
Jason Gunthorpe
2020-03-28
2
-109
/
+19
*
mm/hmm: return the fault type from hmm_pte_need_fault()
Jason Gunthorpe
2020-03-28
1
-102
/
+81
*
mm/hmm: remove pgmap checking for devmap pages
Jason Gunthorpe
2020-03-28
1
-48
/
+2
*
mm/hmm: check the device private page owner in hmm_range_fault()
Christoph Hellwig
2020-03-26
3
-13
/
+11
*
mm: simplify device private page handling in hmm_range_fault
Christoph Hellwig
2020-03-26
5
-26
/
+8
*
mm: handle multiple owners of device private pages in migrate_vma
Christoph Hellwig
2020-03-26
4
-3
/
+16
*
memremap: add an owner field to struct dev_pagemap
Christoph Hellwig
2020-03-26
4
-0
/
+11
*
mm: merge hmm_vma_do_fault into into hmm_vma_walk_hole_
Christoph Hellwig
2020-03-26
1
-34
/
+16
*
mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()
Christoph Hellwig
2020-03-26
1
-19
/
+18
*
mm/hmm: simplify hmm_vma_walk_hugetlb_entry()
Christoph Hellwig
2020-03-26
1
-10
/
+3
*
mm/hmm: remove the unused HMM_FAULT_ALLOW_RETRY flag
Christoph Hellwig
2020-03-26
2
-12
/
+0
*
mm/hmm: don't provide a stub for hmm_range_fault()
Christoph Hellwig
2020-03-26
1
-7
/
+0
*
mm/hmm: do not check pmd_protnone twice in hmm_vma_handle_pmd()
Jason Gunthorpe
2020-03-26
1
-1
/
+1
*
mm/hmm: add missing call to hmm_pte_need_fault in HMM_PFN_SPECIAL handling
Jason Gunthorpe
2020-03-26
1
-7
/
+12
*
mm/hmm: return -EFAULT when setting HMM_PFN_ERROR on requested valid pages
Jason Gunthorpe
2020-03-26
1
-17
/
+21
*
mm/hmm: reorganize how !pte_present is handled in hmm_vma_handle_pte()
Jason Gunthorpe
2020-03-26
1
-20
/
+15
*
mm/hmm: add missing call to hmm_range_need_fault() before returning EFAULT
Jason Gunthorpe
2020-03-26
1
-11
/
+8
*
mm/hmm: add missing pfns set to hmm_vma_walk_pmd()
Jason Gunthorpe
2020-03-26
1
-1
/
+1
*
mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
Jason Gunthorpe
2020-03-26
1
-7
/
+7
*
mm/hmm: add missing unmaps of the ptep during hmm_vma_handle_pte()
Jason Gunthorpe
2020-03-26
1
-2
/
+6
*
Linux 5.6-rc3
v5.6-rc3
Linus Torvalds
2020-02-24
1
-1
/
+1
*
Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-02-23
7
-10
/
+44
|
\
|
*
Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof
Filipe Manana
2020-02-21
1
-5
/
+5
|
*
Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents
Filipe Manana
2020-02-19
1
-1
/
+6
|
*
btrfs: fix bytes_may_use underflow in prealloc error condtition
Josef Bacik
2020-02-19
1
-3
/
+13
|
*
btrfs: handle logged extent failure properly
Josef Bacik
2020-02-19
1
-0
/
+2
|
*
btrfs: do not check delayed items are empty for single transaction cleanup
Josef Bacik
2020-02-19
1
-1
/
+0
|
*
btrfs: reset fs_root to NULL on error in open_ctree
Josef Bacik
2020-02-19
1
-0
/
+1
|
*
btrfs: destroy qgroup extent records on transaction abort
Jeff Mahoney
2020-02-19
4
-0
/
+17
*
|
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-02-23
10
-108
/
+256
|
\
\
|
*
|
ext4: fix mount failure with quota configured as module
Jan Kara
2020-02-22
1
-1
/
+1
|
*
|
jbd2: fix ocfs2 corrupt when clearing block group bits
wangyan
2020-02-22
1
-2
/
+6
|
*
|
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
Eric Biggers
2020-02-22
2
-9
/
+23
|
*
|
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
2020-02-22
3
-11
/
+11
|
*
|
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
2020-02-22
5
-37
/
+76
|
*
|
ext4: fix potential race between s_group_info online resizing and access
Suraj Jitindar Singh
2020-02-21
2
-21
/
+39
|
*
|
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
2020-02-21
4
-25
/
+97
|
*
|
ext4: add cond_resched() to __ext4_find_entry()
Shijie Luo
2020-02-20
1
-0
/
+1
|
*
|
ext4: fix a data race in EXT4_I(inode)->i_disksize
Qian Cai
2020-02-20
2
-2
/
+2
*
|
|
Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linux
Linus Torvalds
2020-02-23
34
-164
/
+663
|
\
\
\
|
*
|
|
csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
2020-02-23
1
-1
/
+1
|
*
|
|
csky: Implement copy_thread_tls
Guo Ren
2020-02-21
2
-3
/
+5
|
*
|
|
csky: Add PCI support
MaJun
2020-02-21
3
-1
/
+39
|
*
|
|
csky: Minimize defconfig to support buildroot config.fragment
Ma Jun
2020-02-21
1
-7
/
+0
|
*
|
|
csky: Add setup_initrd check code
Guo Ren
2020-02-21
2
-3
/
+44
|
*
|
|
csky: Cleanup old Kconfig options
Krzysztof Kozlowski
2020-02-21
2
-3
/
+0
|
*
|
|
arch/csky: fix some Kconfig typos
Randy Dunlap
2020-02-21
1
-1
/
+1
|
*
|
|
csky: Fixup compile warning for three unimplemented syscalls
Guo Ren
2020-02-21
1
-0
/
+3
|
*
|
|
csky: Remove unused cache implementation
Guo Ren
2020-02-21
1
-15
/
+1
[next]