index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-25
parisc: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
Sami Tolvanen
1
-0
/
+1
2021-02-23
kbuild: lto: force rebuilds when switching CONFIG_LTO
Sami Tolvanen
1
-1
/
+2
2021-02-23
x86, build: allow LTO to be selected
Sami Tolvanen
2
-0
/
+7
2021-02-23
x86, cpu: disable LTO for cpu.c
Sami Tolvanen
1
-0
/
+4
2021-02-23
x86, vdso: disable LTO only for vDSO
Sami Tolvanen
1
-1
/
+2
2021-02-23
kbuild: lto: postpone objtool
Sami Tolvanen
4
-26
/
+55
2021-02-23
objtool: Split noinstr validation from --vmlinux
Sami Tolvanen
4
-4
/
+5
2021-02-23
x86, build: use objtool mcount
Sami Tolvanen
1
-0
/
+1
2021-02-23
tracing: add support for objtool mcount
Sami Tolvanen
3
-0
/
+23
2021-02-23
objtool: Don't autodetect vmlinux.o
Sami Tolvanen
2
-6
/
+2
2021-02-23
objtool: Fix __mcount_loc generation with Clang's assembler
Sami Tolvanen
1
-2
/
+15
2021-02-23
objtool: Add a pass for generating __mcount_loc
Peter Zijlstra
6
-2
/
+88
2021-02-17
kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuilds
Alexander Lobakin
1
-2
/
+2
2021-01-14
arm64: allow LTO to be selected
Sami Tolvanen
1
-0
/
+2
2021-01-14
arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
Sami Tolvanen
1
-0
/
+2
2021-01-14
arm64: vdso: disable LTO
Sami Tolvanen
1
-1
/
+2
2021-01-14
drivers/misc/lkdtm: disable LTO for rodata.o
Sami Tolvanen
1
-0
/
+1
2021-01-14
efi/libstub: disable LTO
Sami Tolvanen
1
-0
/
+2
2021-01-14
scripts/mod: disable LTO for empty.c
Sami Tolvanen
1
-0
/
+1
2021-01-14
modpost: lto: strip .lto from module names
Sami Tolvanen
3
-10
/
+21
2021-01-14
PCI: Fix PREL32 relocations for LTO
Sami Tolvanen
1
-2
/
+25
2021-01-14
init: lto: fix PREL32 relocations
Sami Tolvanen
1
-4
/
+27
2021-01-14
init: lto: ensure initcall ordering
Sami Tolvanen
4
-9
/
+334
2021-01-14
kbuild: lto: add a default list of used symbols
Sami Tolvanen
2
-0
/
+6
2021-01-14
kbuild: lto: merge module sections
Sami Tolvanen
1
-0
/
+24
2021-01-14
kbuild: lto: limit inlining
Sami Tolvanen
1
-0
/
+3
2021-01-14
kbuild: lto: fix module versioning
Sami Tolvanen
6
-6
/
+61
2021-01-14
kbuild: add support for Clang LTO
Sami Tolvanen
7
-18
/
+174
2021-01-09
tracing: move function tracer options to Kconfig
Sami Tolvanen
3
-16
/
+26
2021-01-04
Linux 5.11-rc2
v5.11-rc2
Linus Torvalds
1
-1
/
+1
2021-01-01
depmod: handle the case of /sbin/depmod without /sbin in PATH
Linus Torvalds
1
-0
/
+2
2020-12-31
kernel/io_uring: cancel io_uring before task works
Pavel Begunkov
2
-2
/
+2
2020-12-31
io_uring: fix io_sqe_files_unregister() hangs
Pavel Begunkov
1
-2
/
+22
2020-12-31
io_uring: add a helper for setting a ref node
Pavel Begunkov
1
-10
/
+12
2020-12-30
intel_idle: add SnowRidge C-state table
Artem Bityutskiy
1
-1
/
+40
2020-12-30
cpufreq: intel_pstate: Fix fast-switch fallback path
Rafael J. Wysocki
1
-1
/
+0
2020-12-30
s390/Kconfig: sort config S390 select list once again
Heiko Carstens
1
-14
/
+17
2020-12-30
s390: update defconfigs
Heiko Carstens
3
-7
/
+18
2020-12-30
block: add debugfs stanza for QUEUE_FLAG_NOWAIT
Andres Freund
1
-0
/
+1
2020-12-30
fs: block_dev.c: fix kernel-doc warnings from struct block_device changes
Randy Dunlap
1
-1
/
+1
2020-12-30
mm: slub: call account_slab_page() after slab page initialization
Roman Gushchin
1
-3
/
+2
2020-12-30
zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c
Randy Dunlap
4
-19
/
+9
2020-12-30
lib/zlib: fix inflating zlib streams on s390
Ilya Leoshkevich
1
-2
/
+2
2020-12-30
lib/genalloc: fix the overflow when size is too big
Huang Shijie
1
-12
/
+13
2020-12-30
kdev_t: always inline major/minor helper functions
Josh Poimboeuf
1
-11
/
+11
2020-12-30
sizes.h: add SZ_8G/SZ_16G/SZ_32G macros
Huang Shijie
1
-0
/
+3
2020-12-30
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
22
-21
/
+1
2020-12-30
kasan: fix null pointer dereference in kasan_record_aux_stack
Walter Wu
1
-0
/
+2
2020-12-30
mm: generalise COW SMC TLB flushing race comment
Nicholas Piggin
1
-3
/
+5
2020-12-30
mm/mremap.c: fix extent calculation
Kalesh Singh
1
-1
/
+3
[next]