Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0f66114893997f781029c109b0974b7f61130df7
« Previous
6fb8ddf
thp, mlock: update unevictable-lru.txt
by Kirill A. Shutemov
· 8 years ago
1f52e67
khugepaged: recheck pmd after mmap_sem re-acquired
by Kirill A. Shutemov
· 8 years ago
8024ee2
mm, thp: fix locking inconsistency in collapse_huge_page
by Ebru Akagunduz
· 8 years ago
7269586
mm, thp: make swapin readahead under down_read of mmap_sem
by Ebru Akagunduz
· 8 years ago
8a966ed
mm: make swapin readahead to improve thp collapse rate
by Ebru Akagunduz
· 8 years ago
70652f6
mm: make optimistic check for swapin readahead
by Ebru Akagunduz
· 8 years ago
ef3cc4d
mm/memblock.c:memblock_add_range(): if nr_new is 0 just return
by nimisolo
· 8 years ago
8a5c743
mm, memcg: use consistent gfp flags during readahead
by Michal Hocko
· 8 years ago
e5e3f4c
mm, oom_reaper: make sure that mmput_async is called only when memory was reaped
by Michal Hocko
· 8 years ago
ba6c19f
include/linux/memblock.h: Clean up code for several trivial details
by Chen Gang
· 8 years ago
91537fe
mm: add NR_ZSMALLOC to vmstat
by Minchan Kim
· 8 years ago
8ea1d2a
mm, frontswap: convert frontswap_enabled to static key
by Vlastimil Babka
· 8 years ago
fbe84a0
mm,oom: remove unused argument from oom_scan_process_thread().
by Tetsuo Handa
· 8 years ago
3aa9799
af_unix: charge buffers to kmemcg
by Vladimir Davydov
· 8 years ago
d86133b
pipe: account to kmemcg
by Vladimir Davydov
· 8 years ago
3e79ec7
arch: x86: charge page tables to kmemcg
by Vladimir Davydov
· 8 years ago
5e8d35f
mm: memcontrol: teach uncharge_list to deal with kmem pages
by Vladimir Davydov
· 8 years ago
4949148
mm: charge/uncharge kmemcg from generic page allocator paths
by Vladimir Davydov
· 8 years ago
4526477
mm: memcontrol: cleanup kmem charge functions
by Vladimir Davydov
· 8 years ago
632c0a1
mm: clean up non-standard page->_mapcount users
by Vladimir Davydov
· 8 years ago
99691ad
mm: remove pointless struct in struct page definition
by Vladimir Davydov
· 8 years ago
e77b085
mm/mmu_gather: track page size with mmu gather and force flush if page size change
by Aneesh Kumar K.V
· 8 years ago
e9d55e1
mm: change the interface for __tlb_remove_page()
by Aneesh Kumar K.V
· 8 years ago
31d49da
mm/hugetlb: simplify hugetlb unmap
by Aneesh Kumar K.V
· 8 years ago
337d9ab
mm: thp: check pmd_trans_unstable() after split_huge_pmd()
by Naoya Horiguchi
· 8 years ago
e3a2713
mm/page_isolation: clean up confused code
by Joonsoo Kim
· 8 years ago
46f24fd
mm/page_alloc: introduce post allocation processing on page allocator
by Joonsoo Kim
· 8 years ago
f2ca0b5
mm/page_owner: use stackdepot to store stacktrace
by Joonsoo Kim
· 8 years ago
3713767
tools/vm/page_owner: increase temporary buffer size
by Joonsoo Kim
· 8 years ago
a9627bc
mm/page_owner: introduce split_page_owner and replace manual handling
by Joonsoo Kim
· 8 years ago
a8efe1c
mm/page_owner: copy last_migrate_reason in copy_page_owner()
by Joonsoo Kim
· 8 years ago
83358ec
mm/page_owner: initialize page owner without holding the zone lock
by Joonsoo Kim
· 8 years ago
66c6422
mm/compaction: split freepages without holding the zone lock
by Joonsoo Kim
· 8 years ago
3b1d9ca
zsmalloc: use OBJ_TAG_BIT for bit shifter
by Minchan Kim
· 8 years ago
9bc482d
zram: use __GFP_MOVABLE for memory allocation
by Minchan Kim
· 8 years ago
48b4800
zsmalloc: page migration support
by Minchan Kim
· 8 years ago
bfd093f
zsmalloc: use freeobj for index
by Minchan Kim
· 8 years ago
4aa409c
zsmalloc: separate free_zspage from putback_zspage
by Minchan Kim
· 8 years ago
3783689
zsmalloc: introduce zspage structure
by Minchan Kim
· 8 years ago
bdb0af7
zsmalloc: factor page chain functionality out
by Minchan Kim
· 8 years ago
4f42047
zsmalloc: use accessor
by Minchan Kim
· 8 years ago
1b8320b
zsmalloc: use bit_spin_lock
by Minchan Kim
· 8 years ago
1fc6e27
zsmalloc: keep max_object in size_class
by Minchan Kim
· 8 years ago
b1123ea6
mm: balloon: use general non-lru movable page feature
by Minchan Kim
· 8 years ago
bda807d
mm: migrate: support non-lru movable page migration
by Minchan Kim
· 8 years ago
c6c919e
mm: use put_page() to free page instead of putback_lru_page()
by Minchan Kim
· 8 years ago
16d3772
zram: drop gfp_t from zcomp_strm_alloc()
by Sergey Senozhatsky
· 8 years ago
eb9f56d
zram: add more compression algorithms
by Sergey Senozhatsky
· 8 years ago
ce1ed9f
zram: delete custom lzo/lz4
by Sergey Senozhatsky
· 8 years ago
69a30a8
zram: cosmetic: cleanup documentation
by Sergey Senozhatsky
· 8 years ago
415403b
zram: use crypto api to check alg availability
by Sergey Senozhatsky
· 8 years ago
ebaf9ab
zram: switch to crypto compress API
by Sergey Senozhatsky
· 8 years ago
2aea849
zram: rename zstrm find-release functions
by Sergey Senozhatsky
· 8 years ago
9af3f56
powerpc/mm: check for irq disabled() only if DEBUG_VM is enabled
by Aneesh Kumar K.V
· 8 years ago
a54f9ae
include/linux/mmdebug.h: add VM_WARN which maps to WARN()
by Aneesh Kumar K.V
· 8 years ago
2a966b7
mm: oom: add memcg to oom_control
by Vladimir Davydov
· 8 years ago
798fd75
mm: zap ZONE_OOM_LOCKED
by Vladimir Davydov
· 8 years ago
a371d9f
memory-hotplug: use zone_can_shift() for sysfs valid_zones attribute
by Reza Arbab
· 8 years ago
df429ac
memory-hotplug: more general validation of zone during online
by Reza Arbab
· 8 years ago
e51e6c8
memory-hotplug: add move_pfn_range()
by Reza Arbab
· 8 years ago
90cae1f
mm/init: fix zone boundary creation
by Oliver O'Halloran
· 8 years ago
48406ef
mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pte
by Li RongQing
· 8 years ago
de24bae
mm/slab: use list_move instead of list_del/list_add
by Wei Yongjun
· 8 years ago
91c6a05
mm: faster kmalloc_array(), kcalloc()
by Alexey Dobriyan
· 8 years ago
72baeef0c
slab: do not panic on invalid gfp_mask
by Michal Hocko
· 8 years ago
bacdcb3
slab: make GFP_SLAB_BUG_MASK information more human readable
by Michal Hocko
· 8 years ago
210e7a4
mm: SLUB freelist randomization
by Thomas Garnier
· 8 years ago
7c00fce
mm: reorganize SLAB freelist randomization
by Thomas Garnier
· 8 years ago
9a46b04f
fs/fs-writeback.c: inode writeback list tracking tracepoints
by Brian Foster
· 8 years ago
6c60d2b
fs/fs-writeback.c: add a new writeback list for sync
by Dave Chinner
· 8 years ago
7d65b27
ocfs2/cluster: clean up unnecessary assignment for 'ret'
by piaojun
· 8 years ago
e81f1c5
ocfs2: remove obscure BUG_ON in dlmglue
by Joseph Qi
· 8 years ago
698d44b
ocfs2: cleanup implemented prototypes
by Joseph Qi
· 8 years ago
8ec7b17
ocfs2/dlm: fix memory leak of dlm_debug_ctxt
by Joseph Qi
· 8 years ago
a8f24f1b
ocfs2: cleanup unneeded goto in ocfs2_create_new_inode_locks
by Joseph Qi
· 8 years ago
0b492f6
ocfs2: improve recovery performance
by Junxiao Bi
· 8 years ago
191df2b
ocfs2: fix a redundant re-initialization
by Eric Ren
· 8 years ago
17359a8
debugobjects.h: fix trivial kernel doc warning
by Randy Dunlap
· 8 years ago
a44ce52
m32r: add __ucmpdi2 to fix build failure
by Sudip Mukherjee
· 8 years ago
8cde0da
scripts/bloat-o-meter: fix percent on <1% changes
by Riku Voipio
· 8 years ago
c965b10
kbuild: abort build on bad stack protector flag
by Kees Cook
· 8 years ago
3bd9646
fbmon: remove unused function argument
by Arnd Bergmann
· 8 years ago
d5dfc80
dma-debug: track bucket lock state for static checkers
by Stephen Boyd
· 8 years ago
6b52499
dax: remote unused fault wrappers
by Ross Zwisler
· 8 years ago
221c7dc
dax: some small updates to dax.txt documentation
by Ross Zwisler
· 8 years ago
397b080
arm: get rid of superfluous __GFP_REPEAT
by Michal Hocko
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
4ac36a4
l2tp: Correctly return -EBADF from pppol2tp_getname.
by phil.turnbull@oracle.com
· 8 years ago
0a91605
net/mlx5_core/health: Remove deprecated create_singlethread_workqueue
by Bhaktipriya Shridhar
· 8 years ago
90b5ca1
net: ipmr/ip6mr: update lastuse on entry change
by Nikolay Aleksandrov
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
75a442e
Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata
by Linus Torvalds
· 8 years ago
b55b048
Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
e3a3b62
macsec: ensure rx_sa is set when validation is disabled
by Beniamino Galvani
· 8 years ago
2a0b9d8
Merge branch 'tipc-netlink-monitor-updates'
by David S. Miller
· 8 years ago
cf6f7e1
tipc: dump monitor attributes
by Parthasarathy Bhuvaragan
· 8 years ago
ff0d3e7
tipc: add a function to get the bearer name
by Parthasarathy Bhuvaragan
· 8 years ago
bf1035b
tipc: get monitor threshold for the cluster
by Parthasarathy Bhuvaragan
· 8 years ago
7b3f522
tipc: make cluster size threshold for monitoring configurable
by Parthasarathy Bhuvaragan
· 8 years ago
9ff26e9
tipc: introduce constants for tipc address validation
by Parthasarathy Bhuvaragan
· 8 years ago
Next »