summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-08Revert "hardening: Disable GCC randstruct for COMPILE_TEST"Kees Cook1-1/+1
2025-05-08lib/tests: randstruct: Add deep function pointer layout testKees Cook1-14/+65
2025-05-08lib/tests: Add randstruct KUnit testKees Cook4-0/+293
2025-05-08randstruct: gcc-plugin: Remove bogus void memberKees Cook1-17/+1
2025-05-08net: qede: Initialize qede_ll_ops with designated initializerNathan Chancellor1-1/+1
2025-05-08scsi: qedf: Use designated initializer for struct qed_fcoe_cb_opsKees Cook1-1/+1
2025-05-08md/bcache: Mark __nonstring look-up tableKees Cook1-1/+2
2025-05-08integer-wrap: Force full rebuild when .scl file changesKees Cook3-0/+16
2025-05-08randstruct: Force full rebuild when seed changesKees Cook2-1/+9
2025-05-08gcc-plugins: Force full rebuild when plugins changeKees Cook4-1/+34
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook3-4/+9
2025-05-08hardening: simplify CONFIG_CC_HAS_COUNTED_BYJan Hendrik Farr1-4/+5
2025-05-08overflow: Fix direct struct member initialization in _DEFINE_FLEX()Gustavo A. R. Silva1-3/+3
2025-05-08kunit/overflow: Add tests for STACK_FLEX_ARRAY_SIZE() helperGustavo A. R. Silva1-0/+4
2025-05-08overflow: Add STACK_FLEX_ARRAY_SIZE() helperGustavo A. R. Silva1-0/+15
2025-04-28input/joystick: magellan: Mark __nonstring look-up table constKees Cook1-1/+1
2025-04-28watchdog: exar: Shorten identity name to fit correctlyKees Cook1-1/+1
2025-04-28mod_devicetable: Enlarge the maximum platform_device_id name lengthKees Cook1-1/+1
2025-04-28overflow: Clarify expectations for getting DEFINE_FLEX variable sizesKees Cook1-0/+2
2025-04-28compiler_types: Identify compiler versions for __builtin_dynamic_object_sizeKees Cook1-0/+5
2025-04-28kunit/usercopy: Disable u64 test on 32-bit SPARCThomas Weißschuh1-0/+1
2025-04-28gcc-plugins: Remove ARM_SSP_PER_TASK pluginKees Cook5-120/+2
2025-04-28lkdtm: use SLAB_NO_MERGE instead of an empty constructorHarry Yoo1-14/+3
2025-04-28Linux 6.15-rc4v6.15-rc4Linus Torvalds1-1/+1
2025-04-26Merge tag 'pci-v6.15-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-22/+8
2025-04-26Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-5/+1
2025-04-26Merge tag 'x86-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-19/+30
2025-04-26Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2025-04-26Merge tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+3
2025-04-26Merge tag 'irq-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-04-26Merge tag 'loongarch-fixes-6.15-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-58/+68
2025-04-26Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds11-93/+214
2025-04-26Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever1-5/+1
2025-04-26Merge tag 'move-lib-kunit-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2025-04-26Merge tag 'drm-fixes-2025-04-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-183/+229
2025-04-26sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval1-3/+1
2025-04-26irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()Suzuki K Poulose1-1/+1
2025-04-26LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finallyBibo Mao1-0/+1
2025-04-26LoongArch: KVM: Fully clear some CSRs when VM rebootBibo Mao1-0/+7
2025-04-26LoongArch: KVM: Fix multiple typos of KVM codeYulong Han2-4/+4
2025-04-26LoongArch: Return NULL from huge_pte_offset() for invalid PMDMing Wang1-1/+1
2025-04-26LoongArch: Remove a bogus reference to ZONE_DMAPetr Tesarik1-3/+0
2025-04-26LoongArch: Handle fp, lsx, lasx and lbt assembly symbolsTiezhu Yang5-40/+40
2025-04-26LoongArch: Make do_xyz() exception handlers more robustTiezhu Yang1-8/+12
2025-04-26LoongArch: Make regs_irqs_disabled() more clearTiezhu Yang1-2/+2
2025-04-26LoongArch: Select ARCH_USE_MEMTESTYuli Wang1-0/+1
2025-04-26Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds9-7/+82
2025-04-26selftests/bpf: Correct typo in __clang_major__ macroPeilin Ye1-1/+1
2025-04-26Merge tag 'ata-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2-20/+41
2025-04-26Merge tag 'vfs-6.15-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds14-96/+145