summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada2021-10-113-47/+45
* kconfig: refactor listnewconfig codeMasahiro Yamada2021-10-113-12/+8
* kconfig: refactor conf_write_symbol()Masahiro Yamada2021-10-111-79/+57
* kconfig: refactor conf_write_heading()Masahiro Yamada2021-10-111-62/+33
* kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada2021-10-014-23/+24
* kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada2021-09-291-3/+3
* kconfig: narrow the scope of variables in the lexerMasahiro Yamada2021-09-291-1/+2
* kconfig: Create links to main menu items in searchAriel Marcovitch2021-09-251-15/+18
* kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada2021-09-221-11/+17
* kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada2021-09-221-7/+5
* kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada2021-09-221-6/+6
* kbuild: store the objtool command in *.cmd filesMasahiro Yamada2021-09-221-9/+5
* kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada2021-09-221-6/+5
* kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada2021-09-222-11/+10
* isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-226-1/+13
* nios2: move the install rule to arch/nios2/MakefileMasahiro Yamada2021-09-222-4/+2
* Linux 5.15-rc2v5.15-rc2Linus Torvalds2021-09-201-1/+1
* pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds2021-09-202-23/+46
* Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-195-15/+47
|\
| * x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-142-11/+33
| * x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport2021-09-081-3/+3
| * x86/platform: Increase maximum GPIO number for X86_64Andy Shevchenko2021-09-021-0/+5
| * x86/pat: Pass valid address to sanitize_phys()Jeff Moyer2021-09-021-1/+6
* | Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-191-1/+1
|\ \
| * | events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers2021-09-151-1/+1
* | | Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-09-191-20/+45
|\ \ \
| * | | locking/rwbase: Take care of ordering guarantee for fastpath readerBoqun Feng2021-09-151-2/+19
| * | | locking/rwbase: Extract __rwbase_write_trylock()Peter Zijlstra2021-09-151-18/+26
| * | | locking/rwbase: Properly match set_and_save_state() to restore_state()Peter Zijlstra2021-09-151-1/+1
| |/ /
* | | Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-197-55/+159
|\ \ \
| * | | powerpc/xics: Set the IRQ chip data for the ICS native backendCédric Le Goater2021-09-151-2/+2
| * | | powerpc/mce: Fix access error in mce handlerGanesh Goudar2021-09-131-2/+15
| * | | KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registersNicholas Piggin2021-09-131-2/+34
| * | | powerpc/64s: system call rfscv workaround for TM bugsNicholas Piggin2021-09-131-0/+13
| * | | selftests/powerpc: Add scv versions of the basic TM syscall testsNicholas Piggin2021-09-132-8/+65
| * | | powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin2021-09-132-41/+30
| |/ /
* | | Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-196-20/+27
|\ \ \
| * | | kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor2021-09-191-0/+5
| * | | x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor2021-09-191-3/+9
| * | | kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani2021-09-191-1/+1
| * | | sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven2021-09-191-8/+8
| * | | gen_compile_commands: fix missing 'sys' packageKortan2021-09-191-0/+1
| * | | checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch2021-09-191-8/+0
| * | | checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch2021-09-191-0/+3
| |/ /
* | | Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git://git.kernel.org/pub...Linus Torvalds2021-09-197-51/+100
|\ \ \
| * | | perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko2021-09-181-0/+3
| * | | libperf evsel: Make use of FD robust.Ian Rogers2021-09-181-23/+41
| * | | perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-181-0/+1
| * | | perf script: Fix ip display when type != attr->typeAdrian Hunter2021-09-181-11/+13
| * | | perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria2021-09-183-17/+42