Age | Commit message (Expand) | Author | Files | Lines |
2024-10-28 | x86/traps: move kmsan check after instrumentation_begin | Sabyrzhan Tasbolatov | 1 | -6/+6 |
2024-10-27 | Merge tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -16/+38 |
2024-10-25 | x86: fix whitespace in runtime-const assembler output | Linus Torvalds | 1 | -2/+2 |
2024-10-25 | x86: fix user address masking non-canonical speculation issue | Linus Torvalds | 4 | -21/+42 |
2024-10-24 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 1 | -2/+10 |
2024-10-24 | Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 13 | -46/+71 |
2024-10-23 | LoongArch: KVM: Mark hrtimer to expire in hard interrupt context | Huacai Chen | 2 | -4/+5 |
2024-10-23 | LoongArch: Make KASAN usable for variable cpu_vabits | Huacai Chen | 1 | -1/+1 |
2024-10-23 | x86/sev: Ensure that RMP table fixups are reserved | Ashish Kalra | 1 | -0/+2 |
2024-10-22 | x86/microcode/AMD: Split load_microcode_amd() | Borislav Petkov (AMD) | 1 | -8/+17 |
2024-10-22 | x86/microcode/AMD: Pay attention to the stepping dynamically | Borislav Petkov (AMD) | 1 | -8/+18 |
2024-10-21 | x86/lam: Disable ADDRESS_MASKING in most cases | Pawan Gupta | 1 | -0/+1 |
2024-10-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 18 | -77/+252 |
2024-10-21 | LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space | Bibo Mao | 4 | -28/+40 |
2024-10-21 | LoongArch: Don't crash in stack_top() for tasks without vDSO | Thomas Weißschuh | 1 | -7/+9 |
2024-10-21 | LoongArch: Set correct size for vDSO code mapping | Huacai Chen | 1 | -4/+4 |
2024-10-21 | LoongArch: Enable IRQ if do_ale() triggered in irq-enabled context | Huacai Chen | 1 | -0/+5 |
2024-10-21 | LoongArch: Get correct cores_per_package for SMT systems | Huacai Chen | 2 | -1/+6 |
2024-10-21 | LoongArch: Use "Exception return address" to comment ERA | Yanteng Si | 1 | -1/+1 |
2024-10-21 | bpf, arm64: Fix address emission with tag-based KASAN enabled | Peter Collingbourne | 1 | -2/+10 |
2024-10-20 | Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -16/+47 |
2024-10-20 | Merge tag 'kvmarm-fixes-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 6 | -27/+49 |
2024-10-20 | Merge tag 'kvmarm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 9 | -32/+170 |
2024-10-20 | RISCV: KVM: use raw_spinlock for critical section in imsic | Cyan Yang | 1 | -4/+4 |
2024-10-20 | KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory | Sean Christopherson | 1 | -1/+5 |
2024-10-20 | KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset() | Maxim Levitsky | 1 | -3/+3 |
2024-10-20 | KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range() | Sean Christopherson | 1 | -0/+11 |
2024-10-20 | KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot | Sean Christopherson | 1 | -10/+6 |
2024-10-20 | x86/kvm: Override default caching mode for SEV-SNP and TDX | Kirill A. Shutemov | 1 | -0/+4 |
2024-10-19 | Merge tag 'rust-fixes-6.12-2' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -14/+12 |
2024-10-18 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 1 | -3/+5 |
2024-10-18 | Merge tag 'powerpc-6.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+1 |
2024-10-18 | Merge tag 's390-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 8 | -19/+47 |
2024-10-17 | Merge tag 'x86_bugs_post_ibpb' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -1/+43 |
2024-10-17 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 5 | -23/+26 |
2024-10-17 | Merge tag 'arm-fixes-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 2 | -2/+2 |
2024-10-17 | riscv, bpf: Make BPF_CMPXCHG fully ordered | Andrea Parri | 1 | -2/+2 |
2024-10-17 | KVM: arm64: Ensure vgic_ready() is ordered against MMIO registration | Oliver Upton | 1 | -2/+11 |
2024-10-17 | KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQS | Oliver Upton | 1 | -1/+6 |
2024-10-17 | KVM: arm64: Fix shift-out-of-bounds bug | Ilkka Koskinen | 1 | -1/+1 |
2024-10-17 | KVM: arm64: Shave a few bytes from the EL2 idmap code | Marc Zyngier | 3 | -23/+31 |
2024-10-16 | s390: Update defconfigs | Heiko Carstens | 3 | -4/+24 |
2024-10-16 | s390: Initialize psw mask in perf_arch_fetch_caller_regs() | Heiko Carstens | 1 | -0/+1 |
2024-10-16 | powerpc/powernv: Free name on error in opal_event_init() | Michael Ellerman | 1 | -0/+1 |
2024-10-15 | Merge tag 'mvebu-fixes-6.12-1' of https://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 1 | -1/+1 |
2024-10-15 | x86/apic: Always explicitly disarm TSC-deadline timer | Zhang Rui | 1 | -1/+13 |
2024-10-14 | arm64: set POR_EL0 for kernel threads | Joey Gouly | 1 | -0/+3 |
2024-10-13 | cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERS | Alice Ryhl | 1 | -14/+12 |
2024-10-12 | Merge tag 'powerpc-6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+1 |
2024-10-11 | Merge tag 'for-linus-6.12a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+4 |