summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-08-1036-313/+111
|\
| * modpost: remove .symbol_white_list field entirelyMasahiro Yamada2022-08-041-39/+16
| * modpost: remove unneeded .symbol_white_list initializersMasahiro Yamada2022-08-041-8/+0
| * modpost: add PATTERNS() helper macroMasahiro Yamada2022-08-041-0/+7
| * modpost: shorten warning messages in report_sec_mismatch()Masahiro Yamada2022-08-041-170/+9
| * Revert "Kbuild, lto, workaround: Don't warn for initcall_reference in modpost"Masahiro Yamada2022-08-041-3/+0
| * modpost: use more reliable way to get fromsec in section_rel(a)()Masahiro Yamada2022-08-031-4/+2
| * modpost: add array range check to sec_name()Masahiro Yamada2022-08-031-1/+9
| * modpost: refactor get_secindex()Masahiro Yamada2022-08-031-12/+18
| * kbuild: set EXIT trap before creating temporary directoryMasahiro Yamada2022-08-032-2/+2
| * modpost: remove unused Elf_Sword macroMasahiro Yamada2022-08-031-2/+0
| * Makefile.extrawarn: re-enable -Wformat for clangJustin Stitt2022-08-031-1/+0
| * kbuild: add dtbs_prepare targetMasahiro Yamada2022-07-301-4/+9
| * kconfig: Qt5: tell the user which packages are requiredRandy Dunlap2022-07-271-0/+1
| * modpost: use sym_get_data() to get module device_table dataMasahiro Yamada2022-07-273-4/+3
| * modpost: drop executable ELF supportMasahiro Yamada2022-07-271-6/+4
| * checkstack: add riscv support for scripts/checkstack.plWadim Mueller2022-07-271-0/+4
| * kconfig: shorten the temporary directory name for cc-optionMasahiro Yamada2022-07-271-1/+1
| * scripts: headers_install.sh: Update config leak ignore entriesNicolas Schier2022-07-271-2/+0
| * kbuild: error out if $(INSTALL_MOD_PATH) contains % or :Masahiro Yamada2022-07-271-0/+3
| * kbuild: error out if $(KBUILD_EXTMOD) contains % or :Masahiro Yamada2022-07-271-0/+3
| * kbuild: rpm-pkg: pass 'linux' to --target option of rpmbuildMasahiro Yamada2022-07-271-2/+2
| * kbuild: rpm-pkg: fix build error when _arch is undefinedMasahiro Yamada2022-07-271-0/+3
| * docs: kbuild: fix typoBaruch Siach2022-07-271-1/+1
| * kbuild: dummy-tools: avoid tmpdir leak in dummy gccOndrej Mosnacek2022-07-272-6/+2
| * Revert "scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture."Masahiro Yamada2022-07-271-1/+0
| * init/Kconfig: update KALLSYMS_ALL help textBaruch Siach2022-07-271-4/+5
| * kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3Nick Desaulniers2022-07-2715-22/+0
| * kbuild: remove sed command from cmd_ar_builtinMasahiro Yamada2022-07-271-3/+2
| * certs: unify blacklist_hashes.c and blacklist_nohashes.cMasahiro Yamada2022-07-273-14/+5
| * certs: move scripts/check-blacklist-hashes.awk to certs/Masahiro Yamada2022-07-273-2/+1
* | add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka2022-08-101-1/+24
* | Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-08-0933-945/+1426
|\ \
| * | lockd: detect and reject lock arguments that overflowJeff Layton2022-08-043-17/+12
| * | NFSD: discard fh_locked flag and fh_lock/fh_unlockNeilBrown2022-08-043-70/+6
| * | NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown2022-08-044-23/+30
| * | NFSD: use explicit lock/unlock for directory opsNeilBrown2022-08-044-18/+29
| * | NFSD: reduce locking in nfsd_lookup()NeilBrown2022-08-045-32/+46
| * | NFSD: only call fh_unlock() once in nfsd_link()NeilBrown2022-08-041-9/+10
| * | NFSD: always drop directory lock in nfsd_unlink()NeilBrown2022-08-043-7/+6
| * | NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.NeilBrown2022-08-043-21/+21
| * | NFSD: add posix ACLs to struct nfsd_attrsNeilBrown2022-08-045-71/+47
| * | NFSD: add security label to struct nfsd_attrsNeilBrown2022-07-303-68/+15
| * | NFSD: set attributes when creating symlinksNeilBrown2022-07-305-12/+30
| * | NFSD: introduce struct nfsd_attrsNeilBrown2022-07-306-30/+71
| * | NFSD: verify the opened dentry after setting a delegationJeff Layton2022-07-303-5/+51
| * | NFSD: drop fh argument from alloc_init_delegJeff Layton2022-07-301-8/+6
| * | NFSD: Move copy offload callback arguments into a separate structureChuck Lever2022-07-303-45/+47
| * | NFSD: Add nfsd4_send_cb_offload()Chuck Lever2022-07-301-15/+22
| * | NFSD: Remove kmalloc from nfsd4_do_async_copy()Chuck Lever2022-07-301-14/+14