Age | Commit message (Expand) | Author | Files | Lines |
2024-08-18 | Merge tag 'driver-core-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
2024-08-17 | Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -4/+16 |
2024-08-16 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 4 | -5/+4 |
2024-08-16 | Merge tag 'riscv-for-linus-6.11-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 10 | -21/+32 |
2024-08-15 | Merge patch series "RISC-V: hwprobe: Misaligned scalar perf fix and rename" | Palmer Dabbelt | 5 | -15/+22 |
2024-08-15 | riscv: Fix out-of-bounds when accessing Andes per hart vendor extension array | Alexandre Ghiti | 1 | -1/+1 |
2024-08-15 | arm64: Fix KASAN random tag seed initialization | Samuel Holland | 2 | -3/+2 |
2024-08-14 | RISC-V: hwprobe: Add SCALAR to misaligned perf defines | Evan Green | 4 | -14/+19 |
2024-08-14 | RISC-V: hwprobe: Add MISALIGNED_PERF key | Evan Green | 3 | -1/+3 |
2024-08-14 | RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE | Haibo Xu | 1 | -1/+1 |
2024-08-14 | riscv: change XIP's kernel_map.size to be size of the entire kernel | Nam Cao | 1 | -2/+2 |
2024-08-14 | riscv: entry: always initialize regs->a0 to -ENOSYS | Celeste Liu | 1 | -2/+2 |
2024-08-14 | arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE | Haibo Xu | 1 | -1/+1 |
2024-08-14 | arm64: uaccess: correct thinko in __get_mem_asm() | Mark Rutland | 1 | -1/+1 |
2024-08-14 | KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX) | Sean Christopherson | 1 | -0/+2 |
2024-08-13 | KVM: x86: Make x2APIC ID 100% readonly | Sean Christopherson | 1 | -7/+15 |
2024-08-13 | KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id()) | Isaku Yamahata | 1 | -4/+2 |
2024-08-13 | KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page() | Yue Haibing | 1 | -1/+0 |
2024-08-13 | KVM: SVM: Fix an error code in sev_gmem_post_populate() | Dan Carpenter | 1 | -2/+3 |
2024-08-13 | Merge tag 'kvm-s390-master-6.11-1' of https://git.kernel.org/pub/scm/linux/ke... | Paolo Bonzini | 2 | -2/+10 |
2024-08-13 | Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini | 16 | -33/+39 |
2024-08-13 | KVM: SVM: Fix uninitialized variable bug | Dan Carpenter | 1 | -1/+1 |
2024-08-13 | mips: sgi-ip22: Fix the build | Bart Van Assche | 1 | -1/+1 |
2024-08-13 | ARM: riscpc: ecard: Fix the build | Bart Van Assche | 1 | -1/+1 |
2024-08-13 | powerpc/topology: Check if a core is online | Nysal Jan K.A | 1 | -0/+13 |
2024-08-12 | powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUAL | Christophe Leroy | 2 | -2/+1 |
2024-08-12 | powerpc/mm: Fix size of allocated PGDIR | Christophe Leroy | 1 | -2/+2 |
2024-08-11 | Merge tag 'x86-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -27/+41 |
2024-08-09 | Merge tag 'arm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -53/+23 |
2024-08-08 | KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface | Marc Zyngier | 1 | -2/+1 |
2024-08-08 | x86/mtrr: Check if fixed MTRRs exist before saving them | Andi Kleen | 1 | -1/+1 |
2024-08-07 | KVM: arm64: Tidying up PAuth code in KVM | Fuad Tabba | 4 | -15/+7 |
2024-08-07 | KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI | Zenghui Yu | 1 | -2/+3 |
2024-08-07 | KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain | Marc Zyngier | 1 | -0/+1 |
2024-08-07 | x86/paravirt: Fix incorrect virt spinlock setting on bare metal | Chen Yu | 2 | -9/+10 |
2024-08-07 | x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailbox | Zhiquan Li | 1 | -1/+1 |
2024-08-07 | x86/mm: Fix PTI for i386 some more | Thomas Gleixner | 1 | -16/+29 |
2024-08-07 | Merge tag 'ti-k3-dt-fixes-for-v6.11' of https://git.kernel.org/pub/scm/linux/... | Arnd Bergmann | 7 | -49/+16 |
2024-08-07 | ARM: pxa/gumstix: fix attaching properties to vbus gpio device | Dmitry Torokhov | 1 | -4/+7 |
2024-08-07 | s390/uv: Panic for set and remove shared access UVC errors | Claudio Imbrenda | 1 | -1/+4 |
2024-08-07 | LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall() | Dandan Zhang | 1 | -2/+2 |
2024-08-07 | LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS | Yuli Wang | 1 | -2/+0 |
2024-08-07 | LoongArch: Use accessors to page table entries instead of direct dereference | Huacai Chen | 8 | -42/+52 |
2024-08-07 | LoongArch: Enable general EFI poweroff method | Miao Wang | 1 | -0/+6 |
2024-08-06 | riscv: Re-introduce global icache flush in patch_text_XXX() | Alexandre Ghiti | 1 | -0/+4 |
2024-08-06 | arm64: dts: ti: k3-j784s4-main: Correct McASP DMAs | Parth Pancholi | 1 | -2/+2 |
2024-08-06 | KVM: s390: fix validity interception issue when gisa is switched off | Michael Mueller | 1 | -1/+6 |
2024-08-05 | arm64: dts: ti: k3-j722s: Fix gpio-range for main_pmx0 | Jared McArthur | 1 | -1/+2 |
2024-08-05 | arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0 | Jared McArthur | 1 | -1/+2 |
2024-08-05 | arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0 | Jared McArthur | 1 | -0/+2 |