index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
Anshuman Khandual
2021-06-30
1
-1
/
+1
*
mm: sparsemem: use huge PMD mapping for vmemmap pages
Muchun Song
2021-06-30
1
-6
/
+2
*
mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge
Christophe Leroy
2021-06-30
1
-15
/
+19
*
mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap
Muchun Song
2021-06-30
1
-2
/
+6
*
mm: hugetlb: introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
Muchun Song
2021-06-30
1
-1
/
+1
*
mm: memory_hotplug: factor out bootmem core functions to bootmem_info.c
Muchun Song
2021-06-30
1
-1
/
+2
*
mm,hwpoison: send SIGBUS with error virutal address
Naoya Horiguchi
2021-06-29
1
-2
/
+11
*
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
2021-06-29
3
-6
/
+6
*
x86/sgx: use vma_lookup() in sgx_encl_find()
Liam Howlett
2021-06-29
1
-2
/
+2
*
binfmt: remove in-tree usage of MAP_EXECUTABLE
David Hildenbrand
2021-06-29
1
-2
/
+2
*
Merge tag 'x86_urgent_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-06-25
3
-43
/
+54
|
\
|
*
x86/fpu: Make init_fpstate correct with optimized XSAVE
Thomas Gleixner
2021-06-22
2
-25
/
+46
|
*
x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()
Thomas Gleixner
2021-06-22
1
-18
/
+8
*
|
Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-24
1
-1
/
+2
|
\
\
|
*
|
perf/x86/intel/lbr: Zero the xstate buffer on allocation
Thomas Gleixner
2021-06-24
1
-1
/
+2
|
|
/
*
|
x86: Always inline task_size_max()
Peter Zijlstra
2021-06-22
1
-1
/
+1
*
|
x86/xen: Fix noinstr fail in exc_xen_unknown_trap()
Peter Zijlstra
2021-06-22
1
-0
/
+2
*
|
x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()
Peter Zijlstra
2021-06-22
1
-1
/
+2
*
|
x86/entry: Fix noinstr fail in __do_fast_syscall_32()
Peter Zijlstra
2021-06-22
1
-1
/
+1
*
|
objtool/x86: Ignore __x86_indirect_alt_* symbols
Peter Zijlstra
2021-06-21
1
-0
/
+4
|
/
*
Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-06-20
5
-24
/
+56
|
\
|
*
x86/mm: Avoid truncating memblocks for SGX memory
Fan Du
2021-06-18
1
-1
/
+7
|
*
x86/sgx: Add missing xa_destroy() when virtual EPC is destroyed
Kai Huang
2021-06-15
1
-0
/
+1
|
*
x86/fpu: Reset state for all signal restore failures
Thomas Gleixner
2021-06-10
1
-11
/
+15
|
*
x86/pkru: Write hardware init value to PKRU when xstate is init
Thomas Gleixner
2021-06-09
1
-2
/
+9
|
*
x86/process: Check PF_KTHREAD and not current->mm for kernel threads
Thomas Gleixner
2021-06-09
1
-1
/
+1
|
*
x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer
Andy Lutomirski
2021-06-09
1
-0
/
+19
|
*
x86/fpu: Prevent state corruption in __fpu__restore_sig()
Thomas Gleixner
2021-06-09
1
-8
/
+1
|
*
x86/ioremap: Map EFI-reserved memory as encrypted for SEV
Tom Lendacky
2021-06-08
1
-1
/
+3
*
|
Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-06-18
1
-0
/
+44
|
\
\
|
*
|
PCI: Add AMD RS690 quirk to enable 64-bit DMA
Mikel Rychliski
2021-06-18
1
-0
/
+44
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-06-17
7
-10
/
+53
|
\
\
\
|
*
|
|
KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU
Sean Christopherson
2021-06-11
1
-1
/
+25
|
*
|
|
KVM: X86: Fix x86_emulator slab cache leak
Wanpeng Li
2021-06-11
1
-0
/
+1
|
*
|
|
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
2021-06-11
1
-5
/
+15
|
*
|
|
KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
Sean Christopherson
2021-06-10
1
-1
/
+4
|
*
|
|
KVM: x86: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-06-10
2
-0
/
+2
|
*
|
|
KVM: SVM: fix doc warnings
ChenXiaoSong
2021-06-10
1
-3
/
+3
|
*
|
|
kvm: LAPIC: Restore guard to prevent illegal APIC register access
Jim Mattson
2021-06-09
1
-0
/
+3
*
|
|
|
Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-12
2
-5
/
+8
|
\
\
\
\
|
*
|
|
|
x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUs
CodyYao-oc
2021-06-10
1
-2
/
+2
|
*
|
|
|
perf/x86/intel/uncore: Fix M2M event umask for Ice Lake server
Kan Liang
2021-06-01
1
-1
/
+2
|
*
|
|
|
perf/x86/intel/uncore: Fix a kernel WARNING triggered by maxcpus=1
Kan Liang
2021-05-31
1
-2
/
+4
*
|
|
|
|
x86, lto: Pass -stack-alignment only on LLD < 13.0.0
Tor Vic
2021-06-11
1
-2
/
+3
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-06-09
5
-20
/
+42
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU sync
Lai Jiangshan
2021-06-08
1
-0
/
+13
|
*
|
|
KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
Sean Christopherson
2021-06-08
1
-3
/
+3
|
*
|
|
KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behavior
Lai Jiangshan
2021-06-08
1
-2
/
+4
|
*
|
|
KVM: X86: MMU: Use the correct inherited permissions to get shadow page
Lai Jiangshan
2021-06-08
1
-5
/
+9
|
*
|
|
KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
Wanpeng Li
2021-06-08
1
-6
/
+11
[next]