aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/oom.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-07kselftest: introduce new epoll test caseRoman Penyaev1-1/+66
2020-04-07checkpatch: avoid warning about uninitialized_var()Joe Perches1-5/+9
2020-04-07checkpatch: check proper licensing of Devicetree bindingsLubomir Rintel1-0/+11
2020-04-07checkpatch: improve Gerrit Change-Id: testJoe Perches1-3/+10
2020-04-07checkpatch: add command-line option for TAB sizeAntonio Borneo1-10/+16
2020-04-07checkpatch: fix multiple const * typesAntonio Borneo1-2/+2
2020-04-07checkpatch: fix minor typo and mixed space+tab in indentationAntonio Borneo1-4/+4
2020-04-07checkpatch: prefer fallthrough; over fallthrough commentsJoe Perches1-0/+36
2020-04-07checkpatch: support "base-commit:" formatJohn Hubbard1-1/+1
2020-04-07checkpatch: check SPDX tags in YAML filesLubomir Rintel1-1/+1
2020-04-07checkpatch: remove email address comment from email address comparisonsJoe Perches1-10/+29
2020-04-07lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-04-07linux/bits.h: add compile time sanity check of GENMASK inputsRikard Falkeborn1-2/+20
2020-04-07lib/test_kmod.c: remove a NULL testDan Carpenter1-1/+1
2020-04-07lib/rbtree: fix coding style of assignmentschenqiwu2-4/+4
2020-04-07lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko1-0/+2
2020-04-07percpu_counter: fix a data race at vm_committed_asQian Cai1-2/+2
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko5-23/+29
2020-04-07lib/stackdepot.c: build with -fno-builtinAlexander Potapenko1-0/+4
2020-04-07lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko1-2/+13
2020-04-07lib: test_stackinit.c: XFAIL switch variable init testsKees Cook2-10/+19
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven1-1/+1
2020-04-07lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/test_lockup.c: add parameters for locking generic vfs locksKonstantin Khlebnikov1-0/+45
2020-04-07lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Colin Ian King1-1/+1
2020-04-07lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov3-0/+567
2020-04-07bitops: always inline sign extension helpersJosh Poimboeuf1-2/+2
2020-04-07MAINTAINERS: list the section entries in the preferred orderJoe Perches1-17/+18
2020-04-07compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum1-1/+1
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada5-25/+1
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada2-8/+0
2020-04-07kernel/extable.c: use address-of operator on section symbolsNathan Chancellor1-1/+2
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek9-11/+9
2020-04-07proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)1-10/+8
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)2-29/+0
2020-04-07proc: use ppos instead of m->versionMatthew Wilcox (Oracle)1-4/+3
2020-04-07proc: remove m_cache_vmaMatthew Wilcox (Oracle)1-32/+6
2020-04-07proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)1-19/+15
2020-04-07proc: speed up /proc/*/statmAlexey Dobriyan1-16/+23
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan11-54/+194
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge1-0/+1
2020-04-07mm: remove dummy struct bootmem_data/bootmem_data_tWaiman Long2-3/+0
2020-04-07mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek1-3/+1
2020-04-07include/linux/memremap.h: remove stale commentsIra Weiny1-2/+0
2020-04-07include/linux/swapops.h: correct guards for non_swap_entry()Steven Price1-1/+2
2020-04-07mm: use fallthrough;Joe Perches9-16/+11
2020-04-07mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek1-1/+1