index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-11
x86: remove quicklists
Thomas Gleixner
2
-12
/
+9
2008-03-11
x86: ia32 syscall restart fix
Roland McGrath
2
-6
/
+41
2008-03-11
x86: ioremap, remove WARN_ON()
Ingo Molnar
1
-2
/
+0
2008-03-11
fix BIOS PCI config cycle buglet causing ACPI boot regression
Ingo Molnar
1
-0
/
+10
2008-03-11
lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.
Rusty Russell
1
-1
/
+1
2008-03-11
lguest: Sanitize the lguest clock.
Rusty Russell
1
-32
/
+21
2008-03-08
x86_64: make ptrace always sign-extend orig_ax to 64 bits
Roland McGrath
1
-0
/
+10
2008-03-07
x86-boot: don't request VBE2 information
Peter Korsgaard
2
-10
/
+1
2008-03-07
x86: re-add reboot fixups
Ingo Molnar
1
-0
/
+6
2008-03-07
x86: fix typo in step.c
Jan Beulich
1
-2
/
+2
2008-03-07
x86: fix merge mistake in i387.c
Jan Beulich
1
-1
/
+1
2008-03-07
x86: clear DF before calling signal handler
Aurelien Jarno
3
-5
/
+5
2008-03-05
[CPUFREQ] Remove debugging message from e_powersaver
Dave Jones
1
-2
/
+6
2008-03-05
Kprobes: indicate kretprobe support in Kconfig
Ananth N Mavinakayanahalli
1
-0
/
+1
2008-03-04
x86: a P4 is a P6 not an i486
Hugh Dickins
1
-1
/
+1
2008-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
3
-7
/
+12
2008-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...
Linus Torvalds
7
-76
/
+142
2008-03-04
x86/xen: fix DomU boot problem
Ian Campbell
1
-1
/
+2
2008-03-04
x86: not set node to cpu_to_node if the node is not online
Yinghai Lu
1
-2
/
+6
2008-03-04
x86, i387: fix ptrace leakage using init_fpu()
Suresh Siddha
1
-4
/
+4
2008-03-04
x86: disable KVM for Voyager and friends
Randy Dunlap
1
-1
/
+1
2008-03-04
KVM: VMX: Avoid rearranging switched guest msrs while they are loaded
Avi Kivity
1
-0
/
+1
2008-03-04
KVM: MMU: Fix race when instantiating a shadow pte
Avi Kivity
2
-11
/
+6
2008-03-04
KVM: Avoid infinite-frequency local apic timer
Avi Kivity
1
-0
/
+4
2008-03-04
KVM: make MMU_DEBUG compile again
Marcelo Tosatti
2
-2
/
+2
2008-03-04
KVM: move alloc_apic_access_page() outside of non-preemptable region
Marcelo Tosatti
1
-3
/
+3
2008-03-04
KVM: SVM: fix Windows XP 64 bit installation crash
Joerg Roedel
1
-0
/
+22
2008-03-04
KVM: remove the usage of the mmap_sem for the protection of the memory slots.
Izik Eidus
4
-38
/
+71
2008-03-03
x86: revert "x86: CPA: avoid split of alias mappings"
Rafael J. Wysocki
1
-11
/
+10
2008-03-03
KVM: emulate access to MSR_IA32_MCG_CTL
Joerg Roedel
1
-0
/
+5
2008-03-03
KVM: Make the supported cpuid list a host property rather than a vm property
Avi Kivity
1
-20
/
+22
2008-03-03
KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly
Paul Knowles
1
-1
/
+1
2008-03-03
KVM: SVM: set NM intercept when enabling CR0.TS in the guest
Joerg Roedel
1
-1
/
+3
2008-03-03
KVM: SVM: Fix lazy FPU switching
Joerg Roedel
1
-0
/
+2
2008-02-29
xen: mask out SEP from CPUID
Jeremy Fitzhardinge
1
-0
/
+1
2008-02-29
x86: disable BTS ptrace extensions for now
Ingo Molnar
3
-0
/
+16
2008-02-29
x86: CPA: avoid split of alias mappings
Thomas Gleixner
1
-10
/
+11
2008-02-29
x86: delay the export removal of init_mm
Ingo Molnar
1
-0
/
+1
2008-02-29
x86: fix leak un ioremap_page_range() failure
Ingo Molnar
1
-1
/
+1
2008-02-29
x86 vdso: fix build locale dependency
Roland McGrath
1
-2
/
+4
2008-02-29
x86: restore vsyscall64 prochandler
Thomas Gleixner
1
-1
/
+10
2008-02-29
x86: tls prevent_tail_call
Roland McGrath
1
-2
/
+6
2008-02-26
x86: fix boot failure on 486 due to TSC breakage
Mikael Pettersson
2
-2
/
+2
2008-02-26
x86: fix build on non-C locales.
Priit Laes
1
-1
/
+1
2008-02-26
x86: make c_idle.work have a static address.
Glauber Costa
1
-1
/
+1
2008-02-26
x86: don't save unreliable stack trace entries
Vegard Nossum
1
-0
/
+4
2008-02-26
x86: don't make swapper_pg_pmd global
Adrian Bunk
1
-1
/
+1
2008-02-26
x86: don't print a warning when MTRR are blank and running in KVM
Joerg Roedel
1
-2
/
+6
2008-02-26
x86: fix execve with -fstack-protect
Ingo Molnar
2
-5
/
+7
2008-02-26
x86: fix vsyscall wreckage
Thomas Gleixner
1
-49
/
+3
[next]