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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-18
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...
Ingo Molnar
3
-9
/
+11
2015-07-18
x86/fpu, sched: Dynamically allocate 'struct fpu'
Dave Hansen
4
-38
/
+85
2015-07-17
x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code
Andy Lutomirski
2
-0
/
+27
2015-07-17
x86/nmi/64: Make the "NMI executing" variable more consistent
Andy Lutomirski
1
-6
/
+5
2015-07-17
x86/nmi/64: Minor asm simplification
Andy Lutomirski
1
-2
/
+1
2015-07-17
x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection
Andy Lutomirski
1
-4
/
+25
2015-07-17
x86/nmi/64: Reorder nested NMI checks
Andy Lutomirski
1
-16
/
+18
2015-07-17
x86/nmi/64: Improve nested NMI comments
Andy Lutomirski
2
-68
/
+94
2015-07-17
x86/nmi/64: Switch stacks on userspace NMI entry
Andy Lutomirski
1
-4
/
+58
2015-07-17
x86/nmi/64: Remove asm code that saves CR2
Andy Lutomirski
1
-17
/
+0
2015-07-17
x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
Andy Lutomirski
1
-71
/
+52
2015-07-16
Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...
Linus Torvalds
1
-27
/
+0
2015-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-21
/
+142
2015-07-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-87
/
+116
2015-07-10
kvm: x86: fix load xsave feature warning
Wanpeng Li
1
-2
/
+1
2015-07-10
KVM: x86: apply guest MTRR virtualization on host reserved pages
Paolo Bonzini
2
-13
/
+5
2015-07-10
KVM: SVM: Sync g_pat with guest-written PAT value
Jan Kiszka
1
-0
/
+10
2015-07-10
KVM: SVM: use NPT page attributes
Paolo Bonzini
1
-5
/
+96
2015-07-10
KVM: count number of assigned devices
Paolo Bonzini
3
-0
/
+22
2015-07-10
KVM: VMX: fix vmwrite to invalid VMCS
Radim Krčmář
2
-5
/
+2
2015-07-10
KVM: x86: reintroduce kvm_is_mmio_pfn
Paolo Bonzini
1
-1
/
+9
2015-07-10
x86: hyperv: add CPUID bit for crash handlers
Paolo Bonzini
1
-0
/
+2
2015-07-09
intel_pmc_ipc: Update kerneldoc formatting
qipeng.zha
1
-27
/
+0
2015-07-08
x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help text
Sébastien Hinderer
1
-1
/
+1
2015-07-07
x86/irq: Retrieve irq data after locking irq_desc
Thomas Gleixner
1
-1
/
+6
2015-07-07
x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()
Thomas Gleixner
1
-1
/
+12
2015-07-07
x86/irq: Plug irq vector hotplug race
Thomas Gleixner
2
-16
/
+7
2015-07-06
x86/earlyprintk: Allow early_printk() to use console style parameters like '1...
Steven Rostedt
1
-1
/
+3
2015-07-06
x86/espfix: Init espfix on the boot CPU side
Zhu Guihua
2
-15
/
+20
2015-07-06
x86/espfix: Add 'cpu' parameter to init_espfix_ap()
Zhu Guihua
3
-6
/
+5
2015-07-06
x86/kasan: Move KASAN_SHADOW_OFFSET to the arch Kconfig
Andrey Ryabinin
1
-0
/
+5
2015-07-06
x86/kasan: Add message about KASAN being initialized
Andrey Ryabinin
1
-0
/
+3
2015-07-06
x86/kasan: Fix boot crash on AMD processors
Andrey Ryabinin
1
-3
/
+3
2015-07-06
x86/kasan: Flush TLBs after switching CR3
Andrey Ryabinin
1
-0
/
+2
2015-07-06
x86/kasan: Fix KASAN shadow region page tables
Alexander Popov
4
-42
/
+38
2015-07-06
x86/init: Clear 'init_level4_pgt' earlier
Andrey Ryabinin
1
-1
/
+2
2015-07-06
perf/x86: Fix copy_from_user_nmi() return if range is not ok
Yann Droneaud
1
-1
/
+1
2015-07-06
x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate()
Adrian Hunter
1
-1
/
+10
2015-07-05
Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...
Linus Torvalds
1
-0
/
+82
2015-07-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-12
/
+25
2015-07-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-8
/
+8
2015-07-04
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-23
/
+13
2015-07-04
x86/fpu: Fix boot crash in the early FPU code
Ingo Molnar
1
-3
/
+4
2015-07-03
kvm: add hyper-v crash msrs values
Andrey Smetanin
1
-0
/
+11
2015-07-03
KVM: x86: remove data variable from kvm_get_msr_common
Nicolas Iooss
1
-3
/
+1
2015-07-03
KVM: x86: keep track of LVT0 changes under APICv
Radim Krčmář
2
-6
/
+9
2015-07-03
KVM: x86: properly restore LVT0
Radim Krčmář
1
-0
/
+1
2015-07-03
KVM: x86: make vapics_in_nmi_mode atomic
Radim Krčmář
3
-4
/
+4
2015-07-02
Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2015-07-02
Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...
Linus Torvalds
3
-5
/
+3
[next]