Age | Commit message (Expand) | Author | Files | Lines |
2022-11-06 | Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -9/+16 |
2022-11-06 | Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -9/+29 |
2022-11-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 9 | -60/+41 |
2022-11-06 | Merge tag 'for-linus-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -18/+7 |
2022-11-06 | Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini | 5 | -36/+23 |
2022-11-06 | Merge branch 'kvm-master' into HEAD | Paolo Bonzini | 4 | -24/+18 |
2022-11-04 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2 | -10/+35 |
2022-11-04 | Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -2/+69 |
2022-11-04 | Merge tag 'soc-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 23 | -40/+153 |
2022-11-04 | x86/cpu: Add several Intel server CPU model numbers | Tony Luck | 1 | -1/+10 |
2022-11-03 | arm64: cpufeature: Fix the visibility of compat hwcaps | Amit Daniel Kachhap | 1 | -9/+33 |
2022-11-03 | Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 4 | -4/+26 |
2022-11-03 | arm64: efi: Recover from synchronous exceptions occurring in firmware | Ard Biesheuvel | 4 | -2/+69 |
2022-11-03 | KVM: x86: Fix a typo about the usage of kvcalloc() | Liao Chang | 1 | -1/+1 |
2022-11-03 | KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit() | Ben Gardon | 1 | -0/+3 |
2022-11-03 | x86/xen: simplify sysenter and syscall setup | Juergen Gross | 1 | -17/+6 |
2022-11-03 | x86/xen: silence smatch warning in pmu_msr_chk_emulated() | Juergen Gross | 1 | -1/+1 |
2022-11-02 | Merge tag 'juno-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sud... | Arnd Bergmann | 1 | -0/+14 |
2022-11-02 | Merge tag 'parisc-for-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -37/+25 |
2022-11-02 | KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTL | Sean Christopherson | 1 | -4/+6 |
2022-11-02 | KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl() | Sean Christopherson | 2 | -20/+7 |
2022-11-02 | KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs | Sean Christopherson | 1 | -1/+3 |
2022-11-02 | perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[] | Kan Liang | 1 | -0/+1 |
2022-11-02 | perf/x86/intel: Fix pebs event constraints for SPR | Kan Liang | 1 | -2/+7 |
2022-11-02 | perf/x86/intel: Fix pebs event constraints for ICL | Kan Liang | 1 | -2/+7 |
2022-11-02 | perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domain | Zhang Rui | 1 | -5/+1 |
2022-11-01 | x86/tdx: Panic on bad configs that #VE on "private" memory access | Kirill A. Shutemov | 1 | -5/+16 |
2022-11-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -71/+151 |
2022-11-01 | arm64: entry: avoid kprobe recursion | Mark Rutland | 1 | -1/+2 |
2022-11-01 | x86/tdx: Prepare for using "INFO" call for a second purpose | Dave Hansen | 1 | -3/+3 |
2022-11-01 | KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE | Marc Zyngier | 3 | -34/+20 |
2022-11-01 | arm64: dts: juno: Add thermal critical trip points | Cristian Marussi | 1 | -0/+14 |
2022-11-01 | ARM: dts: ux500: Add trips to battery thermal zones | Linus Walleij | 9 | -0/+72 |
2022-11-01 | Merge tag 'imx-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sh... | Arnd Bergmann | 13 | -40/+67 |
2022-11-01 | powerpc/32: Select ARCH_SPLIT_ARG64 | Michael Ellerman | 1 | -0/+1 |
2022-11-01 | powerpc/32: fix syscall wrappers with 64-bit arguments | Andreas Schwab | 3 | -3/+24 |
2022-10-31 | parisc: Avoid printing the hardware path twice | Helge Deller | 2 | -14/+12 |
2022-10-31 | powerpc/64e: Fix amdgpu build on Book3E w/o AltiVec | Michael Ellerman | 1 | -1/+1 |
2022-10-31 | Merge tag 'v6.1-rc2' into fixes | Michael Ellerman | 24 | -163/+236 |
2022-10-30 | Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -1/+5 |
2022-10-30 | Merge tag 'loongarch-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -26/+20 |
2022-10-29 | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 3 | -10/+15 |
2022-10-29 | Merge tag 'powerpc-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 13 | -45/+212 |
2022-10-29 | arm64: dts: ls208xa: specify clock frequencies for the MDIO controllers | Ioana Ciornei | 1 | -0/+6 |
2022-10-29 | arm64: dts: ls1088a: specify clock frequencies for the MDIO controllers | Ioana Ciornei | 1 | -0/+6 |
2022-10-29 | arm64: dts: lx2160a: specify clock frequencies for the MDIO controllers | Ioana Ciornei | 1 | -0/+6 |
2022-10-29 | LoongArch: BPF: Avoid declare variables in switch-case | Huacai Chen | 1 | -18/+13 |
2022-10-29 | LoongArch: Use flexible-array member instead of zero-length array | Yushan Zhou | 1 | -1/+1 |
2022-10-29 | LoongArch: Remove unused kernel stack padding | Jinyang He | 5 | -7/+6 |
2022-10-29 | arm64: dts: imx93: correct gpio-ranges | Peng Fan | 1 | -4/+5 |