summaryrefslogtreecommitdiffstats
path: root/security/min_addr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-15kconfig: use sym_get_choice_menu() in sym_check_choice_deps()Masahiro Yamada1-3/+7
2024-07-15kconfig: use sym_get_choice_menu() in sym_check_print_recursive()Masahiro Yamada1-2/+4
2024-07-15kconfig: remove expr_list_for_each_sym() macroMasahiro Yamada1-3/+0
2024-07-15kconfig: use menu_list_for_each_sym() in sym_choice_default()Masahiro Yamada1-5/+4
2024-07-15kconfig: change sym_choice_default() to take the choice menuMasahiro Yamada3-6/+6
2024-07-15kconfig: remove conf_unsaved in conf_read_simple()Masahiro Yamada1-3/+2
2024-07-15kconfig: remove sym_get_choice_value()Masahiro Yamada6-21/+11
2024-07-15kconfig: refactor choice value calculationMasahiro Yamada7-197/+187
2024-07-15kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada1-0/+53
2024-07-15scripts/make_fit: Support decomposing DTBsChen-Yu Tsai2-22/+65
2024-07-15kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.specRafael Aquini1-1/+1
2024-07-15modpost: Enable section warning from *driver to .exit.textUwe Kleine-König1-11/+0
2024-07-15kbuild: move init/build-version to scripts/Masahiro Yamada4-3/+3
2024-07-15kconfig: remember the current choice while parsing the choice blockMasahiro Yamada1-6/+4
2024-07-15kconfig: introduce choice_set_value() helperMasahiro Yamada5-22/+47
2024-07-15kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada1-0/+5
2024-07-15kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada1-4/+1
2024-07-15kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada4-0/+8
2024-07-15kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada1-17/+24
2024-07-15kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada4-32/+7
2024-07-15kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada1-31/+34
2024-07-15kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada1-25/+22
2024-07-15kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada1-31/+30
2024-07-15kconfig: remove tristate choice supportMasahiro Yamada28-325/+45
2024-07-15kconfig: pass new conf_changed value to the callbackMasahiro Yamada5-14/+11
2024-07-15kconfig: gconf: move conf_changed() definition upMasahiro Yamada1-8/+7
2024-07-15kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada1-2/+0
2024-07-15kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada1-3/+3
2024-07-15initramfs: shorten cmd_initfs in usr/MakefileMasahiro Yamada1-2/+2
2024-07-07Linux 6.10-rc7v6.10-rc7Linus Torvalds1-1/+1
2024-07-06selftests/powerpc: Fix build with USERCFLAGS setMichael Ellerman1-4/+1
2024-07-05gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov1-0/+8
2024-07-05tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen2-124/+130
2024-07-05tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen3-111/+131
2024-07-05tpm: Address !chip->auth in tpm2_*_auth_session()Jarkko Sakkinen1-2/+12
2024-07-04bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi1-1/+5
2024-07-04mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ...Aleksandr Mishin1-0/+1
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida1-0/+2
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima1-0/+7
2024-07-04drm/xe/mcr: Avoid clobbering DSS steeringMatt Roper1-3/+3
2024-07-04drm/xe: fix error handling in xe_migrate_update_pgtablesMatthew Auld1-4/+4
2024-07-04drm/ttm: Always take the bo delayed cleanup path for imported bosThomas Hellström1-0/+1
2024-07-04selftests: make order checking verbose in msg_zerocopy selftestZijian Zhang1-1/+1
2024-07-04selftests: fix OOM in msg_zerocopy selftestZijian Zhang1-1/+11
2024-07-04ice: use proper macro for testing bitPetr Oros1-1/+1
2024-07-04ice: Reject pin requests with unsupported flagsJacob Keller2-16/+23
2024-07-04ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-04ice: Fix improper extts handlingMilena Olech2-22/+91
2024-07-04selftest: af_unix: Add test case for backtrack after finalising SCC.Kuniyuki Iwashima1-2/+23
2024-07-04af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida1-4/+5