| Commit message (Expand) | Author | Files | Lines |
2018-06-08 | include/linux/types.h: use fixed width types without double-underscore prefix | Masahiro Yamada | 1 | -14/+14 |
2018-06-08 | include/linux/types.h: define aligned_ types based on uapi header | Masahiro Yamada | 1 | -3/+3 |
2018-06-08 | int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi header | Masahiro Yamada | 1 | -11/+8 |
2018-06-08 | tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!) | Alexey Dobriyan | 8 | -32/+451 |
2018-06-08 | proc: use "unsigned int" for /proc/*/stack | Alexey Dobriyan | 1 | -1/+2 |
2018-06-08 | proc: use "unsigned int" for sigqueue length | Alexey Dobriyan | 1 | -1/+1 |
2018-06-08 | proc: use "unsigned int" in proc_fill_cache() | Alexey Dobriyan | 3 | -5/+5 |
2018-06-08 | proc: smaller RCU section in ->getattr() | Alexey Dobriyan | 1 | -1/+1 |
2018-06-08 | proc: deduplicate /proc/*/cmdline implementation | Alexey Dobriyan | 1 | -33/+20 |
2018-06-08 | proc: simpler iterations for /proc/*/cmdline | Alexey Dobriyan | 1 | -19/+14 |
2018-06-08 | proc: somewhat simpler code for /proc/*/cmdline | Alexey Dobriyan | 1 | -15/+9 |
2018-06-08 | proc: more "unsigned int" in /proc/*/cmdline | Alexey Dobriyan | 1 | -17/+12 |
2018-06-08 | mm: remove page_is_poisoned() from linux/mm.h | Sahara | 1 | -2/+0 |
2018-06-08 | mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same... | Aaron Lu | 1 | -4/+19 |
2018-06-08 | mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags | Michal Hocko | 2 | -6/+5 |
2018-06-08 | include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE | Huaisheng Ye | 1 | -2/+2 |
2018-06-08 | mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init() | Kirill A. Shutemov | 1 | -2/+1 |
2018-06-08 | mm, page_alloc: do not break __GFP_THISNODE by zonelist reset | Vlastimil Babka | 1 | -1/+0 |
2018-06-08 | userfaultfd: prevent non-cooperative events vs mcopy_atomic races | Mike Rapoport | 3 | -9/+41 |
2018-06-08 | mm: memcg: allow lowering memory.swap.max below the current usage | Tejun Heo | 2 | -5/+6 |
2018-06-08 | mm/shmem.c: use new return type vm_fault_t | Souptick Joarder | 1 | -6/+6 |
2018-06-08 | slub: remove 'reserved' file from sysfs | Matthew Wilcox | 1 | -7/+0 |
2018-06-08 | slub: remove kmem_cache->reserved | Matthew Wilcox | 2 | -22/+20 |
2018-06-08 | slab,slub: remove rcu_head size checks | Matthew Wilcox | 2 | -27/+2 |
2018-06-08 | mm: add hmm_data to struct page | Matthew Wilcox | 2 | -12/+8 |
2018-06-08 | mm: add pt_mm to struct page | Matthew Wilcox | 2 | -4/+3 |
2018-06-08 | mm: improve struct page documentation | Matthew Wilcox | 1 | -21/+19 |
2018-06-08 | mm: combine LRU and main union in struct page | Matthew Wilcox | 2 | -52/+47 |
2018-06-08 | mm: move lru union within struct page | Matthew Wilcox | 2 | -55/+55 |
2018-06-08 | mm: use page->deferred_list | Matthew Wilcox | 2 | -6/+3 |
2018-06-08 | mm: combine first three unions in struct page | Matthew Wilcox | 1 | -33/+33 |
2018-06-08 | mm: move _refcount out of struct page union | Matthew Wilcox | 1 | -15/+10 |
2018-06-08 | mm: move 'private' union within struct page | Matthew Wilcox | 2 | -49/+27 |
2018-06-08 | mm: switch s_mem and slab_cache in struct page | Matthew Wilcox | 2 | -2/+3 |
2018-06-08 | mm: mark pages in use for page tables | Matthew Wilcox | 5 | -1/+12 |
2018-06-08 | mm: split page_type out from _mapcount | Matthew Wilcox | 5 | -35/+43 |
2018-06-08 | s390: use _refcount for pgtables | Matthew Wilcox | 1 | -9/+12 |
2018-06-08 | mm: save two stranded bits in gfp_mask | Shakeel Butt | 1 | -5/+5 |
2018-06-08 | mm, hugetlbfs: pass fault address to no page handler | Huang Ying | 1 | -21/+21 |
2018-06-08 | mm: change return type to vm_fault_t | Souptick Joarder | 3 | -6/+6 |
2018-06-08 | mm: use new return type vm_fault_t | Souptick Joarder | 3 | -7/+7 |
2018-06-08 | mm/page_alloc.c: remove useless parameter of finalise_ac() | Huaisheng Ye | 1 | -3/+2 |
2018-06-08 | mm/vmpressure.c: convert to use match_string() helper | Andy Shevchenko | 1 | -26/+6 |
2018-06-08 | mm/vmpressure.c: use kstrndup instead of kmalloc+strncpy | Andy Shevchenko | 1 | -2/+1 |
2018-06-08 | memcg: introduce memory.min | Roman Gushchin | 6 | -50/+202 |
2018-06-08 | mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c | Mathieu Malaterre | 3 | -24/+23 |
2018-06-08 | mm: /proc/pid/pagemap: hide swap entries from unprivileged users | Huang Ying | 1 | -10/+16 |
2018-06-08 | mm/memblock: print memblock_remove | Minchan Kim | 1 | -0/+5 |
2018-06-08 | mm: memcontrol: drain memcg stock on force_empty | Junaid Shahid | 1 | -0/+3 |
2018-06-08 | mm: memcontrol: drain stocks on resize limit | Shakeel Butt | 1 | -0/+7 |