Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b2f5de0334f03e90ae7dee72a7fc597ef555a9a8
b2f5de0
tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!)
by Alexey Dobriyan
· 7 years ago
5d008fb
proc: use "unsigned int" for /proc/*/stack
by Alexey Dobriyan
· 7 years ago
197850a
proc: use "unsigned int" for sigqueue length
by Alexey Dobriyan
· 7 years ago
a4ef389
proc: use "unsigned int" in proc_fill_cache()
by Alexey Dobriyan
· 7 years ago
9411692
proc: smaller RCU section in ->getattr()
by Alexey Dobriyan
· 7 years ago
3cb4e16
proc: deduplicate /proc/*/cmdline implementation
by Alexey Dobriyan
· 7 years ago
6a6cbe7
proc: simpler iterations for /proc/*/cmdline
by Alexey Dobriyan
· 7 years ago
6a6b9c4
proc: somewhat simpler code for /proc/*/cmdline
by Alexey Dobriyan
· 7 years ago
b42262a
proc: more "unsigned int" in /proc/*/cmdline
by Alexey Dobriyan
· 7 years ago
72eb7de
mm: remove page_is_poisoned() from linux/mm.h
by Sahara
· 7 years ago
e81bf97
mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same cacheline
by Aaron Lu
· 7 years ago
ce91f6e
mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags
by Michal Hocko
· 7 years ago
4b33b69
include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE
by Huaisheng Ye
· 7 years ago
daa2807
mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()
by Kirill A. Shutemov
· 7 years ago
7810e67
mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
by Vlastimil Babka
· 7 years ago
df2cc96
userfaultfd: prevent non-cooperative events vs mcopy_atomic races
by Mike Rapoport
· 7 years ago
be09102
mm: memcg: allow lowering memory.swap.max below the current usage
by Tejun Heo
· 7 years ago
20acce6
mm/shmem.c: use new return type vm_fault_t
by Souptick Joarder
· 7 years ago
325d7d4
slub: remove 'reserved' file from sysfs
by Matthew Wilcox
· 7 years ago
9736d2a
slub: remove kmem_cache->reserved
by Matthew Wilcox
· 7 years ago
bf68c21
slab,slub: remove rcu_head size checks
by Matthew Wilcox
· 7 years ago
50e7fbc
mm: add hmm_data to struct page
by Matthew Wilcox
· 7 years ago
a052f0a
mm: add pt_mm to struct page
by Matthew Wilcox
· 7 years ago
97b4a67
mm: improve struct page documentation
by Matthew Wilcox
· 7 years ago
4da1984
mm: combine LRU and main union in struct page
by Matthew Wilcox
· 7 years ago
b7ccc7f
mm: move lru union within struct page
by Matthew Wilcox
· 7 years ago
fa3015b
mm: use page->deferred_list
by Matthew Wilcox
· 7 years ago
66a6ffd
mm: combine first three unions in struct page
by Matthew Wilcox
· 7 years ago
b21999d
mm: move _refcount out of struct page union
by Matthew Wilcox
· 7 years ago
7d27a04
mm: move 'private' union within struct page
by Matthew Wilcox
· 7 years ago
d4fc506
mm: switch s_mem and slab_cache in struct page
by Matthew Wilcox
· 7 years ago
1d40a5e
mm: mark pages in use for page tables
by Matthew Wilcox
· 7 years ago
6e292b9
mm: split page_type out from _mapcount
by Matthew Wilcox
· 7 years ago
620b4e9
s390: use _refcount for pgtables
by Matthew Wilcox
· 7 years ago
e67d4ca
mm: save two stranded bits in gfp_mask
by Shakeel Butt
· 7 years ago
285b8dc
mm, hugetlbfs: pass fault address to no page handler
by Huang Ying
· 7 years ago
b3ec9f3
mm: change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
2bcd645
mm: use new return type vm_fault_t
by Souptick Joarder
· 7 years ago
a380b40
mm/page_alloc.c: remove useless parameter of finalise_ac()
by Huaisheng Ye
· 7 years ago
3cadfa2
mm/vmpressure.c: convert to use match_string() helper
by Andy Shevchenko
· 7 years ago
d62ff36
mm/vmpressure.c: use kstrndup instead of kmalloc+strncpy
by Andy Shevchenko
· 7 years ago
bf8d5d5
memcg: introduce memory.min
by Roman Gushchin
· 7 years ago
fb52bba
mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c
by Mathieu Malaterre
· 7 years ago
ab6ecf2
mm: /proc/pid/pagemap: hide swap entries from unprivileged users
by Huang Ying
· 7 years ago
25cf23d
mm/memblock: print memblock_remove
by Minchan Kim
· 7 years ago
d12c60f
mm: memcontrol: drain memcg stock on force_empty
by Junaid Shahid
· 7 years ago
bb4a7ea
mm: memcontrol: drain stocks on resize limit
by Shakeel Butt
· 7 years ago
8dd53fd
memcg: mark memcg1_events static const
by Greg Thelen
· 7 years ago
9ccc361
memcg: writeback: use memcg->cgwb_list directly
by Wang Long
· 7 years ago
12ba780
tmpfs: allow decoding a file handle of an unlinked file
by Amir Goldstein
· 7 years ago
8848482
mm/ksm: move [set_]page_stable_node from ksm.h to ksm.c
by Mike Rapoport
· 7 years ago
48f49e1
mm/ksm: remove unused page_referenced_ksm declaration
by Mike Rapoport
· 7 years ago
9378132
lockdep: fix fs_reclaim annotation
by Omar Sandoval
· 7 years ago
89fdcd2
mm: shmem: make stat.st_blksize return huge page size if THP is on
by Yang Shi
· 7 years ago
05e3ff9
mm: vmalloc: pass proper vm_start into debugobjects
by Chintan Pandya
· 7 years ago
f3c01d2
mm: vmalloc: avoid racy handling of debugobjects in vunmap
by Chintan Pandya
· 7 years ago
82a2e92
mm: vmalloc: clean up vunmap to avoid pgtable ops twice
by Chintan Pandya
· 7 years ago
08994b2
mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func()
by Wei Yang
· 7 years ago
d538c16
mm/sparse.c: check __highest_present_section_nr only for a present section
by Wei Yang
· 7 years ago
6882728
mm, gup: prevent pmd checking race in follow_pmd_mask()
by Huang Ying
· 7 years ago
7854207
mm/docs: describe memory.low refinements
by Roman Gushchin
· 7 years ago
5f93ad6
mm: treat memory.low value inclusive
by Roman Gushchin
· 7 years ago
2306715
mm: memory.low hierarchical behavior
by Roman Gushchin
· 7 years ago
bbec2e1
mm: rename page_counter's count/limit into usage/max
by Roman Gushchin
· 7 years ago
1c4bc43
mm/memblock: introduce PHYS_ADDR_MAX
by Stefan Agner
· 7 years ago
00b3a33
mm: remove odd HAVE_PTE_SPECIAL
by Laurent Dufour
· 7 years ago
3010a5e
mm: introduce ARCH_HAS_PTE_SPECIAL
by Laurent Dufour
· 7 years ago
e694385
mm/page_alloc: remove realsize in free_area_init_core()
by Wei Yang
· 7 years ago
5d75260
mm: restructure memfd code
by Mike Kravetz
· 7 years ago
c49fcfc
mm/shmem: update file sealing comments and file checking
by Mike Kravetz
· 7 years ago
5b9c98f
mm/shmem: add __rcu annotations and properly deref radix entry
by Mike Kravetz
· 7 years ago
c026534
zram: introduce zram memory tracking
by Minchan Kim
· 7 years ago
d7eac6b
zram: record accessed second
by Minchan Kim
· 7 years ago
89e85bc
zram: mark incompressible page as ZRAM_HUGE
by Minchan Kim
· 7 years ago
c4d6c4cc
zram: correct flag name of ZRAM_ACCESS
by Minchan Kim
· 7 years ago
f3a53a3
mm, memcontrol: implement memory.swap.events
by Tejun Heo
· 7 years ago
bb98f2c
mm, memcontrol: move swap charge handling into get_swap_page()
by Tejun Heo
· 7 years ago
88aa7cc
mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
by Yang Shi
· 7 years ago
05fec35
slab: clean up the code comment in slab kmem_cache struct
by Baoquan He
· 7 years ago
05088e5
mm/slub: remove obsolete comment
by Canjiang Lu
· 7 years ago
a38965b
mm/slub.c: add __printf verification to slab_err()
by Mathieu Malaterre
· 7 years ago
128227e
slab: __GFP_ZERO is incompatible with a constructor
by Matthew Wilcox
· 7 years ago
e56ee57
net/9p/trans_xen.c: don't inclide rwlock.h directly
by Sebastian Andrzej Siewior
· 7 years ago
478ae0c
fs/9p: detect invalid options as much as possible
by Chengguang Xu
· 7 years ago
8d856c7
net/9p: detect invalid options as much as possible
by Chengguang Xu
· 7 years ago
c6137fe
fs: ocfs2: use new return type vm_fault_t
by Souptick Joarder
· 7 years ago
64202a2
ocfs2: drop a VLA in ocfs2_orphan_del()
by Salvatore Mesoraca
· 7 years ago
f3797d8
ocfs2: correct the comments position of struct ocfs2_dir_block_trailer
by Guozhonghua
· 7 years ago
731a40f
ocfs2: eliminate a misreported warning
by Zhen Lei
· 7 years ago
133b81f
ocfs2: ocfs2_inode_lock_tracker does not distinguish lock level
by Larry Chen
· 7 years ago
5bc55d6
ocfs2: clean up redundant function declarations
by Jia Guo
· 7 years ago
882ea1d
scripts: use SPDX tag in get_maintainer and checkpatch
by Joe Perches
· 7 years ago
ab77dab
fs/dax.c: use new return type vm_fault_t
by Souptick Joarder
· 7 years ago
3036bc4
Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 7 years ago
c90fca9
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
c0ab852
Merge tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 7 years ago
d987f62c
Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
091a0f2
Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 7 years ago
70f2ae1
Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
da315f6
Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 7 years ago
Next »