aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-06bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan3-28/+141
2023-09-06riscv: implement a memset like function for textPuranjay Mohan2-0/+78
2023-09-06riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan1-5/+32
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-18bpf, arm64: Support signed div/mod instructionsXu Kuohai2-4/+17
2023-08-18bpf, arm64: Support 32-bit offset jmp instructionXu Kuohai1-1/+5
2023-08-18bpf, arm64: Support unconditional bswapXu Kuohai1-2/+3
2023-08-18bpf, arm64: Support sign-extension mov instructionsXu Kuohai2-1/+19
2023-08-18bpf, arm64: Support sign-extension load instructionsXu Kuohai2-8/+43
2023-08-18arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai2-0/+10
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+11
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski46-210/+890
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2-2/+2
2023-08-10x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers1-3/+9
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)4-0/+24
2023-08-08net: fs_enet: Don't include fs_enet_pd.h when not neededChristophe Leroy3-3/+0
2023-08-08net: fs_enet: Remove stale prototypes from fsl_soc.cChristophe Leroy1-3/+0
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-10/+221
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-14/+361
2023-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-119/+177
2023-08-07x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2-11/+15
2023-08-07Revert "riscv: dts: allwinner: d1: Add CAN controller nodes"Marc Kleine-Budde1-30/+0
2023-08-05Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-10/+13
2023-08-05Merge tag 'parisc-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds4-20/+43
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds7-27/+34
2023-08-04Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-3/+5
2023-08-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-7/+12
2023-08-04Merge tag 'kvmarm-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini7-56/+90
2023-08-04KVM: SEV: remove ghcb variable declarationsPaolo Bonzini1-18/+12
2023-08-04KVM: SEV: only access GHCB fields oncePaolo Bonzini1-11/+14
2023-08-04KVM: SEV: snapshot the GHCB before accessing itPaolo Bonzini2-34/+61
2023-08-04arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEMark Brown1-1/+2
2023-08-04arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsMark Brown1-2/+2
2023-08-04arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown1-3/+5
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-95/+199
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski106-206/+327
2023-08-03Merge tag 's390-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-16/+24
2023-08-03arm64/ptrace: Flush FP state when setting ZT0Mark Brown1-0/+2
2023-08-03arm64/fpsimd: Clear SME state in the target task when setting the VLMark Brown1-1/+1
2023-08-03parisc: unaligned: Add required spaces after ','hanyu001@208suo.com1-9/+9
2023-08-03parisc: pci-dma: remove unused and dead EISA code and commentPetr Tesarik1-8/+0
2023-08-03parisc/mm: preallocate fixmap page tables at initMike Rapoport (IBM)2-3/+34
2023-08-02Merge tag 'soc-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds17-40/+57
2023-08-02x86/hyperv: add noop functions to x86_init mpparse functionsSaurabh Sengar1-0/+4
2023-08-02riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace frameworkPu Lehui1-71/+82