Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-07lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor
2020-04-07linux/bits.h: add compile time sanity check of GENMASK inputsRikard Falkeborn
2020-04-07lib/test_kmod.c: remove a NULL testDan Carpenter
2020-04-07lib/rbtree: fix coding style of assignmentschenqiwu
2020-04-07lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko
2020-04-07percpu_counter: fix a data race at vm_committed_asQian Cai
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko
2020-04-07lib/stackdepot.c: build with -fno-builtinAlexander Potapenko
2020-04-07lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko
2020-04-07lib: test_stackinit.c: XFAIL switch variable init testsKees Cook
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven
2020-04-07lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-07lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-07lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-07lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-07lib/test_lockup.c: add parameters for locking generic vfs locksKonstantin Khlebnikov
2020-04-07lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Colin Ian King
2020-04-07lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov
2020-04-07bitops: always inline sign extension helpersJosh Poimboeuf
2020-04-07MAINTAINERS: list the section entries in the preferred orderJoe Perches
2020-04-07compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada
2020-04-07sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLININGMasahiro Yamada
2020-04-07kernel/extable.c: use address-of operator on section symbolsNathan Chancellor
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek
2020-04-07proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)
2020-04-07seq_file: remove m->versionMatthew Wilcox (Oracle)
2020-04-07proc: use ppos instead of m->versionMatthew Wilcox (Oracle)
2020-04-07proc: remove m_cache_vmaMatthew Wilcox (Oracle)
2020-04-07proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)
2020-04-07proc: speed up /proc/*/statmAlexey Dobriyan
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge
2020-04-07mm: remove dummy struct bootmem_data/bootmem_data_tWaiman Long
2020-04-07mm/dmapool.c: micro-optimisation remove unnecessary branchMateusz Nosek
2020-04-07include/linux/memremap.h: remove stale commentsIra Weiny
2020-04-07include/linux/swapops.h: correct guards for non_swap_entry()Steven Price
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constantMateusz Nosek
2020-04-07mm: fix ambiguous comments for better code readabilitychenqiwu
2020-04-07mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge
2020-04-07mm/slub: add missing annotation for put_map()Jules Irenge
2020-04-07mm/slub: add missing annotation for get_map()Jules Irenge
2020-04-07mm/mempolicy: add missing annotation for queue_pages_pmd()Jules Irenge
2020-04-07mm/hugetlb: add missing annotation for gather_surplus_pages()Jules Irenge
2020-04-07mm/compaction: add missing annotation for compact_lock_irqsaveJules Irenge
2020-04-07mm/zswap: allow setting default status, compressor and allocator in KconfigMaciej S. Szmigiero