aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sparc: Unbreak the buildBart Van Assche2022-09-295-39/+39
* x86/paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabledBill Wendling2022-09-261-1/+10
* x86/paravirt: clean up typos and grammarosBill Wendling2022-09-261-8/+8
* fortify: Convert to struct vs member helpersKees Cook2022-09-261-33/+35
* fortify: Explicitly check bounds are compile-time constantsKees Cook2022-09-261-19/+30
* x86/entry: Work around Clang __bdos() bugKees Cook2022-09-261-1/+2
* ARM: decompressor: Include .data.rel.ro.localKees Cook2022-09-211-0/+2
* fortify: Adjust KUnit test for modular buildKees Cook2022-09-141-2/+1
* sh: machvec: Use char[] for section boundariesKees Cook2022-09-132-6/+6
* kunit/memcpy: Avoid pathological compile-time string sizeKees Cook2022-09-071-1/+1
* lib: Improve the is_signed_type() kunit testBart Van Assche2022-09-071-1/+6
* LoadPin: Require file with verity root digests to have a headerMatthias Kaehlcke2022-09-072-2/+21
* dm: verity-loadpin: Only trust verity targets with enforcementMatthias Kaehlcke2022-09-073-0/+25
* LoadPin: Fix Kconfig doc about format of file with verity digestsMatthias Kaehlcke2022-09-071-1/+1
* um: Enable FORTIFY_SOURCEKees Cook2022-09-072-0/+2
* lkdtm: Update tests for memcpy() run-time warningsKees Cook2022-09-072-16/+88
* fortify: Add run-time WARN for cross-field memcpy()Kees Cook2022-09-071-3/+67
* fortify: Use SIZE_MAX instead of (size_t)-1Kees Cook2022-09-071-14/+15
* fortify: Add KUnit test for FORTIFY_SOURCE internalsKees Cook2022-09-074-0/+88
* fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCALKees Cook2022-09-071-1/+2
* string: Introduce strtomem() and strtomem_pad()Kees Cook2022-09-074-8/+137
* overflow: Split up kunit tests for smaller stack framesKees Cook2022-09-071-27/+51
* overflow: Allow mixed type argumentsKees Cook2022-09-072-60/+113
* overflow, tracing: Define the is_signed_type() macro onceBart Van Assche2022-08-313-3/+6
* testing/selftests: Add tests for the is_signed_type() macroBart Van Assche2022-08-313-0/+61
* Linux 6.0-rc2Linus Torvalds2022-08-211-1/+1
* Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-217-32/+34
|\
| * Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2022-08-187-32/+34
| |\
| | * irqchip/loongson-liointc: Fix an error handling path in liointc_init()Christophe JAILLET2022-08-121-1/+1
| | * irqchip/loongarch: Fix irq_domain_alloc_fwnode() abuseMarc Zyngier2022-08-095-5/+6
| | * irqchip/loongson-pch-pic: Move find_pch_pic() into CONFIG_ACPIHuacai Chen2022-08-082-20/+19
| | * irqchip/loongson-eiointc: Fix a build warningHuacai Chen2022-08-041-1/+1
| | * irqchip/loongson-eiointc: Fix irq affinity settingHuacai Chen2022-08-041-2/+6
| | * iommu/hyper-v: Use helper instead of directly accessing affinityMichael Kelley2022-08-041-3/+1
* | | Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-211-1/+1
|\ \ \
| * | | x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* | | | Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
|\ \ \ \
| * | | | tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| * | | | tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| * | | | tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| * | | | tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| * | | | tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| * | | | tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| * | | | ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
| * | | | tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-211-3/+4
| * | | | tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn2022-08-211-1/+1
* | | | | Merge tag 'i2c-for-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-212-11/+18
|\ \ \ \ \
| * | | | | i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König2022-08-211-9/+11
| * | | | | Revert "i2c: scmi: Replace open coded device_get_match_data()"Wolfram Sang2022-08-211-2/+7
| | |_|/ / | |/| | |
* | | | | Merge tag '6.0-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-08-2114-52/+45
|\ \ \ \ \