summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-0116-74/+104
|\
| * um: run_helper: Write error message to kernel log on exec failure on hostGlenn Washburn2022-03-111-0/+5
| * um: port_user: Improve error handling when port-helper is not foundGlenn Washburn2022-03-111-0/+12
| * um: port_user: Allow setting path to port-helper using UML_PORT_HELPER envvarGlenn Washburn2022-03-111-0/+4
| * um: port_user: Search for in.telnetd in PATHGlenn Washburn2022-03-111-1/+1
| * um: clang: Strip out -mno-global-merge from USER_CFLAGSDavid Gow2022-03-111-0/+4
| * um: Remove unused timeval_to_ns() functionDavid Gow2022-03-111-6/+0
| * um: Fix uml_mconsole stop/goAnton Ivanov2022-03-111-1/+2
| * um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow2022-03-111-3/+2
| * uml: net: vector: fix const issueJohannes Berg2022-03-112-2/+2
| * um: Fix WRITE_ZEROES in the UBD DriverFrédéric Danis2022-03-113-1/+17
| * um: Migrate vector drivers to NAPIAnton Ivanov2022-03-112-57/+51
| * um: Fix order of dtb unflatten/early initVincent Whitchurch2022-03-111-1/+1
| * um: fix and optimize xor select template for CONFIG64 and timetravel modeBenjamin Beichler2022-03-111-1/+3
| * um: Remove duplicated include in syscalls_64.cYang Li2022-03-111-1/+0
* | 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-291-9/+16
| * | | | x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regsPeter Zijlstra2022-03-291-11/+13
| * | | | x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-297-124/+144
| * | | | kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu2022-03-291-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-3120-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
|\ \ \ \ \ \ \ \