summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-025-53/+2
|\
| * livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy2022-05-245-53/+2
* | Merge tag 'pwm/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-011-0/+4
|\ \
| * | pwm: Add support for Xilinx AXI TimerSean Anderson2022-04-221-0/+4
* | | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-3197-751/+2509
|\ \ \
| * | | RISC-V: Prepare dropping week attribute from arch_kexec_apply_relocations[_add]Uwe Kleine-König2022-05-301-0/+7
| * | | RISC-V: Various XIP fixesPalmer Dabbelt2022-05-266-30/+38
| |\ \ \
| | * | | RISC-V: Fix the XIP buildPalmer Dabbelt2022-05-251-1/+1
| | * | | RISC-V: Split out the XIP fixups into their own filePalmer Dabbelt2022-05-254-26/+33
| | * | | RISC-V: ignore xipImagePalmer Dabbelt2022-05-241-0/+1
| | * | | RISC-V: Avoid empty create_*_mapping definitionsPalmer Dabbelt2022-05-241-3/+3
| * | | | riscv: compat: Using seperated vdso_maps for compat_vdso_infoGuo Ren2022-05-251-2/+13
| * | | | riscv: Don't output a bogus mmu-type on a no MMU kernelNiklas Cassel2022-05-211-0/+4
| * | | | riscv: atomic: Add custom conditional atomic operation implementationGuo Ren2022-05-211-0/+82
| * | | | riscv: atomic: Optimize dec_if_positive functionsGuo Ren2022-05-211-10/+10
| * | | | riscv: atomic: Cleanup unnecessary definitionGuo Ren2022-05-211-12/+0
| * | | | Merge tag 'generic-ticket-spinlocks-v6' into for-nextPalmer Dabbelt2022-05-2011-314/+10
| |\ \ \ \
| * \ \ \ \ riscv: kexec: add kexec_file_load() supportPalmer Dabbelt2022-05-1911-1/+683
| |\ \ \ \ \
| | * | | | | RISC-V: Load purgatory in kexec_fileLi Zhengyu2022-05-191-0/+151
| | * | | | | RISC-V: Add purgatoryLi Zhengyu2022-05-196-0/+199
| | * | | | | RISC-V: Support for kexec_file on panicLi Zhengyu2022-05-191-1/+118
| | * | | | | RISC-V: Add kexec_file supportLiao Chang2022-05-195-0/+213
| | * | | | | RISC-V: use memcpy for kexec_file modeLiao Chang2022-05-191-1/+3
| | | |/ / / | | |/| | |
| * | | | | RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt2022-05-1955-530/+946
| |\ \ \ \ \
| | * | | | | riscv: compat: Add COMPAT Kbuild skeletal supportGuo Ren2022-05-171-0/+19
| | * | | | | riscv: compat: ptrace: Add compat_arch_ptrace implementGuo Ren2022-05-171-5/+82
| | * | | | | riscv: compat: signal: Add rt_frame implementationGuo Ren2022-05-174-1/+268
| | * | | | | riscv: compat: vdso: Add setup additional pages implementationGuo Ren2022-04-263-35/+76
| | * | | | | riscv: compat: vdso: Add COMPAT_VDSO base code implementationGuo Ren2022-04-2613-1/+128
| | * | | | | riscv: compat: Add hw capability check for elfGuo Ren2022-04-262-2/+32
| | * | | | | riscv: compat: Add elf.h implementationGuo Ren2022-04-261-1/+40
| | * | | | | riscv: compat: process: Add UXL_32 support in start_threadGuo Ren2022-04-261-0/+9
| | * | | | | riscv: compat: syscall: Add entry.S implementationGuo Ren2022-04-262-2/+23
| | * | | | | riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren2022-04-266-3/+37
| | * | | | | riscv: compat: Support TASK_SIZE for compat modeGuo Ren2022-04-262-3/+16
| | * | | | | riscv: compat: Add basic compat data type implementationGuo Ren2022-04-262-0/+130
| | * | | | | riscv: Fixup difference with defconfigGuo Ren2022-04-261-0/+4
| | * | | | | asm-generic: compat: Cleanup duplicate definitionsGuo Ren2022-04-267-284/+64
| | * | | | | fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren2022-04-267-0/+8
| | * | | | | arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren2022-04-267-30/+0
| | * | | | | compat: consolidate the compat_flock{,64} definitionChristoph Hellwig2022-04-267-115/+6
| | * | | | | uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig2022-04-267-26/+2
| | * | | | | uapi: simplify __ARCH_FLOCK{,64}_PAD a littleChristoph Hellwig2022-04-261-23/+3
| | |/ / / /
| * | | | | riscv: support for Svpbmt and D1 memory typesPalmer Dabbelt2022-05-1228-161/+724
| |\ \ \ \ \
| | * | | | | riscv: add memory-type errata for T-HeadHeiko Stuebner2022-05-1115-9/+260
| | * | | | | riscv: don't use global static vars to store alternative dataHeiko Stuebner2022-05-111-27/+24
| | * | | | | riscv: remove FIXMAP_PAGE_IO and fall back to its default valueHeiko Stuebner2022-05-111-2/+0
| | * | | | | riscv: add RISC-V Svpbmt extension supportHeiko Stuebner2022-05-1111-10/+189
| | * | | | | riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner2022-05-114-12/+24
| | * | | | | riscv: move boot alternatives to after fill_hwcapHeiko Stuebner2022-05-112-2/+2