summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-27mm: make vm_insert_pfn_prot() staticMatthew Wilcox2-27/+25
2018-10-27x86: convert vdso to use vm_fault_tMatthew Wilcox1-15/+9
2018-10-27mm: introduce vmf_insert_pfn_prot()Matthew Wilcox2-16/+33
2018-10-27mm: remove vm_insert_mixed()Matthew Wilcox2-18/+11
2018-10-27cramfs: convert to use vmf_insert_mixedNicolas Pitre1-1/+4
2018-10-27mm: convert to use vm_fault_tSouptick Joarder1-2/+2
2018-10-27mm/page_alloc.c: clean up check_for_memory()Oscar Salvador1-6/+3
2018-10-27mm/swapfile.c: clear si->swap_map[] in swap_free_cluster()Huang Ying1-3/+1
2018-10-27mm/swapfile.c: call free_swap_slot() in __swap_entry_free()Huang Ying1-6/+4
2018-10-27mm/swapfile.c: use __try_to_reclaim_swap() in free_swap_and_cache()Huang Ying1-32/+25
2018-10-27kmemleak: add module param to print warnings to dmesgVincent Whitchurch1-7/+35
2018-10-27Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko7-59/+0
2018-10-27mm, mmu_notifier: be explicit about range invalition non-blocking modeMichal Hocko1-1/+3
2018-10-27mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko1-16/+16
2018-10-27mm: don't miss the last page because of round-off errorRoman Gushchin2-2/+7
2018-10-27mm: drain memcg stocks on css offliningRoman Gushchin1-0/+2
2018-10-27mm: rework memcg kernel stack accountingRoman Gushchin2-7/+61
2018-10-27slub: extend slub debug to handle multiple slabsAaron Tomlin2-9/+53
2018-10-27mm: don't warn about large allocations for slabDmitry Vyukov2-6/+10
2018-10-27mm/slub.c: switch to bitmap_zalloc()Andy Shevchenko1-13/+7
2018-10-27xtensa: use generic vga.hJiri Slaby2-19/+1
2018-10-27fs/iomap.c: change return type to vm_fault_tSouptick Joarder2-2/+4
2018-10-27ocfs2: remove set but not used variable 'rb'YueHaibing1-2/+0
2018-10-27fs/ocfs2/dlm/dlmdebug.c: fix a sleep-in-atomic-context bug in dlm_print_one_m...Jia-Ju Bai1-1/+1
2018-10-27ocfs2: remove unneeded null checkDing Xiang1-2/+1
2018-10-27ocfs2: remove unused pointer 'eb'Colin Ian King1-4/+0
2018-10-27ocfs2/dlm: remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-10-27scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai1-1/+1
2018-10-27lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin1-0/+70
2018-10-27arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin10-16/+21
2018-10-27include/linux/linkage.h: align weak symbolsAndrey Ryabinin1-0/+1
2018-10-27include/linux/pfn_t.h: force '~' to be parsed as an unary operatorSebastien Boisvert1-1/+1
2018-10-27userfaultfd: disable irqs when taking the waitqueue lockChristoph Hellwig1-4/+4
2018-10-27mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka1-1/+3
2018-10-27net/neigh: fix NULL deref in pneigh_dump_table()Eric Dumazet1-2/+2
2018-10-27bpf: fix wrong helper enablement in cgroup local storageDaniel Borkmann1-4/+0
2018-10-27net: allow traceroute with a specified interface in a vrfMike Manning2-3/+3
2018-10-27bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu1-1/+9
2018-10-27net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul1-13/+12
2018-10-27ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-10-27sparc64: Rework xchg() definition to avoid warnings.David S. Miller1-1/+6
2018-10-27sparc64: Export __node_distance.David S. Miller1-0/+1
2018-10-27sparc64: Make corrupted user stacks more debuggable.David Miller5-10/+37
2018-10-27Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds68-1017/+918
2018-10-27Merge tag 'mips_fixes_4.20_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+9
2018-10-27Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds253-3400/+6305
2018-10-27ovl: using posix_acl_xattr_size() to get size instead of posix_acl_to_xattr()Chengguang Xu1-3/+2
2018-10-27ovl: abstract ovl_inode lock with a helperAmir Goldstein2-12/+23
2018-10-27ovl: remove the 'locked' argument of ovl_nlink_{start,end}Amir Goldstein3-28/+25
2018-10-27ovl: relax requirement for non null uuid of lower fsAmir Goldstein2-4/+31