index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
RISC-V: KVM: include missing hwcap.h into vcpu_fp
Heiko Stuebner
2022-04-09
1
-0
/
+1
|
*
|
|
|
RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
Anup Patel
2022-04-09
1
-2
/
+0
|
*
|
|
|
Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-04-08
7
-55
/
+101
|
|
\
\
\
\
|
|
*
|
|
|
KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
Reiji Watanabe
2022-04-06
3
-28
/
+74
|
|
*
|
|
|
KVM: arm64: vgic: Remove unnecessary type castings
Yu Zhe
2022-04-06
2
-6
/
+6
|
|
*
|
|
|
KVM: arm64: Don't split hugepages outside of MMU write lock
Oliver Upton
2022-04-06
1
-4
/
+7
|
|
*
|
|
|
KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler
Oliver Upton
2022-04-06
1
-3
/
+0
|
|
*
|
|
|
KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32
Oliver Upton
2022-04-06
1
-5
/
+9
|
|
*
|
|
|
KVM: arm64: Generally disallow SMC64 for AArch32 guests
Oliver Upton
2022-04-06
1
-9
/
+5
|
|
|
/
/
/
|
*
|
|
|
KVM: x86/mmu: remove unnecessary flush_workqueue()
Lv Ruyi
2022-04-05
1
-1
/
+1
|
*
|
|
|
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
2022-04-05
3
-8
/
+37
|
*
|
|
|
KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
Peter Gonda
2022-04-05
1
-0
/
+1
|
|
/
/
/
*
|
/
/
stat: fix inconsistency between struct stat and struct compat_stat
Mikulas Patocka
2022-04-13
1
-4
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-04-10
1
-2
/
+4
|
\
\
\
|
*
|
|
powerpc/pseries/vas: use default_groups in kobj_type
Greg Kroah-Hartman
2022-04-05
1
-2
/
+4
|
|
/
/
*
|
|
Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-04-10
15
-35
/
+169
|
\
\
\
|
*
|
|
Revert "powerpc: Set max_mapnr correctly"
Kefeng Wang
2022-04-07
1
-1
/
+1
|
*
|
|
powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit
Kefeng Wang
2022-04-07
1
-1
/
+5
|
*
|
|
KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.h
Michael Ellerman
2022-04-03
2
-12
/
+12
|
*
|
|
powerpc/numa: Handle partially initialized numa nodes
Srikar Dronamraju
2022-03-31
1
-1
/
+1
|
*
|
|
powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S
Christophe Leroy
2022-03-28
1
-2
/
+8
|
*
|
|
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2022-03-28
9
-18
/
+142
|
|
\
\
\
|
|
*
|
|
KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3
Nicholas Piggin
2022-03-08
3
-1
/
+31
|
|
*
|
|
KVM: PPC: Book3S PR: Disallow AIL != 0
Nicholas Piggin
2022-03-08
1
-0
/
+20
|
|
*
|
|
KVM: PPC: Book3S PR: Disable SCV when AIL could be disabled
Nicholas Piggin
2022-03-08
4
-9
/
+58
|
|
*
|
|
Merge branch 'kvm-ppc-cap-210' of https://git.kernel.org/pub/scm/virt/kvm/kvm...
Michael Ellerman
2022-03-08
35
-307
/
+487
|
|
|
\
\
\
|
|
*
|
|
|
KVM: PPC: Book3S HV P9: Fix "lost kick" race
Nicholas Piggin
2022-03-07
1
-8
/
+33
*
|
|
|
|
|
Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-04-10
5
-52
/
+29
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/msi: Fix msi message data shadow struct
Reto Buerki
2022-04-07
1
-8
/
+11
|
*
|
|
|
|
|
x86/extable: Prefer local labels in .set directives
Nick Desaulniers
2022-04-07
1
-10
/
+10
|
*
|
|
|
|
|
x86,bpf: Avoid IBT objtool warning
Peter Zijlstra
2022-04-07
1
-0
/
+1
|
*
|
|
|
|
|
x86/bug: Prevent shadowing in __WARN_FLAGS
Vincent Mailhol
2022-04-05
1
-2
/
+2
|
*
|
|
|
|
|
x86/mm/tlb: Revert retpoline avoidance approach
Dave Hansen
2022-04-04
1
-32
/
+5
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-04-10
6
-12
/
+46
|
\
\
\
\
\
\
|
*
|
|
|
|
|
perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids
Kan Liang
2022-04-05
1
-1
/
+1
|
*
|
|
|
|
|
perf/x86/intel: Don't extend the pseudo-encoding to GP counters
Kan Liang
2022-04-05
2
-1
/
+10
|
*
|
|
|
|
|
perf/x86/uncore: Add Raptor Lake uncore support
Kan Liang
2022-04-05
2
-0
/
+21
|
*
|
|
|
|
|
perf/x86/msr: Add Raptor Lake CPU support
Kan Liang
2022-04-05
1
-0
/
+1
|
*
|
|
|
|
|
perf/x86/cstate: Add Raptor Lake support
Kan Liang
2022-04-05
1
-10
/
+12
|
*
|
|
|
|
|
perf/x86: Add Intel Raptor Lake support
Kan Liang
2022-04-05
1
-0
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2022-04-10
4
-6
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/percpu: Remove volatile from arch_raw_cpu_ptr().
Sebastian Andrzej Siewior
2022-04-05
1
-3
/
+3
|
*
|
|
|
|
|
static_call: Properly initialise DEFINE_STATIC_CALL_RET0()
Christophe Leroy
2022-04-05
2
-0
/
+3
|
*
|
|
|
|
|
x86,static_call: Fix __static_call_return0 for i386
Peter Zijlstra
2022-04-05
1
-3
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2022-04-08
11
-33
/
+41
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
arm64: Add part number for Arm Cortex-A78AE
Chanho Park
2022-04-08
2
-0
/
+3
|
*
|
|
|
|
arm64: patch_text: Fixup last cpu should be master
Guo Ren
2022-04-08
1
-2
/
+2
|
*
|
|
|
|
arm64: alternatives: mark patch_alternative() as `noinstr`
Joey Gouly
2022-04-06
1
-3
/
+3
|
*
|
|
|
|
arm64: Fix comments in macro __init_el2_gicv3
Zhiyuan Dai
2022-04-04
1
-1
/
+1
|
*
|
|
|
|
arm64: fix typos in comments
Julia Lawall
2022-04-04
4
-5
/
+5
[prev]
[next]