index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-04
mm/ksm: set page->mapping to page_ronly struct instead of stable_node.
generic-write-protection-rfc
Jérôme Glisse
1
-2
/
+7
2018-04-04
mm/ksm: rename PAGE_MAPPING_KSM to PAGE_MAPPING_RONLY
Jérôme Glisse
10
-33
/
+37
2018-04-04
mm/ksm: hide set_page_stable_node() and page_stable_node()
Jérôme Glisse
2
-12
/
+11
2018-04-04
mm/ksm: have ksm select PAGE_RONLY config.
Jérôme Glisse
1
-0
/
+1
2018-04-04
mm/page_ronly: add page read only core structure and helpers.
Jérôme Glisse
1
-0
/
+169
2018-04-04
mm/page_ronly: add config option for generic read only page framework.
Jérôme Glisse
1
-0
/
+3
2018-04-04
mm: pass down struct address_space to set_page_dirty()
Jérôme Glisse
7
-17
/
+17
2018-04-04
mm: add struct address_space to set_page_dirty_lock()
Jérôme Glisse
26
-28
/
+29
2018-04-04
mm: add struct address_space to set_page_dirty()
Jérôme Glisse
75
-172
/
+172
2018-04-04
mm: add struct address_space to mark_buffer_dirty()
Jérôme Glisse
74
-220
/
+220
2018-04-04
fs/journal: add struct address_space to jbd2_journal_try_to_free_buffers() ar...
Jérôme Glisse
4
-5
/
+9
2018-04-04
mm/vma_address: convert page's index lookup to be against specific mapping
Jérôme Glisse
1
-1
/
+3
2018-04-04
mm/swap: add struct swap_info_struct *sis to swap_slot_free_notify() args
Jérôme Glisse
1
-5
/
+17
2018-04-04
mm/swap: add struct address_space to __swap_writepage() arguments
Jérôme Glisse
3
-7
/
+10
2018-04-04
mm/swap: add struct swap_info_struct swap_readpage() arguments
Jérôme Glisse
4
-9
/
+15
2018-04-04
mm/buffer: use _page_has_buffers() instead of page_has_buffers()
Jérôme Glisse
1
-2
/
+2
2018-04-04
mm/page: convert page's index lookup to be against specific mapping
Jérôme Glisse
4
-28
/
+36
2018-04-04
fs/xfs: convert page's buffers lookup to be against specific mapping
Jérôme Glisse
2
-9
/
+11
2018-04-04
fs/xfs: convert page's index lookup to be against specific mapping
Jérôme Glisse
1
-8
/
+9
2018-04-04
fs/xfs: do not rely on page->mapping get it from the context
Jérôme Glisse
3
-16
/
+18
2018-04-04
fs/ext4: convert page's buffers lookup to be against specific mapping
Jérôme Glisse
5
-28
/
+33
2018-04-04
fs/ext4: convert page's index lookup to be against specific mapping
Jérôme Glisse
6
-28
/
+31
2018-04-04
fs/ext4: do not rely on page->mapping get it from the context
Jérôme Glisse
8
-43
/
+75
2018-04-04
fs/ext2: convert page's index lookup to be against specific mapping
Jérôme Glisse
1
-6
/
+7
2018-04-04
fs/ext2: do not rely on page->mapping get it from the context
Jérôme Glisse
4
-23
/
+28
2018-04-04
fs/nfs: do not rely on page->mapping get it from the context
Jérôme Glisse
8
-81
/
+94
2018-04-04
fs/lustre: do not rely on page->mapping get it from the context
Jérôme Glisse
10
-33
/
+41
2018-04-04
fs/buffer: use _page_has_buffers() instead of page_has_buffers()
Jérôme Glisse
2
-37
/
+37
2018-04-04
fs: stop relying on mapping field of struct page, get it from context
Jérôme Glisse
1
-9
/
+17
2018-04-04
fs: stop relying on mapping field of struct page, get it from context
Jérôme Glisse
3
-12
/
+10
2018-04-04
fs/buffer: add struct address_space to block_commit_write() arguments
Jérôme Glisse
7
-9
/
+13
2018-04-04
fs/buffer: add struct address_space to mark_buffer_write_io_error() args
Jérôme Glisse
4
-7
/
+11
2018-04-04
fs/buffer: add struct address_space to attach_nobh_buffers() args
Jérôme Glisse
1
-3
/
+4
2018-04-04
fs/buffer: add struct address_space to try_to_free_buffers() args
Jérôme Glisse
18
-21
/
+20
2018-04-04
fs/buffer: add struct address_space to page_seek_hole_data() args
Jérôme Glisse
1
-2
/
+4
2018-04-04
fs/buffer: add struct address_space to create_empty_buffers() args
Jérôme Glisse
17
-28
/
+35
2018-04-04
fs/buffer: add struct address_space to page_zero_new_buffers() args
Jérôme Glisse
4
-7
/
+11
2018-04-04
fs/buffer: add struct address_space to drop_buffers() args
Jérôme Glisse
1
-3
/
+4
2018-04-04
fs/buffer: add struct address_space to init_page_buffers() args
Jérôme Glisse
1
-7
/
+7
2018-04-04
fs/buffer: add helper to dereference page's buffers with given mapping
Jérôme Glisse
1
-0
/
+14
2018-04-04
fs/buffer: add struct address_space to clean_page_buffers() arguments
Jérôme Glisse
3
-6
/
+7
2018-04-04
fs/buffer: add first buffer flag for first buffer_head in a page
Jérôme Glisse
2
-2
/
+20
2018-04-04
fs/buffer: add struct super_block to __bforget() arguments
Jérôme Glisse
3
-4
/
+4
2018-04-04
fs/buffer: add struct super_block to bforget() arguments
Jérôme Glisse
12
-19
/
+19
2018-04-04
fs/buffer: add struct address_space and struct page to end_io callback
Jérôme Glisse
10
-24
/
+46
2018-04-04
fs/journal: add struct inode to jbd2_journal_revoke() arguments.
Jérôme Glisse
3
-3
/
+4
2018-04-04
fs/journal: add struct super_block to jbd2_journal_forget() arguments.
Jérôme Glisse
4
-4
/
+6
2018-04-04
fs/block: do not rely on page->mapping get it from the context
Jérôme Glisse
1
-3
/
+3
2018-04-04
fs/block: add struct address_space to __block_write_begin_int() args
Jérôme Glisse
1
-3
/
+5
2018-04-04
fs/block: add struct address_space to __block_write_begin() arguments
Jérôme Glisse
12
-23
/
+32
[next]