Age | Commit message (Expand) | Author | Files | Lines |
2024-11-05 | mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling | Lorenzo Stoakes | 2 | -5/+10 |
2024-11-03 | Merge tag 'x86-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+4 |
2024-11-01 | Merge tag 'rust-fixes-6.12-3' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -2/+2 |
2024-11-01 | Merge tag 'riscv-for-linus-6.11-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 11 | -12/+27 |
2024-11-01 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -14/+78 |
2024-11-01 | Merge tag 'for-6.12-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2024-10-31 | cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERS | Alice Ryhl | 1 | -2/+2 |
2024-10-29 | arm64: signal: Improve POR_EL0 handling to avoid uaccess failures | Kevin Brodsky | 1 | -14/+78 |
2024-10-29 | x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB | Arnd Bergmann | 1 | -1/+4 |
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-25 | Merge commit 'bf40167d54d5' into fixes | Palmer Dabbelt | 1 | -0/+1 |
2024-10-25 | riscv: Remove duplicated GET_RM | Chunyan Zhang | 1 | -2/+0 |
2024-10-25 | riscv: Remove unused GENERATING_ASM_OFFSETS | Chunyan Zhang | 1 | -2/+0 |
2024-10-25 | riscv: Use '%u' to format the output of 'cpu' | WangYuli | 1 | -1/+1 |
2024-10-25 | riscv: Prevent a bad reference count on CPU nodes | Miquel Sabaté Solà | 1 | -2/+5 |
2024-10-25 | riscv: efi: Set NX compat flag in PE/COFF header | Heinrich Schuchardt | 1 | -1/+1 |
2024-10-25 | RISC-V: disallow gcc + rust builds | Conor Dooley | 1 | -1/+1 |
2024-10-25 | riscv: Do not use fortify in early code | Alexandre Ghiti | 3 | -1/+16 |
2024-10-25 | RISC-V: ACPI: fix early_ioremap to early_memremap | Yunhui Cui | 1 | -2/+2 |
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-24 | riscv: vdso: Prevent the compiler from inserting calls to memset() | Alexandre Ghiti | 1 | -0/+1 |
2024-10-23 | MIPS: export __cmpxchg_small() | David Sterba | 1 | -0/+1 |
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 |