summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko2020-04-071-0/+2
* percpu_counter: fix a data race at vm_committed_asQian Cai2020-04-071-2/+2
* kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-075-23/+29
* lib/stackdepot.c: build with -fno-builtinAlexander Potapenko2020-04-071-0/+4
* lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko2020-04-071-2/+13
* lib: test_stackinit.c: XFAIL switch variable init testsKees Cook2020-04-072-10/+19
* lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven2020-04-071-1/+1
* lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/test_lockup.c: add parameters for locking generic vfs locksKonstantin Khlebnikov2020-04-071-0/+45
* lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Colin Ian King2020-04-071-1/+1
* lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov2020-04-073-0/+567
* bitops: always inline sign extension helpersJosh Poimboeuf2020-04-071-2/+2
* MAINTAINERS: list the section entries in the preferred orderJoe Perches2020-04-071-17/+18
* compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum2020-04-071-1/+1
* compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-04-075-25/+1
* sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada2020-04-072-8/+0
* kernel/extable.c: use address-of operator on section symbolsNathan Chancellor2020-04-071-1/+2
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-079-11/+9
* proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)2020-04-071-10/+8
* seq_file: remove m->versionMatthew Wilcox (Oracle)2020-04-072-29/+0
* proc: use ppos instead of m->versionMatthew Wilcox (Oracle)2020-04-071-4/+3
* proc: remove m_cache_vmaMatthew Wilcox (Oracle)2020-04-071-32/+6
* proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)2020-04-071-19/+15
* proc: speed up /proc/*/statmAlexey Dobriyan2020-04-071-16/+23
* proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-0711-54/+194
* fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge2020-04-071-0/+1
* mm: remove dummy struct bootmem_data/bootmem_data_tWaiman Long2020-04-072-3/+0
* mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek2020-04-071-3/+1
* include/linux/memremap.h: remove stale commentsIra Weiny2020-04-071-2/+0
* include/linux/swapops.h: correct guards for non_swap_entry()Steven Price2020-04-071-1/+2
* mm: use fallthrough;Joe Perches2020-04-079-16/+11
* mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek2020-04-071-1/+1
* mm: fix ambiguous comments for better code readabilitychenqiwu2020-04-072-3/+3
* mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge2020-04-071-1/+1
* mm/slub: add missing annotation for put_map()Jules Irenge2020-04-071-1/+1
* mm/slub: add missing annotation for get_map()Jules Irenge2020-04-071-0/+1
* mm/mempolicy: add missing annotation for queue_pages_pmd()Jules Irenge2020-04-071-0/+1
* mm/hugetlb: add missing annotation for gather_surplus_pages()Jules Irenge2020-04-071-0/+1
* mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge2020-04-071-0/+1
* mm/zswap: allow setting default status, compressor and allocator in KconfigMaciej S. Szmigiero2020-04-073-21/+141
* mm: prevent a warning when casting void* -> enumPalmer Dabbelt2020-04-071-1/+1
* mm: huge tmpfs: try to split_huge_page() when punching holeHugh Dickins2020-04-073-56/+60
* mm/shmem.c: clean code by removing unnecessary assignmentMateusz Nosek2020-04-071-6/+3
* mm/shmem.c: distribute switch variables for initializationKees Cook2020-04-071-4/+7