index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
perf/x86/intel: Add Alder Lake Hybrid support
Kan Liang
3
-1
/
+268
2021-04-19
perf/x86: Support filter_match callback
Kan Liang
2
-0
/
+11
2021-04-19
perf/x86/intel: Add attr_update for Hybrid PMUs
Kan Liang
1
-6
/
+114
2021-04-19
perf/x86: Add structures for the attributes of Hybrid PMUs
Kan Liang
2
-0
/
+62
2021-04-19
perf/x86: Register hybrid PMUs
Kan Liang
3
-21
/
+223
2021-04-19
perf/x86: Factor out x86_pmu_show_pmu_cap
Kan Liang
2
-9
/
+19
2021-04-19
perf/x86: Remove temporary pmu assignment in event_init
Kan Liang
1
-11
/
+0
2021-04-19
perf/x86/intel: Factor out intel_pmu_check_extra_regs
Kan Liang
1
-14
/
+21
2021-04-19
perf/x86/intel: Factor out intel_pmu_check_event_constraints
Kan Liang
1
-35
/
+47
2021-04-19
perf/x86/intel: Factor out intel_pmu_check_num_counters
Kan Liang
1
-14
/
+24
2021-04-19
perf/x86: Hybrid PMU support for extra_regs
Kan Liang
3
-8
/
+13
2021-04-19
perf/x86: Hybrid PMU support for event constraints
Kan Liang
4
-5
/
+10
2021-04-19
perf/x86: Hybrid PMU support for hardware cache event
Kan Liang
2
-3
/
+11
2021-04-19
perf/x86: Hybrid PMU support for unconstrained
Kan Liang
2
-1
/
+12
2021-04-19
perf/x86: Hybrid PMU support for counters
Kan Liang
4
-25
/
+56
2021-04-19
perf/x86: Hybrid PMU support for intel_ctrl
Kan Liang
3
-14
/
+24
2021-04-19
perf/x86/intel: Hybrid PMU support for perf capabilities
Kan Liang
5
-7
/
+60
2021-04-19
perf/x86: Track pmu in per-CPU cpu_hw_events
Kan Liang
5
-12
/
+24
2021-04-19
x86/cpu: Add helper function to get the type of the current hybrid CPU
Ricardo Neri
2
-0
/
+22
2021-04-19
x86/cpufeatures: Enumerate Intel Hybrid Technology feature bit
Ricardo Neri
1
-0
/
+1
2021-04-19
x86/crypto: Enable objtool in crypto code
Josh Poimboeuf
1
-2
/
+0
2021-04-19
x86/crypto/sha512-ssse3: Standardize stack alignment prologue
Josh Poimboeuf
1
-22
/
+19
2021-04-19
x86/crypto/sha512-avx2: Standardize stack alignment prologue
Josh Poimboeuf
1
-22
/
+20
2021-04-19
x86/crypto/sha512-avx: Standardize stack alignment prologue
Josh Poimboeuf
1
-22
/
+19
2021-04-19
x86/crypto/sha256-avx2: Standardize stack alignment prologue
Josh Poimboeuf
1
-7
/
+6
2021-04-19
x86/crypto/sha1_avx2: Standardize stack alignment prologue
Josh Poimboeuf
1
-4
/
+4
2021-04-19
x86/crypto/sha_ni: Standardize stack alignment prologue
Josh Poimboeuf
1
-4
/
+4
2021-04-19
x86/crypto/crc32c-pcl-intel: Standardize jump table
Josh Poimboeuf
1
-5
/
+2
2021-04-19
x86/crypto/camellia-aesni-avx2: Unconditionally allocate stack buffer
Josh Poimboeuf
1
-3
/
+2
2021-04-19
x86/crypto/aesni-intel_avx: Standardize stack alignment prologue
Josh Poimboeuf
1
-6
/
+4
2021-04-19
x86/crypto/aesni-intel_avx: Fix register usage comments
Josh Poimboeuf
1
-5
/
+5
2021-04-19
x86/crypto/aesni-intel_avx: Remove unused macros
Josh Poimboeuf
1
-8
/
+0
2021-04-19
KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lock
Ben Gardon
2
-17
/
+61
2021-04-19
KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lock
Ben Gardon
2
-8
/
+23
2021-04-19
KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
Ben Gardon
3
-45
/
+101
2021-04-19
KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
Ben Gardon
2
-35
/
+55
2021-04-19
KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root
Ben Gardon
2
-15
/
+9
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
3
-6
/
+14
2021-04-19
KVM: x86/mmu: Refactor yield safe root iterator
Ben Gardon
1
-19
/
+26
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
3
-40
/
+28
2021-04-19
KVM: x86/mmu: use tdp_mmu_free_sp to free roots
Ben Gardon
1
-8
/
+7
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
4
-25
/
+25
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
4
-10
/
+13
2021-04-19
KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
Sean Christopherson
1
-1
/
+5
2021-04-19
x86/build: Disable HIGHMEM64G selection for M486SX
Maciej W. Rozycki
1
-1
/
+1
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-12
/
+16
2021-04-17
KVM: Kill off the old hva-based MMU notifier callbacks
Sean Christopherson
1
-1
/
+0
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
4
-240
/
+135
2021-04-17
KVM: constify kvm_arch_flush_remote_tlbs_memslot
Paolo Bonzini
1
-1
/
+1
2021-04-17
KVM: MMU: protect TDP MMU pages only down to required level
Paolo Bonzini
1
-1
/
+1
[prev]
[next]