summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | crypto: asymmetric_keys: fix some comments in pkcs7_parser.hRandy Dunlap2021-01-211-3/+2
| * | | | KEYS: remove redundant memsetTom Rix2021-01-211-2/+0
| * | | | security: keys: delete repeated words in commentsRandy Dunlap2021-01-212-3/+3
| * | | | KEYS: asymmetric: Fix kerneldocKrzysztof Kozlowski2021-01-211-2/+4
| * | | | security/keys: use kvfree_sensitive()Denis Efremov2021-01-211-6/+3
| * | | | watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2021-01-214-8/+8
| * | | | keys: Remove outdated __user annotationsJann Horn2021-01-211-3/+3
| * | | | security: keys: Fix fall-through warnings for ClangGustavo A. R. Silva2021-01-211-0/+1
* | | | | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-2316-33/+195
|\ \ \ \ \
| * | | | | kbuild: lto: force rebuilds when switching CONFIG_LTOSami Tolvanen2021-02-231-1/+2
| * | | | | x86, build: allow LTO to be selectedSami Tolvanen2021-02-232-0/+7
| * | | | | x86, cpu: disable LTO for cpu.cSami Tolvanen2021-02-231-0/+4
| * | | | | x86, vdso: disable LTO only for vDSOSami Tolvanen2021-02-231-1/+2
| * | | | | kbuild: lto: postpone objtoolSami Tolvanen2021-02-234-26/+55
| * | | | | objtool: Split noinstr validation from --vmlinuxSami Tolvanen2021-02-234-4/+5
| * | | | | x86, build: use objtool mcountSami Tolvanen2021-02-231-0/+1
| * | | | | tracing: add support for objtool mcountSami Tolvanen2021-02-233-0/+23
| * | | | | objtool: Don't autodetect vmlinux.oSami Tolvanen2021-02-232-6/+2
| * | | | | objtool: Fix __mcount_loc generation with Clang's assemblerSami Tolvanen2021-02-231-2/+15
| * | | | | objtool: Add a pass for generating __mcount_locPeter Zijlstra2021-02-236-2/+88
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2021-02-2319-72/+72
|\ \ \ \ \ \
| * | | | | | sparc: make xchg() into a statement expressionRandy Dunlap2021-02-181-1/+1
| * | | | | | sparc64: Use arch_validate_flags() to validate ADI flagKhalid Aziz2021-02-181-25/+29
| * | | | | | sparc32: Fix comparing pointer to 0 coccicheck warningKaixu Xia2021-02-181-1/+1
| * | | | | | sparc: fix led.c driver when PROC_FS is not enabledRandy Dunlap2021-02-181-0/+2
| * | | | | | sparc: Fix handling of page table constructor failureMatthew Wilcox (Oracle)2021-02-181-1/+1
| * | | | | | sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is setRandy Dunlap2021-02-181-1/+1
| * | | | | | tty: hvcs: Drop unnecessary if blockUwe Kleine-König2021-02-181-3/+0
| * | | | | | tty: vcc: Drop unnecessary if blockUwe Kleine-König2021-02-181-3/+0
| * | | | | | tty: vcc: Drop impossible to hit WARN_ONUwe Kleine-König2021-02-181-5/+2
| * | | | | | sparc: sparc64_defconfig: add necessary configs for qemuCorentin Labbe2021-02-181-0/+6
| * | | | | | sparc64: switch defconfig from the legacy ide driver to libataChristoph Hellwig2021-02-181-3/+2
| * | | | | | sparc32: Preserve clone syscall flags argument for restarts due to signalsAndreas Larsson2021-02-182-6/+4
| * | | | | | sparc32: Limit memblock allocation to low memoryAndreas Larsson2021-02-181-0/+3
| * | | | | | sparc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang2021-02-181-1/+1
| * | | | | | sbus: char: Remove meaningless jump label out_freeJing Xiangfeng2020-09-141-3/+1
| * | | | | | sparc32: signal: Fix stack trampoline for RT signalsBen Hutchings2020-09-141-2/+2
| * | | | | | sparc: remove SA_STATIC_ALLOC macro definitionPeter Collingbourne2020-09-141-12/+0
| * | | | | | sparc: use for_each_child_of_node() macroQinglang Miao2020-08-051-2/+1
| * | | | | | sparc: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-2110-16/+15
| * | | | | | Merge branch 'sparc32-srmmu-improve-type-safety-of-__nocache_fix'David S. Miller2020-07-212-10/+10
| |\ \ \ \ \ \
| | * | | | | | sparc32: srmmu: improve type safety of __nocache_fix()Mike Rapoport2020-07-212-9/+9
| | * | | | | | sparc32: use PUD rather than PGD to get PMD in srmmu_inherit_prom_mappings()Mike Rapoport2020-07-211-1/+1
| |/ / / / / /
| * | | | | | sparc32: fix a user-triggerable oops in clear_user()Al Viro2020-07-211-0/+1
| * | | | | | SPARC: backoff.h: delete a duplicated wordRandy Dunlap2020-07-211-1/+1
| * | | | | | arch/sparc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
| * | | | | | sparc: piggyback: handle invalid imageCorentin Labbe2020-06-221-0/+4
| * | | | | | sparc64: viohs: Use struct_size() helperGustavo A. R. Silva2020-06-221-4/+2
* | | | | | | Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-2346-5988/+3018
|\ \ \ \ \ \ \
| * | | | | | | dmaengine: dw-axi-dmac: remove redundant null check on descColin Ian King2021-02-081-4/+0