summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kconfig: remove unreachable printf()Masahiro Yamada2023-12-281-1/+0
* kconfig: add include guard to lkc_proto.hMasahiro Yamada2023-12-281-0/+5
* kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada2023-12-282-17/+2
* kconfig: factor out common code shared by mconf and nconfMasahiro Yamada2023-12-105-107/+75
* sparc: vdso: use $(addprefix ) instead of $(foreach )Masahiro Yamada2023-12-101-1/+1
* sparc: vdso: simplify obj-y additionMasahiro Yamada2023-12-101-9/+2
* sparc: vdso: clean up build artifacts in arch/sparc/vdso/Masahiro Yamada2023-12-101-4/+1
* modpost: remove unreachable code after fatal()Masahiro Yamada2023-12-101-6/+3
* modpost: remove unneeded initializer in section_rel()Masahiro Yamada2023-12-101-1/+1
* modpost: inform compilers that fatal() never returnsMasahiro Yamada2023-12-102-1/+7
* modpost: move __attribute__((format(printf, 2, 3))) to modpost.hMasahiro Yamada2023-12-102-3/+3
* kbuild: determine base DTB by suffixMasahiro Yamada2023-12-101-2/+2
* kbuild: deb-pkg: remove the fakeroot builds supportMasahiro Yamada2023-12-102-10/+2
* init: move THIS_MODULE from <linux/export.h> to <linux/init.h>Masahiro Yamada2023-12-102-18/+7
* kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada2023-12-031-5/+12
* kconfig: remove unneeded symbol_empty variableMasahiro Yamada2023-12-031-9/+2
* scripts: clean up IA-64 codeMasahiro Yamada2023-12-0310-34/+6
* kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada2023-12-033-9/+18
* kbuild: remove the last use of old cmd_src_tar rule in packagingMasahiro Yamada2023-11-283-26/+2
* kbuild: buildtar: always make modules_installPetr Vorel2023-11-281-4/+2
* kbuild: buildtar: Remove unused $dirsPetr Vorel2023-11-281-2/+0
* kconfig: massage the loop in conf_read_simple()Masahiro Yamada2023-11-281-6/+13
* kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada2023-11-281-1/+1
* kconfig: introduce getline_stripped() helperMasahiro Yamada2023-11-281-14/+26
* kconfig: deduplicate code in conf_read_simple()Masahiro Yamada2023-11-281-54/+35
* kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada2023-11-281-13/+8
* kconfig: require a space after '#' for valid inputMasahiro Yamada2023-11-281-0/+2
* kconfig: remove error check for xrealloc()Masahiro Yamada2023-11-281-6/+2
* kbuild: deb-pkg: apply short -R and -j optionsDmitrii Bundin2023-11-281-1/+1
* kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada2023-11-281-1/+1
* genksyms: use getopt_long() unconditionallyMasahiro Yamada2023-11-281-18/+0
* genksyms: remove the remnant of the -s optionMasahiro Yamada2023-11-281-4/+2
* Linux 6.7-rc3v6.7-rc3Linus Torvalds2023-11-261-1/+1
* Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-11-263-48/+31
|\
| * MAINTAINERS: TRACING: Add Mathieu Desnoyers as ReviewerMathieu Desnoyers2023-11-221-0/+1
| * eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)2023-11-221-0/+4
| * eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)2023-11-221-9/+4
| * eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)2023-11-221-14/+2
| * eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)2023-11-221-2/+2
| * eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)2023-11-201-13/+6
| * eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)2023-11-201-10/+12
* | Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-2611-34/+43
|\ \
| * | parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2023-11-252-19/+22
| * | parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller2023-11-253-10/+0
| * | parisc: Use natural CPU alignment for bug_tableHelge Deller2023-11-251-12/+18
| * | parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller2023-11-251-0/+1
| * | parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller2023-11-251-1/+1
| * | parisc: Mark jump_table naturally alignedHelge Deller2023-11-251-2/+6
| * | parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller2023-11-251-3/+6
| * | parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller2023-11-251-0/+1