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-27
x86/aperfmperf: Make parts of the frequency invariance code unconditional
Thomas Gleixner
4
-31
/
+41
2022-04-27
x86/aperfmperf: Restructure arch_scale_freq_tick()
Thomas Gleixner
1
-15
/
+21
2022-04-27
x86/aperfmperf: Put frequency invariance aperf/mperf data into a struct
Thomas Gleixner
1
-11
/
+15
2022-04-27
x86/aperfmperf: Untangle Intel and AMD frequency invariance init
Thomas Gleixner
4
-56
/
+51
2022-04-27
x86/aperfmperf: Separate AP/BP frequency invariance init
Thomas Gleixner
4
-22
/
+20
2022-04-27
x86/smp: Move APERF/MPERF code where it belongs
Thomas Gleixner
2
-359
/
+362
2022-04-27
x86/aperfmperf: Dont wake idle CPUs in arch_freq_get_on_cpu()
Thomas Gleixner
1
-0
/
+3
2022-04-27
x86/split-lock: Remove unused TIF_SLD bit
Tony Luck
4
-20
/
+1
2022-04-27
x86/split_lock: Make life miserable for split lockers
Tony Luck
1
-10
/
+53
2022-04-27
x86/pm: Fix false positive kmemleak report in msr_build_context()
Matthieu Baerts
2
-5
/
+9
2022-04-27
x86/sev: Get the AP jump table address from secrets page
Brijesh Singh
2
-24
/
+87
2022-04-27
x86/sev: Add missing __init annotations to SEV init routines
Michael Roth
2
-4
/
+4
2022-04-26
asm-generic: compat: Cleanup duplicate definitions
Guo Ren
1
-68
/
+12
2022-04-26
fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
Guo Ren
1
-0
/
+1
2022-04-26
arch: Add SYSVIPC_COMPAT for all architectures
Guo Ren
1
-4
/
+0
2022-04-26
compat: consolidate the compat_flock{,64} definition
Christoph Hellwig
1
-17
/
+3
2022-04-26
uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
Christoph Hellwig
1
-4
/
+0
2022-04-26
Merge drm/drm-next into drm-intel-next
Jani Nikula
17
-74
/
+109
2022-04-25
x86/fpu/xsave: Support XSAVEC in the kernel
Thomas Gleixner
3
-26
/
+48
2022-04-25
x86/mce: Add messages for panic errors in AMD's MCE grading
Carlos Bilbao
1
-1
/
+10
2022-04-25
x86/mce: Simplify AMD severity grading logic
Carlos Bilbao
1
-65
/
+36
2022-04-24
Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+4
2022-04-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-64
/
+110
2022-04-22
objtool: Add HAVE_NOINSTR_VALIDATION
Josh Poimboeuf
1
-0
/
+1
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
1
-0
/
+1
2022-04-22
objtool: Make jump label hack optional
Josh Poimboeuf
2
-3
/
+4
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
4
-14
/
+18
2022-04-22
Merge branch 'tip/x86/urgent'
Peter Zijlstra
12
-10
/
+33
2022-04-22
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
1
-0
/
+2
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
6
-0
/
+18
2022-04-21
KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUs
Mingwei Zhang
1
-3
/
+6
2022-04-21
KVM: SVM: Simplify and harden helper to flush SEV guest page(s)
Sean Christopherson
1
-34
/
+20
2022-04-21
KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
Like Xu
3
-6
/
+12
2022-04-21
x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
Wanpeng Li
1
-0
/
+13
2022-04-21
KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled
Sean Christopherson
1
-0
/
+3
2022-04-21
KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a race
Sean Christopherson
1
-1
/
+14
2022-04-21
KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
Sean Christopherson
3
-0
/
+11
2022-04-21
KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabled
Sean Christopherson
1
-1
/
+1
2022-04-21
KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
Sean Christopherson
1
-15
/
+13
2022-04-21
KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()
Sean Christopherson
1
-6
/
+1
2022-04-21
x86/tdx: Annotate a noreturn function
Borislav Petkov
1
-0
/
+1
2022-04-21
virt: sevguest: Change driver name to reflect generic SEV support
Tom Lendacky
2
-6
/
+6
2022-04-20
x86: __memcpy_flushcache: fix wrong alignment if size > 2^32
Mikulas Patocka
1
-1
/
+1
2022-04-20
x86/boot: Put globals that are accessed early into the .data section
Michael Roth
2
-2
/
+6
2022-04-19
drm/i915/rpl-p: Add PCI IDs
Matt Atwood
1
-0
/
+1
2022-04-19
x86/uaccess: Don't jump between functions
Josh Poimboeuf
1
-35
/
+52
2022-04-19
x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_IBT config
Nur Hussein
1
-1
/
+1
2022-04-19
x86/xen: Add ANNOTATE_NOENDBR to startup_xen()
Josh Poimboeuf
1
-0
/
+1
2022-04-19
x86/uaccess: Add ENDBR to __put_user_nocheck*()
Josh Poimboeuf
1
-0
/
+4
2022-04-19
x86/retpoline: Add ANNOTATE_NOENDBR for retpolines
Josh Poimboeuf
1
-1
/
+1
[prev]
[next]