aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-0/+46
2023-12-07Merge tag 'x86-int80-20231207' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 10-85/+118
2023-12-07x86/tdx: Allow 32-bit emulation by defaultGravatar Kirill A. Shutemov 1-9/+0
2023-12-07x86/entry: Do not allow external 0x80 interruptsGravatar Thomas Gleixner 1-1/+36
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYGravatar Thomas Gleixner 7-85/+64
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVGravatar Kirill A. Shutemov 3-0/+28
2023-12-06Merge tag 'parisc-for-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-12-06bpf: Fix prog_array_map_poke_run map poke updateGravatar Jiri Olsa 1-0/+46
2023-12-03Merge tag 'powerpc-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-3/+18
2023-12-03Merge tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+6
2023-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+4
2023-11-30arm64: Avoid enabling KPTI unnecessarilyGravatar Ard Biesheuvel 1-0/+4
2023-11-29KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersGravatar Nicholas Piggin 1-3/+3
2023-11-28powerpc: Don't clobber f0/vs0 during fp|altivec register saveGravatar Timothy Pearson 2-0/+15
2023-11-28x86/xen: fix percpu vcpu_info allocationGravatar Juergen Gross 2-2/+6
2023-11-27parisc: Fix asm operand number out of range build error in bug tableGravatar Helge Deller 1-1/+1
2023-11-26Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 9-26/+43
2023-11-26Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-48/+37
2023-11-26Merge tag 'perf-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2023-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-7/+19
2023-11-25Merge tag 'for-linus-6.7a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+2
2023-11-25parisc: Reduce size of the bug_table on 64-bit kernel by halfGravatar Helge Deller 2-19/+22
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesGravatar Helge Deller 1-2/+0
2023-11-25parisc: Use natural CPU alignment for bug_tableGravatar Helge Deller 1-12/+18
2023-11-25parisc: Ensure 32-bit alignment on parisc unwind sectionGravatar Helge Deller 1-0/+1
2023-11-25parisc: Mark lock_aligned variables 16-byte aligned on SMPGravatar Helge Deller 1-1/+1
2023-11-25parisc: Mark jump_table naturally alignedGravatar Helge Deller 1-2/+6
2023-11-25parisc: Mark altinstructions read-only and 32-bit alignedGravatar Helge Deller 1-3/+6
2023-11-25parisc: Mark ex_table entries 32-bit aligned in uaccess.hGravatar Helge Deller 1-0/+1
2023-11-25parisc: Mark ex_table entries 32-bit aligned in assembly.hGravatar Helge Deller 1-0/+1
2023-11-24Merge tag 's390-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 4-8/+6
2023-11-23arm64: add dependency between vmlinuz.efi and ImageGravatar Masahiro Yamada 1-1/+1
2023-11-23arm/xen: fix xen_vcpu_info allocation alignmentGravatar Stefano Stabellini 1-1/+2
2023-11-22arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=yGravatar Will Deacon 2-6/+18
2023-11-22Merge tag 'loongarch-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-26/+30
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-5/+25
2023-11-22s390: remove odd commentGravatar Heiko Carstens 1-1/+0
2023-11-22s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()Gravatar Mikhail Zaslonko 1-0/+1
2023-11-22s390/pai: cleanup event initializationGravatar Thomas Richter 2-7/+5
2023-11-22x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()Gravatar Uros Bizjak 1-1/+4
2023-11-21x86/microcode: Rework early revisions reportingGravatar Borislav Petkov (AMD) 4-44/+37
2023-11-21x86/microcode: Remove the driver announcement and versionGravatar Borislav Petkov (AMD) 1-4/+0
2023-11-21perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesGravatar Dapeng Mi 1-1/+1
2023-11-21LoongArch: Implement constant timer shutdown interfaceGravatar Bibo Mao 1-14/+9
2023-11-21LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPLGravatar Huacai Chen 1-2/+2
2023-11-21LoongArch: Silence the boot warning about 'nokaslr'Gravatar Huacai Chen 1-0/+8
2023-11-21LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()Gravatar Huacai Chen 1-6/+5
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationGravatar WANG Rui 3-4/+3
2023-11-21LoongArch: Explicitly set -fdirect-access-external-data for vmlinuxGravatar WANG Rui 1-0/+1
2023-11-21LoongArch: Add dependency between vmlinuz.efi and vmlinux.efiGravatar Masahiro Yamada 1-0/+2