summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang2-7/+7
2023-08-25LoongArch: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada8-8/+8
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada3-3/+0
2023-08-25LoongArch: Replace -ffreestanding with finer-grained -fno-builtin'sWANG Xuerui1-1/+1
2023-08-25LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao1-2/+0
2023-08-25Merge branch 'for-next/perf' into for-next/coreWill Deacon3-6/+9
2023-08-25Merge branch 'for-next/mm' into for-next/coreWill Deacon6-34/+35
2023-08-25Merge branch 'for-next/misc' into for-next/coreWill Deacon11-19/+52
2023-08-25Merge branch 'for-next/entry' into for-next/coreWill Deacon2-33/+32
2023-08-25x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford3-13/+10
2023-08-24riscv: Fix build errors using binutils2.37 toolchainsMingzheng Xing1-4/+4
2023-08-24perf/x86/uncore: Remove unnecessary ?: operator around pcibios_err_to_errno()...Ilpo Järvinen1-1/+1
2023-08-24x86/platform/uv: Refactor code using deprecated strncpy() interface to use st...Justin Stitt1-3/+2
2023-08-24x86/hpet: Refactor code using deprecated strncpy() interface to use strscpy()Justin Stitt1-1/+1
2023-08-24x86/platform/uv: Refactor code using deprecated strcpy()/strncpy() interfaces...Justin Stitt1-8/+4
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski68-260/+390
2023-08-24riscv, bpf: Support unconditional bswap insnPu Lehui1-0/+1
2023-08-24riscv, bpf: Support signed div/mod insnsPu Lehui2-6/+40
2023-08-24riscv, bpf: Support 32-bit offset jmp insnPu Lehui1-1/+5
2023-08-24riscv, bpf: Support sign-extension mov insnsPu Lehui1-1/+13
2023-08-24riscv, bpf: Support sign-extension load insnsPu Lehui2-8/+48
2023-08-24riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui1-6/+3
2023-08-24x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang1-0/+7
2023-08-24x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe2-3/+2
2023-08-23Merge patch series "riscv: fix ptrace and export VLENB"Palmer Dabbelt3-70/+3
2023-08-23s390/pci: use builtin_misc_device macro to simplify the codeLi Zetao1-6/+1
2023-08-23Merge branch 'vfio-ap' into featuresHeiko Carstens5-13/+25
2023-08-22RISC-V: vector: export VLENB csr in __sc_riscv_v_stateAndy Chiu2-1/+3
2023-08-22RISC-V: Remove ptrace support for vectorsPalmer Dabbelt1-69/+0
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel1-1/+3
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller1-1/+1
2023-08-22parisc: unaligned: Simplify 32-bit assembly in emulate_std()Helge Deller1-13/+12
2023-08-22parisc: Wire up eBPF JIT compilerHelge Deller2-1/+3
2023-08-22parisc: Fix comment on Elf64 function descriptorHelge Deller1-2/+1
2023-08-22parisc: Add eBPF JIT compiler glue code and MakefileHelge Deller3-0/+689
2023-08-22parisc: Add 64-bit eBPF JIT compilerHelge Deller1-0/+1209
2023-08-22parisc: Add 32-bit eBPF JIT compilerHelge Deller1-0/+1615
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller3-67/+18
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuHelge Deller1-3/+10
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan3-0/+7
2023-08-21efi/riscv: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel1-8/+2
2023-08-21efi/arm64: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel2-16/+18
2023-08-21m68k: Add memcmp() declarationArnd Bergmann1-0/+1
2023-08-21m68k: Define __div64_32() to avoid a warningArnd Bergmann1-0/+3
2023-08-21m68k: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-21m68k: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada5-5/+5
2023-08-21m68k: defconfig: Update defconfigs for v6.5-rc1Geert Uytterhoeven12-12/+12
2023-08-21x86/xen: Make virt_to_pfn() a static inlineLinus Walleij4-10/+13
2023-08-21xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik1-6/+0