summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-08tracing: move function tracer options to KconfigSami Tolvanen3-16/+26
2021-01-03Linux 5.11-rc2v5.11-rc2Linus Torvalds1-1/+1
2021-01-02Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-21/+35
2021-01-02Merge tag 'pm-5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-5/+48
2021-01-02Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki3-3/+41
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds21-86/+208
2021-01-01Merge tag 'block-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+2
2021-01-01Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-blockLinus Torvalds3-21/+43
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds1-0/+2
2020-12-30kernel/io_uring: cancel io_uring before task worksPavel Begunkov2-2/+2
2020-12-30io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov1-2/+22
2020-12-30io_uring: add a helper for setting a ref nodePavel Begunkov1-10/+12
2020-12-30Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds3-36/+36
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-30Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki1-2/+7
2020-12-30s390/Kconfig: sort config S390 select list once againHeiko Carstens1-14/+17
2020-12-30s390: update defconfigsHeiko Carstens3-7/+18
2020-12-29block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund1-0/+1
2020-12-29fs: block_dev.c: fix kernel-doc warnings from struct block_device changesRandy Dunlap1-1/+1
2020-12-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds42-91/+101
2020-12-29mm: slub: call account_slab_page() after slab page initializationRoman Gushchin1-3/+2
2020-12-29zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap4-19/+9
2020-12-29lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich1-2/+2
2020-12-29lib/genalloc: fix the overflow when size is too bigHuang Shijie1-12/+13
2020-12-29kdev_t: always inline major/minor helper functionsJosh Poimboeuf1-11/+11
2020-12-29sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie1-0/+3
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap22-21/+1
2020-12-29kasan: fix null pointer dereference in kasan_record_aux_stackWalter Wu1-0/+2
2020-12-29mm: generalise COW SMC TLB flushing race commentNicholas Piggin1-3/+5
2020-12-29mm/mremap.c: fix extent calculationKalesh Singh1-1/+3
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He4-8/+11