aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-05s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky4-5/+71
2018-02-05s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky7-0/+94
2018-02-05s390/alternative: use a copy of the facility bit maskMartin Schwidefsky6-4/+31
2018-02-05s390: add optimized array_index_mask_nospecMartin Schwidefsky1-0/+24
2018-02-05s390: scrub registers on kernel entry and KVM exitMartin Schwidefsky1-0/+47
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott5-11/+9
2018-02-05s390/runtime_instrumentation: re-add signum system call parameterHeiko Carstens1-1/+9
2018-02-02s390/cpum_cf: correct counter number of LAST_HOST_TRANSLATIONSHendrik Brueckner1-1/+1
2018-02-02s390/kprobes: Fix %p uses in error messagesMasami Hiramatsu1-1/+1
2018-02-02s390/runtime instrumentation: provide uapi header fileHeiko Carstens2-66/+75
2018-02-02s390/sysinfo: add and display licensed internal code identifierHendrik Brueckner2-1/+4
2018-02-02s390/docs: reword airq sectionCornelia Huck1-4/+9
2018-02-02s390/docs: mention subchannel typesCornelia Huck1-0/+19
2018-02-02s390/cmf: fix kerneldocCornelia Huck1-7/+8
2018-02-02s390/eadm: fix CONFIG_BLOCK include dependencySebastian Ott1-1/+1
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports"Andrey Ryabinin1-5/+0
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin1-1/+1
2018-02-01lib/strscpy: Shut up KASAN false-positives in strscpy()Andrey Ryabinin1-1/+1
2018-02-01compiler.h: Add read_word_at_a_time() function.Andrey Ryabinin1-0/+8
2018-02-01compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()Andrey Ryabinin1-8/+6
2018-02-02Coccinelle: coccicheck: fix typoJulia Lawall1-1/+1
2018-02-01drm/ast: Load lut in crtc_commitDaniel Vetter1-0/+1
2018-01-31mm: remove PG_highmem descriptionMiles Chen1-5/+0
2018-01-31tools, vm: new option to specify kpageflags fileDavid Rientjes1-7/+21
2018-01-31mm/swap.c: make functions and their kernel-doc agreeRandy Dunlap1-6/+5
2018-01-31mm, memory_hotplug: fix memmap initializationMichal Hocko1-8/+14
2018-01-31mm: correct comments regarding do_fault_around()William Kucharski1-11/+11
2018-01-31mm: numa: do not trap faults on shared data section pages.Henry Willard1-0/+5
2018-01-31hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko3-6/+7
2018-01-31hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko3-19/+22
2018-01-31mm, hugetlb: further simplify hugetlb allocation APIMichal Hocko1-37/+43
2018-01-31mm, hugetlb: get rid of surplus page accounting tricksMichal Hocko1-39/+23
2018-01-31mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko3-18/+99
2018-01-31mm, hugetlb: integrate giga hugetlb more naturally to the allocation pathMichal Hocko1-41/+14
2018-01-31mm, hugetlb: unify core page allocation accounting and initializationMichal Hocko1-32/+29
2018-01-31mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytesAndrey Ryabinin1-36/+6
2018-01-31mm/memcontrol.c: make local symbol staticChristopher Díaz Riveros1-1/+1
2018-01-31mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()Ralph Campbell1-3/+1
2018-01-31include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_map pointerPetr Tesarik2-3/+15
2018-01-31mm/compaction.c: fix comment for try_to_compact_pages()Yang Shi1-1/+1
2018-01-31mm/page_ext.c: make page_ext_init a noop when CONFIG_PAGE_EXTENSION but nothing uses itOscar Salvador1-0/+2
2018-01-31zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers1-1/+1
2018-01-31mm/page_owner.c: clean up init_pages_in_zone()Oscar Salvador1-9/+7
2018-01-31mm/page_alloc.c: fix typos in commentsShile Zhang1-3/+3
2018-01-31memcg: refactor mem_cgroup_resize_limit()Yu Zhao1-60/+17
2018-01-31zswap: only save zswap header when necessaryYu Zhao4-19/+35
2018-01-31mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt1-1/+9
2018-01-31mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-01-31userfaultfd: convert to use anon_inode_getfd()Eric Biggers1-61/+9
2018-01-31memfd-test: run fuse test on hugetlb backend memoryMarc-André Lureau3-9/+32