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-10-06
x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=n
Vegard Nossum
1
-0
/
+1
2021-10-06
x86/entry: Correct reference to intended CONFIG_64_BIT
Lukas Bulwahn
1
-1
/
+1
2021-10-06
x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()
James Morse
1
-2
/
+2
2021-10-06
x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() fails
James Morse
1
-0
/
+2
2021-10-06
x86/hyperv: Avoid erroneously sending IPI to 'self'
Vitaly Kuznetsov
1
-5
/
+15
2021-10-06
bpf, x64: Save bytes for DIV by reducing reg copies
Jie Meng
1
-26
/
+39
2021-10-06
x86/insn: Use get_unaligned() instead of memcpy()
Borislav Petkov
1
-2
/
+3
2021-10-05
x86: Fix misspelled Kconfig symbols
Lukas Bulwahn
4
-4
/
+4
2021-10-05
x86/Kconfig: Remove references to obsolete Kconfig symbols
Lukas Bulwahn
1
-2
/
+0
2021-10-05
x86/sched: Decrease further the priorities of SMT siblings
Ricardo Neri
1
-1
/
+1
2021-10-05
xen/x86: adjust data placement
Jan Beulich
2
-3
/
+5
2021-10-05
x86/PVH: adjust function/data placement
Jan Beulich
1
-6
/
+6
2021-10-05
xen/x86: hook up xen_banner() also for PVH
Jan Beulich
4
-11
/
+16
2021-10-05
xen/x86: generalize preferred console model from PV to PVH Dom0
Jan Beulich
4
-7
/
+18
2021-10-05
xen/x86: allow "earlyprintk=xen" to work for PV Dom0
Jan Beulich
1
-1
/
+1
2021-10-05
xen/x86: allow PVH Dom0 without XEN_PV=y
Jan Beulich
7
-35
/
+47
2021-10-05
xen/x86: prevent PVH type from getting clobbered
Jan Beulich
1
-5
/
+4
2021-10-05
xen/privcmd: drop "pages" parameter from xen_remap_pfn()
Jan Beulich
1
-1
/
+1
2021-10-04
x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctl
Andrea Arcangeli
1
-2
/
+2
2021-10-04
Merge branch x86/cc into x86/core
Borislav Petkov
63
-393
/
+648
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
5
-11
/
+12
2021-10-04
x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()
Tom Lendacky
4
-28
/
+7
2021-10-04
x86/sev: Replace occurrences of sev_active() with cc_platform_has()
Tom Lendacky
9
-29
/
+27
2021-10-04
x86/sme: Replace occurrences of sme_active() with cc_platform_has()
Tom Lendacky
9
-31
/
+32
2021-10-04
x86/sev: Add an x86 version of cc_platform_has()
Tom Lendacky
5
-0
/
+78
2021-10-04
x86/ioremap: Selectively build arch override encryption functions
Tom Lendacky
2
-1
/
+9
2021-10-04
x86/Kconfig: Fix an unused variable error in dell-smm-hwmon
Randy Dunlap
1
-1
/
+2
2021-10-03
kvm: fix objtool relocation warning
Linus Torvalds
1
-1
/
+0
2021-10-03
Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+2
2021-10-01
audit: add support for the openat2 syscall
Richard Guy Briggs
2
-0
/
+4
2021-10-01
audit: replace magic audit syscall class numbers with macros
Richard Guy Briggs
2
-9
/
+10
2021-10-01
x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
Deepak Sharma
1
-0
/
+15
2021-10-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-14
/
+19
2021-10-01
perf/x86/intel: Update event constraints for ICX
Kan Liang
1
-0
/
+1
2021-10-01
perf/x86: Reset destroy callback on event init failure
Anand K Mistry
1
-0
/
+1
2021-10-01
x86/hpet: Use another crystalball to evaluate HPET usability
Thomas Gleixner
2
-6
/
+81
2021-10-01
x86/sev: Return an error on a returned non-zero SW_EXITINFO1[31:0]
Tom Lendacky
1
-0
/
+2
2021-10-01
KVM: x86: only allocate gfn_track when necessary
David Stevens
5
-8
/
+93
2021-10-01
KVM: x86: add config for non-kvm users of page tracking
David Stevens
1
-0
/
+3
2021-10-01
nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB
Krish Sadhukhan
1
-0
/
+15
2021-10-01
kvm: use kvfree() in kvm_arch_free_vm()
Juergen Gross
2
-1
/
+3
2021-10-01
KVM: x86: Expose Predictive Store Forwarding Disable
Babu Moger
1
-1
/
+9
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
8
-24
/
+21
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in rmap_add
David Matlack
2
-23
/
+16
2021-10-01
KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
Paolo Bonzini
2
-17
/
+13
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
5
-16
/
+18
2021-10-01
KVM: MMU: set ad_disabled in TDP MMU role
Paolo Bonzini
1
-0
/
+1
2021-10-01
KVM: MMU: remove unnecessary argument to mmu_set_spte
Paolo Bonzini
2
-6
/
+7
2021-10-01
KVM: MMU: clean up make_spte return value
Paolo Bonzini
5
-22
/
+12
2021-10-01
KVM: MMU: inline set_spte in FNAME(sync_page)
Paolo Bonzini
2
-30
/
+12
[prev]
[next]