summaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-25parisc: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRYSami Tolvanen1-0/+1
2021-02-23kbuild: lto: force rebuilds when switching CONFIG_LTOSami Tolvanen1-1/+2
2021-02-23x86, build: allow LTO to be selectedSami Tolvanen2-0/+7
2021-02-23x86, cpu: disable LTO for cpu.cSami Tolvanen1-0/+4
2021-02-23x86, vdso: disable LTO only for vDSOSami Tolvanen1-1/+2
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen4-26/+55
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen4-4/+5
2021-02-23x86, build: use objtool mcountSami Tolvanen1-0/+1
2021-02-23tracing: add support for objtool mcountSami Tolvanen3-0/+23
2021-02-23objtool: Don't autodetect vmlinux.oSami Tolvanen2-6/+2
2021-02-23objtool: Fix __mcount_loc generation with Clang's assemblerSami Tolvanen1-2/+15
2021-02-23objtool: Add a pass for generating __mcount_locPeter Zijlstra6-2/+88
2021-02-17kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuildsAlexander Lobakin1-2/+2
2021-01-14arm64: allow LTO to be selectedSami Tolvanen1-0/+2
2021-01-14arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGSSami Tolvanen1-0/+2
2021-01-14arm64: vdso: disable LTOSami Tolvanen1-1/+2
2021-01-14drivers/misc/lkdtm: disable LTO for rodata.oSami Tolvanen1-0/+1
2021-01-14efi/libstub: disable LTOSami Tolvanen1-0/+2
2021-01-14scripts/mod: disable LTO for empty.cSami Tolvanen1-0/+1
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen3-10/+21
2021-01-14PCI: Fix PREL32 relocations for LTOSami Tolvanen1-2/+25
2021-01-14init: lto: fix PREL32 relocationsSami Tolvanen1-4/+27
2021-01-14init: lto: ensure initcall orderingSami Tolvanen4-9/+334
2021-01-14kbuild: lto: add a default list of used symbolsSami Tolvanen2-0/+6
2021-01-14kbuild: lto: merge module sectionsSami Tolvanen1-0/+24
2021-01-14kbuild: lto: limit inliningSami Tolvanen1-0/+3
2021-01-14kbuild: lto: fix module versioningSami Tolvanen6-6/+61
2021-01-14kbuild: add support for Clang LTOSami Tolvanen7-18/+174
2021-01-09tracing: move function tracer options to KconfigSami Tolvanen3-16/+26
2021-01-04Linux 5.11-rc2v5.11-rc2Linus Torvalds1-1/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds1-0/+2
2020-12-31kernel/io_uring: cancel io_uring before task worksPavel Begunkov2-2/+2
2020-12-31io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov1-2/+22
2020-12-31io_uring: add a helper for setting a ref nodePavel Begunkov1-10/+12
2020-12-30intel_idle: add SnowRidge C-state tableArtem Bityutskiy1-1/+40
2020-12-30cpufreq: intel_pstate: Fix fast-switch fallback pathRafael J. Wysocki1-1/+0
2020-12-30s390/Kconfig: sort config S390 select list once againHeiko Carstens1-14/+17
2020-12-30s390: update defconfigsHeiko Carstens3-7/+18
2020-12-30block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund1-0/+1
2020-12-30fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap1-1/+1
2020-12-30mm: slub: call account_slab_page() after slab page initializationRoman Gushchin1-3/+2
2020-12-30zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap4-19/+9
2020-12-30lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich1-2/+2
2020-12-30lib/genalloc: fix the overflow when size is too bigHuang Shijie1-12/+13
2020-12-30kdev_t: always inline major/minor helper functionsJosh Poimboeuf1-11/+11
2020-12-30sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie1-0/+3
2020-12-30local64.h: make <asm/local64.h> mandatoryRandy Dunlap22-21/+1
2020-12-30kasan: fix null pointer dereference in kasan_record_aux_stackWalter Wu1-0/+2
2020-12-30mm: generalise COW SMC TLB flushing race commentNicholas Piggin1-3/+5
2020-12-30mm/mremap.c: fix extent calculationKalesh Singh1-1/+3