summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-027-12/+14
* exit: Allow oops_limit to be disabledKees Cook2022-12-022-3/+4
* exit: Expose "oops_count" to sysfsKees Cook2022-12-013-2/+27
* exit: Put an upper limit on how often we can oopsJann Horn2022-12-012-0/+50
* panic: Separate sysctl logic from CONFIG_SMPKees Cook2022-12-011-1/+3
* mm/pgtable: Fix multiple -Wstringop-overflow warningsGustavo A. R. Silva2022-12-011-9/+13
* mm: Make ksize() a reporting-only functionKees Cook2022-12-012-22/+23
* kunit/fortify: Validate __alloc_size attribute resultsKees Cook2022-11-232-0/+256
* drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor2022-11-183-6/+9
* drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()Nathan Chancellor2022-11-181-2/+3
* driver core: Add __alloc_size hint to devm allocatorsKees Cook2022-11-181-3/+4
* Merge branch 'for-linus/hardening' into for-next/hardeningKees Cook2022-11-081-1/+1
|\
| * vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor2022-11-081-1/+1
* | overflow: Introduce overflows_type() and castable_to_type()Kees Cook2022-11-026-5/+431
* | coredump: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-2/+5
* | btrfs: send: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-5/+6
* | dma-buf: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-2/+7
* | kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li2022-11-016-8/+17
* | cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-019-17/+16
* | fortify: Do not cast to "unsigned char"Kees Cook2022-11-011-1/+1
* | siphash: Convert selftest to KUnitKees Cook2022-11-014-106/+83
* | fortify: Short-circuit known-safe calls to strscpy()Kees Cook2022-11-012-0/+23
* | string: Convert strscpy() self-test to KUnitKees Cook2022-11-015-154/+136
* | string: Add __realloc_size hint to kmemdup()Kees Cook2022-11-012-2/+3
* | kunit/memcpy: Add dynamic size and window testsKees Cook2022-10-292-0/+206
* | string: Rewrite and add more kern-doc for the str*() functionsKees Cook2022-10-294-93/+131
|/
* fortify: Capture __bos() results in const temp varsKees Cook2022-10-291-4/+9
* overflow: Refactor test skips for Clang-specific issuesKees Cook2022-10-251-17/+35
* overflow: disable failing tests for older clang versionsNick Desaulniers2022-10-251-1/+8
* overflow: Fix kern-doc markup for functionsKees Cook2022-10-253-25/+22
* Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-171-2/+2
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-17185-421/+378
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-123-23/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-1219-24/+24
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1271-100/+100
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-126-6/+6
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-1221-34/+34
| * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-124-19/+8
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1289-218/+204
* | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1736-71/+1265
|\ \
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| * | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| * | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| * | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
| * | perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
| * | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
| * | perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
| * | perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194