index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/gart: Exclude GART aperture from kcore
Kairui Song
2019-03-23
1
-7
/
+13
*
Merge branch 'x86/cpu' into x86/urgent
Thomas Gleixner
2019-03-22
1
-16
/
+15
|
\
|
*
x86/cpufeature: Fix various quality problems in the <asm/cpu_device_hd.h> header
Ingo Molnar
2019-02-11
1
-16
/
+15
*
|
x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...
Nathan Chancellor
2019-03-22
1
-0
/
+1
*
|
x86/mm/pti: Make local symbols static
Valdis Kletnieks
2019-03-22
1
-2
/
+2
*
|
x86/cpu/cyrix: Remove {get,set}Cx86_old macros used for Cyrix processors
Matthew Whitehead
2019-03-21
1
-21
/
+0
*
|
x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors
Matthew Whitehead
2019-03-21
1
-7
/
+7
*
|
x86/microcode: Announce reload operation's completion
Borislav Petkov
2019-03-21
1
-0
/
+2
*
|
x86/hyperv: Prevent potential NULL pointer dereference
Kangjie Lu
2019-03-21
1
-1
/
+5
*
|
x86/hpet: Prevent potential NULL pointer dereference
Aditya Pakki
2019-03-21
1
-0
/
+2
*
|
x86/lib: Fix indentation issue, remove extra tab
Colin Ian King
2019-03-21
1
-1
/
+1
*
|
x86/boot: Restrict header scope to make Clang happy
Nick Desaulniers
2019-03-21
1
-1
/
+2
*
|
x86/mm: Don't leak kernel addresses
Matteo Croce
2019-03-19
1
-2
/
+2
*
|
Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2019-03-17
1
-3
/
+0
|
\
\
|
*
|
kbuild: force all architectures except um to include mandatory-y
Masahiro Yamada
2019-03-17
1
-2
/
+0
|
*
|
kbuild: warn redundant generic-y
Masahiro Yamada
2019-03-17
1
-1
/
+0
*
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-03-17
3
-125
/
+0
|
\
\
\
|
*
|
|
x86/asm: Remove unused __constant_c_x_memset() macro and inlines
Rasmus Villemoes
2019-01-12
1
-84
/
+0
|
*
|
|
x86/asm: Remove dead __GNUC__ conditionals
Rasmus Villemoes
2019-01-12
3
-41
/
+0
*
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-03-17
2
-4
/
+4
|
\
\
\
\
|
*
|
|
|
perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
kbuild test robot
2019-03-17
1
-1
/
+1
|
*
|
|
|
perf/x86: Fixup typo in stub functions
Peter Zijlstra
2019-03-15
1
-2
/
+2
|
*
|
|
|
perf/x86/intel: Fix memory corruption
Peter Zijlstra
2019-03-15
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-03-16
2
-0
/
+2
|
\
\
\
\
|
*
|
|
|
signal: add pidfd_send_signal() syscall
Christian Brauner
2019-03-05
2
-0
/
+2
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-15
21
-602
/
+677
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
kvm: vmx: fix formatting of a comment
Paolo Bonzini
2019-03-15
1
-5
/
+5
|
*
|
|
|
Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
Ben Gardon
2019-03-15
1
-13
/
+3
|
*
|
|
|
x86: kvmguest: use TSC clocksource if invariant TSC is exposed
Marcelo Tosatti
2019-02-20
1
-0
/
+14
|
*
|
|
|
KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()
Sean Christopherson
2019-02-20
1
-23
/
+10
|
*
|
|
|
KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping children
Sean Christopherson
2019-02-20
1
-2
/
+5
|
*
|
|
|
KVM: x86/mmu: Differentiate between nr zapped and list unstable
Sean Christopherson
2019-02-20
1
-10
/
+26
|
*
|
|
|
Revert "KVM: MMU: fast invalidate all pages"
Sean Christopherson
2019-02-20
3
-100
/
+1
|
*
|
|
|
KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptes
Sean Christopherson
2019-02-20
1
-1
/
+2
|
*
|
|
|
KVM: x86/mmu: skip over invalid root pages when zapping all sptes
Sean Christopherson
2019-02-20
1
-1
/
+4
|
*
|
|
|
Revert "KVM: x86: use the fast way to invalidate all pages"
Sean Christopherson
2019-02-20
2
-1
/
+16
|
*
|
|
|
Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"
Sean Christopherson
2019-02-20
1
-12
/
+9
|
*
|
|
|
Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"
Sean Christopherson
2019-02-20
2
-22
/
+0
|
*
|
|
|
Revert "KVM: MMU: zap pages in batch"
Sean Christopherson
2019-02-20
1
-11
/
+24
|
*
|
|
|
Revert "KVM: MMU: collapse TLB flushes when zap all pages"
Sean Christopherson
2019-02-20
1
-28
/
+3
|
*
|
|
|
Revert "KVM: MMU: reclaim the zapped-obsolete page first"
Sean Christopherson
2019-02-20
3
-19
/
+4
|
*
|
|
|
KVM: x86/mmu: Remove is_obsolete() call
Sean Christopherson
2019-02-20
1
-5
/
+1
|
*
|
|
|
KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptes
Sean Christopherson
2019-02-20
1
-1
/
+2
|
*
|
|
|
Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"
Sean Christopherson
2019-02-20
2
-1
/
+22
|
*
|
|
|
Revert "KVM: MMU: document fast invalidate all pages"
Sean Christopherson
2019-02-20
1
-3
/
+0
|
*
|
|
|
KVM: x86/mmu: Zap only the relevant pages when removing a memslot
Sean Christopherson
2019-02-20
1
-1
/
+32
|
*
|
|
|
KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()
Sean Christopherson
2019-02-20
1
-6
/
+16
|
*
|
|
|
KVM: x86/mmu: Move slot_level_*() helper functions up a few lines
Sean Christopherson
2019-02-20
1
-69
/
+70
|
*
|
|
|
KVM: Move the memslot update in-progress flag to bit 63
Sean Christopherson
2019-02-20
1
-19
/
+12
|
*
|
|
|
KVM: x86: Refactor the MMIO SPTE generation handling
Sean Christopherson
2019-02-20
1
-33
/
+43
[next]