Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
55c0ece82ac6ad018a71465d332847dce023eeb3
55c0ece
mm/hmm: add a helper function that fault pages and map them to a device
by Jérôme Glisse
· 6 years ago
2023941
mm/hmm: add helpers to test if mm is still alive or not
by Jérôme Glisse
· 6 years ago
992de9a
mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
by Jérôme Glisse
· 6 years ago
63d5066
mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)
by Jérôme Glisse
· 6 years ago
023a019
mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays
by Jérôme Glisse
· 6 years ago
a3e0d41
mm/hmm: improve driver API to work and wait over a range
by Jérôme Glisse
· 6 years ago
7323161
mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()
by Jérôme Glisse
· 6 years ago
25f23a0
mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()
by Jérôme Glisse
· 6 years ago
9f45461
mm/hmm: do not erase snapshot when a range is invalidated
by Jérôme Glisse
· 6 years ago
704f3f2
mm/hmm: use reference counting for HMM struct
by Jérôme Glisse
· 6 years ago
734fb89
mm/hmm: select mmu notifier when selecting HMM
by Jérôme Glisse
· 6 years ago
1b426ba
hugetlb: use same fault hash key for shared and private mappings
by Mike Kravetz
· 6 years ago
0919e1b
hugetlbfs: on restore reserve error path retain subpool reservation
by Mike Kravetz
· 6 years ago
063b8a4
drivers/base/memory.c: clean up relics in function parameters
by Baoquan He
· 6 years ago
7567cfc
mm/sparse.c: clean up obsolete code comment
by Baoquan He
· 6 years ago
926e5d1
include/linux/balloon_compaction.h: drop unused function stubs
by David Hildenbrand
· 6 years ago
dae966d
mm/swap.c: __pagevec_lru_add_fn: typo fix
by Peng Fan
· 6 years ago
2d0adf7
mm/hugetlb: get rid of NODEMASK_ALLOC
by Oscar Salvador
· 6 years ago
fd875dc
hugetlbfs: fix potential over/underflow setting node specific nr_hugepages
by Mike Kravetz
· 6 years ago
299c83d
mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
by Linxu Fang
· 6 years ago
3481c37
mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin template
by Yafang Shao
· 6 years ago
024eee0
mm: page_mkclean vs MADV_DONTNEED race
by Aneesh Kumar K.V
· 6 years ago
fc1d8e7
mm: introduce put_user_page*(), placeholder versions
by John Hubbard
· 6 years ago
4eb0716
hugetlb: allow to free gigantic pages regardless of the configuration
by Alexandre Ghiti
· 6 years ago
8df995f
mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
by Alexandre Ghiti
· 6 years ago
b53f456
sparc: advertise gigantic page support
by Alexandre Ghiti
· 6 years ago
a861bbc
sh: advertise gigantic page support
by Alexandre Ghiti
· 6 years ago
0d7b4a6
riscv: switch over to generic free_initmem()
by Mike Rapoport
· 6 years ago
f403999
init: free_initmem: poison freed init memory
by Mike Rapoport
· 6 years ago
522c991
hexagon: switch over to generic free_initmem()
by Mike Rapoport
· 6 years ago
997aef6
init: provide a generic free_initmem implementation
by Mike Rapoport
· 6 years ago
f94f743
initramfs: poison freed initrd memory
by Christoph Hellwig
· 6 years ago
4afd58e
initramfs: provide a generic free_initrd_mem implementation
by Christoph Hellwig
· 6 years ago
d8ae8a3
initramfs: move the legacy keepinitrd parameter to core code
by Christoph Hellwig
· 6 years ago
afef788
initramfs: cleanup populate_rootfs
by Christoph Hellwig
· 6 years ago
7c184ec
initramfs: factor out a helper to populate the initrd image
by Christoph Hellwig
· 6 years ago
23091e2
initramfs: cleanup initrd freeing
by Christoph Hellwig
· 6 years ago
54c7a89
initramfs: free initrd memory if opening /initrd.image fails
by Christoph Hellwig
· 6 years ago
1df3a33
mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
by Yue Hu
· 6 years ago
113b7df
mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API
by Johannes Weiner
· 6 years ago
21d89d1
mm: memcontrol: push down mem_cgroup_nr_lru_pages()
by Johannes Weiner
· 6 years ago
2b487e5
mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()
by Johannes Weiner
· 6 years ago
22796c8
mm: memcontrol: replace node summing with memcg_page_state()
by Johannes Weiner
· 6 years ago
1a61ab8
mm: memcontrol: replace zone summing with lruvec_page_state()
by Johannes Weiner
· 6 years ago
e0ee0e7
mm: memcontrol: track LRU counts in the vmstats array
by Johannes Weiner
· 6 years ago
132bb8c
mm/vmscan: add tracepoints for node reclaim
by Yafang Shao
· 6 years ago
5e65af1
mm/page_isolation.c: remove redundant pfn_valid_within() in __first_valid_page()
by Anshuman Khandual
· 6 years ago
b6cfab7
mm, compaction: some tracepoints should be defined only when CONFIG_COMPACTION is set
by Yafang Shao
· 6 years ago
b1746b9
mm: compaction: show gfp flag names in try_to_compact_pages tracepoint
by Yafang Shao
· 6 years ago
2b59e01
mm/cma.c: fix the bitmap status to show failed allocation reason
by Yue Hu
· 6 years ago
dd7ef7b
mm/compaction.c: fix an undefined behaviour
by Qian Cai
· 6 years ago
d3ba3ae
mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
by Baoquan He
· 6 years ago
39186cb
mm,memory_hotplug: drop redundant hugepage_migration_supported check
by Oscar Salvador
· 6 years ago
10eeadf
mm,memory_hotplug: unlock 1GB-hugetlb on x86_64
by Oscar Salvador
· 6 years ago
f3b4fdb
IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()
by Ira Weiny
· 6 years ago
664b21e
IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()
by Ira Weiny
· 6 years ago
9fdf4aa
IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()
by Ira Weiny
· 6 years ago
7af7556
mm/gup: add FOLL_LONGTERM capability to GUP fast
by Ira Weiny
· 6 years ago
73b0140
mm/gup: change GUP fast to use flags rather than a write 'bool'
by Ira Weiny
· 6 years ago
b798bec
mm/gup: change write parameter to flags in fast walk
by Ira Weiny
· 6 years ago
932f4a6
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
by Ira Weiny
· 6 years ago
a222f34
mm: generalize putback scan functions
by Kirill Tkhai
· 6 years ago
f372d89
mm: remove pages_to_free argument of move_active_pages_to_lru()
by Kirill Tkhai
· 6 years ago
9851ac1
mm: move nr_deactivate accounting to shrink_active_list()
by Kirill Tkhai
· 6 years ago
886cf19
mm: move recent_rotated pages calculation to shrink_inactive_list()
by Kirill Tkhai
· 6 years ago
63931eb
mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()
by Vlastimil Babka
· 6 years ago
5fd4ca2
mm: page cache: store only head pages in i_pages
by Matthew Wilcox
· 6 years ago
cefdca0
userfaultfd/sysctl: add vm.unprivileged_userfaultfd
by Peter Xu
· 6 years ago
f0fd505
mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
by Yue Hu
· 6 years ago
3b77599
include/trace/events/vmscan.h: drop zone id from kswapd tracepoints
by Yafang Shao
· 6 years ago
745e101
mm/slab.c: fix an infinite loop in leaks_show()
by Qian Cai
· 6 years ago
632b2ef
mm/slub.c: update the comment about slab frozen
by Liu Xiang
· 6 years ago
517f9f1
mm/slab.c: remove unneed check in cpuup_canceled
by Li RongQing
· 6 years ago
a4d3f89
slub: remove useless kmem_cache_debug() before remove_full()
by Liu Xiang
· 6 years ago
3e05617
mm: remove stale comment from page struct
by Tobin C. Harding
· 6 years ago
16cb0ec
slab: use slab_list instead of lru
by Tobin C. Harding
· 6 years ago
916ac05
slub: use slab_list instead of lru
by Tobin C. Harding
· 6 years ago
6dfd1b6
slub: add comments to endif pre-processor macros
by Tobin C. Harding
· 6 years ago
adab7b6
slob: use slab_list instead of lru
by Tobin C. Harding
· 6 years ago
130e8e0
slob: respect list_head abstraction layer
by Tobin C. Harding
· 6 years ago
a16b538
list: add function list_rotate_to_front()
by Tobin C. Harding
· 6 years ago
e091eab
ocfs2: fix ocfs2 read inode data panic in ocfs2_iget
by Shuning Zhang
· 6 years ago
9dc2108
ocfs2: use common file type conversion
by Phillip Potter
· 6 years ago
3fde8c6
MAINTAINERS: add Joseph as ocfs2 co-maintainer
by Joseph Qi
· 6 years ago
e602b26
arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header
by Sabyasachi Gupta
· 6 years ago
a9e7399
kernel/sys.c: prctl: fix false positive in validate_prctl_map()
by Cyrill Gorcunov
· 6 years ago
2bf753e
mm/hugetlb.c: don't put_page in lock of hugetlb_lock
by Kai Shen
· 6 years ago
fce86ff
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses
by Dan Williams
· 6 years ago
a13f065
Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
55472ba
Merge tag 'linux-watchdog-5.2-rc1' of git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 6 years ago
d7a02fa
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 6 years ago
4dbf09f
Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 6 years ago
983dfa4
Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 6 years ago
4778236
Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux
by Linus Torvalds
· 6 years ago
8148c17
Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
6fe567d
Merge tag 'vfio-v5.2-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 6 years ago
c367dc8
Merge branch 'next-tomoyo2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
7a55752
Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 6 years ago
4ad98ac
tomoyo: Don't emit WARNING: string while fuzzing testing.
by Tetsuo Handa
· 6 years ago
27df4b4
tomoyo: Change pathname calculation for read-only filesystems.
by Tetsuo Handa
· 6 years ago
Next »