| Commit message (Expand) | Author | Age | Files | Lines |
* | kconfig: move sym_escape_string_value() to confdata.c | Masahiro Yamada | 2021-10-11 | 3 | -47/+45 |
* | kconfig: refactor listnewconfig code | Masahiro Yamada | 2021-10-11 | 3 | -12/+8 |
* | kconfig: refactor conf_write_symbol() | Masahiro Yamada | 2021-10-11 | 1 | -79/+57 |
* | kconfig: refactor conf_write_heading() | Masahiro Yamada | 2021-10-11 | 1 | -62/+33 |
* | kconfig: remove 'const' from the return type of sym_escape_string_value() | Masahiro Yamada | 2021-10-01 | 4 | -23/+24 |
* | kconfig: rename a variable in the lexer to a clearer name | Masahiro Yamada | 2021-09-29 | 1 | -3/+3 |
* | kconfig: narrow the scope of variables in the lexer | Masahiro Yamada | 2021-09-29 | 1 | -1/+2 |
* | kconfig: Create links to main menu items in search | Ariel Marcovitch | 2021-09-25 | 1 | -15/+18 |
* | kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modules | Masahiro Yamada | 2021-09-22 | 1 | -11/+17 |
* | kbuild: detect objtool update without using .SECONDEXPANSION | Masahiro Yamada | 2021-09-22 | 1 | -7/+5 |
* | kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macro | Masahiro Yamada | 2021-09-22 | 1 | -6/+6 |
* | kbuild: store the objtool command in *.cmd files | Masahiro Yamada | 2021-09-22 | 1 | -9/+5 |
* | kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modules | Masahiro Yamada | 2021-09-22 | 1 | -6/+5 |
* | kbuild: move objtool_args back to scripts/Makefile.build | Masahiro Yamada | 2021-09-22 | 2 | -11/+10 |
* | isystem: delete global -isystem compile option | Alexey Dobriyan | 2021-09-22 | 6 | -1/+13 |
* | nios2: move the install rule to arch/nios2/Makefile | Masahiro Yamada | 2021-09-22 | 2 | -4/+2 |
* | Linux 5.15-rc2v5.15-rc2 | Linus Torvalds | 2021-09-20 | 1 | -1/+1 |
* | pci_iounmap'2: Electric Boogaloo: try to make sense of it all | Linus Torvalds | 2021-09-20 | 2 | -23/+46 |
* | Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-09-19 | 5 | -15/+47 |
|\ |
|
| * | x86/mce: Avoid infinite loop for copy from user recovery | Tony Luck | 2021-09-14 | 2 | -11/+33 |
| * | x86/mm: Fix kern_addr_valid() to cope with existing but not present entries | Mike Rapoport | 2021-09-08 | 1 | -3/+3 |
| * | x86/platform: Increase maximum GPIO number for X86_64 | Andy Shevchenko | 2021-09-02 | 1 | -0/+5 |
| * | x86/pat: Pass valid address to sanitize_phys() | Jeff Moyer | 2021-09-02 | 1 | -1/+6 |
* | | Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-09-19 | 1 | -1/+1 |
|\ \ |
|
| * | | events: Reuse value read using READ_ONCE instead of re-reading it | Baptiste Lepers | 2021-09-15 | 1 | -1/+1 |
* | | | Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-09-19 | 1 | -20/+45 |
|\ \ \ |
|
| * | | | locking/rwbase: Take care of ordering guarantee for fastpath reader | Boqun Feng | 2021-09-15 | 1 | -2/+19 |
| * | | | locking/rwbase: Extract __rwbase_write_trylock() | Peter Zijlstra | 2021-09-15 | 1 | -18/+26 |
| * | | | locking/rwbase: Properly match set_and_save_state() to restore_state() | Peter Zijlstra | 2021-09-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2021-09-19 | 7 | -55/+159 |
|\ \ \ |
|
| * | | | powerpc/xics: Set the IRQ chip data for the ICS native backend | Cédric Le Goater | 2021-09-15 | 1 | -2/+2 |
| * | | | powerpc/mce: Fix access error in mce handler | Ganesh Goudar | 2021-09-13 | 1 | -2/+15 |
| * | | | KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registers | Nicholas Piggin | 2021-09-13 | 1 | -2/+34 |
| * | | | powerpc/64s: system call rfscv workaround for TM bugs | Nicholas Piggin | 2021-09-13 | 1 | -0/+13 |
| * | | | selftests/powerpc: Add scv versions of the basic TM syscall tests | Nicholas Piggin | 2021-09-13 | 2 | -8/+65 |
| * | | | powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state | Nicholas Piggin | 2021-09-13 | 2 | -41/+30 |
| |/ / |
|
* | | | Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-09-19 | 6 | -20/+27 |
|\ \ \ |
|
| * | | | kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS | Nathan Chancellor | 2021-09-19 | 1 | -0/+5 |
| * | | | x86/build: Do not add -falign flags unconditionally for clang | Nathan Chancellor | 2021-09-19 | 1 | -3/+9 |
| * | | | kbuild: Fix comment typo in scripts/Makefile.modpost | Ramji Jiyani | 2021-09-19 | 1 | -1/+1 |
| * | | | sh: Add missing FORCE prerequisites in Makefile | Geert Uytterhoeven | 2021-09-19 | 1 | -8/+8 |
| * | | | gen_compile_commands: fix missing 'sys' package | Kortan | 2021-09-19 | 1 | -0/+1 |
| * | | | checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_file | Ariel Marcovitch | 2021-09-19 | 1 | -8/+0 |
| * | | | checkkconfigsymbols.py: Forbid passing 'HEAD' to --commit | Ariel Marcovitch | 2021-09-19 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git://git.kernel.org/pub... | Linus Torvalds | 2021-09-19 | 7 | -51/+100 |
|\ \ \ |
|
| * | | | perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id() | Andrii Nakryiko | 2021-09-18 | 1 | -0/+3 |
| * | | | libperf evsel: Make use of FD robust. | Ian Rogers | 2021-09-18 | 1 | -23/+41 |
| * | | | perf machine: Initialize srcline string member in add_location struct | Michael Petlan | 2021-09-18 | 1 | -0/+1 |
| * | | | perf script: Fix ip display when type != attr->type | Adrian Hunter | 2021-09-18 | 1 | -11/+13 |
| * | | | perf annotate: Fix fused instr logic for assembly functions | Ravi Bangoria | 2021-09-18 | 3 | -17/+42 |