index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2009-12-10
x86: Merge kernel_thread()
Brian Gerst
2009-12-10
x86: Sync 32/64-bit kernel_thread
Brian Gerst
2009-12-10
x86, 32-bit: Use same regs as 64-bit for kernel_thread_helper
Brian Gerst
2009-12-10
x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread()
Brian Gerst
2009-12-10
x86, 64-bit: Move kernel_thread to C
Brian Gerst
2009-12-09
x86-64, paravirt: Call set_iopl_mask() on 64 bits
H. Peter Anvin
2009-12-09
x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2
H. Peter Anvin
2009-12-09
x86: Merge sys_clone
Brian Gerst
2009-12-09
x86, 32-bit: Convert sys_vm86 & sys_vm86old
Brian Gerst
2009-12-09
x86: Merge sys_sigaltstack
Brian Gerst
2009-12-09
x86: Merge sys_execve
Brian Gerst
2009-12-09
x86: Merge sys_iopl
Brian Gerst
2009-12-09
x86-32: Add new pt_regs stubs
Brian Gerst
2009-12-08
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-12-08
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-12-08
Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2009-12-08
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-12-08
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-12-08
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-12-08
Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-12-08
Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-12-08
Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2009-12-08
Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-12-08
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-12-08
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-12-08
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-12-08
Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6
Linus Torvalds
2009-12-05
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-12-05
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-12-05
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-12-05
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-12-05
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2009-12-05
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-12-05
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2009-12-05
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-12-05
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-12-05
x86: Convert BUG() to use unreachable()
David Daney
2009-12-03
Merge branch 'perf/probes' into perf/core
Ingo Molnar
2009-12-03
Merge branch 'perf/mce' into perf/core
Ingo Molnar
2009-12-03
x86, apic: Enable lapic nmi watchdog on AMD Family 11h
Mikael Pettersson
2009-12-03
Merge branch 'master' into for-2.6.33
Jens Axboe
2009-12-03
x86/reboot: Add pci_dev_put in reboot_fixup_32.c for consistency
Xiaotian Feng
2009-12-03
x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the ...
Darrick J. Wong
2009-12-03
KVM: VMX: Fix comparison of guest efer with stale host value
Avi Kivity
2009-12-03
KVM: Drop user return notifier when disabling virtualization on a cpu
Avi Kivity
2009-12-03
KVM: VMX: Disable unrestricted guest when EPT disabled
Sheng Yang
2009-12-03
KVM: x86 emulator: limit instructions to 15 bytes
Avi Kivity
[next]