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
2020-07-08
x86/msr-index: Add bunch of MSRs for Arch LBR
Kan Liang
1
-0
/
+16
2020-07-08
perf/x86/intel/lbr: Use dynamic data structure for task_ctx
Kan Liang
2
-34
/
+32
2020-07-08
perf/x86/intel/lbr: Factor out a new struct for generic optimization
Kan Liang
2
-20
/
+28
2020-07-08
perf/x86/intel/lbr: Add the function pointers for LBR save and restore
Kan Liang
3
-30
/
+59
2020-07-08
perf/x86/intel/lbr: Add a function pointer for LBR read
Kan Liang
3
-7
/
+13
2020-07-08
perf/x86/intel/lbr: Add a function pointer for LBR reset
Kan Liang
3
-17
/
+27
2020-07-08
x86/cpufeatures: Add Architectural LBRs feature bit
Kan Liang
1
-0
/
+1
2020-07-08
timens: make vdso_join_timens() always succeed
Christian Brauner
1
-3
/
+2
2020-07-07
kbuild: remove cc-option test of -ffreestanding
Masahiro Yamada
2
-2
/
+2
2020-07-07
kbuild: remove cc-option test of -fno-stack-protector
Masahiro Yamada
10
-18
/
+14
2020-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-12
/
+14
2020-07-06
x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()
Andy Lutomirski
5
-43
/
+53
2020-07-05
x86/ldt: use "pr_info_once()" instead of open-coding it badly
Linus Torvalds
1
-10
/
+1
2020-07-05
x86/entry/32: Fix XEN_PV build dependency
Ingo Molnar
1
-2
/
+2
2020-07-05
Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
12
-64
/
+196
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2
-3
/
+3
2020-07-04
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
1
-1
/
+0
2020-07-04
x86/ldt: Disable 16-bit segments on Xen PV
Andy Lutomirski
1
-1
/
+34
2020-07-04
x86/entry/32: Fix #MC and #DB wiring on x86_32
Andy Lutomirski
3
-12
/
+17
2020-07-04
x86/entry/xen: Route #DB correctly on Xen PV
Andy Lutomirski
4
-25
/
+44
2020-07-04
x86/entry, selftests: Further improve user entry sanity checks
Andy Lutomirski
1
-0
/
+19
2020-07-04
x86/entry/compat: Clear RAX high bits on Xen PV SYSENTER
Andy Lutomirski
1
-9
/
+10
2020-07-03
vmalloc: fix the owner argument for the new __vmalloc_node_range callers
Christoph Hellwig
1
-1
/
+2
2020-07-03
KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks
Sean Christopherson
2
-12
/
+7
2020-07-03
KVM: x86: Mark CR4.TSD as being possibly owned by the guest
Sean Christopherson
2
-1
/
+3
2020-07-03
KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit mode
Sean Christopherson
1
-0
/
+2
2020-07-03
crypto: aesni - add compatibility with IAS
Jian Cai
1
-11
/
+3
2020-07-02
Merge branch 'perf/vlbr'
Peter Zijlstra
54
-258
/
+410
2020-07-02
perf/x86: Keep LBR records unchanged in host context for guest usage
Like Xu
3
-7
/
+33
2020-07-02
perf/x86: Add constraint to create guest LBR event without hw counter
Like Xu
5
-1
/
+45
2020-07-02
perf/x86/lbr: Add interface to get LBR information
Like Xu
2
-0
/
+32
2020-07-02
perf/x86/core: Refactor hw->idx checks and cleanup
Like Xu
2
-48
/
+62
2020-07-02
perf/x86: Fix variable types for LBR registers
Wei Wang
1
-2
/
+2
2020-07-02
cpufreq: intel_pstate: Allow enable/disable energy efficiency
Srinivas Pandruvada
1
-2
/
+4
2020-07-01
x86/fsgsbase: Fix Xen PV support
Andy Lutomirski
1
-6
/
+18
2020-07-01
x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbase
Andy Lutomirski
3
-15
/
+34
2020-07-01
x86/entry/64/compat: Fix Xen PV SYSENTER frame setup
Andy Lutomirski
2
-4
/
+17
2020-07-01
x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into C
Andy Lutomirski
3
-9
/
+19
2020-07-01
x86/entry: Assert that syscalls are on the right stack
Andy Lutomirski
1
-3
/
+15
2020-06-30
PCI: Replace http:// links with https://
Alexander A. Klimov
1
-2
/
+2
2020-06-30
x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelisted
Sean Christopherson
1
-1
/
+10
2020-06-30
KVM: x86: bit 8 of non-leaf PDPEs is not reserved
Paolo Bonzini
1
-1
/
+1
2020-06-30
x86: Remove dev->archdata.iommu pointer
Joerg Roedel
1
-3
/
+0
2020-06-29
x86/mm/pat: Mark an intentional data race
Qian Cai
1
-1
/
+1
2020-06-29
x86/ftrace: Do not jump to direct code in created trampolines
Steven Rostedt (VMware)
2
-0
/
+16
2020-06-29
x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks
Steven Rostedt (VMware)
2
-9
/
+1
2020-06-29
x86/ftrace: Make non direct case the default in ftrace_regs_caller
Steven Rostedt (VMware)
1
-16
/
+15
2020-06-29
KVM: X86: Fix async pf caused null-ptr-deref
Wanpeng Li
1
-0
/
+3
2020-06-29
x86/fpu: Reset MXCSR to default in kernel_fpu_begin()
Petteri Aimonen
2
-0
/
+11
2020-06-28
Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
[prev]
[next]