Searched hist:"490 fc053865c9cc40f1085ef8a5504f5341f79d2" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/ia64/mm/ |
H A D | init.c | diff 490fc053865c9cc40f1085ef8a5504f5341f79d2 Sat Jul 21 17:24:03 CDT 2018 Linus Torvalds <torvalds@linux-foundation.org> mm: make vm_area_alloc() initialize core fields
Like vm_area_dup(), it initializes the anon_vma_chain head, and the basic mm pointer.
The rest of the fields end up being different for different users, although the plan is to also initialize the 'vm_ops' field to a dummy entry.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/mm/ |
H A D | nommu.c | diff 490fc053865c9cc40f1085ef8a5504f5341f79d2 Sat Jul 21 17:24:03 CDT 2018 Linus Torvalds <torvalds@linux-foundation.org> mm: make vm_area_alloc() initialize core fields
Like vm_area_dup(), it initializes the anon_vma_chain head, and the basic mm pointer.
The rest of the fields end up being different for different users, although the plan is to also initialize the 'vm_ops' field to a dummy entry.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | mmap.c | diff 490fc053865c9cc40f1085ef8a5504f5341f79d2 Sat Jul 21 17:24:03 CDT 2018 Linus Torvalds <torvalds@linux-foundation.org> mm: make vm_area_alloc() initialize core fields
Like vm_area_dup(), it initializes the anon_vma_chain head, and the basic mm pointer.
The rest of the fields end up being different for different users, although the plan is to also initialize the 'vm_ops' field to a dummy entry.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/fs/ |
H A D | exec.c | diff 490fc053865c9cc40f1085ef8a5504f5341f79d2 Sat Jul 21 17:24:03 CDT 2018 Linus Torvalds <torvalds@linux-foundation.org> mm: make vm_area_alloc() initialize core fields
Like vm_area_dup(), it initializes the anon_vma_chain head, and the basic mm pointer.
The rest of the fields end up being different for different users, although the plan is to also initialize the 'vm_ops' field to a dummy entry.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/kernel/ |
H A D | fork.c | diff 490fc053865c9cc40f1085ef8a5504f5341f79d2 Sat Jul 21 17:24:03 CDT 2018 Linus Torvalds <torvalds@linux-foundation.org> mm: make vm_area_alloc() initialize core fields
Like vm_area_dup(), it initializes the anon_vma_chain head, and the basic mm pointer.
The rest of the fields end up being different for different users, although the plan is to also initialize the 'vm_ops' field to a dummy entry.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/include/linux/ |
H A D | mm.h | diff 490fc053865c9cc40f1085ef8a5504f5341f79d2 Sat Jul 21 17:24:03 CDT 2018 Linus Torvalds <torvalds@linux-foundation.org> mm: make vm_area_alloc() initialize core fields
Like vm_area_dup(), it initializes the anon_vma_chain head, and the basic mm pointer.
The rest of the fields end up being different for different users, although the plan is to also initialize the 'vm_ops' field to a dummy entry.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|