summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-17buildtar: fix tarballs with EFI_ZBOOT enabledVeronika Kabatova1-1/+1
2022-12-14modpost: Include '.text.*' in TEXT_SECTIONSNathan Chancellor1-2/+2
2022-12-14padata: Mark padata_work_init() as __refNathan Chancellor1-2/+10
2022-12-14kbuild: ensure Make >= 3.82 is usedMasahiro Yamada1-0/+4
2022-12-14kbuild: refactor the prerequisites of the modpost ruleMasahiro Yamada1-14/+22
2022-12-14kbuild: change module.order to list *.o instead of *.koMasahiro Yamada9-21/+21
2022-12-13kbuild: use .NOTINTERMEDIATE for future GNU Make versionsMasahiro Yamada1-3/+10
2022-12-13kconfig: refactor Makefile to reduce process forksMasahiro Yamada7-48/+68
2022-12-13kbuild: add read-file macroMasahiro Yamada4-3/+17
2022-12-13kbuild: do not sort after reading modules.orderMasahiro Yamada2-2/+2
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada5-5/+21
2022-12-13Documentation: raise minimum supported version of binutils to 2.25Masahiro Yamada2-3/+3
2022-12-11kbuild: add -Wundef to KBUILD_CPPFLAGS for W=1 buildsMasahiro Yamada1-0/+1
2022-12-11kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGSMasahiro Yamada1-1/+2
2022-12-10kbuild: Port silent mode detection to future gnu make.Dmitry Goncharov1-3/+10
2022-12-10init/version.c: remove #include <generated/utsrelease.h>Thomas Weißschuh1-1/+0
2022-12-10firmware_loader: remove #include <generated/utsrelease.h>Thomas Weißschuh1-2/+0
2022-11-27modpost: Mark uuid_le type to be suitable only for MEIAndy Shevchenko1-4/+8
2022-11-24kbuild: add ability to make source rpm buildable using kojiIvan Vecera2-0/+17
2022-11-22kbuild: warn objects shared among multiple modulesMasahiro Yamada1-0/+6
2022-11-22kbuild: add kbuild-file macroMasahiro Yamada6-14/+12
2022-11-21kbuild: deb-pkg: get rid of |flex:native workaround from Build-DependsMasahiro Yamada1-1/+1
2022-11-21scripts/jobserver-exec: parse the last --jobserver-auth= optionMasahiro Yamada1-1/+3
2022-11-21kconfig: remove redundant (void *) cast in search_conf()Masahiro Yamada1-2/+1
2022-11-21kconfig: remove const qualifier from str_get()Masahiro Yamada3-4/+4
2022-11-21kconfig: remove unneeded variable in get_prompt_str()Masahiro Yamada1-3/+1
2022-11-21modpost: fix array_size.cocci warningKaiLong Wang1-2/+2
2022-11-21Makefile.debug: support for -gz=zstdNick Desaulniers2-3/+32
2022-11-21modpost: Join broken long printed messagesGeert Uytterhoeven2-16/+10
2022-11-20Linux 6.1-rc6v6.1-rc6Linus Torvalds1-1/+1
2022-11-20Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-20/+45
2022-11-20Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-46/+74
2022-11-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)1-0/+3
2022-11-20Merge tag 'x86_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+4
2022-11-20Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-19/+52
2022-11-20Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-9/+31
2022-11-20Merge tag 'locking_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2022-11-20Merge tag 'powerpc-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2022-11-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-19/+26
2022-11-19Merge tag 'iommu-fixes-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+6
2022-11-19Merge tag 'kbuild-fixes-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-2/+9
2022-11-19Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-5/+17
2022-11-19iommu/vt-d: Set SRE bit only when hardware has SRS capTina Zhang1-2/+3
2022-11-19iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entriesTina Zhang1-5/+3
2022-11-18Merge tag 'input-for-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-14/+37
2022-11-18Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-15/+27
2022-11-18Input: i8042 - fix leaking of platform device on module removalChen Jun1-4/+0
2022-11-18Merge tag 'io_uring-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds5-17/+27
2022-11-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+3
2022-11-18Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds11-16/+26