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
2022-04-06
x86/sev: Define the Linux-specific guest termination reasons
Brijesh Singh
4
-12
/
+17
2022-04-06
x86/mm: Extend cc_attr to include AMD SEV-SNP
Brijesh Singh
3
-0
/
+9
2022-04-06
x86/sev: Detect/setup SEV/SME features earlier in boot
Michael Roth
2
-3
/
+13
2022-04-06
x86/compressed/64: Detect/setup SEV/SME features earlier during boot
Michael Roth
4
-53
/
+60
2022-04-06
x86/boot: Use MSR read/write helpers instead of inline assembly
Michael Roth
2
-25
/
+22
2022-04-06
x86/boot: Introduce helpers for MSR reads/writes
Michael Roth
3
-10
/
+42
2022-04-06
KVM: SVM: Update the SEV-ES save area mapping
Tom Lendacky
1
-16
/
+50
2022-04-06
KVM: SVM: Create a separate mapping for the GHCB save area
Tom Lendacky
1
-3
/
+45
2022-04-06
KVM: SVM: Create a separate mapping for the SEV-ES save area
Tom Lendacky
4
-35
/
+82
2022-04-05
x86/speculation/srbds: Do not try to turn mitigation off when not supported
Ricardo CaƱuelo
1
-0
/
+7
2022-04-05
x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails
Ammar Faizi
1
-13
/
+19
2022-04-05
x86/mce: Avoid unnecessary padding in struct mce_bank
Smita Koralahalli
1
-1
/
+3
2022-04-05
x86/delay: Fix the wrong asm constraint in delay_loop()
Ammar Faizi
1
-2
/
+2
2022-04-05
x86/amd_nb: Unexport amd_cache_northbridges()
Muralidhara M K
2
-5
/
+3
2022-04-05
x86/speculation: Restore speculation related MSRs during S3 resume
Pawan Gupta
1
-0
/
+14
2022-04-05
x86/pm: Save the MSR validity status at context setup
Pawan Gupta
1
-2
/
+5
2022-04-05
KVM: SVM: Define sev_features and VMPL field in the VMSA
Brijesh Singh
2
-4
/
+6
2022-04-05
KVM: x86/mmu: remove unnecessary flush_workqueue()
Lv Ruyi
1
-1
/
+1
2022-04-05
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
3
-8
/
+37
2022-04-05
KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
Peter Gonda
1
-0
/
+1
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
235
-3771
/
+6727
2022-04-05
x86/bug: Prevent shadowing in __WARN_FLAGS
Vincent Mailhol
1
-2
/
+2
2022-04-05
perf/x86: Unify format of events sysfs show
Yang Jihong
1
-1
/
+1
2022-04-05
perf/x86/amd: Add idle hooks for branch sampling
Stephane Eranian
4
-0
/
+61
2022-04-05
perf/x86/amd: Make Zen3 branch sampling opt-in
Stephane Eranian
3
-11
/
+49
2022-04-05
perf/x86/amd: Add AMD branch sampling period adjustment
Stephane Eranian
2
-0
/
+19
2022-04-05
perf/x86/amd: Enable branch sampling priv level filtering
Stephane Eranian
1
-6
/
+20
2022-04-05
perf/x86/amd: Add branch-brs helper event for Fam19h BRS
Stephane Eranian
1
-0
/
+15
2022-04-05
perf/x86/amd: Add AMD Fam19h Branch Sampling support
Stephane Eranian
6
-21
/
+644
2022-04-05
x86/cpufeatures: Add AMD Fam19h Branch Sampling feature
Stephane Eranian
1
-0
/
+1
2022-04-05
perf/core: Add perf_clear_branch_entry_bitfields() helper
Stephane Eranian
1
-19
/
+17
2022-04-05
perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids
Kan Liang
1
-1
/
+1
2022-04-05
perf/x86/intel: Don't extend the pseudo-encoding to GP counters
Kan Liang
2
-1
/
+10
2022-04-05
perf/x86/uncore: Add Raptor Lake uncore support
Kan Liang
2
-0
/
+21
2022-04-05
perf/x86/msr: Add Raptor Lake CPU support
Kan Liang
1
-0
/
+1
2022-04-05
perf/x86/cstate: Add Raptor Lake support
Kan Liang
1
-10
/
+12
2022-04-05
perf/x86: Add Intel Raptor Lake support
Kan Liang
1
-0
/
+1
2022-04-05
x86/percpu: Remove volatile from arch_raw_cpu_ptr().
Sebastian Andrzej Siewior
1
-3
/
+3
2022-04-05
static_call: Properly initialise DEFINE_STATIC_CALL_RET0()
Christophe Leroy
1
-0
/
+2
2022-04-05
x86,static_call: Fix __static_call_return0 for i386
Peter Zijlstra
1
-3
/
+2
2022-04-04
x86/pkeys: Remove __arch_set_user_pkey_access() declaration
Ira Weiny
1
-6
/
+0
2022-04-04
x86/pkeys: Clean up arch_set_user_pkey_access() declaration
Ira Weiny
1
-2
/
+0
2022-04-04
x86/fault: Cast an argument to the proper address space in prefetch()
Lukas Bulwahn
1
-1
/
+1
2022-04-04
x86/mm/tlb: Revert retpoline avoidance approach
Dave Hansen
1
-32
/
+5
2022-04-04
x86/PCI: Eliminate remove_e820_regions() common subexpressions
Bjorn Helgaas
1
-2
/
+4
2022-04-04
x86/cpu: Remove "noclflush"
Borislav Petkov
1
-8
/
+0
2022-04-04
x86/cpu: Remove "noexec"
Borislav Petkov
5
-69
/
+26
2022-04-04
x86/cpu: Remove "nosmep"
Borislav Petkov
1
-7
/
+0
2022-04-04
x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"
Borislav Petkov
4
-56
/
+2
2022-04-04
x86/cpu: Remove "nosep"
Borislav Petkov
1
-7
/
+0
[prev]
[next]