Age | Commit message (Expand) | Author |
2018-04-11 | proc: do mmput ASAP for /proc/*/map_files | Alexey Dobriyan |
2018-04-11 | proc: faster /proc/cmdline | Alexey Dobriyan |
2018-04-11 | proc: register filesystem last | Alexey Dobriyan |
2018-04-11 | proc: fix /proc/*/map_files lookup some more | Alexey Dobriyan |
2018-04-11 | proc: move "struct proc_dir_entry" into kmem cache | Alexey Dobriyan |
2018-04-11 | proc: test /proc/self/syscall | Alexey Dobriyan |
2018-04-11 | proc: test /proc/self/wchan | Alexey Dobriyan |
2018-04-11 | fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() | Danilo Krummrich |
2018-04-11 | fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table | Danilo Krummrich |
2018-04-11 | proc: use set_puts() at /proc/*/wchan | Alexey Dobriyan |
2018-04-11 | proc: check permissions earlier for /proc/*/wchan | Alexey Dobriyan |
2018-04-11 | proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status | Andrei Vagin |
2018-04-11 | proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull | Andrei Vagin |
2018-04-11 | proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps | Andrei Vagin |
2018-04-11 | proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps | Andrei Vagin |
2018-04-11 | proc: account "struct pde_opener" | Alexey Dobriyan |
2018-04-11 | proc: move "struct pde_opener" to kmem cache | Alexey Dobriyan |
2018-04-11 | proc: randomize "struct pde_opener" | Alexey Dobriyan |
2018-04-11 | proc: faster open/close of files without ->release hook | Alexey Dobriyan |
2018-04-11 | proc: move /proc/sysvipc creation to where it belongs | Alexey Dobriyan |
2018-04-11 | proc: do less stuff under ->pde_unload_lock | Alexey Dobriyan |
2018-04-11 | proc: get rid of task lock/unlock pair to read umask for the "status" file | Mateusz Guzik |
2018-04-11 | procfs: optimize seq_pad() to speed up /proc/pid/maps | Andrei Vagin |
2018-04-11 | procfs: add seq_put_hex_ll to speed up /proc/pid/maps | Andrei Vagin |
2018-04-11 | kasan: prevent compiler from optimizing away memset in tests | Andrey Konovalov |
2018-04-11 | kasan: fix invalid-free test crashing the kernel | Andrey Konovalov |
2018-04-11 | kasan, slub: fix handling of kasan_slab_free hook | Andrey Konovalov |
2018-04-11 | mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving | Joonsoo Kim |
2018-04-11 | ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y | Joonsoo Kim |
2018-04-11 | mm/cma: remove ALLOC_CMA | Joonsoo Kim |
2018-04-11 | mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE | Joonsoo Kim |
2018-04-11 | mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request | Joonsoo Kim |
2018-04-11 | mm: unclutter THP migration | Michal Hocko |
2018-04-11 | mm, migrate: remove reason argument from new_page_t | Michal Hocko |
2018-04-11 | mm, numa: rework do_pages_move | Michal Hocko |
2018-04-11 | mm/swapfile.c: make pointer swap_avail_heads static | Colin Ian King |
2018-04-11 | memcg: fix per_node_info cleanup | Michal Hocko |
2018-04-11 | swap: divide-by-zero when zero length swap file on ssd | Tom Abraham |
2018-04-11 | mm: memcg: make sure memory.events is uptodate when waking pollers | Johannes Weiner |
2018-04-11 | mm/ksm.c: fix inconsistent accounting of zero pages | Claudio Imbrenda |
2018-04-11 | mm/z3fold.c: use gfpflags_allow_blocking | Matthew Wilcox |
2018-04-11 | z3fold: fix memory leak | Xidong Wang |
2018-04-11 | memcg, thp: do not invoke oom killer on thp charges | Michal Hocko |
2018-04-11 | mm/migrate: properly preserve write attribute in special migrate entry | Ralph Campbell |
2018-04-11 | mm: check __highest_present_section_nr directly in memory_dev_init() | Wei Yang |
2018-04-11 | sched/numa: avoid trapping faults and attempting migration of file-backed dir... | Mel Gorman |
2018-04-11 | Documentation/vm/hmm.txt: typos and syntaxes fixes | Jérôme Glisse |
2018-04-11 | mm/hmm: fix header file if/else/endif maze, again | Arnd Bergmann |
2018-04-11 | mm/hmm.c: remove superfluous RCU protection around radix tree lookup | Tejun Heo |
2018-04-11 | mm/hmm: use device driver encoding for HMM pfn | Jérôme Glisse |