summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-022-2/+0
|\
| * rcu: Fix undefined Kconfig macrosZhouyi Zhou2021-09-142-2/+0
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-0266-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-261-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-213-33/+42
| * | ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)2021-10-211-1/+1
| * | x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)2021-10-201-35/+3
| * | x86/ftrace: Remove extra orig rax moveJiri Olsa2021-10-201-1/+0
| * | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-0912-61/+0
| * | x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu2021-10-011-2/+16
| * | x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu2021-10-014-8/+42
| * | x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu2021-10-011-9/+25
| * | arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu2021-10-011-0/+2
| * | ia64: Add instruction_pointer_set() APIMasami Hiramatsu2021-10-011-0/+5
| * | ARC: Add instruction_pointer_set() APIMasami Hiramatsu2021-10-011-0/+5
| * | x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2021-10-012-2/+16
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-0127-72/+73
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-10-0114-20/+15
| * | kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu2021-10-012-16/+0
| * | ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu2021-10-011-4/+5
| * | kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu2021-10-013-9/+10
| * | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-10-016-20/+25
| * | csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal2021-10-011-7/+0
* | | Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-11-022-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-022-0/+2
|\ \ \ \ \
| * | | | | MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva2021-10-132-0/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-022-3/+2
|\ \ \ \ \
| * | | | | KVM: PPC: Replace zero-length array with flexible array memberLen Baker2021-10-212-3/+2
| |/ / / /
* | | | | Merge tag 'seccomp-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-2/+2
|\ \ \ \ \
| * | | | | x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctlAndrea Arcangeli2021-10-041-2/+2
| |/ / / /
* | | | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-025-0/+9
|\ \ \ \ \
| * | | | | lib/string: Move helper functions out of string.cKees Cook2021-09-255-0/+9
| |/ / / /
* | | | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-0213-40/+13
|\ \ \ \ \
| * | | | | riscv: rely on core code to keep thread_info::cpu updatedArd Biesheuvel2021-09-303-7/+0
| * | | | | powerpc: smp: remove hack to obtain offset of task_struct::cpuArd Biesheuvel2021-09-303-29/+1
| * | | | | sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=yArd Biesheuvel2021-09-304-4/+3