summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-3115-28/+15
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-3113-26/+13
| * kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-142-2/+2
* | Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-312-0/+6
|\ \
| * | ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook2022-03-312-0/+6
* | | Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-319-134/+169
|\ \ \
| * | | x86,kprobes: Fix optprobe trampoline to generate complete pt_regsMasami Hiramatsu2022-03-281-9/+16
| * | | x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regsPeter Zijlstra2022-03-281-11/+13
| * | | x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-287-124/+144
| * | | kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu2022-03-281-1/+7
* | | | Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-314-22/+24
|\ \ \ \
| * | | | crypto: x86/sm3 - Fixup SLSPeter Zijlstra2022-03-301-1/+1
| * | | | crypto: x86/poly1305 - Fixup SLSPeter Zijlstra2022-03-251-19/+19
| * | | | crypto: x86/chacha20 - Avoid spurious jumps to other functionsPeter Zijlstra2022-03-251-2/+2
| * | | | crypto: arm/aes-neonbs-cbc - Select generic cbc and aesHerbert Xu2022-03-251-0/+2
* | | | | Merge tag 'for-5.18/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-3020-190/+241
|\ \ \ \ \
| * | | | | parisc: Fix patch code locking and flushingJohn David Anglin2022-03-291-14/+11
| * | | | | parisc: Find a new timesync master if current CPU is removedHelge Deller2022-03-293-1/+10
| * | | | | parisc: Move common_stext into .text section when CONFIG_HOTPLUG_CPU=yHelge Deller2022-03-291-2/+9
| * | | | | parisc: Rewrite arch_cpu_idle_dead() for CPU hotpluggingHelge Deller2022-03-291-3/+24
| * | | | | parisc: Implement __cpu_die() and __cpu_disable() for CPU hotpluggingHelge Deller2022-03-293-22/+90
| * | | | | parisc: Add PDC locking functions for rendezvous codeHelge Deller2022-03-293-1/+42
| * | | | | parisc: Move disable_sr_hashing_asm() into .text sectionHelge Deller2022-03-291-1/+1
| * | | | | parisc: Move CPU startup-related functions into .text sectionHelge Deller2022-03-294-4/+4
| * | | | | parisc: Move store_cpu_topology() into text sectionHelge Deller2022-03-291-2/+3
| * | | | | parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller2022-03-295-88/+24
| * | | | | parisc: Ensure set_firmware_width() is called only onceHelge Deller2022-03-291-1/+6
| * | | | | parisc: Add constants for control registers and clean up mfctl()Helge Deller2022-03-291-9/+8
| * | | | | parisc: Detect hppa-suse-linux-gcc compiler for cross-buildingHelge Deller2022-03-291-2/+2
| * | | | | parisc: Clean up cpu_check_affinity() and drop cpu_set_affinity_irq()Helge Deller2022-03-291-21/+2
| * | | | | Revert "parisc: Fix invalidate/flush vmap routines"Helge Deller2022-03-291-19/+5
* | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-03-302-24/+24
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'clk-sifive' and 'clk-visconti' into clk-nextStephen Boyd2022-03-292-24/+24
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | riscv: dts: Change the macro name of prci in each device nodeZong Li2022-03-152-24/+24
| | |/ / / / /
* | | | | | | Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-302-0/+234
|\ \ \ \ \ \ \
| * | | | | | | powerpc/papr_scm: Fix build failure whenKajol Jain2022-03-231-2/+7
| * | | | | | | powerpc/papr_scm: Add perf interface supportKajol Jain2022-03-092-0/+230
| |/ / / / / /
* | | | | | | Merge tag 'pm-5.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-03-291-0/+16
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-opp'Rafael J. Wysocki2022-03-293-5/+5
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2022-03-223-5/+5
| | |\ \ \ \ \ \ \
| | | * | | | | | | arm64: dts: qcom: qcs404: Rename CPU and CPR OPP tablesYassine Oudjana2022-02-111-2/+2
| | | * | | | | | | arm64: dts: qcom: msm8996: Rename cluster OPP tablesYassine Oudjana2022-02-111-2/+2
| | | * | | | | | | arm64: dts: qcom: msm8996-mtp: Add msm8996 compatibleYassine Oudjana2022-02-111-1/+1
| | | | |/ / / / / | | | |/| | | | |
| * | | | | | | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2022-03-221-0/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | ARM: dts: imx7s: Define operating points table for cpufreqDenys Drozdov2022-02-091-0/+16
| | |/ / / / / /
* | | | | | | | Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-03-295-12/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | dma-mapping: remove CONFIG_DMA_REMAPChristoph Hellwig2022-03-032-2/+2
| * | | | | | | | sparc: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-251-1/+1
| * | | | | | | | alpha: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-252-9/+10
* | | | | | | | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-2852-131/+103
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |