summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: zero out the vma in vma_init()Andrew Morton2018-08-226-10/+7
* mm/mempool.c: add missing parameter descriptionMike Rapoport2018-08-221-0/+1
* mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2018-08-222-60/+96
* mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka2018-08-221-22/+29
* mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka2018-08-221-24/+31
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-224-144/+18
* mm/oom_kill.c: clean up oom_reap_task_mm()Michal Hocko2018-08-221-8/+16
* mm, oom: describe task memory unit, larger PID padRodrigo Freire2018-08-221-2/+3
* mm, oom: remove oom_lock from oom_reaperMichal Hocko2018-08-222-28/+4
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-2219-80/+223
* mm/swapfile.c: put_swap_page: share more between huge/normal code pathHuang Ying2018-08-221-10/+10
* mm/swapfile.c: add __swap_entry_free_locked()Huang Ying2018-08-221-6/+14
* mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying2018-08-223-13/+13
* mm/swapfile.c: unify normal/huge code path in put_swap_page()Huang Ying2018-08-221-46/+37
* mm/swapfile.c: unify normal/huge code path in swap_page_trans_huge_swapped()Huang Ying2018-08-221-4/+3
* mm/swapfile.c: use swap_count() in swap_page_trans_huge_swapped()Huang Ying2018-08-221-2/+2
* mm/swapfile.c: replace some #ifdef with IS_ENABLED()Huang Ying2018-08-221-40/+20
* mm: swap: add comments to lock_cluster_or_swap_info()Huang Ying2018-08-221-2/+7
* mm: struct shrinker: make flags of unsigned typeKirill Tkhai2018-08-221-2/+2
* mm: struct shrink_control: keep int fields togetherKirill Tkhai2018-08-221-3/+3
* mm: check shrinker is memcg-aware in register_shrinker_prepared()Kirill Tkhai2018-08-221-1/+2
* autofs: fix autofs_sbi() does not check super block typeIan Kent2018-08-222-2/+3
* Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-204-188/+33
|\
| * ia64: switch to NO_BOOTMEMMike Rapoport2018-07-234-135/+22
| * ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport2018-07-231-46/+14
| * ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport2018-07-231-8/+0
| * ia64: contig/paging_init: reduce code duplicationMike Rapoport2018-07-231-3/+1
* | Merge tag 'linux-kselftest-4.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-209-7/+422
|\ \
| * | selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu2018-08-092-19/+13
| * | selftests: mount: remove no longer needed config optionAnders Roxell2018-08-091-1/+0
| * | selftests: cgroup: add gitignore fileAnders Roxell2018-08-091-0/+1
| * | Add cgroup core selftestsClaudio2018-08-094-0/+406
| * | selftests: vDSO - fix to return KSFT_SKIP when test couldn't be runShuah Khan (Samsung OSG)2018-07-111-2/+5
| * | selftests: vDSO - fix to exclude x86 test on non-x86 platformsShuah Khan (Samsung OSG)2018-07-111-4/+9
| * | selftests/android: initialize heap_type to avoid compiling warningLi Zhijian2018-07-111-0/+1
* | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-2063-581/+772
|\ \ \
| * | | tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)2018-08-168-8/+8
| * | | tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-1620-102/+20
| * | | tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)2018-08-161-4/+1
| * | | blktrace: Add SPDX License format headerSteven Rostedt (VMware)2018-08-161-13/+1
| * | | s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik2018-08-155-12/+16
| * | | tracing: Add -mcount-nop option supportVasily Gorbik2018-08-153-0/+13
| * | | tracing: Avoid calling cc-option -mrecord-mcount for every MakefileVasily Gorbik2018-08-152-6/+10
| * | | tracing: Handle CC_FLAGS_FTRACE more accuratelyVasily Gorbik2018-08-151-4/+7
| * | | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-134-7/+8
| * | | Uprobes: Simplify uprobe_register() bodyRavi Bangoria2018-08-131-33/+36
| * | | tracepoints: Free early tracepoints after RCU is initializedSteven Rostedt (VMware)2018-08-101-0/+32
| * | | uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-08-101-1/+1
| * | | tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-104-14/+17
| * | | ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King2018-08-101-2/+0