summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-11-031-1/+4
|\
| * x86/amd_nb: Fix compile-testing without CONFIG_AMD_NBArnd Bergmann2024-10-291-1/+4
* | Merge tag 'rust-fixes-6.12-3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-021-2/+2
|\ \
| * | cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl2024-10-311-2/+2
* | | Merge tag 'riscv-for-linus-6.11-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-0111-12/+27
|\ \ \
| * \ \ Merge commit 'bf40167d54d5' into fixesPalmer Dabbelt2024-10-251-0/+1
| |\ \ \
| | * | | riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti2024-10-241-0/+1
| * | | | riscv: Remove duplicated GET_RMChunyan Zhang2024-10-251-2/+0
| * | | | riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang2024-10-251-2/+0
| * | | | riscv: Use '%u' to format the output of 'cpu'WangYuli2024-10-251-1/+1
| * | | | riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà2024-10-251-2/+5
| * | | | riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt2024-10-251-1/+1
| * | | | RISC-V: disallow gcc + rust buildsConor Dooley2024-10-251-1/+1
| * | | | riscv: Do not use fortify in early codeAlexandre Ghiti2024-10-253-1/+16
| * | | | RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui2024-10-251-2/+2
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-11-011-14/+78
|\ \ \ \ \
| * | | | | arm64: signal: Improve POR_EL0 handling to avoid uaccess failuresKevin Brodsky2024-10-291-14/+78
* | | | | | Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-011-0/+1
|\ \ \ \ \ \
| * | | | | | MIPS: export __cmpxchg_small()David Sterba2024-10-231-0/+1
* | | | | | | x86/traps: move kmsan check after instrumentation_beginSabyrzhan Tasbolatov2024-10-291-6/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-10-273-16/+38
|\ \ \ \ \ \
| * | | | | | x86/sev: Ensure that RMP table fixups are reservedAshish Kalra2024-10-231-0/+2
| * | | | | | x86/microcode/AMD: Split load_microcode_amd()Borislav Petkov (AMD)2024-10-221-8/+17
| * | | | | | x86/microcode/AMD: Pay attention to the stepping dynamicallyBorislav Petkov (AMD)2024-10-221-8/+18
| * | | | | | x86/lam: Disable ADDRESS_MASKING in most casesPawan Gupta2024-10-221-0/+1
* | | | | | | x86: fix whitespace in runtime-const assembler outputLinus Torvalds2024-10-251-2/+2
* | | | | | | x86: fix user address masking non-canonical speculation issueLinus Torvalds2024-10-254-21/+42
* | | | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-251-2/+10
|\ \ \ \ \ \ \
| * | | | | | | bpf, arm64: Fix address emission with tag-based KASAN enabledPeter Collingbourne2024-10-211-2/+10
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-10-2413-46/+71
|\ \ \ \ \ \ \
| * | | | | | | LoongArch: KVM: Mark hrtimer to expire in hard interrupt contextHuacai Chen2024-10-232-4/+5
| * | | | | | | LoongArch: Make KASAN usable for variable cpu_vabitsHuacai Chen2024-10-231-1/+1
| * | | | | | | LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao2024-10-214-28/+40
| * | | | | | | LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh2024-10-211-7/+9
| * | | | | | | LoongArch: Set correct size for vDSO code mappingHuacai Chen2024-10-211-4/+4
| * | | | | | | LoongArch: Enable IRQ if do_ale() triggered in irq-enabled contextHuacai Chen2024-10-211-0/+5
| * | | | | | | LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen2024-10-212-1/+6
| * | | | | | | LoongArch: Use "Exception return address" to comment ERAYanteng Si2024-10-211-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-10-2118-77/+252
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge tag 'kvmarm-fixes-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-206-27/+49
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Ensure vgic_ready() is ordered against MMIO registrationOliver Upton2024-10-171-2/+11
| | * | | | | | KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQSOliver Upton2024-10-171-1/+6
| | * | | | | | KVM: arm64: Fix shift-out-of-bounds bugIlkka Koskinen2024-10-171-1/+1
| | * | | | | | KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier2024-10-173-23/+31
| * | | | | | | Merge tag 'kvmarm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-209-32/+170
| |\| | | | | |
| | * | | | | | KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier2024-10-112-3/+6
| | * | | | | | KVM: arm64: Expose S1PIE to guestsMark Brown2024-10-081-1/+3
| | * | | | | | KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to rescheduleOliver Upton2024-10-081-0/+27
| | * | | | | | KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton2024-10-084-2/+37
| | * | | | | | KVM: arm64: nv: Do not block when unmapping stage-2 if disallowedOliver Upton2024-10-085-15/+17