index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-14
Revert "x86/mm/legacy: Populate the user page-table with user pgd's"
Joerg Roedel
1
-9
/
+0
2018-09-09
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-28
/
+38
2018-09-08
x86/mm: Use WRITE_ONCE() when setting PTEs
Nadav Amit
2
-11
/
+11
2018-09-07
KVM: LAPIC: Fix pv ipis out-of-bounds access
Wanpeng Li
1
-1
/
+1
2018-09-07
Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...
Radim Krčmář
1
-1
/
+0
2018-09-07
Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org/pub/scm/linux/kern...
Radim Krčmář
7
-11
/
+54
2018-09-07
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
1
-1
/
+0
2018-09-06
x86/process: Don't mix user/kernel regs in 64bit __show_regs()
Jann Horn
1
-1
/
+11
2018-09-03
x86: Fix kernel-doc atomic.h warnings
Randy Dunlap
3
-16
/
+16
2018-09-02
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-7
/
+51
2018-09-01
x86/vdso: Fix lsl operand order
Samuel Neves
1
-1
/
+1
2018-08-31
Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+3
2018-08-31
x86/nmi: Fix NMI uaccess race against CR3 switching
Andy Lutomirski
1
-0
/
+40
2018-08-31
x86/dumpstack: Don't dump kernel memory based on usermode RIP
Jann Horn
1
-1
/
+1
2018-08-30
KVM: x86: Unexport x86_emulate_instruction()
Sean Christopherson
1
-14
/
+3
2018-08-30
KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()
Sean Christopherson
1
-1
/
+1
2018-08-30
KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
Sean Christopherson
1
-4
/
+3
2018-08-30
KVM: x86: Invert emulation re-execute behavior to make it opt-in
Sean Christopherson
1
-5
/
+3
2018-08-30
KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation
Sean Christopherson
1
-0
/
+7
2018-08-30
x86/asm: Use CC_SET()/CC_OUT() in __gen_sigismember()
Uros Bizjak
1
-3
/
+4
2018-08-30
x86/irqflags: Mark native_restore_fl extern inline
Nick Desaulniers
1
-1
/
+2
2018-08-27
x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clear
Juergen Gross
1
-4
/
+3
2018-08-27
x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
Andi Kleen
1
-1
/
+3
2018-08-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+3
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
1
-0
/
+42
2018-08-24
Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+5
2018-08-24
x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...
Vlastimil Babka
1
-1
/
+1
2018-08-23
Merge branch 'tlb-fixes'
Linus Torvalds
3
-5
/
+27
2018-08-23
Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-118
/
+0
2018-08-23
x86/mm: Only use tlb_remove_table() for paravirt
Peter Zijlstra
3
-0
/
+11
2018-08-22
x86/mm/tlb: Revert the recent lazy TLB patches
Peter Zijlstra
1
-5
/
+16
2018-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
2018-08-22
module: use relative references for __ksymtab entries
Ard Biesheuvel
2
-5
/
+1
2018-08-22
KVM: vmx: Add defines for SGX ENCLS exiting
Sean Christopherson
1
-0
/
+3
2018-08-20
xen: remove unused hypercall functions
Juergen Gross
1
-118
/
+0
2018-08-20
x86/memory_failure: Introduce {set, clear}_mce_nospec()
Dan Williams
1
-0
/
+42
2018-08-20
x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
Vlastimil Babka
1
-2
/
+2
2018-08-20
x86/mce: Add notifier_block forward declaration
Arnd Bergmann
1
-0
/
+1
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-4
/
+114
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-12
/
+21
2018-08-17
x86/speculation/l1tf: Exempt zeroed PTEs from inversion
Sean Christopherson
1
-1
/
+10
2018-08-16
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+0
2018-08-15
x86: i8259: Add missing include file
Guenter Roeck
1
-0
/
+1
2018-08-14
Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+19
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
15
-43
/
+253
2018-08-13
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-53
/
+16
2018-08-13
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
19
-112
/
+176
2018-08-13
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2018-08-13
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-16
/
+5
2018-08-13
Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+49
[next]