index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
KVM: x86/mmu: Alloc TDP MMU roots while holding mmu_lock for read
Sean Christopherson
1
-33
/
+22
2024-02-22
KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for read
Sean Christopherson
3
-15
/
+55
2024-02-22
KVM: x86/mmu: Skip invalid TDP MMU roots when write-protecting SPTEs
Sean Christopherson
1
-9
/
+13
2024-02-22
KVM: x86/mmu: Skip invalid roots when zapping leaf SPTEs for GFN range
Sean Christopherson
1
-4
/
+4
2024-02-22
KVM: x86/mmu: Allow passing '-1' for "all" as_id for TDP MMU iterators
Sean Christopherson
1
-9
/
+9
2024-02-22
KVM: x86/mmu: Don't do TLB flush when zappings SPTEs in invalid roots
Sean Christopherson
1
-1
/
+7
2024-02-22
KVM: x86/mmu: Zap invalidated TDP MMU roots at 4KiB granularity
Sean Christopherson
1
-7
/
+18
2024-02-22
KVM: x86: Clean up directed yield API for "has pending interrupt"
Sean Christopherson
1
-5
/
+2
2024-02-22
KVM: x86: Rely solely on preempted_in_kernel flag for directed yield
Sean Christopherson
1
-6
/
+2
2024-02-22
KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel
Sean Christopherson
1
-0
/
+5
2024-02-22
KVM: x86: Sanity check that kvm_has_noapic_vcpu is zero at module_exit()
Sean Christopherson
1
-4
/
+1
2024-02-22
KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC code
Sean Christopherson
2
-27
/
+29
2024-02-22
KVM: x86: Fully defer to vendor code to decide how to force immediate exit
Sean Christopherson
6
-36
/
+19
2024-02-22
KVM: VMX: Handle KVM-induced preemption timer exits in fastpath for L2
Sean Christopherson
1
-2
/
+20
2024-02-22
KVM: x86: Move handling of is_guest_mode() into fastpath exit handlers
Sean Christopherson
2
-6
/
+6
2024-02-22
KVM: VMX: Handle forced exit due to preemption timer in fastpath
Sean Christopherson
1
-5
/
+8
2024-02-22
KVM: VMX: Re-enter guest in fastpath for "spurious" preemption timer exits
Sean Christopherson
1
-2
/
+9
2024-02-22
KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint
Sean Christopherson
5
-9
/
+14
2024-02-22
KVM: x86: Drop superfluous check on direct MMU vs. WRITE_PF_TO_SP flag
Sean Christopherson
1
-2
/
+1
2024-02-22
KVM: x86: Drop dedicated logic for direct MMUs in reexecute_instruction()
Sean Christopherson
1
-16
/
+16
2024-02-22
KVM: x86/mmu: Don't acquire mmu_lock when using indirect_shadow_pages as a he...
Mingwei Zhang
1
-7
/
+1
2024-02-22
KVM: x86: Open code all direct reads to guest DR6 and DR7
Sean Christopherson
3
-6
/
+6
2024-02-22
KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
Sean Christopherson
8
-49
/
+21
2024-02-22
x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace
Sean Christopherson
2
-0
/
+3
2024-02-22
riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_...
Nathan Chancellor
1
-2
/
+0
2024-02-22
riscv: remove MCOUNT_NAME workaround
Nathan Chancellor
2
-17
/
+7
2024-02-22
powerpc: Kconfig: remove tautology in CONFIG_COMPAT
Nathan Chancellor
1
-1
/
+0
2024-02-22
arm64: Kconfig: clean up tautological LLVM version checks
Nathan Chancellor
1
-4
/
+1
2024-02-22
ARM: remove Thumb2 __builtin_thread_pointer workaround for Clang
Nathan Chancellor
1
-7
/
+1
2024-02-22
x86: drop stack-alignment plugin opt
Nathan Chancellor
1
-6
/
+0
2024-02-22
treewide: update LLVM Bugzilla links
Nathan Chancellor
4
-5
/
+5
2024-02-22
arch and include: update LLVM Phabricator links
Nathan Chancellor
3
-4
/
+4
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
46
-105
/
+194
2024-02-22
Introduce cpu_dcache_is_aliasing() across all architectures
Mathieu Desnoyers
20
-0
/
+100
2024-02-22
arm64/mm: automatically fold contpte mappings
Ryan Roberts
2
-0
/
+90
2024-02-22
arm64/mm: __always_inline to improve fork() perf
Ryan Roberts
1
-5
/
+5
2024-02-22
arm64/mm: implement pte_batch_hint()
Ryan Roberts
1
-0
/
+9
2024-02-22
arm64/mm: implement new [get_and_]clear_full_ptes() batch APIs
Ryan Roberts
2
-0
/
+84
2024-02-22
arm64/mm: implement new wrprotect_ptes() batch API
Ryan Roberts
2
-10
/
+89
2024-02-22
arm64/mm: wire up PTE_CONT for user mappings
Ryan Roberts
4
-0
/
+462
2024-02-22
arm64/mm: dplit __flush_tlb_range() to elide trailing DSB
Ryan Roberts
1
-2
/
+11
2024-02-22
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
11
-86
/
+93
2024-02-22
arm64/mm: convert ptep_clear() to ptep_get_and_clear()
Ryan Roberts
1
-1
/
+1
2024-02-22
arm64/mm: convert set_pte_at() to set_ptes(..., 1)
Ryan Roberts
5
-9
/
+9
2024-02-22
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
8
-19
/
+25
2024-02-22
x86/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
1
-4
/
+4
2024-02-22
arm64/mm: convert pte_next_pfn() to pte_advance_pfn()
Ryan Roberts
1
-4
/
+4
2024-02-22
mm/mmu_gather: add __tlb_remove_folio_pages()
David Hildenbrand
1
-0
/
+17
2024-02-22
mm/mmu_gather: add tlb_remove_tlb_entries()
David Hildenbrand
1
-0
/
+2
2024-02-22
mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...
David Hildenbrand
1
-7
/
+6
[prev]
[next]