index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NULL ptr regression in powernow-k8
Kurt Roeckx
2009-10-05
1
-8
/
+9
*
Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"
Marcelo Tosatti
2009-10-05
1
-7
/
+1
*
KVM: Protect update_cr8_intercept() when running without an apic
Avi Kivity
2009-10-05
1
-0
/
+3
*
KVM: MMU: fix bogus alloc_mmu_pages assignment
Marcelo Tosatti
2009-10-05
1
-8
/
+0
*
KVM: MMU: fix missing locking in alloc_mmu_pages
Marcelo Tosatti
2009-10-05
1
-0
/
+2
*
KVM: fix cpuid E2BIG handling for extended request types
Mark McLoughlin
2009-10-05
1
-0
/
+4
*
agp/intel: Fix the pre-9xx chipset flush.
Eric Anholt
2009-10-05
1
-0
/
+1
*
x86: SGI UV: Fix IPI macros
Jack Steiner
2009-10-05
1
-1
/
+1
*
xen: check EFER for NX before setting up GDT mapping
Jeremy Fitzhardinge
2009-10-05
2
-5
/
+6
*
xen: use stronger barrier after unlocking lock
Yang Xiaowei
2009-10-05
1
-2
/
+7
*
xen: only enable interrupts while actually blocking for spinlock
Jeremy Fitzhardinge
2009-10-05
1
-8
/
+11
*
xen: make -fstack-protector work under Xen
Jeremy Fitzhardinge
2009-10-05
4
-19
/
+119
*
x86: Increase MIN_GAP to include randomized stack
Michal Hocko
2009-10-05
2
-2
/
+17
*
KVM: VMX: Fix EPT with WP bit change during paging
Sheng Yang
2009-10-05
1
-3
/
+3
*
KVM: limit lapic periodic timer frequency
Marcelo Tosatti
2009-09-24
1
-0
/
+9
*
KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
Avi Kivity
2009-09-24
1
-1
/
+1
*
KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
Izik Eidus
2009-09-24
1
-1
/
+2
*
KVM: x86 emulator: Implement zero-extended immediate decoding
Avi Kivity
2009-09-24
1
-0
/
+15
*
KVM: VMX: Fix cr8 exiting control clobbering by EPT
Gleb Natapov
2009-09-24
1
-6
/
+3
*
KVM: x86: Disallow hypercalls for guest callers in rings > 0
Jan Kiszka
2009-09-24
1
-0
/
+6
*
KVM guest: fix bogus wallclock physical address calculation
Glauber Costa
2009-09-24
1
-2
/
+2
*
KVM: VMX: Check cpl before emulating debug register access
Avi Kivity
2009-09-24
3
-0
/
+16
*
KVM guest: do not batch pte updates from interrupt context
Marcelo Tosatti
2009-09-24
1
-6
/
+1
*
x86, pat: Fix cacheflush address in change_page_attr_set_clr()
Jack Steiner
2009-09-24
1
-1
/
+7
*
x86/i386: Make sure stack-protector segment base is cache aligned
Jeremy Fitzhardinge
2009-09-24
5
-6
/
+15
*
x86: Fix x86_model test in es7000_apic_is_cluster()
Roel Kluin
2009-09-24
1
-1
/
+1
*
x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
Joerg Roedel
2009-09-24
1
-2
/
+0
*
x86: Fix vSMP boot crash
Yinghai Lu
2009-08-26
1
-0
/
+10
*
x86, xen: Initialize cx to suppress warning
H. Peter Anvin
2009-08-25
1
-0
/
+1
*
x86, xen: Suppress WP test on Xen
Jeremy Fitzhardinge
2009-08-25
1
-0
/
+1
*
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-08-25
1
-5
/
+1
|
\
|
*
clockevent: Prevent dead lock on clockevents_lock
Suresh Siddha
2009-08-19
1
-5
/
+1
*
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-08-25
9
-103
/
+80
|
\
\
|
*
|
x86: Fix build with older binutils and consolidate linker script
Jan Beulich
2009-08-25
1
-79
/
+47
|
*
|
x86: Fix an incorrect argument of reserve_bootmem()
Amerigo Wang
2009-08-24
1
-1
/
+1
|
*
|
x86: add vmlinux.lds to targets in arch/x86/boot/compressed/Makefile
Jan Beulich
2009-08-20
1
-1
/
+1
|
*
|
Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...
Ingo Molnar
2009-08-20
3
-12
/
+18
|
|
\
\
|
|
*
|
xen: rearrange things to fix stackprotector
Jeremy Fitzhardinge
2009-08-19
2
-12
/
+14
|
|
*
|
x86: make sure load_percpu_segment has no stackprotector
Jeremy Fitzhardinge
2009-08-19
1
-0
/
+4
|
*
|
|
i386: Fix section mismatches for init code with !HOTPLUG_CPU
Jan Beulich
2009-08-18
1
-7
/
+1
|
*
|
|
x86, pat: Allow ISA memory range uncacheable mapping requests
Suresh Siddha
2009-08-17
2
-3
/
+12
*
|
|
|
x86: don't call '->send_IPI_mask()' with an empty mask
Linus Torvalds
2009-08-21
1
-11
/
+10
*
|
|
|
x86: don't send an IPI to the empty set of CPU's
Linus Torvalds
2009-08-21
1
-0
/
+3
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-08-18
1
-7
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
percpu, sparc64: fix sparse possible cpu map handling
Tejun Heo
2009-08-14
1
-7
/
+7
|
|
|
/
|
|
/
|
*
|
|
x86, mce: Don't initialize MCEs on unknown CPUs
Ingo Molnar
2009-08-17
1
-5
/
+14
*
|
|
x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUs
Bartlomiej Zolnierkiewicz
2009-08-17
1
-0
/
+4
*
|
|
x86: Annotate section mismatch warnings in kernel/apic/x2apic_uv_x.c
Leonardo Potenza
2009-08-16
1
-2
/
+2
*
|
|
x86, mce: therm_throt: Don't log redundant normality
Hugh Dickins
2009-08-16
1
-2
/
+5
*
|
|
x86: Fix UV BAU destination subnode id
Cliff Wickman
2009-08-15
2
-1
/
+2
|
/
/
[next]