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
/
include
/
asm-x86
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-17
Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-56
/
+52
2008-10-17
Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-5
/
+2
2008-10-17
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+6
2008-10-16
Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-2
/
+2
2008-10-16
x86: rename iommu_num_pages function to iommu_nr_pages
Joerg Roedel
1
-1
/
+1
2008-10-16
include: replace __FUNCTION__ with __func__
Harvey Harrison
2
-2
/
+2
2008-10-16
[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY
Martin Schwidefsky
1
-2
/
+2
2008-10-15
x86: fix compat-vdso
Suresh Siddha
1
-1
/
+6
2008-10-15
KVM: Separate irq ack notification out of arch/x86/kvm/irq.c
Xiantao Zhang
1
-0
/
+2
2008-10-15
KVM: Device Assignment: Map mmio pages into VT-d page table
Weidong Han
1
-2
/
+0
2008-10-15
KVM: MMU: speed up mmu_unsync_walk
Marcelo Tosatti
1
-0
/
+1
2008-10-15
KVM: MMU: out of sync shadow core
Marcelo Tosatti
1
-0
/
+3
2008-10-15
KVM: x86: trap invlpg
Marcelo Tosatti
1
-0
/
+2
2008-10-15
KVM: MMU: sync roots on mmu reload
Marcelo Tosatti
1
-0
/
+1
2008-10-15
KVM: MMU: mode specific sync_page
Marcelo Tosatti
1
-0
/
+2
2008-10-15
KVM: Device Assignment with VT-d
Ben-Ami Yassour
1
-20
/
+3
2008-10-15
Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...
Ingo Molnar
3
-5
/
+2
2008-10-15
x86: Move FEATURE_CONTROL bits to msr-index.h
Sheng Yang
1
-0
/
+3
2008-10-15
KVM: Add statistics for guest irq injections
Avi Kivity
1
-0
/
+1
2008-10-15
KVM: Simplify exception entries by using __ASM_SIZE and _ASM_PTR
Avi Kivity
1
-11
/
+2
2008-10-15
KVM: remove unused field from the assigned dev struct
Ben-Ami Yassour
1
-1
/
+0
2008-10-15
KVM: Reduce stack usage in kvm_pv_mmu_op()
Dave Hansen
1
-0
/
+10
2008-10-15
KVM: pci device assignment
Ben-Ami Yassour
1
-0
/
+16
2008-10-15
x86: paravirt: factor out cpu_khz to common code
Glauber Costa
1
-0
/
+1
2008-10-15
KVM: Add irq ack notifier list
Avi Kivity
1
-0
/
+7
2008-10-15
KVM: VMX: Reinject real mode exception
Jan Kiszka
1
-0
/
+4
2008-10-15
KVM: Consolidate XX_VECTOR defines
Jan Kiszka
1
-0
/
+1
2008-10-15
KVM: Add a pending interrupt queue
Avi Kivity
1
-0
/
+5
2008-10-15
KVM: VMX: Move nmi injection failure processing to vm exit path
Avi Kivity
1
-0
/
+1
2008-10-15
KVM: Move KVM TRACE DEFINITIONS to common header
Hollis Blanchard
2
-40
/
+0
2008-10-15
KVM: x86: accessors for guest registers
Marcelo Tosatti
1
-5
/
+10
2008-10-13
Merge git://git.infradead.org/users/dwmw2/random-2.6
Linus Torvalds
1
-56
/
+5
2008-10-13
Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...
Linus Torvalds
20
-137
/
+87
2008-10-13
tty: Add termiox
Alan Cox
1
-0
/
+4
2008-10-13
tty: Cris has a nice RS485 ioctl so we should steal it
Alan Cox
1
-0
/
+2
2008-10-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
291
-1234
/
+2587
2008-10-13
x86: change early_ioremap to use slots instead of nesting
Yinghai Lu
2
-4
/
+4
2008-10-13
traps: x86: various noop-changes preparing for unification of traps_xx.c
Alexander van Heukelum
1
-4
/
+0
2008-10-13
traps: i386: expand clear_mem_error and remove from mach_traps.h
Alexander van Heukelum
1
-6
/
+0
2008-10-13
traps: x86: converge trap_init functions
Alexander van Heukelum
2
-9
/
+11
2008-10-13
x86, traps: converge do_debug handlers
Alexander van Heukelum
1
-4
/
+0
2008-10-13
x86, traps: introduce dotraplinkage
Alexander van Heukelum
1
-37
/
+36
2008-10-13
x86, traps: split out math_error and simd_math_error
Alexander van Heukelum
1
-3
/
+3
2008-10-13
x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2
Vegard Nossum
2
-3
/
+9
2008-10-13
x86: __show_registers() and __show_regs() API unification
Pekka Enberg
1
-2
/
+1
2008-10-13
x86: move prefill_possible_map calling early, fix, V2
Chuck Ebbert
1
-5
/
+3
2008-10-13
x86: merge winchip-2 and winchip-2a cpu choices
Krzysztof Helt
1
-2
/
+0
2008-10-13
traps: x86: remove trace_hardirqs_fixup from pagefault handler
Alexander van Heukelum
1
-21
/
+0
2008-10-13
x86: remove SEGMENT_IS_FLAT_CODE
Glauber Costa
1
-3
/
+0
2008-10-13
x86: use user_mode macro
Glauber Costa
1
-3
/
+0
[next]