summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | crypto: aesni - check walk.nbytes instead of errShreyansh Chouhan2021-09-171-1/+1
| * | | | | | | | | | | | crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_dataArd Biesheuvel2021-09-172-24/+18
| * | | | | | | | | | | | crypto: arm64/aes-ccm - reduce NEON begin/end calls for common caseArd Biesheuvel2021-09-172-32/+49
| * | | | | | | | | | | | crypto: arm64/aes-ccm - remove non-SIMD fallback pathArd Biesheuvel2021-09-171-121/+32
| * | | | | | | | | | | | crypto: arm64/aes-ccm - yield NEON when processing auth-only dataArd Biesheuvel2021-09-171-0/+1
| * | | | | | | | | | | | crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel2021-09-172-93/+13
| * | | | | | | | | | | | crypto: arm64/aes-neonbs - stop using SIMD helper for skciphersArd Biesheuvel2021-09-172-115/+9
| * | | | | | | | | | | | crypto: arm64/gcm-aes-ce - remove non-SIMD fallback pathArd Biesheuvel2021-09-171-158/+51
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0112-55/+84
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | audit: add support for the openat2 syscallRichard Guy Briggs2021-10-0112-0/+24
| * | | | | | | | | | | | audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-0112-55/+60
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-012-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rcu: Fix undefined Kconfig macrosZhouyi Zhou2021-09-132-2/+0
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-0166-303/+358
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ftrace: disable preemption when recursion locked王贇2021-10-275-10/+0
| * | | | | | | | | | | | kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu2021-10-262-0/+9
| * | | | | | | | | | | | ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still ...Steven Rostedt (VMware)2021-10-261-0/+3
| * | | | | | | | | | | | trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira2021-10-251-1/+1
| * | | | | | | | | | | | ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-224-0/+28
| * | | | | | | | | | | | ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-4/+24
| * | | | | | | | | | | | ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu2021-10-221-2/+1
| * | | | | | | | | | | | arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-223-0/+12
| * | | | | | | | | | | | arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu2021-10-221-0/+4
| * | | | | | | | | | | | arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu2021-10-221-2/+2
| * | | | | | | | | | | | x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu2021-10-221-0/+6
| * | | | | | | | | | | | x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)2021-10-203-33/+42
| * | | | | | | | | | | | ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)2021-10-201-1/+1
| * | | | | | | | | | | | x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)2021-10-191-35/+3
| * | | | | | | | | | | | x86/ftrace: Remove extra orig rax moveJiri Olsa2021-10-191-1/+0
| * | | | | | | | | | | | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-0812-61/+0
| * | | | | | | | | | | | x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu2021-09-301-2/+16
| * | | | | | | | | | | | x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu2021-09-304-8/+42
| * | | | | | | | | | | | x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu2021-09-301-9/+25
| * | | | | | | | | | | | arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu2021-09-301-0/+2
| * | | | | | | | | | | | ia64: Add instruction_pointer_set() APIMasami Hiramatsu2021-09-301-0/+5
| * | | | | | | | | | | | ARC: Add instruction_pointer_set() APIMasami Hiramatsu2021-09-301-0/+5
| * | | | | | | | | | | | x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-09-302-2/+16
| * | | | | | | | | | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-3027-72/+73
| * | | | | | | | | | | | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-3014-20/+15
| * | | | | | | | | | | | kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu2021-09-302-16/+0
| * | | | | | | | | | | | ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu2021-09-301-4/+5
| * | | | | | | | | | | | kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu2021-09-303-9/+10
| * | | | | | | | | | | | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-306-20/+25
| * | | | | | | | | | | | csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal2021-09-301-7/+0
* | | | | | | | | | | | | Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-11-012-15/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge series "spi: Various Cleanups" from Uwe Kleine-König <u.kleine-koenig@...Mark Brown2021-10-0757-586/+698
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'spi-5.15' into spi-5.16Mark Brown2021-10-0729-121/+121
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'spi-5.15' into spi-5.16Mark Brown2021-09-2148-213/+307
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | MIPS: JZ4780: CI20: DTS: add SPI controller configArtur Rojek2021-09-132-15/+38
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'fallthrough-fixes-clang-5.16-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-11-012-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \